:root{--text:#333;--text-h:#0a1929;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#d4af37;--accent-bg:#d4af371a;--accent-border:#d4af3780;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Playfair Display", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#e0e0e0;--text-h:#fff;--bg:#0a1929;--border:#1e3a5f;--code-bg:#1a2332;--accent:#d4af37;--accent-bg:#d4af3726;--accent-border:#d4af3780;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display", var(--heading);color:var(--text-h);font-weight:600}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1929f2;border-bottom:1px solid #d4af371a;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{background:#0a1929fa;border-bottom-color:#d4af3733;box-shadow:0 5px 30px #0000004d}.header-container{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1.2rem 4rem;display:flex}.logo{color:#fff;z-index:1001;align-items:center;gap:1rem;text-decoration:none;transition:all .3s;display:flex}.logo:hover{transform:translateY(-2px)}.logo-icon{color:#d4af37;font-size:2.5rem;transition:transform .3s}.logo:hover .logo-icon{transform:rotate(10deg)}.logo-text h1{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1}.logo-text .tagline{color:#d4af37;text-transform:uppercase;letter-spacing:2px;margin-top:.3rem;font-size:.7rem;font-weight:400;display:block}.menu-toggle{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;font-size:2rem;transition:all .3s;display:none}.menu-toggle:hover{color:#d4af37;transform:scale(1.1)}.menu-toggle:active{transform:scale(.95)}.nav{align-items:center;gap:.5rem;display:flex}.nav a{color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.nav a:before{content:"";background:#d4af37;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav a:hover{color:#d4af37;background:#d4af371a}.nav a:hover:before{width:60%}.nav-icon{font-size:1.2rem}.nav a.nav-cta{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);margin-left:.5rem;font-weight:600;box-shadow:0 4px 15px #d4af374d}.nav a.nav-cta:before{display:none}.nav a.nav-cta:hover{color:#0a1929;background:linear-gradient(135deg,#f4d03f 0%,#d4af37 100%);transform:translateY(-2px);box-shadow:0 6px 20px #d4af3780}@media (width<=1400px){.header-container{padding:1.2rem 3rem}}@media (width<=1200px){.header-container{padding:1.2rem 2rem}.nav a{padding:.7rem 1.2rem;font-size:.9rem}.logo-text h1{font-size:1.4rem}.logo-icon{font-size:2.3rem}}@media (width<=992px){.header-container{padding:1rem 2rem}.menu-toggle{display:block}.nav{background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);flex-direction:column;align-items:stretch;gap:0;width:320px;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-5px 0 30px #00000080}.nav.active{right:0}.nav a{border:1px solid #d4af371a;border-radius:12px;margin-bottom:.5rem;padding:1.2rem 1.5rem;font-size:1rem}.nav a:hover{background:#d4af3726;border-color:#d4af374d}.nav a:before{display:none}.nav a.nav-cta{text-align:center;justify-content:center;margin-top:1rem;margin-left:0}.nav-icon{font-size:1.3rem}}@media (width<=768px){.header-container{padding:1rem 1.5rem}.nav{width:280px;padding:5rem 1.5rem 2rem}.logo-text h1{font-size:1.3rem}.logo-text .tagline{letter-spacing:1.5px;font-size:.65rem}.logo-icon{font-size:2.2rem}.menu-toggle{font-size:1.8rem}}@media (width<=576px){.header-container{padding:.9rem 1rem}.nav{width:100%;padding:5rem 1.5rem 2rem;right:-100%}.logo-text h1{font-size:1.2rem}.logo-text .tagline{letter-spacing:1px;font-size:.6rem}.logo-icon{font-size:2rem}.menu-toggle{padding:.3rem;font-size:1.7rem}.nav a{padding:1.1rem 1.2rem;font-size:.95rem}.nav-icon{font-size:1.2rem}}@media (width<=375px){.header-container{padding:.8rem}.logo-text h1{font-size:1.1rem}.logo-text .tagline{font-size:.55rem}.logo-icon{font-size:1.8rem}.logo{gap:.7rem}.nav a{padding:1rem;font-size:.9rem}}@media (width<=992px){.nav.active:before{content:"";z-index:-1;background:#000000b3;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media (height<=600px) and (orientation:landscape){.nav{padding:4rem 1.5rem 1.5rem}.nav a{margin-bottom:.3rem;padding:.8rem 1.2rem}}.footer{color:#e0e0e0;background:linear-gradient(135deg,#0a1929 0%,#000 100%);position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#d4af37,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1600px;margin:0 auto;padding:4rem 4rem 3rem;display:grid}.brand-section{padding-right:2rem}.footer-logo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.footer-logo-icon{color:#d4af37;font-size:3rem}.footer-logo h3{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.footer-logo span{color:#d4af37;text-transform:uppercase;letter-spacing:2px;margin-top:.2rem;font-size:.75rem;font-weight:400;display:block}.footer-description{color:#b0b0b0;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.footer-badges{flex-wrap:wrap;gap:1rem;display:flex}.badge{color:#d4af37;background:#d4af371a;border:1px solid #d4af374d;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.badge svg{font-size:1.2rem}.footer-section h4{color:#fff;margin-bottom:1.5rem;padding-bottom:.7rem;font-size:1.2rem;font-weight:600;position:relative}.footer-section h4:after{content:"";background:#d4af37;width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#b0b0b0;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-links a:before{content:"→";opacity:0;color:#d4af37;transition:all .3s;position:absolute;left:-20px}.footer-links a:hover{color:#d4af37;padding-left:20px}.footer-links a:hover:before{opacity:1;left:0}.footer-contact{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact li{align-items:center;gap:.8rem;font-size:.95rem;display:flex}.contact-icon{color:#d4af37;flex-shrink:0;font-size:1.3rem}.footer-contact a{color:#b0b0b0;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#d4af37}.footer-contact span{color:#b0b0b0}.footer-schedule{flex-direction:column;gap:1rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.footer-schedule li{align-items:flex-start;gap:.8rem;display:flex}.footer-schedule strong{color:#fff;margin-bottom:.2rem;font-size:.95rem;display:block}.footer-schedule span{color:#b0b0b0;font-size:.85rem;display:block}.footer-bottom{background:#0000004d;border-top:1px solid #d4af371a}.footer-bottom-container{color:#a0a0a0;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1.5rem 4rem;font-size:.9rem;display:flex}.footer-legal{align-items:center;gap:1rem;display:flex}.footer-legal a{color:#a0a0a0;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#d4af37}.footer-legal span{color:#666}@media (width<=1400px){.footer-container{gap:2.5rem;padding:3.5rem 3rem 2.5rem}.footer-bottom-container{padding:1.5rem 3rem}}@media (width<=1200px){.footer-container{grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:3rem 2rem 2rem}.footer-section:last-child{grid-column:1/-1}.footer-bottom-container{padding:1.5rem 2rem}.brand-section{padding-right:1rem}.footer-logo-icon{font-size:2.8rem}.footer-logo h3{font-size:1.5rem}}@media (width<=992px){.footer-container{grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:3rem 2rem 2rem}.brand-section{grid-column:1/-1;padding-right:0}.footer-section:last-child{grid-column:auto}.footer-badges{justify-content:flex-start}}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem 2rem}.brand-section,.footer-section:last-child{grid-column:1}.footer-logo{gap:.8rem;margin-bottom:1.2rem}.footer-logo-icon{font-size:2.5rem}.footer-logo h3{font-size:1.4rem}.footer-logo span{letter-spacing:1.5px;font-size:.7rem}.footer-description{margin-bottom:1.2rem;font-size:.9rem}.footer-badges{gap:.8rem}.badge{padding:.45rem .9rem;font-size:.8rem}.badge svg{font-size:1.1rem}.footer-section h4{margin-bottom:1.2rem;font-size:1.1rem}.footer-links,.footer-contact,.footer-schedule{gap:.8rem}.footer-links a,.footer-contact li,.footer-schedule strong{font-size:.9rem}.contact-icon{font-size:1.2rem}.footer-bottom-container{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem;font-size:.85rem}.footer-legal{flex-wrap:wrap;justify-content:center}}@media (width<=576px){.footer-container{gap:2rem;padding:2rem 1.2rem 1.5rem}.footer-logo{gap:.7rem}.footer-logo-icon{font-size:2.3rem}.footer-logo h3{font-size:1.3rem}.footer-logo span{font-size:.65rem}.footer-description{font-size:.85rem;line-height:1.6}.footer-badges{gap:.6rem}.badge{border-radius:15px;padding:.4rem .8rem;font-size:.75rem}.badge svg{font-size:1rem}.footer-section h4{margin-bottom:1rem;font-size:1rem}.footer-links a,.footer-contact li{font-size:.85rem}.footer-schedule strong{font-size:.9rem}.footer-schedule span{font-size:.8rem}.contact-icon{font-size:1.1rem}.footer-bottom-container{padding:1.2rem;font-size:.8rem}.footer-legal{gap:.8rem}}@media (width<=375px){.footer-container{gap:1.8rem;padding:1.8rem 1rem 1.2rem}.footer-logo-icon{font-size:2rem}.footer-logo h3{font-size:1.2rem}.footer-logo span{font-size:.6rem}.footer-description{font-size:.8rem}.footer-badges{gap:.5rem}.badge{padding:.35rem .7rem;font-size:.7rem}.footer-section h4{font-size:.95rem}.footer-links a,.footer-contact li{font-size:.8rem}.footer-bottom-container{padding:1rem;font-size:.75rem}}@media (height<=600px) and (orientation:landscape){.footer-container{gap:2rem;padding:2rem 2rem 1.5rem}.footer-section h4{margin-bottom:1rem}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 50%,#0a1929 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 20%,#d4af3726 0%,#0000 50%),radial-gradient(circle at 80% 80%,#1e3a5f66 0%,#0000 50%);animation:8s ease-in-out infinite pulse;position:absolute;inset:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.hero-overlay{background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff05 2px 4px);position:absolute;inset:0}.hero-particles{width:100%;height:100%;position:absolute;overflow:hidden}.particle{background:radial-gradient(circle,#d4af374d,#0000);border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.particle:first-child{width:300px;height:300px;animation-delay:0s;top:10%;left:10%}.particle:nth-child(2){width:200px;height:200px;animation-delay:7s;top:60%;right:15%}.particle:nth-child(3){width:250px;height:250px;animation-delay:14s;bottom:10%;left:50%}@keyframes float{0%,to{opacity:.3;transform:translate(0)scale(1)}50%{opacity:.5;transform:translate(50px,50px)scale(1.1)}}.hero-content{z-index:1;text-align:center;color:#fff;max-width:1100px;padding:0 2rem;animation:1s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{color:#d4af37;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d4af3726;border:1px solid #d4af374d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;animation:1s ease-out .2s backwards fadeInUp;display:inline-flex}.hero-badge svg{font-size:1.1rem}.hero-title{letter-spacing:-1px;text-shadow:2px 2px 20px #00000080;color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:5rem;font-weight:700;line-height:1.1;animation:1s ease-out .3s backwards fadeInUp}.gradient-text{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#e0e0e0;letter-spacing:1px;margin-bottom:1rem;font-size:1.5rem;font-weight:300;animation:1s ease-out .4s backwards fadeInUp}.hero-description{color:#b0b0b0;margin-bottom:3rem;font-size:1.2rem;line-height:1.8;animation:1s ease-out .5s backwards fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;animation:1s ease-out .6s backwards fadeInUp;display:flex}.cta-button{letter-spacing:.3px;border-radius:50px;align-items:center;gap:.7rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button svg{font-size:1.4rem}.cta-button.primary{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 10px 30px #25d3664d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #25d36680}.cta-button.secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #d4af3780}.cta-button.secondary:hover{background:#d4af3733;border-color:#d4af37;transform:translateY(-3px)}.hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;animation:1s ease-out .7s backwards fadeInUp;display:flex}.stat{text-align:center}.stat strong{color:#d4af37;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;display:block}.stat span{color:#b0b0b0;font-size:.95rem}.trust-badges{background:#fff;border-bottom:1px solid #f0f0f0;padding:3rem 0}.badges-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.badge-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:1px solid #e0e0e0;border-radius:15px;justify-content:center;align-items:center;gap:.8rem;padding:1.5rem;transition:all .3s;display:flex}.badge-item svg{color:#d4af37;font-size:2rem}.badge-item span{color:#0a1929;font-size:.95rem;font-weight:600}.badge-item:hover{border-color:#d4af37;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.section-header{text-align:center;margin-bottom:4rem}.section-header.light .section-title,.section-header.light .section-label{color:#fff}.section-header.light .section-description{color:#e0e0e0}.section-label{color:#d4af37;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:inline-block}.section-title{color:#0a1929;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;line-height:1.2}.section-description{color:#666;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.container{max-width:1600px;margin:0 auto;padding:0 4rem}.featured-services{background:#fff;padding:8rem 0}.featured-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1600px;margin:0 auto;display:grid}.featured-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 40px #00000014}.featured-card.destacado{border:2px solid #d4af37;box-shadow:0 15px 50px #d4af3733}.featured-card:hover{border-color:#d4af37;transform:translateY(-15px);box-shadow:0 25px 60px #00000026}.card-badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:20px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.card-badge.nuevo{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.card-badge.descuento{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%)}.card-icon{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#0a1929 100%);border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.2rem;font-size:2rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #0a19294d}.featured-card:hover .card-icon{transform:scale(1.1)rotate(5deg);box-shadow:0 15px 40px #0a192966}.featured-card h3{color:#0a1929;margin-bottom:.7rem;font-size:1.3rem;font-weight:700;line-height:1.3}.card-desc{color:#666;margin-bottom:1.2rem;font-size:.85rem;line-height:1.6}.card-features{flex-grow:1;margin:0 0 1.2rem;padding:0;list-style:none}.card-features li{color:#444;border-bottom:1px solid #f5f5f5;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.8rem;display:flex}.card-features li:last-child{border-bottom:none}.card-features svg{color:#25d366;flex-shrink:0;font-size:1rem}.card-price{border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0;margin-bottom:1.2rem;padding:1.2rem 0}.price-wrapper{flex-direction:column;gap:.4rem;display:flex}.price-old{color:#999;font-size:.95rem;font-weight:500;text-decoration:line-through}.price-current-wrapper{align-items:baseline;gap:.5rem;display:flex}.price-current-wrapper.single{flex-direction:column;align-items:flex-start;gap:.3rem}.price-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.price-current{color:#0a1929;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;line-height:1}.price-consult{color:#d4af37;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.card-button{color:#fff;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0a192933}.card-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.card-button:hover:before{left:100%}.card-button svg{font-size:1.1rem;transition:transform .3s}.card-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0a19294d}.card-button:hover svg{transform:translate(5px)}.testimonials{background:#f8f9fa;padding:8rem 0}.testimonials-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1600px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 40px #00000014}.testimonial-card:hover{border-color:#d4af37;transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.testimonial-header{align-items:center;gap:1rem;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#0a1929 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;font-weight:700;display:flex}.testimonial-info{flex-direction:column;gap:.2rem;display:flex}.testimonial-info strong{color:#0a1929;font-size:1rem;font-weight:600}.testimonial-location{color:#666;font-size:.85rem}.testimonial-stars{color:#d4af37;gap:.3rem;font-size:1.1rem;display:flex}.testimonial-text{color:#444;flex-grow:1;margin:0;font-size:.95rem;line-height:1.7}.coverage{color:#fff;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);padding:8rem 0;position:relative;overflow:hidden}.coverage:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg width=\"60\" height=\"60\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"30\" cy=\"30\" r=\"1\" fill=\"rgba(212,175,55,0.1)\"/></svg>");position:absolute;inset:0}.provinces-grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem;display:grid;position:relative}.province-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #d4af3733;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:1.2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.province-item svg{color:#d4af37;font-size:1.2rem}.province-item:hover,.province-item.active{background:#d4af3733;border-color:#d4af37;transform:translateY(-5px);box-shadow:0 10px 30px #d4af374d}.services{background:#fff;padding:8rem 0}.services-grid-centered{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;width:100%;max-width:400px;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 5px 20px #0000000f}.service-card:hover{border-color:#d4af37;transform:translateY(-10px);box-shadow:0 20px 50px #0000001f}.service-icon{color:#d4af37;background:linear-gradient(135deg,#d4af371a 0%,#d4af370d 100%);border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;transition:all .3s;display:flex}.service-card:hover .service-icon{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);transform:scale(1.1)}.service-card h3{color:#0a1929;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.service-card p{color:#666;flex-grow:1;margin:0;font-size:1rem;line-height:1.7}.why-us{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#0a1929 100%);padding:8rem 0;position:relative;overflow:hidden}.why-us:before{content:"";background:radial-gradient(circle,#d4af371a,#0000);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.advantages-list{z-index:1;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.advantage-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-left:4px solid #d4af37;border-radius:15px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .3s;display:flex}.advantage-item:hover{background:#ffffff14;transform:translate(10px);box-shadow:0 10px 30px #0003}.advantage-icon{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;transition:transform .3s;display:flex}.advantage-item:hover .advantage-icon{transform:scale(1.1)rotate(5deg)}.advantage-content{flex:1}.advantage-content h3{color:#fff;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.advantage-content p{color:#e0e0e0;margin:0;font-size:1rem;line-height:1.7}.cta-banner{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);padding:5rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";opacity:.5;background:url("data:image/svg+xml,<svg width=\"80\" height=\"80\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"40\" cy=\"40\" r=\"1.5\" fill=\"rgba(255,255,255,0.1)\"/></svg>");position:absolute;inset:0}.cta-content{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.cta-icon{color:#fff;font-size:5rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cta-text{color:#fff;flex:1}.cta-text h2{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.cta-text p{opacity:.9;font-size:1.2rem}.cta-whatsapp-btn{color:#128c7e;background:#fff;border-radius:50px;align-items:center;gap:.8rem;padding:1.3rem 3rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #0003}.cta-whatsapp-btn svg{font-size:1.5rem}.cta-whatsapp-btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}@media (width<=1600px){.container{max-width:1400px}}@media (width<=1400px){.featured-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:4.5rem}}@media (width<=1200px){.container{padding:0 3rem}.hero-title{font-size:4rem}.section-title{font-size:2.5rem}.featured-grid,.services-grid-centered{grid-template-columns:repeat(2,1fr);gap:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.cta-content{gap:2rem}.badges-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.container{padding:0 2rem}.hero{padding:6rem 0 4rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1.1rem}.featured-services,.services,.why-us,.coverage,.testimonials{padding:6rem 0}.section-title{font-size:2.3rem}.section-description{font-size:1.1rem}.provinces-grid{grid-template-columns:repeat(3,1fr)}.hero-stats{gap:2rem}.cta-icon{font-size:4rem}}@media (width<=768px){.container{padding:0 1.5rem}.hero{min-height:auto;padding:5rem 0 3rem}.hero-content{padding:0 1.5rem}.hero-title{margin-bottom:1rem;font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.hero-description{margin-bottom:2rem;font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:3rem}.cta-button{justify-content:center;width:100%;padding:1.1rem 2rem;font-size:1rem}.hero-stats{gap:1.5rem}.stat strong{font-size:2rem}.stat span{font-size:.85rem}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.featured-services,.services,.why-us,.coverage,.cta-banner,.testimonials{padding:5rem 0}.featured-grid,.services-grid-centered,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.featured-card,.service-card{max-width:100%}.provinces-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.province-item{padding:1rem;font-size:.9rem}.cta-content{text-align:center;flex-direction:column;gap:2rem}.cta-icon{font-size:3.5rem}.cta-text h2{font-size:1.8rem}.cta-text p{font-size:1rem}.cta-whatsapp-btn{justify-content:center;width:100%;padding:1.2rem 2rem;font-size:1.1rem}.card-price{padding:1rem 0}.price-current{font-size:1.6rem}.price-consult{font-size:1.3rem}.advantage-item{flex-direction:column;gap:1rem;padding:1.5rem}.advantage-icon{width:50px;height:50px;font-size:1.5rem}.advantage-content h3{font-size:1.2rem}.advantage-content p{font-size:.95rem}.badges-grid{grid-template-columns:1fr;gap:1rem}.trust-badges{padding:2rem 0}}@media (width<=576px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.section-title{font-size:1.8rem}.section-label{font-size:.85rem}}@media (width<=480px){.container{padding:0 1rem}.hero{padding:4rem 0 3rem}.hero-content{padding:0 1rem}.hero-title{letter-spacing:0;font-size:2.2rem}.hero-subtitle{letter-spacing:.5px;font-size:1rem}.hero-description{font-size:.9rem;line-height:1.6}.cta-button{padding:1rem 1.5rem;font-size:.95rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat strong{font-size:1.8rem}.stat span{font-size:.8rem}.section-title{font-size:1.7rem}.section-description{font-size:.95rem}.featured-services,.services,.why-us,.coverage,.cta-banner,.testimonials{padding:4rem 0}.provinces-grid{grid-template-columns:1fr}.featured-card,.service-card{padding:1.5rem 1.2rem}.featured-card h3{font-size:1.2rem}.card-desc{font-size:.8rem}.card-features li{font-size:.75rem}.price-current{font-size:1.5rem}.price-consult{font-size:1.2rem}.card-button{padding:.85rem 1.3rem;font-size:.85rem}.service-card h3{font-size:1.3rem}.service-card p{font-size:.95rem}.advantage-item{padding:1.2rem}.advantage-icon{width:45px;height:45px;font-size:1.3rem}.advantage-content h3{font-size:1.1rem}.advantage-content p{font-size:.9rem}.cta-icon{font-size:3rem}.cta-text h2{font-size:1.6rem}.cta-text p{font-size:.95rem}.cta-whatsapp-btn{padding:1.1rem 1.8rem;font-size:1rem}.particle{display:none}}@media (width<=375px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.featured-card,.service-card{padding:1.2rem 1rem}.card-icon,.service-icon{width:50px;height:50px;font-size:1.5rem}.price-current{font-size:1.4rem}}.terminos-page{background:linear-gradient(#f8f9fa 0%,#fff 100%);min-height:100vh}.terminos-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.terminos-hero:before{content:"";background:radial-gradient(circle at 20%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 80%,#d4af371a 0%,#0000 50%);position:absolute;inset:0}.terminos-hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.terminos-hero h1{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;animation:.6s ease-out fadeInUp}.terminos-hero p{color:#e0e0e0;font-size:1.1rem;animation:.6s ease-out .2s both fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.terminos-container{grid-template-columns:1fr 350px;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid}.terminos-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 5px 25px #00000014}.terminos-section{border-bottom:1px solid #e0e0e0;margin-bottom:3rem;padding-bottom:3rem}.terminos-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.terminos-section h2{color:#0a1929;margin:0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.terminos-section h3{color:#1e3a5f;margin:2rem 0 1rem;font-size:1.3rem;font-weight:600}.terminos-section p{color:#555;margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.terminos-section ul{margin:1.5rem 0;padding:0;list-style:none}.terminos-section ul li{color:#555;margin-bottom:.8rem;padding-left:2rem;font-size:1rem;line-height:1.6;position:relative}.terminos-section ul li:before{content:"✓";color:#d4af37;font-size:1.2rem;font-weight:700;position:absolute;left:0}.terminos-section ul li strong{color:#0a1929;font-weight:600}.terminos-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}@media (width<=1024px){.terminos-container{grid-template-columns:1fr}.terminos-sidebar{grid-row:1;position:static}.sidebar-card ul{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}}@media (width<=768px){.terminos-hero{padding:4rem 1.5rem 3rem}.terminos-hero h1{font-size:2.2rem}.hero-icon{font-size:3rem}.terminos-container{padding:3rem 1.5rem}.terminos-content{padding:2rem 1.5rem}.terminos-section h2{font-size:1.5rem}.sidebar-card ul{grid-template-columns:1fr}}@media (width<=480px){.terminos-hero h1{font-size:1.8rem}.terminos-hero p{font-size:1rem}.terminos-content{padding:1.5rem 1rem}.terminos-section h2{font-size:1.3rem}.section-header{flex-direction:column;align-items:flex-start}}.privacidad-page{background:linear-gradient(#f8f9fa 0%,#fff 100%);min-height:100vh}.privacidad-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.privacidad-hero:before{content:"";background:radial-gradient(circle at 20%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 80%,#d4af371a 0%,#0000 50%);position:absolute;inset:0}.privacidad-hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero-icon{color:#d4af37;margin-bottom:1.5rem;font-size:4rem;animation:.6s ease-out fadeInDown}.privacidad-hero h1{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;animation:.6s ease-out fadeInUp}.privacidad-hero p{color:#e0e0e0;font-size:1.1rem;animation:.6s ease-out .2s both fadeInUp}.privacidad-container{grid-template-columns:1fr 350px;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid}.privacidad-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 5px 25px #00000014}.privacidad-section{border-bottom:1px solid #e0e0e0;margin-bottom:3rem;padding-bottom:3rem}.privacidad-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-icon{color:#d4af37;flex-shrink:0;font-size:2rem}.privacidad-section h2{color:#0a1929;margin:0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.privacidad-section h3{color:#1e3a5f;margin:2rem 0 1rem;font-size:1.3rem;font-weight:600}.privacidad-section p{color:#555;margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.privacidad-section ul{margin:1.5rem 0;padding:0;list-style:none}.privacidad-section ul li{color:#555;margin-bottom:.8rem;padding-left:2rem;font-size:1rem;line-height:1.6;position:relative}.privacidad-section ul li:before{content:"✓";color:#d4af37;font-size:1.2rem;font-weight:700;position:absolute;left:0}.privacidad-section ul li strong{color:#0a1929;font-weight:600}.privacidad-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.sidebar-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 5px 20px #00000014}.sidebar-card h3{color:#0a1929;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.sidebar-card ul{margin:0;padding:0;list-style:none}.sidebar-card ul li{margin-bottom:.8rem}.sidebar-card ul li:before{content:none}.sidebar-card ul li a{color:#666;border-left:3px solid #0000;padding:.5rem 0 .5rem 1rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:block}.sidebar-card ul li a:hover{color:#d4af37;border-left-color:#d4af37;padding-left:1.5rem}.sidebar-card.highlight{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%)}.sidebar-card.highlight h3{color:#fff}.sidebar-card.highlight p{color:#e0e0e0;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.card-icon{color:#d4af37;margin-bottom:1rem;font-size:3rem}.sidebar-btn{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-radius:25px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #d4af374d}.sidebar-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}@media (width<=1024px){.privacidad-container{grid-template-columns:1fr}.privacidad-sidebar{grid-row:1;position:static}.sidebar-card ul{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}}@media (width<=768px){.privacidad-hero{padding:4rem 1.5rem 3rem}.privacidad-hero h1{font-size:2.2rem}.hero-icon{font-size:3rem}.privacidad-container{padding:3rem 1.5rem}.privacidad-content{padding:2rem 1.5rem}.privacidad-section h2{font-size:1.5rem}.sidebar-card ul{grid-template-columns:1fr}}@media (width<=480px){.privacidad-hero h1{font-size:1.8rem}.privacidad-hero p{font-size:1rem}.privacidad-content{padding:1.5rem 1rem}.privacidad-section h2{font-size:1.3rem}.section-header{flex-direction:column;align-items:flex-start}}.cookie-banner{z-index:10000;background:#fff;border:1px solid #e0e0e0;border-radius:20px;width:calc(100% - 4rem);max-width:500px;padding:2rem;animation:.5s ease-out slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0000004d}.cookie-banner.settings-open{max-width:600px}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(100px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cookie-content{flex-direction:column;gap:1.5rem;display:flex}.cookie-header{align-items:center;gap:1rem;display:flex}.cookie-icon{color:#d4af37;font-size:2.5rem}.cookie-header h3{color:#0a1929;margin:0;font-size:1.5rem;font-weight:700}.cookie-text{color:#666;margin:0;font-size:.95rem;line-height:1.7}.cookie-actions{flex-wrap:wrap;gap:.8rem;display:flex}.cookie-btn{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:130px;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.cookie-btn.accept-all{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);box-shadow:0 5px 15px #d4af374d}.cookie-btn.accept-all:hover{transform:translateY(-2px);box-shadow:0 8px 20px #d4af3766}.cookie-btn.necessary-only{color:#333;background:#f0f0f0}.cookie-btn.necessary-only:hover{background:#e0e0e0}.cookie-btn.settings{color:#d4af37;background:#fff;border:2px solid #d4af37}.cookie-btn.settings:hover{background:#d4af371a}.cookie-settings{flex-direction:column;gap:1rem;display:flex}.cookie-setting-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;padding:1rem}.setting-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.setting-info{flex:1}.setting-info h4{color:#0a1929;margin:0 0 .3rem;font-size:1rem;font-weight:600}.setting-info p{color:#666;margin:0;font-size:.85rem;line-height:1.5}.switch{flex-shrink:0;width:50px;height:26px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:26px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%)}input:checked+.slider:before{transform:translate(24px)}.switch.disabled{opacity:.6;cursor:not-allowed}.switch.disabled .slider{cursor:not-allowed;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%)}@media (width<=768px){.cookie-banner{width:calc(100% - 2rem);max-width:none;padding:1.5rem;bottom:1rem;left:1rem;right:1rem;transform:none}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.cookie-banner.settings-open{max-width:none}.cookie-header h3{font-size:1.2rem}.cookie-text{font-size:.9rem}.cookie-actions{flex-direction:column}.cookie-btn{width:100%;min-width:auto}}.chatbot-button{cursor:pointer;z-index:9999;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;animation:2.5s infinite pulse-chat;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 25px #d4af3780}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 12px 35px #d4af37b3}.chatbot-button.hidden{opacity:0;pointer-events:none;transform:scale(0)}.chat-icon{color:#0a1929;font-size:2.2rem}@keyframes pulse-chat{0%,to{box-shadow:0 8px 25px #d4af3780}50%{box-shadow:0 8px 25px #d4af3780,0 0 0 20px #d4af371a}}.chatbot-container{z-index:9999;background:#fff;border-radius:20px;flex-direction:column;width:400px;height:650px;animation:.3s ease-out slideUpChat;display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 10px 40px #00000040}@keyframes slideUpChat{0%{opacity:0;transform:translateY(30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 2px 10px #0000001a}.header-info{align-items:center;gap:1rem;display:flex}.avatar{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.6rem;display:flex;box-shadow:0 4px 12px #d4af3766}.header-text h4{color:#fff;margin:0 0 .3rem;font-size:1.2rem;font-weight:700}.status{color:#e0e0e0;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.status-dot{background:#25d366;border-radius:50%;width:9px;height:9px;animation:2s infinite blink;box-shadow:0 0 8px #25d366}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.8rem;transition:all .3s;display:flex}.close-btn:hover{background:#fff3;transform:rotate(90deg)}.chatbot-messages{background:linear-gradient(#f8f9fa 0%,#fff 100%);flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:8px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#f4d03f 0%,#d4af37 100%)}.message{animation:.4s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.message.bot{justify-content:flex-start}.message.user{justify-content:flex-end}.message-bubble{word-wrap:break-word;border-radius:16px;max-width:80%;padding:1rem 1.3rem;position:relative}.message.bot .message-bubble{color:#333;background:#fff;border:1px solid #f0f0f0;border-bottom-left-radius:4px;box-shadow:0 3px 12px #0000001a}.message.user .message-bubble{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-bottom-right-radius:4px;box-shadow:0 3px 12px #d4af374d}.message-bubble p{white-space:pre-line;margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.message-time{opacity:.7;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.75rem;font-weight:400;display:flex}.message-time svg{font-size:.9rem}.read-check{color:#25d366;font-size:1rem}.typing-indicator{gap:.4rem;display:flex;background:#fff!important;padding:1rem 1.3rem!important}.typing-indicator span{background:#666;border-radius:50%;width:9px;height:9px;animation:1.4s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.6;transform:translateY(0)}30%{opacity:1;transform:translateY(-12px)}}.inline-options{grid-template-columns:repeat(2,1fr);gap:.6rem;margin:.8rem 0 0;padding:0 .5rem;animation:.4s ease-out fadeIn;display:grid}.inline-option-btn{cursor:pointer;color:#333;text-align:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:.85rem;font-weight:600;line-height:1.3;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.inline-option-btn:hover{color:#0a1929;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-color:#d4af37;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.inline-option-btn:active{transform:translateY(0)}.chatbot-input{background:#fff;border-top:1px solid #e0e0e0;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;display:flex}.chatbot-input input{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:25px;outline:none;flex:1;padding:.9rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .3s}.chatbot-input input:focus{background:#fff;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.send-btn{cursor:pointer;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;box-shadow:0 4px 12px #d4af374d}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-btn:not(:disabled):hover{transform:scale(1.1);box-shadow:0 6px 18px #d4af3780}.send-btn svg{color:#0a1929;font-size:1.3rem}@media (width<=768px){.chatbot-container{width:calc(100% - 2rem);height:calc(100vh - 4rem);max-height:650px;bottom:1rem;right:1rem}.chatbot-button{bottom:1.5rem;right:1.5rem}.inline-options{grid-template-columns:1fr}}@media (width<=480px){.chatbot-container{border-radius:0;width:100%;height:100vh;max-height:none;bottom:0;right:0}.chatbot-button{width:60px;height:60px;bottom:1rem;right:1rem}.chat-icon{font-size:2rem}.message-bubble{max-width:85%}.inline-options{grid-template-columns:1fr;gap:.5rem}.inline-option-btn{padding:.7rem .8rem;font-size:.8rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.App{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0a1929 0%,#1e3a5f 100%);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#d4af37}::selection{color:#0a1929;background-color:#d4af37}::selection{color:#0a1929;background-color:#d4af37}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}
