@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";.navbar{z-index:1000;transition:var(--transition);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom:1px solid var(--blue-ice-border);background:#fffffff2;padding:.85rem 0;box-shadow:0 4px 20px #0f1e3614}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.85rem;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:44px}.logo-text{flex-direction:column;display:flex}.logo-brand{color:var(--blue-dark);font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800;line-height:1.1}.logo-highlight{color:var(--blue-primary)}.logo-sub{color:var(--blue-light);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-links a:not(.btn){color:var(--text-main);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-links a:not(.btn):after{content:"";background:var(--blue-primary);width:0%;height:2px;transition:var(--transition);border-radius:2px;position:absolute;bottom:0;left:0}.nav-links a:not(.btn):hover{color:var(--blue-primary)}.nav-links a:not(.btn):hover:after{width:100%}.nav-cta{padding:.65rem 1.35rem;font-size:.9rem}.mobile-toggle{color:var(--blue-dark);background:0 0;padding:.5rem;display:none}@media (width<=992px){.mobile-toggle{display:block}.nav-links{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:1.5rem;width:80%;max-width:380px;height:100vh;padding:6rem 2.5rem 2rem;transition:right .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}.nav-links a:not(.btn){width:100%;font-size:1.15rem;font-weight:600}.nav-cta{width:100%;margin-top:1rem}}@media (width<=576px){.navbar-logo-img{height:36px}.logo-brand{font-size:1.15rem}.logo-sub{letter-spacing:0;font-size:.65rem}.logo{gap:.5rem}}.footer{background:var(--blue-dark);color:#f1f5f9;border-top:1px solid var(--blue-ice-border);padding-top:5rem}.footer-container{grid-template-columns:1.3fr .8fr .9fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{color:#fff;align-items:center;gap:.85rem;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:800;display:flex}.footer-logo-img{filter:brightness(0)invert();width:auto;height:42px}.footer-logo .logo-accent{color:var(--blue-sky)}.footer-mission{color:#94a3b8;max-width:380px;margin-bottom:1.5rem;font-size:.925rem;line-height:1.7}.footer-trust-badge{color:var(--blue-sky);border-radius:var(--radius-full);background:#3a86ff26;border:1px solid #3a86ff4d;align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.775rem;font-weight:600;display:inline-flex}.footer-col-title{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700;position:relative}.footer-col-title:after{content:"";background:var(--blue-primary);border-radius:2px;width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-nav ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-nav a{color:#94a3b8;transition:var(--transition);font-size:.9rem}.footer-nav a:hover{color:#fff;padding-left:5px}.contact-meta{flex-direction:column;gap:1rem;margin-bottom:1.75rem;list-style:none;display:flex}.contact-meta li{color:#cbd5e1;align-items:center;gap:.75rem;font-size:.925rem;display:flex}.meta-icon{color:var(--blue-sky);flex-shrink:0}.footer-wa-btn{width:100%;padding:.85rem 1.25rem;font-size:.9rem}.footer-bottom{background:#091322;border-top:1px solid #ffffff14;padding:2rem 0}.bottom-container{text-align:center;flex-direction:column;gap:.85rem;display:flex}.copyright{color:#94a3b8;font-size:.85rem}.medical-disclaimer{color:#64748b;max-width:800px;margin:0 auto;font-size:.775rem;line-height:1.6}@media (width<=992px){.footer-container{grid-template-columns:1fr;gap:3rem}}.hero-section{background:radial-gradient(circle at 85% 15%,#3a86ff14 0%,#f1f7fe99 40%,#fff 80%);align-items:center;min-height:94vh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-bg-shapes .shape-1{background:radial-gradient(circle,#1e56a012 0%,#fff0 70%);border-radius:50%;width:550px;height:550px;position:absolute;top:-100px;right:-80px}.hero-bg-shapes .shape-2{background:radial-gradient(circle,#60a5fa14 0%,#fff0 70%);border-radius:50%;width:450px;height:450px;position:absolute;bottom:-150px;left:-100px}.hero-container{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-badge{background:var(--blue-ice);color:var(--blue-primary);border:1px solid var(--blue-ice-border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.badge-icon{color:var(--blue-light)}.hero-title{color:var(--blue-dark);margin-bottom:1.25rem;font-size:3.4rem;line-height:1.15}.hero-title span{color:var(--blue-primary);background:linear-gradient(135deg, var(--blue-primary) 0%, #3a86ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-tagline{color:var(--blue-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.4}.hero-description{color:var(--text-muted);max-width:580px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-trust-bar{border-top:1px solid var(--border-light);align-items:center;gap:1.25rem;padding-top:1.5rem;display:flex}.trust-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.trust-icon{color:var(--blue-primary)}.trust-dot{background:var(--whatsapp);border-radius:50%;width:8px;height:8px;display:inline-block}.trust-divider{background:var(--border);width:1px;height:20px}.hero-image-col{justify-content:center;align-items:center;display:flex}.hero-photo-frame{width:100%;max-width:420px;position:relative}.photo-aura{z-index:0;filter:blur(25px);background:radial-gradient(circle,#3a86ff38 0%,#1e56a00d 50%,#0000 75%);border-radius:50%;width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.photo-backdrop{opacity:.15;z-index:0;width:100%;height:100%;transition:var(--transition);background:linear-gradient(145deg,#1e56a0,#60a5fa);border-radius:32px;position:absolute;top:16px;left:16px;transform:rotate(-2.5deg)}.hero-photo-frame:hover .photo-backdrop{opacity:.25;transform:rotate(0)scale(1.02)}.hero-photo{z-index:1;object-fit:cover;object-position:center 22%;width:100%;height:520px;box-shadow:0 20px 45px #0f1e3629, 0 0 0 1px var(--blue-ice-border);background-color:var(--blue-ice);transition:var(--transition);border:4px solid #fff;border-radius:30px;display:block;position:relative}.hero-photo:hover{box-shadow:0 26px 55px #1e56a038, 0 0 0 2px var(--blue-sky);transform:translateY(-4px)}.floating-badge{z-index:2;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid #fffc;align-items:center;gap:.85rem;padding:.85rem 1.25rem;display:flex;position:absolute}.floating-badge strong{color:var(--blue-dark);font-size:.875rem;display:block}.floating-badge span{color:var(--text-muted);font-size:.75rem;display:block}.badge-top{top:25px;left:-25px}.badge-bottom{bottom:25px;right:-25px}.badge-dot{background:var(--blue-light);border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #3a86ff99}.badge-avatar-check{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3.5rem}.hero-badge{margin:0 auto 1.25rem}.hero-description{margin:0 auto 2rem}.hero-actions,.hero-trust-bar{justify-content:center}.hero-image-col{order:-1}.hero-photo{max-width:360px;height:440px;margin:0 auto}.badge-top{left:0}.badge-bottom{right:0}}@media (width<=576px){.hero-section{padding:6rem 0 3rem}.hero-title{font-size:1.95rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-trust-bar{flex-direction:column;gap:.5rem}.trust-divider{display:none}.hero-photo-frame{margin-bottom:2rem}.floating-badge{transform-origin:0;width:auto;max-width:none;margin:0;display:flex;transform:scale(.8)}.badge-top{margin-top:0;inset:10px auto auto -5px}.badge-bottom{transform-origin:100%;margin-top:0;inset:auto -5px 10px auto}.hero-photo{object-position:center 35%;border-width:3px;max-width:100%;height:420px}}.about-section{background-color:var(--bg-alt);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.about-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.about-photo-wrapper{width:100%;max-width:440px;margin:0 auto;position:relative}.about-backdrop{border-radius:var(--radius-lg);border:2px solid var(--blue-ice-border);background:var(--blue-badge);z-index:0;width:100%;height:100%;position:absolute;top:-15px;left:-15px}.about-photo{z-index:1;object-fit:cover;object-position:center 22%;border-radius:var(--radius-lg);width:100%;height:530px;box-shadow:var(--shadow-lg);display:block;position:relative}.about-badge-experience{z-index:2;border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid #fffc;align-items:center;gap:.85rem;padding:.85rem 1.25rem;display:flex;position:absolute;top:25px;right:-25px}.exp-icon-wrap{background:var(--blue-ice);width:44px;height:44px;color:var(--blue-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.exp-title{color:var(--blue-dark);font-size:1.1rem;font-weight:800;line-height:1.1;display:block}.exp-sub{color:var(--text-muted);font-size:.75rem;font-weight:500;display:block}.about-partner-card{z-index:2;border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid #fffc;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex;position:absolute;bottom:-20px;left:-20px}.partner-logo{object-fit:contain;width:auto;height:32px}.about-partner-card span{color:var(--blue-dark);font-size:.8rem;font-weight:700}.about-title{color:var(--blue-dark);margin-bottom:1.5rem;font-size:2.6rem;line-height:1.2}.about-title span{color:var(--blue-primary);background:linear-gradient(135deg, var(--blue-primary) 0%, #3a86ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.about-text{color:var(--text-muted);margin-bottom:1.75rem;font-size:1.05rem;line-height:1.75}.about-mission-quote{border-radius:var(--radius-md);border:1px solid var(--blue-ice-border);box-shadow:var(--shadow-sm);background:#fff;gap:1.25rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.quote-bar{background:linear-gradient(to bottom, var(--blue-primary), var(--blue-light));border-radius:4px;flex-shrink:0;width:4px}.about-mission-quote p{color:var(--blue-primary);font-size:.975rem;font-style:italic;font-weight:600;line-height:1.6}.about-values-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.25rem;display:grid}.value-card{align-items:flex-start;gap:.75rem;display:flex}.val-icon-box{background:var(--blue-ice);width:30px;height:30px;color:var(--blue-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.value-card h4{color:var(--blue-dark);margin-bottom:.2rem;font-size:.95rem}.value-card p{color:var(--text-muted);font-size:.825rem;line-height:1.45}.about-cta-row{margin-top:1rem}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:3.5rem}.about-photo{max-width:360px;height:440px}.about-badge-experience{right:0}.about-partner-card{left:0}}@media (width<=576px){.about-title{font-size:2rem}.about-values-grid{grid-template-columns:1fr;gap:1rem}.about-photo-wrapper{margin-bottom:2rem}.about-badge-experience,.about-partner-card{z-index:10;width:auto;max-width:none;margin:0;display:flex;transform:scale(.8)}.about-badge-experience{transform-origin:100%;margin-top:0;inset:10px -5px auto auto}.about-partner-card{transform-origin:0;margin-top:0;inset:auto auto 10px -5px}.about-photo{object-position:center 35%;height:420px}}.products-section{background-color:#fff}.section-header-center{text-align:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.25rem;display:grid}.product-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--blue-sky);transform:translateY(-5px);box-shadow:0 16px 36px #1e56a01f}.product-media{background-color:var(--blue-ice);justify-content:center;align-items:center;height:250px;display:flex;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{background:linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-light) 100%);color:#fff;border-radius:var(--radius-full);letter-spacing:.03em;z-index:1;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #1e56a04d}.product-tagline-overlay{color:#fff;letter-spacing:.02em;background:linear-gradient(#0000 0%,#0f1e36d9 100%);padding:1.5rem 1.25rem .75rem;font-size:.825rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.product-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.product-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.product-name{color:var(--blue-dark);font-size:1.35rem;font-weight:700}.product-pricing{text-align:right;flex-shrink:0}.product-price{color:var(--blue-primary);font-size:1.15rem;font-weight:800;display:block}.product-packaging{color:var(--text-muted);font-size:.75rem}.product-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.25rem;font-size:.925rem;line-height:1.6}.product-benefits{background-color:var(--blue-ice);border-radius:var(--radius-md);border:1px solid var(--blue-ice-border);margin-bottom:1.5rem;padding:1rem 1.25rem}.benefits-label{color:var(--blue-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.65rem;font-size:.775rem;font-weight:700;display:block}.benefits-list{flex-direction:column;gap:.45rem;list-style:none;display:flex}.benefits-list li{color:var(--text-main);align-items:flex-start;gap:.5rem;font-size:.825rem;line-height:1.4;display:flex}.benefit-check{color:var(--blue-primary);flex-shrink:0;margin-top:2px}.product-actions{grid-template-columns:1.2fr 1fr;gap:.75rem;margin-top:auto;display:grid}.product-btn-order{padding:.75rem 1rem;font-size:.9rem}.product-btn-wa{padding:.75rem .85rem;font-size:.875rem}@media (width<=768px){.products-grid{grid-template-columns:1fr}}.videos-section{background-color:var(--bg-alt);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.video-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.video-card:hover{border-color:var(--blue-sky);box-shadow:var(--shadow-md);transform:translateY(-4px)}.video-wrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-player{object-fit:cover;width:100%;height:100%;display:block}.video-info{align-items:center;gap:.85rem;padding:1.25rem;display:flex}.video-icon-pill{background:var(--blue-ice);width:36px;height:36px;color:var(--blue-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.video-title{color:var(--blue-dark);font-size:1rem;font-weight:700;line-height:1.35}@media (width<=576px){.videos-grid{grid-template-columns:1fr}}.testimonials-section{background-color:#fff}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-bottom:3.5rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;flex-direction:column;padding:2rem;display:flex}.testimonial-card:hover{border-color:var(--blue-sky);transform:translateY(-4px);box-shadow:0 14px 30px #1e56a014}.testimonial-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.rating-stars{gap:.25rem;display:flex}.verified-badge{color:var(--blue-primary);background:var(--blue-ice);border-radius:var(--radius-full);align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.testimonial-text{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-footer{align-items:center;gap:.85rem;margin-top:auto;display:flex}.author-avatar{background:linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-light) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex}.author-name{color:var(--blue-dark);font-size:.95rem;font-weight:700}.author-loc{color:var(--text-muted);font-size:.8rem;display:block}.testimonial-comparison{border-top:1px dashed var(--border);margin-top:1.25rem;padding-top:1.25rem}.comp-title{color:var(--blue-primary);text-transform:uppercase;margin-bottom:.75rem;font-size:.775rem;font-weight:700;display:block}.comp-images{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.comp-box{border-radius:var(--radius-md);height:130px;position:relative;overflow:hidden}.comp-box img{object-fit:cover;width:100%;height:100%}.comp-label{color:#fff;background:#0f1e36bf;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;position:absolute;bottom:6px;left:6px}.comp-after{background:var(--blue-primary)}.testimonial-cta-center{justify-content:center;display:flex}.testimonial-form{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-width:550px;box-shadow:var(--shadow-lg);padding:2.25rem}.form-head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.form-head h3{color:var(--blue-dark);font-size:1.35rem}.close-btn{color:var(--text-muted);background:0 0;padding:.25rem}.close-btn:hover{color:var(--blue-dark)}.rating-selector .stars-input{gap:.5rem;margin-top:.5rem;display:flex}.faq-section{background-color:var(--bg-alt);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.faq-wrapper{max-width:860px;margin:0 auto}.faq-list{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.faq-card{border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);background:#fff;overflow:hidden}.faq-card.open{border-color:var(--blue-sky);box-shadow:0 8px 20px #1e56a014}.faq-trigger{text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.35rem 1.5rem;display:flex}.faq-q-text{color:var(--blue-dark);font-size:1.05rem;font-weight:700}.faq-card.open .faq-q-text{color:var(--blue-primary)}.faq-icon-pill{background:var(--blue-ice);width:32px;height:32px;color:var(--blue-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.faq-icon-pill.rotated{background:var(--blue-primary);color:#fff;transform:rotate(180deg)}.faq-body{color:var(--text-muted);border-top:1px dashed var(--border-light);padding:1rem 1.5rem 1.35rem;font-size:.95rem;line-height:1.7;animation:.3s ease-out fadeIn}.faq-help-box{background:linear-gradient(135deg, #fff 0%, var(--blue-ice) 100%);border:1px solid var(--blue-ice-border);border-radius:var(--radius-lg);text-align:center;padding:2.25rem}.help-box-content h3{color:var(--blue-dark);margin-bottom:.5rem;font-size:1.35rem}.help-box-content p{color:var(--text-muted);max-width:500px;margin:0 auto 1.5rem;font-size:.95rem}.contact-section{background-color:#fff}.contact-container{grid-template-columns:.9fr 1.1fr;align-items:flex-start;gap:4.5rem;display:grid}.contact-title{color:var(--blue-dark);margin-bottom:1.25rem;font-size:2.6rem;line-height:1.2}.contact-title span{color:var(--blue-primary);background:linear-gradient(135deg, var(--blue-primary) 0%, #3a86ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.contact-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.contact-card-premium{background:linear-gradient(145deg, #fff 0%, var(--blue-ice) 100%);border:1px solid var(--blue-ice-border);padding:2rem}.card-header-line{color:var(--blue-dark);border-bottom:1px solid var(--border-light);align-items:center;gap:.65rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.95rem;display:flex}.live-status-dot{background:var(--whatsapp);border-radius:50%;width:10px;height:10px;display:inline-block;box-shadow:0 0 8px #25d366b3}.info-list{flex-direction:column;gap:1.25rem;display:flex}.info-item{align-items:flex-start;gap:1rem;display:flex}.info-icon{width:38px;height:38px;color:var(--blue-primary);box-shadow:var(--shadow-sm);border:1px solid var(--blue-ice-border);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-label{color:var(--text-muted);font-size:.8rem;font-weight:500;display:block}.info-value{color:var(--blue-dark);font-size:.95rem;font-weight:700;display:block}.contact-form{border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);background:#fff;padding:2.5rem}.form-title{color:var(--blue-dark);margin-bottom:.25rem;font-size:1.45rem}.form-subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:.875rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.15rem;display:grid}.form-group-flex2{grid-column:span 1}.form-group{flex-direction:column;margin-bottom:1.15rem;display:flex}.form-group label{color:var(--blue-dark);margin-bottom:.45rem;font-size:.85rem;font-weight:600}.form-control{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-main);transition:var(--transition);background-color:#fff;padding:.85rem 1.1rem;font-family:inherit;font-size:.95rem}.form-control:focus{border-color:var(--blue-primary);outline:none;box-shadow:0 0 0 3px #1e56a01f}.phone-custom-input{align-items:center;display:flex}.phone-custom-input input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:var(--transition);padding:.85rem 1.1rem;font-family:inherit;font-size:.95rem}.phone-custom-input input:focus{border-color:var(--blue-primary);outline:none;box-shadow:0 0 0 3px #1e56a01f}.form-submit-btn{margin-top:.75rem;padding:1.05rem;font-size:1.05rem;font-weight:700}.form-note{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8rem}.confirmation-card{border:2px solid var(--blue-sky);border-radius:var(--radius-lg);text-align:center;background:#fff;padding:2.75rem;animation:.4s ease-out fadeIn;box-shadow:0 16px 40px #1e56a01f}.confirm-icon-box{background:var(--blue-ice);width:76px;height:76px;color:var(--blue-primary);border:2px solid var(--blue-ice-border);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.confirm-title{color:var(--blue-dark);margin-bottom:.5rem;font-size:1.65rem}.confirm-desc{color:var(--text-muted);margin-bottom:1.75rem;font-size:1rem}.confirm-summary{background-color:var(--blue-ice);border-radius:var(--radius-md);border:1px solid var(--blue-ice-border);text-align:left;margin-bottom:1.75rem;padding:1.5rem}.summary-row{border-bottom:1px dashed var(--border);justify-content:space-between;padding:.45rem 0;font-size:.9rem;display:flex}.summary-row:last-child{border-bottom:none}.s-label{color:var(--text-muted);font-weight:600}.s-value{color:var(--blue-dark);text-align:right;font-weight:700}.s-value.highlight{color:var(--blue-primary)}.wa-prompt-text{color:var(--text-main);margin-bottom:1.25rem;font-size:.95rem;font-weight:600}.confirm-wa-btn{padding:1rem 1.5rem;font-size:1.05rem;font-weight:700}.btn-link-reset{color:var(--blue-primary);background:0 0;align-items:center;gap:.45rem;margin-top:1.25rem;font-size:.875rem;font-weight:600;text-decoration:underline;display:inline-flex}.btn-link-reset:hover{color:var(--blue-dark)}@media (width<=992px){.contact-container{grid-template-columns:1fr;gap:3.5rem}}@media (width<=576px){.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.confirmation-card{padding:1.75rem}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--blue-primary:#1e56a0;--blue-primary-hover:#16407a;--blue-dark:#0f1e36;--blue-dark-surface:#172844;--blue-light:#3a86ff;--blue-sky:#60a5fa;--blue-ice:#f1f7fe;--blue-ice-border:#dbeafe;--blue-badge:#e0edff;--blue-glow:#1e56a038;--bg-color:#fff;--bg-alt:#f6faff;--surface:#fff;--text-main:#0b192c;--text-muted:#576b84;--border:#e2eaf4;--border-light:#edf2f9;--gold:#f59e0b;--gold-light:#fef3c7;--whatsapp:#25d366;--whatsapp-hover:#1eb956;--whatsapp-glow:#25d36659;--max-width:1240px;--padding-x:2rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 2px 4px #0f1e360a;--shadow-md:0 8px 24px #0f1e3614;--shadow-lg:0 16px 36px #0f1e361f;--shadow-blue:0 12px 28px #1e56a033;--transition:all .3s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--blue-dark);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.25}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:var(--max-width);padding:0 var(--padding-x);margin:0 auto}.section{padding:6rem 0;position:relative}.section-tag{background:var(--blue-badge);color:var(--blue-primary);border:1px solid var(--blue-ice-border);border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-title{text-align:center;color:var(--blue-dark);margin-bottom:1rem;font-size:2.75rem;font-weight:800}.section-title span{background:linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.section-subtitle{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 3.5rem;font-size:1.15rem;line-height:1.7}.btn{border-radius:var(--radius-full);transition:var(--transition);text-align:center;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 1.85rem;font-size:.975rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--blue-primary) 0%, #2563eb 100%);color:#fff;box-shadow:0 8px 20px #1e56a047}.btn-primary:hover{background:linear-gradient(135deg, var(--blue-primary-hover) 0%, #1d4ed8 100%);transform:translateY(-2px);box-shadow:0 12px 28px #1e56a066}.btn-secondary{color:var(--blue-primary);border:1.5px solid var(--blue-ice-border);box-shadow:var(--shadow-sm);background:#fff}.btn-secondary:hover{background:var(--blue-ice);border-color:var(--blue-light);transform:translateY(-2px)}.btn-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#16a34a 100%);box-shadow:0 8px 22px #25d36659}.btn-whatsapp:hover{background:linear-gradient(135deg,#1fa952 0%,#15803d 100%);transform:translateY(-2px);box-shadow:0 12px 28px #25d3667a}.btn-navy{background:var(--blue-dark);color:#fff;box-shadow:0 8px 20px #0f1e3640}.btn-navy:hover{background:var(--blue-dark-surface);transform:translateY(-2px)}.w-100{width:100%}.glass{-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #e2eaf4cc}.card-soft{border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff}.card-soft:hover{border-color:var(--blue-ice-border);box-shadow:var(--shadow-md);transform:translateY(-4px)}.floating-whatsapp{color:#fff;z-index:999;width:66px;height:66px;transition:var(--transition);background:linear-gradient(135deg,#25d366 0%,#16a34a 100%);border-radius:50%;justify-content:center;align-items:center;animation:2.5s infinite pulse-ring;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #25d36666}.floating-whatsapp:hover{transform:scale(1.1)rotate(5deg);box-shadow:0 14px 32px #25d36699}.floating-whatsapp .tooltip{background:var(--blue-dark);color:#fff;border-radius:var(--radius-md);white-space:nowrap;pointer-events:none;opacity:0;transition:var(--transition);box-shadow:var(--shadow-md);padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;right:76px;transform:translate(10px)}.floating-whatsapp:hover .tooltip{opacity:1;transform:translate(0)}@keyframes pulse-ring{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 18px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out forwards fadeIn}@media (width<=992px){.section{padding:4.5rem 0}.section-title{font-size:2.25rem}}@media (width<=768px){:root{--padding-x:1.25rem}.section{padding:3.5rem 0}.section-title{font-size:1.95rem}.section-subtitle{margin-bottom:2.5rem;font-size:1rem}.floating-whatsapp{width:56px;height:56px;bottom:1.25rem;right:1.25rem}}
