:root{--navy:#0b2545;--navy-mid:#12375e;--navy-light:#1a4a7a;--teal:#0f9d9a;--teal-dark:#0a7d7a;--teal-light:#e6f7f7;--white:#fff;--bg-light:#f5f9fa;--bg-section:#f0f6f8;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--text-primary:#0b2545;--text-secondary:#334155;--text-muted:#64748b;--text-on-dark:#ffffffeb;--text-on-dark-muted:#ffffffa6;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Sora", "Inter", sans-serif;--container-max:1200px;--section-py:clamp(60px, 8vw, 100px);--shadow-xs:0 1px 3px #0b254514;--shadow-sm:0 2px 8px #0b25451a;--shadow-md:0 8px 24px #0b25451f;--shadow-lg:0 16px 40px #0b254529;--shadow-teal:0 8px 32px #0f9d9a40;--r-sm:6px;--r-md:12px;--r-lg:20px;--r-xl:32px;--r-full:9999px;--ease:cubic-bezier(.4, 0, .2, 1);--t-fast:.15s var(--ease);--t-base:.25s var(--ease);--t-slow:.4s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.25rem}@media (width>=768px){.container{padding:0 2rem}}@media (width>=1280px){.container{padding:0 2.5rem}}.section-py{padding-top:var(--section-py);padding-bottom:var(--section-py)}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.label:before{content:"";background:var(--teal);border-radius:2px;width:24px;height:2px;display:inline-block}.section-heading{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.section-heading span{color:var(--teal)}.section-sub{color:var(--text-muted);max-width:600px;font-size:1.0625rem;line-height:1.75}.btn{border-radius:var(--r-full);transition:var(--t-base);white-space:nowrap;cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white);border-color:var(--teal);box-shadow:var(--shadow-teal)}.btn-primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 12px 36px #0f9d9a59}.btn-outline{color:var(--white);background:0 0;border-color:#fff9}.btn-outline:hover{border-color:var(--white);background:#ffffff1f}.btn-outline-navy{color:var(--navy);border-color:var(--navy);background:0 0}.btn-outline-navy:hover{background:var(--navy);color:var(--white)}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-mid);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-lg{padding:1.1rem 2.5rem;font-size:1.0625rem}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.reveal{opacity:0;transition:opacity .6s var(--ease), transform .6s var(--ease);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.navbar{inset-inline:0;z-index:900;transition:background var(--t-base), padding var(--t-base), box-shadow var(--t-base);padding:1.25rem 0;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#0b2545f7;padding:.75rem 0;box-shadow:0 2px 24px #0000002e}.nav-inner{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.25rem;display:flex}@media (width>=768px){.nav-inner{padding:0 2rem}}.nav-logo{font-family:var(--font-heading);color:var(--white);z-index:901;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;display:flex}.nav-logo-mark{background:var(--teal);border-radius:var(--r-sm);width:38px;height:38px;color:var(--white);font-size:1.25rem;font-weight:800;font-family:var(--font-heading);flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-logo-sub{color:var(--teal);letter-spacing:.05em;font-size:.65rem;font-weight:400;line-height:1;display:block}.nav-links{align-items:center;gap:2rem;display:none}@media (width>=1024px){.nav-links{display:flex}}.nav-link{color:var(--text-on-dark-muted);transition:color var(--t-fast);font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--teal);width:0;height:2px;transition:width var(--t-base);border-radius:2px;position:absolute;bottom:-3px;left:0}.nav-link:hover{color:var(--white)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--white)}.nav-toggle{z-index:901;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:4px;display:flex}@media (width>=1024px){.nav-toggle{display:none}}.nav-toggle span{background:var(--white);height:2px;transition:var(--t-base);transform-origin:50%;border-radius:2px;display:block}.nav-toggle span:first-child{width:24px}.nav-toggle span:nth-child(2){width:18px}.nav-toggle span:nth-child(3){width:24px}.nav-toggle.open span:first-child{width:24px;transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.open span:nth-child(3){width:24px;transform:translateY(-7px)rotate(-45deg)}.nav-drawer{background:var(--navy);z-index:899;width:min(320px,85vw);height:100vh;transition:transform .35s var(--ease);flex-direction:column;gap:.25rem;padding:6rem 2rem 2rem;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #0000004d}.nav-drawer.open{transform:translate(0)}.nav-drawer-link{color:var(--text-on-dark-muted);border-radius:var(--r-md);transition:var(--t-fast);border-left:3px solid #0000;padding:.875rem 1rem;font-size:1.0625rem;font-weight:500;display:block}.nav-drawer-link:hover,.nav-drawer-link.active{color:var(--white);border-left-color:var(--teal);background:#ffffff12}.nav-drawer-cta{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.nav-overlay{z-index:898;opacity:0;pointer-events:none;transition:opacity var(--t-base);background:#00000080;position:fixed;inset:0}.nav-overlay.open{opacity:1;pointer-events:all}.hero{background:var(--navy);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-bg-circle{border:1px solid #0f9d9a26;border-radius:50%;position:absolute}.hero-bg-circle-1{border-width:60px;border-color:#0f9d9a1f;width:600px;height:600px;top:-200px;right:-100px}.hero-bg-circle-2{border-width:80px;border-color:#0f9d9a0f;width:900px;height:900px;top:-350px;right:-300px}.hero-bg-dot-grid{background-image:radial-gradient(circle,#0f9d9a26 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(to bottom right,#0000,#0000004d 60%,#0000);mask-image:linear-gradient(to bottom right,#0000,#0000004d 60%,#0000)}.hero-bg-glow{pointer-events:none;background:radial-gradient(circle,#0f9d9a2e 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-100px;right:5%}.hero-inner{z-index:2;width:100%;padding:7rem 0 4rem;position:relative}@media (width>=768px){.hero-inner{padding:8rem 0 5rem}}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=900px){.hero-grid{grid-template-columns:1fr 320px;align-items:start;gap:4rem;padding-top:1rem}}.hero-text-wrap{max-width:780px}.hero-video-col{flex-direction:column;align-items:center;gap:.875rem;display:flex}.hero-video-label{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);border-radius:var(--r-full);background:#0f9d9a26;border:1px solid #0f9d9a4d;align-items:center;gap:.4rem;padding:.3rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-video-frame{aspect-ratio:9/16;border-radius:var(--r-xl);background:#000;width:100%;max-width:320px;overflow:hidden;box-shadow:0 24px 60px #0000008c,0 0 0 1px #ffffff14}.hero-video-fallback{color:#ffffff80;transition:color var(--t-fast);align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-video-fallback:hover{color:var(--teal)}.hero-eyebrow{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r-full);background:#0f9d9a26;border:1px solid #0f9d9a4d;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;display:inline-block}.hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1}.hero-title .accent{color:var(--teal)}.hero-desc{color:var(--text-on-dark-muted);max-width:520px;margin-bottom:2.25rem;font-size:1.0625rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-quick-contact{color:var(--text-on-dark-muted);border-radius:var(--r-full);transition:var(--t-base);background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:.625rem;padding:.75rem 1.25rem;font-size:.9375rem;display:flex}.hero-quick-contact:hover{color:var(--white);background:#ffffff1a}.hero-quick-contact svg{color:var(--teal);flex-shrink:0}.hero-stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:.5rem;padding-top:2rem;display:flex}.hero-stat{border-radius:var(--r-md);text-align:center;background:#ffffff0d;border:1px solid #ffffff14;flex:1;min-width:110px;padding:1rem}.hero-stat-number{font-family:var(--font-heading);color:var(--teal);margin-bottom:.3rem;font-size:1.75rem;font-weight:800;line-height:1;display:block}.hero-stat-label{color:var(--text-on-dark-muted);letter-spacing:.04em;font-size:.75rem}.hero-card{border-radius:var(--r-xl);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;padding:2rem;opacity:1!important;transform:none!important}.hero-cred-panel{border-radius:var(--r-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1f;padding:2rem}.hero-cred-header{border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.hero-cred-avatar{background:var(--teal);border-radius:var(--r-md);width:56px;height:56px;font-family:var(--font-heading);color:var(--white);letter-spacing:.04em;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.hero-cred-name{font-family:var(--font-heading);color:var(--white);margin-bottom:.2rem;font-size:1.0625rem;font-weight:700}.hero-cred-role{color:var(--teal);font-size:.8125rem;font-weight:500}.hero-cred-list{flex-direction:column;gap:.875rem;margin-bottom:1.5rem;display:flex}.hero-cred-item{border-radius:var(--r-md);transition:background var(--t-fast), border-color var(--t-fast);background:#ffffff0d;border:1px solid #ffffff12;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;display:flex}.hero-cred-item:hover{background:#0f9d9a26;border-color:#0f9d9a4d}.hero-cred-icon{border-radius:var(--r-sm);width:36px;height:36px;color:var(--teal);background:#0f9d9a33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-cred-item-title{color:var(--white);margin-bottom:.15rem;font-size:.875rem;font-weight:700;line-height:1.3}.hero-cred-item-sub{color:#ffffff8c;font-size:.75rem;line-height:1.4}.hero-cred-cta{text-align:center;border-radius:var(--r-md);color:var(--teal);transition:background var(--t-fast), color var(--t-fast);background:#0f9d9a26;border:1px solid #0f9d9a4d;padding:.75rem;font-size:.875rem;font-weight:600;display:block}.hero-cred-cta:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.hero-card-avatar{aspect-ratio:3/4;border-radius:var(--r-lg);background:linear-gradient(135deg,#0f9d9a33,#ffffff0d);justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;font-size:7rem;display:flex;position:relative;overflow:hidden}.hero-card-avatar:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 45%,#0b25458c 100%);position:absolute;inset:0}.hero-card-name{font-family:var(--font-heading);color:var(--white);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.hero-card-role{color:var(--teal);margin-bottom:1.25rem;font-size:.875rem;font-weight:500}.hero-card-badges{flex-wrap:wrap;gap:.5rem;display:flex}.hero-badge{border-radius:var(--r-full);letter-spacing:.05em;padding:.3rem .75rem;font-size:.7rem;font-weight:600}.hero-badge-teal{color:var(--teal);background:#0f9d9a33;border:1px solid #0f9d9a4d}.hero-badge-white{color:#fffc;background:#ffffff14;border:1px solid #ffffff26}.hero-avail{color:var(--teal);align-items:center;gap:.5rem;margin-top:1rem;font-size:.8125rem;font-weight:500;display:flex}.avail-dot{background:var(--teal);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{box-shadow:0 0 #0f9d9a80}50%{box-shadow:0 0 0 6px #0f9d9a00}}.trust-bar{background:var(--navy-mid);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:1.25rem 0}.trust-bar-inner{flex-wrap:wrap;justify-content:center;gap:.5rem 2rem;display:flex}.trust-item{color:var(--text-on-dark-muted);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.trust-item svg{color:var(--teal);flex-shrink:0}.about{background:var(--white)}.about-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-grid{grid-template-columns:440px 1fr;gap:5rem}}.about-photo-wrap{justify-content:center;display:flex;position:relative}.about-photo{aspect-ratio:4/5;border-radius:var(--r-xl);outline:4px solid var(--teal);outline-offset:6px;width:100%;max-width:400px;box-shadow:var(--shadow-xl), 0 0 0 10px #0f9d9a14;position:relative;overflow:hidden}.about-cred,.about-cred-1,.about-cred-2{display:none}.about-body p{color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.8}.about-checklist{grid-template-columns:1fr;gap:.75rem;margin:1.75rem 0;display:grid}@media (width>=640px){.about-checklist{grid-template-columns:1fr 1fr}}.about-check{color:var(--text-secondary);align-items:flex-start;gap:.625rem;font-size:.9rem;font-weight:500;display:flex}.about-check svg{color:var(--teal);flex-shrink:0;margin-top:2px}.services{background:var(--bg-light)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);transition:transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);cursor:default;padding:2rem 1.75rem;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--teal), var(--navy-light));transform-origin:0;height:3px;transition:transform var(--t-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0f9d9a33;transform:translateY(-6px)}.service-card:hover:before{transform:scaleX(1)}.service-icon-wrap{background:var(--teal-light);border-radius:var(--r-md);width:56px;height:56px;transition:background var(--t-base);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card:hover .service-icon-wrap{background:var(--teal)}.service-icon-wrap svg{color:var(--teal);transition:color var(--t-base)}.service-card:hover .service-icon-wrap svg{color:var(--white)}.service-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.625rem;font-size:1.0625rem;font-weight:700}.service-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.service-tags{flex-wrap:wrap;gap:.375rem;display:flex}.service-tag{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--r-full);letter-spacing:.04em;padding:.25rem .625rem;font-size:.7rem;font-weight:600}.conditions-strip{background:var(--navy);border-radius:var(--r-xl);margin-top:4rem;padding:2.5rem}.conditions-strip-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.conditions-grid{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}@media (width>=640px){.conditions-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.conditions-grid{grid-template-columns:repeat(4,1fr)}}.condition-item{color:var(--text-on-dark-muted);border-radius:var(--r-md);transition:var(--t-fast);background:#ffffff0d;border:1px solid #ffffff12;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.875rem;display:flex}.condition-item:hover{color:var(--white);background:#0f9d9a26;border-color:#0f9d9a4d}.condition-dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:6px;height:6px}.why{background:var(--white)}.why-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.why-grid{grid-template-columns:1fr 1fr;gap:5rem}}.why-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width>=768px){.why-cards{grid-template-columns:repeat(3,1fr)}}.why-card{background:var(--bg-light);border-radius:var(--r-lg);border:1px solid var(--gray-200);transition:var(--t-base);padding:1.5rem}.why-card:hover{box-shadow:var(--shadow-sm);border-color:#0f9d9a4d}.why-card-icon{background:var(--teal-light);border-radius:var(--r-md);width:44px;height:44px;color:var(--teal);justify-content:center;align-items:center;margin-bottom:.875rem;display:flex}.why-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:.375rem;font-size:.9375rem;font-weight:700}.why-card p{color:var(--text-muted);font-size:.8375rem;line-height:1.65}.expertise-bars{flex-direction:column;gap:1.5rem;display:flex}.exp-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.exp-header span:first-child{color:var(--navy);font-size:.9rem;font-weight:600}.exp-header span:last-child{color:var(--teal);font-size:.8125rem;font-weight:700}.exp-track{background:var(--gray-200);border-radius:var(--r-full);height:8px;overflow:hidden}.exp-fill{background:linear-gradient(90deg, var(--teal), var(--navy-light));border-radius:var(--r-full);width:0;height:100%;transition:width 1.2s var(--ease)}.exp-fill.animated{width:var(--target-width)}.testimonials{background:var(--bg-light)}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testi-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);transition:box-shadow var(--t-base), transform var(--t-base);flex-direction:column;padding:1.75rem;display:flex}.testi-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testi-stars{color:#f59e0b;gap:.2rem;margin-bottom:1rem;display:flex}.testi-text{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.9375rem;font-style:italic;line-height:1.75}.testi-quote{font-family:var(--font-heading);color:var(--teal);opacity:.25;margin-bottom:.5rem;font-size:3.5rem;line-height:.5}.testi-author{border-top:1px solid var(--gray-100);align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.testi-avatar{background:var(--navy);width:44px;height:44px;font-family:var(--font-heading);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.testi-name{color:var(--navy);font-size:.9rem;font-weight:700}.testi-role{color:var(--text-muted);font-size:.775rem}.testi-featured{background:var(--navy);border-color:var(--navy)}.testi-featured .testi-text{color:var(--text-on-dark-muted)}.testi-featured .testi-name{color:var(--white)}.testi-featured .testi-role{color:var(--teal)}.testi-featured .testi-author{border-top-color:#ffffff1a}.testi-featured .testi-avatar{background:var(--teal)}.testi-featured .testi-quote{color:var(--teal);opacity:.4}.contact{background:var(--white)}.contact-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem}}.contact-info-cards{flex-direction:column;gap:1rem;margin:2rem 0;display:flex}.contact-info-card{background:var(--bg-light);border-radius:var(--r-md);border:1px solid var(--gray-200);gap:1rem;padding:1.125rem 1.25rem;display:flex}.contact-info-icon{background:var(--teal-light);border-radius:var(--r-sm);width:44px;height:44px;color:var(--teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-body h4{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;font-size:.8125rem;font-weight:700}.contact-info-body p{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.contact-info-body a{color:var(--teal);transition:color var(--t-fast);font-weight:500}.contact-info-body a:hover{color:var(--teal-dark)}.btn-whatsapp{color:var(--white);border-radius:var(--r-full);transition:var(--t-base);background:#25d366;align-items:center;gap:.625rem;margin-top:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 8px 24px #25d36659}.map-placeholder{background:var(--bg-light);border:2px dashed var(--gray-300);border-radius:var(--r-lg);width:100%;height:180px;color:var(--text-muted);cursor:pointer;transition:var(--t-fast);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;display:flex}.map-placeholder:hover{border-color:var(--teal);color:var(--teal)}.map-placeholder svg{color:var(--teal);opacity:.5}.form-card{background:var(--bg-light);border-radius:var(--r-xl);border:1px solid var(--gray-200);padding:2rem}@media (width>=640px){.form-card{padding:2.5rem}}.form-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.form-sub{color:var(--text-muted);margin-bottom:1.75rem;font-size:.875rem}.form-fields{flex-direction:column;gap:1.125rem;display:flex}.form-row-2{grid-template-columns:1fr;gap:1.125rem;display:grid}@media (width>=480px){.form-row-2{grid-template-columns:1fr 1fr}}.form-group label{color:var(--navy);letter-spacing:.03em;margin-bottom:.375rem;font-size:.8125rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-300);border-radius:var(--r-md);background:var(--white);width:100%;color:var(--text-primary);transition:border-color var(--t-fast), box-shadow var(--t-fast);appearance:none;padding:.8125rem 1rem;font-size:.9375rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #0f9d9a1f}.form-group textarea{resize:vertical;min-height:110px}.form-success{text-align:center;padding:3rem 1rem}.form-success-icon{color:var(--teal);margin-bottom:1rem}.form-success h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem;font-size:1.25rem}.form-success p{color:var(--text-muted);font-size:.9375rem}.mobile-cta{z-index:500;flex-direction:column;align-items:flex-end;gap:.625rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@media (width>=1024px){.mobile-cta{display:none}}.mobile-cta-btn{border-radius:var(--r-full);box-shadow:var(--shadow-lg);transition:var(--t-base);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}.mobile-cta-btn:hover{transform:translateY(-2px)}.mobile-cta-wa{color:var(--white);background:#25d366}.mobile-cta-book{background:var(--teal);color:var(--white)}.footer{background:var(--navy);color:var(--white);padding-top:4rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:2rem}}@media (width>=1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand p{color:var(--text-on-dark-muted);max-width:320px;margin:1rem 0 1.5rem;font-size:.9rem;line-height:1.75}.footer-cert-badges{flex-wrap:wrap;gap:.5rem;display:flex}.footer-cert{color:var(--teal);border-radius:var(--r-full);letter-spacing:.05em;background:#0f9d9a1f;border:1px solid #0f9d9a33;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.7rem;font-weight:600;display:flex}.footer-col h5{font-family:var(--font-heading);color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.625rem;display:flex}.footer-col ul a{color:var(--text-on-dark-muted);transition:color var(--t-fast);align-items:center;gap:.375rem;font-size:.875rem;display:flex}.footer-col ul a:hover{color:var(--teal)}.footer-col ul a:before{content:"→";color:var(--teal);opacity:.6;font-size:.7rem}.footer-social{gap:.625rem;margin-top:1.5rem;display:flex}.footer-social-link{border-radius:var(--r-sm);width:38px;height:38px;transition:background var(--t-fast);background:#ffffff12;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--teal)}.footer-social-link svg{width:18px;height:18px}.footer-bottom{color:#fff6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem 0;font-size:.8125rem;display:flex}.footer-bottom a{color:var(--teal)}.footer-bottom a:hover{color:var(--white)}
