:root{--red:#e31e24;--red-dark:#c41a1f;--navy:#1a1a4e;--navy-light:#2a2a6e;--yellow:#ffc727;--yellow-light:#ffd95a;--sky:#87ceeb;--pink:#ffb6c1;--green-light:#90ee90;--orange:#ffa07a;--text-dark:#1a1a2e;--text:#446;--text-light:#6b6b8a;--text-muted:#9494ad;--bg:#fff;--bg-alt:#f8f9ff;--bg-cream:#fff9f0;--shadow-sm:0 2px 8px #0000000f;--shadow:0 4px 20px #0000001a;--shadow-lg:0 12px 40px #00000026;--radius:12px;--radius-lg:20px;--font:"Poppins", system-ui, -apple-system, sans-serif;--font-heading:"Baloo 2", "Poppins", cursive}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text-dark);font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0;position:relative}.section-tag{font-family:var(--font);text-transform:uppercase;letter-spacing:3px;color:var(--red);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-tag.light{color:#fffc}.highlight{color:var(--red)}.btn{font-family:var(--font);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:2px solid #0000;border-radius:50px;padding:14px 36px;font-size:15px;font-weight:700;transition:all .3s;display:inline-block}.btn-red{background:var(--red);color:#fff;border-color:var(--red)}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 20px #e31e2459}@media (width<=768px){.section{padding:50px 0}.container{padding:0 16px}}.top-bar{background:var(--navy);color:#ffffffd9;padding:8px 0;font-size:13px}.top-bar-inner{justify-content:space-between;align-items:center;display:flex}.top-bar-info{gap:24px;display:flex}.top-bar-info span{align-items:center;gap:6px;display:flex}.tb-svg{opacity:.7;flex-shrink:0}.top-bar-social{gap:8px;display:flex}.top-bar-social a{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;transition:background .2s;display:flex}.top-bar-social a:hover{background:var(--red)}@media (width<=768px){.top-bar-info{flex-direction:column;gap:2px}.top-bar-inner{flex-direction:column;gap:4px}.top-bar{padding:6px 0;font-size:11px}.top-bar-social{display:none}}@media (width<=480px){.top-bar-info{gap:1px}.top-bar{padding:4px 0;font-size:10px}}.navbar{z-index:1000;box-shadow:var(--shadow-sm);background:#fff;padding:0;transition:box-shadow .3s;position:sticky;top:0}.navbar.scrolled{box-shadow:0 2px 20px #0000001a}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo{align-items:center;display:flex}.nav-logo-img{width:auto;height:72px}.nav-links{align-items:center;gap:4px;display:flex}.nav-links a{font-family:var(--font);color:var(--navy);border-radius:6px;padding:8px 14px;font-size:14px;font-weight:600;transition:all .2s}.nav-links a:hover{color:var(--red)}.nav-cta{margin-left:8px;background:var(--red)!important;color:#fff!important;border-radius:50px!important;padding:10px 24px!important}.nav-cta:hover{background:var(--red-dark)!important}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--navy);border-radius:2px;width:26px;height:3px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (width<=900px){.hamburger{display:flex}.nav-logo-img{height:56px}.nav-container{height:64px}.nav-links{width:280px;height:100vh;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;align-items:stretch;gap:4px;padding:100px 32px 40px;transition:right .3s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-links a{padding:12px 16px;font-size:16px}.nav-cta{text-align:center;margin-top:12px;margin-left:0!important}}@media (width<=480px){.nav-logo-img{height:44px}.nav-container{height:56px}}.hero{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 30%,#ffcc80 60%,#fff3e0 100%);align-items:center;min-height:600px;padding:80px 0 120px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.hero-text{flex:1;max-width:560px}.hero-welcome{font-family:var(--font);letter-spacing:3px;color:var(--navy);text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:700}.hero h1{color:var(--navy);margin-bottom:20px;font-size:54px;font-weight:800;line-height:1.1}.hero-sub{color:var(--text);margin-bottom:32px;font-size:17px;line-height:1.7}.hero-cta-row{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.hero-phone-bar{background:#ffffffb3;border:1.5px solid #00000014;border-radius:50px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 18px;display:flex}.hero-phone-link{white-space:nowrap;align-items:center;gap:6px;font-size:15px;font-weight:700;display:flex;color:var(--navy)!important}.hero-phone-link:hover{color:var(--red)!important}.hero-phone-divider{color:#0003;font-size:18px;line-height:1}.hero-wa-btn{white-space:nowrap;background:#25d366;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;transition:background .2s;display:inline-flex;color:#fff!important}.hero-wa-btn:hover{background:#1ebe5c}@media (width<=900px){.hero-cta-row{align-items:center}.hero-phone-bar{justify-content:center}}@media (width<=480px){.hero-phone-bar{gap:8px;padding:8px 12px}.hero-phone-link{font-size:13px}}.hero-visual{flex:none;position:relative}.hero-img-wrap{border:6px solid #fff9;border-radius:50%;width:380px;height:380px;overflow:hidden;box-shadow:0 20px 60px #ffc7274d}.hero-img-wrap img{object-fit:cover;width:100%;height:100%}.hero-badge{background:var(--green-light);width:100px;height:100px;box-shadow:var(--shadow);border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:-16px}.badge-number{font-family:var(--font-heading);color:var(--navy);font-size:26px;font-weight:700;line-height:1}.badge-label{color:var(--text);text-align:center;text-transform:uppercase;letter-spacing:.3px;font-size:9px;font-weight:600;line-height:1.2}.hero-wave{z-index:3;position:absolute;bottom:-2px;left:0;right:0}.hero-wave svg{width:100%;height:80px;display:block}@media (width<=900px){.hero{min-height:auto;padding:60px 0 100px}.hero-content{text-align:center;flex-direction:column}.hero h1{font-size:36px}.hero-sub{font-size:15px}.hero-img-wrap{width:260px;height:260px}.hero-badge{width:80px;height:80px;top:-5px;right:0}.badge-number{font-size:20px}}@media (width<=480px){.hero{padding:40px 0 80px}.hero h1{font-size:28px}.hero-welcome{letter-spacing:2px;font-size:10px}.hero-sub{margin-bottom:20px;font-size:14px}.hero-img-wrap{width:200px;height:200px}.hero-badge{width:64px;height:64px}.badge-number{font-size:16px}.badge-label{font-size:7px}.btn{padding:12px 28px;font-size:13px}}.about{background:#fff;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-visual{position:relative}.about-img-frame{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);overflow:hidden}.about-img-frame img{object-fit:cover;width:100%;height:100%}.about-content{position:relative}.quality-badge{margin-bottom:20px}.qb-circle{background:linear-gradient(135deg, var(--green-light), #66bb6a);color:#fff;width:90px;height:90px;box-shadow:var(--shadow);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.qb-pct{font-family:var(--font-heading);font-size:24px;font-weight:700;line-height:1}.qb-label{letter-spacing:.5px;font-size:10px;font-weight:600}.about-content h2{margin-bottom:20px;font-size:36px;font-weight:800}.about-text{color:var(--text);margin-bottom:24px;font-size:15px;line-height:1.8}.about-checks{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.check-item{color:var(--text-dark);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.check-icon{background:var(--navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.grass-decor{position:absolute;bottom:-2px;left:0;right:0}.grass-decor svg{width:100%;height:60px;display:block}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:30px}.about-content h2{font-size:28px}.about-content{text-align:center}}@media (width<=480px){.about-content h2{font-size:24px}.about-text{font-size:14px}.qb-circle{width:76px;height:76px}.qb-pct{font-size:20px}}.services{text-align:center;background:linear-gradient(#f0f9f0 0%,#e8f5e8 100%);padding-bottom:80px;overflow:hidden}.services h2{margin-bottom:16px;font-size:40px;font-weight:800}.services-sub{max-width:650px;color:var(--text-light);margin:0 auto 52px;font-size:15px;line-height:1.7}.services-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px;display:grid}.svc-card{background:#fff;border-radius:18px;transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s;overflow:hidden;box-shadow:0 2px 12px #0000000f}.svc-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.svc-card-img{height:140px;position:relative;overflow:hidden}.svc-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.svc-card:hover .svc-card-img img{transform:scale(1.08)}.svc-card-overlay{background:linear-gradient(to top, var(--card-accent) 0%, transparent 100%);opacity:.4;height:40px;position:absolute;bottom:0;left:0;right:0}.svc-card-body{padding:16px 18px 20px}.svc-card-body h3{font-family:var(--font-heading);color:var(--navy);text-align:center;margin-bottom:12px;font-size:17px;font-weight:700}.svc-card-body ul{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.svc-card-body li{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.svc-bullet{background:var(--card-accent);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--card-accent) 20%, transparent);border-radius:50%;flex-shrink:0}.svc-link{font-family:var(--font);color:var(--red);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700;transition:color .2s;display:inline-block}.svc-link:hover{color:var(--red-dark)}@media (width<=1100px){.services-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=500px){.services h2{font-size:30px}.services-grid{grid-template-columns:1fr;gap:16px}.svc-card-img{height:180px}}.cloud-section{background:linear-gradient(#4a90d9 0%,#357abd 50%,#2868a8 100%);padding:0;position:relative}.cloud-top,.cloud-bottom{z-index:2;position:relative}.cloud-top svg,.cloud-bottom svg{width:100%;height:80px;display:block}.cloud-content{z-index:1;align-items:center;gap:60px;padding:40px 24px;display:flex;position:relative}.cloud-text{flex:1}.cloud-text h2{color:#fff;margin-bottom:16px;font-size:38px;font-weight:800}.cloud-desc{color:#ffffffd9;margin-bottom:24px;font-size:15px;line-height:1.7}.condition-chips{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.chip{font-family:var(--font);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s}.chip:hover{background:#ffffff59}.cloud-visual{flex:none;position:relative}.cloud-img{object-fit:cover;border-radius:var(--radius-lg);border:4px solid #fff3;width:380px;height:320px;box-shadow:0 12px 40px #00000040}@media (width<=900px){.cloud-content{text-align:center;flex-direction:column;gap:30px}.cloud-text h2{font-size:28px}.condition-chips{justify-content:center}.cloud-img{width:300px;height:240px}}@media (width<=500px){.cloud-img{width:100%;height:220px}}.mission{background:#fff}.mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.mission-text h2{margin-bottom:8px;font-size:38px;font-weight:800}.expert-degree-tag{letter-spacing:1px;color:var(--text-light);margin-bottom:4px;font-size:13px;font-weight:700;display:inline-block}.expert-role-tag{text-transform:uppercase;letter-spacing:2px;color:var(--red);margin-bottom:20px;font-size:13px;font-weight:700;display:inline-block}.mission-desc{color:var(--text);margin-bottom:28px;font-size:15px;line-height:1.8}.mission-visual{justify-content:center;display:flex;position:relative}.mission-img-frame{border-radius:var(--radius-lg);width:360px;height:420px;box-shadow:var(--shadow-lg);overflow:hidden}.mission-img-frame img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.mission-grid{grid-template-columns:1fr;gap:30px}.mission-visual{order:-1}.mission-text{text-align:center}.mission-text h2{font-size:30px}.mission-img-frame{width:280px;height:340px;margin:0 auto}.expert-highlights{align-items:center}}@media (width<=480px){.mission-text h2{font-size:26px}.mission-desc{font-size:14px}.mission-img-frame{width:240px;height:300px}.expert-highlights li{font-size:13px}}.process{background:var(--bg-alt);text-align:center}.process h2{margin-bottom:48px;font-size:40px;font-weight:800}.process-steps{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.step-card{border-radius:var(--radius-lg);text-align:center;width:200px;box-shadow:var(--shadow-sm);background:#fff;padding:32px 20px 24px;transition:transform .3s,box-shadow .3s;position:relative}.step-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.step-num-circle{background:linear-gradient(135deg, var(--red), var(--red-dark));width:72px;height:72px;font-family:var(--font-heading);color:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:30px;font-weight:800;display:flex;box-shadow:0 6px 20px #e31e244d}.step-card h4{color:var(--navy);margin-bottom:8px;font-size:17px}.step-card p{color:var(--text-light);font-size:13px;line-height:1.5}@media (width<=768px){.process h2{margin-bottom:32px;font-size:28px}.process-steps{gap:16px}.step-card{width:160px;padding:24px 14px 18px}.step-num-circle{width:60px;height:60px;font-size:24px}}@media (width<=480px){.step-card{width:100%;max-width:280px}}.contact-section{padding:0;position:relative}.contact-cloud-top{z-index:1;margin-bottom:-2px;position:relative}.contact-cloud-top svg{width:100%;height:80px;display:block}.contact-inner{background:var(--yellow);padding:40px 0 80px}.contact-inner h2{text-align:center;color:var(--navy);margin-bottom:12px;font-size:38px;font-weight:800}.contact-sub{text-align:center;color:var(--text);margin-bottom:36px;font-size:15px}.contact-info-row{border-bottom:1px solid #00000014;grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin-bottom:32px;margin-left:auto;margin-right:auto;padding-bottom:28px;display:grid}.contact-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px;max-width:1000px;margin:0 auto;display:grid}.contact-form-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;padding:32px}.ci-item{align-items:flex-start;gap:12px;display:flex}.ci-dot{border-radius:50%;flex-shrink:0;width:36px;height:36px;margin-top:2px;display:inline-block}.ci-dot.loc{background:linear-gradient(135deg, var(--red), var(--red-dark))}.ci-dot.clock{background:linear-gradient(135deg, var(--yellow), #f0b800)}.ci-dot.phone{background:linear-gradient(135deg, var(--green-light), #4caf50)}.ci-dot.mail{background:linear-gradient(135deg, var(--sky), #42a5f5)}.ci-item strong{color:var(--navy);margin-bottom:2px;font-size:14px;display:block}.ci-item p{color:var(--text-light);font-size:13px}.contact-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form input,.contact-form textarea{width:100%;font-family:var(--font);color:var(--text-dark);resize:vertical;border:2px solid #e8e8f0;border-radius:10px;outline:none;padding:14px 18px;font-size:14px;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red)}.contact-form .btn{align-self:flex-start;margin-top:8px}@media (width<=900px){.contact-layout{grid-template-columns:1fr}.contact-info-row{grid-template-columns:1fr 1fr}.contact-map iframe{min-height:300px}}@media (width<=768px){.contact-inner h2{font-size:28px}.contact-form-card{padding:24px 18px}.form-row{grid-template-columns:1fr}.contact-info-row{grid-template-columns:1fr;gap:16px}.contact-form .btn{text-align:center;align-self:center;width:100%}}.footer{background:var(--navy);color:#ffffffb3;padding:60px 0 0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-logo{align-items:center;margin-bottom:16px;display:flex}.footer-logo-img{width:auto;height:176px}.footer-tagline{font-size:13px;line-height:1.6}.footer-col h4{color:#fff;font-size:18px;font-weight:700;font-family:var(--font-heading);margin-bottom:16px}.footer-col ul{flex-direction:column;gap:8px;display:flex}.footer-col a{font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--yellow)}.footer-col p{margin-bottom:6px;font-size:13px}.footer-bottom{border-top:1px solid #ffffff1a;padding:20px 0}.footer-bottom .container{justify-content:space-between;align-items:center;display:flex}.footer-bottom p{font-size:13px}.footer-social{gap:10px;display:flex}.footer-social a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;transition:background .2s;display:flex}.footer-social a:hover{background:var(--red)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-logo-img{height:120px}}@media (width<=600px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:24px}.footer-logo{justify-content:center}.footer-logo-img{height:100px}.footer-col ul{align-items:center}.footer-bottom .container{flex-direction:column;gap:12px}.footer-social{justify-content:center}}.hero-checks{grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:28px;display:grid}.hero-check{color:var(--navy);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}@media (width<=900px){.hero-checks{justify-items:center}}@media (width<=500px){.hero-checks{grid-template-columns:1fr}}.why-choose{background:var(--bg-alt);text-align:center}.why-choose h2{margin-bottom:48px;font-size:40px;font-weight:800}.why-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.why-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:32px 28px;transition:transform .3s,box-shadow .3s}.why-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.why-num{font-family:var(--font-heading);color:var(--red);margin-bottom:8px;font-size:32px;font-weight:800;line-height:1;display:inline-block}.why-card h4{color:var(--navy);margin-bottom:8px;font-size:18px}.why-card p{color:var(--text-light);font-size:14px;line-height:1.6}@media (width<=900px){.why-grid{grid-template-columns:repeat(2,1fr)}.why-choose h2{margin-bottom:32px;font-size:30px}}@media (width<=500px){.why-grid{grid-template-columns:1fr}}.expert-highlights{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.expert-highlights li{color:var(--text);align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;display:flex}.expert-highlights .check-icon{margin-top:2px}.testimonials{text-align:center;background:#fff}.testimonials h2{margin-bottom:36px;font-size:40px;font-weight:800}.review-layout{text-align:left;grid-template-columns:300px 1fr;align-items:stretch;gap:40px;display:grid}.review-summary{background:var(--bg-alt);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 28px;display:flex}.review-big-rating{font-family:var(--font-heading);color:var(--navy);font-size:56px;font-weight:800;line-height:1}.review-big-stars{color:#fbbc04;letter-spacing:3px;margin:4px 0 8px;font-size:22px}.review-count{color:var(--text-light);margin-bottom:16px;font-size:13px;font-weight:500}.review-bars{margin-bottom:20px}.review-bar-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.bar-label{color:var(--text-light);text-align:right;flex-shrink:0;width:32px;font-size:12px;font-weight:600}.bar-track{background:#e8e8f0;border-radius:4px;flex:1;height:8px;overflow:hidden}.bar-fill{background:#fbbc04;border-radius:4px;height:100%;transition:width .6s}.review-cta-link{font-size:13px;font-weight:600;transition:color .2s;display:inline-block;color:var(--navy)!important}.review-cta-link:hover{color:var(--red)!important}.review-slider-wrap{flex-direction:column;min-width:0;display:flex}.review-slider{flex-direction:column;flex:1;display:flex;position:relative}.slider-viewport{border-radius:var(--radius-lg);flex:1;overflow:hidden}.slider-track{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.slider-card{background:var(--bg-alt);border-radius:var(--radius-lg);min-width:100%;box-shadow:var(--shadow-sm);text-align:left;box-sizing:border-box;flex-direction:column;justify-content:center;padding:32px;display:flex}.slider-arrow{width:40px;height:40px;color:var(--navy);cursor:pointer;z-index:2;box-shadow:var(--shadow-sm);background:#fff;border:2px solid #e8e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:22px;font-weight:700;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:var(--red);border-color:var(--red);color:#fff}.slider-prev{left:-20px}.slider-next{right:-20px}.slider-dots{justify-content:center;gap:8px;margin-top:20px;display:flex}.slider-dot{cursor:pointer;background:#d8d8e8;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.slider-dot.active{background:var(--red);transform:scale(1.3)}.testimonial-text{color:var(--text);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--red), var(--red-dark));color:#fff;width:44px;height:44px;font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.testimonial-author strong{color:var(--navy);font-size:14px;display:block}.testimonial-author span{color:var(--text-light);font-size:12px}@media (width<=900px){.review-layout{grid-template-columns:1fr;gap:28px}.review-summary{max-width:400px;margin:0 auto}}@media (width<=768px){.testimonials h2{margin-bottom:28px;font-size:28px}.slider-prev{left:-8px}.slider-next{right:-8px}.slider-arrow{width:36px;height:36px;font-size:20px}.slider-card{padding:24px}}@media (width<=480px){.slider-prev{left:2px}.slider-next{right:2px}.slider-arrow{background:#ffffffe6;width:30px;height:30px;font-size:16px}.slider-card{padding:20px 16px}.testimonial-text{font-size:14px}.review-big-rating{font-size:44px}.review-big-stars{font-size:18px}}.cta-banner{background:var(--navy);text-align:center;padding:60px 0}.cta-banner h2{color:#fff;margin-bottom:28px;font-size:36px;font-weight:800}.highlight-light{color:var(--yellow)}.cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-outline{font-family:var(--font);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:0 0;border:2px solid #fff6;border-radius:50px;padding:14px 36px;font-size:15px;font-weight:700;transition:all .3s;display:inline-block}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (width<=768px){.cta-banner h2{font-size:26px}.cta-btns{flex-direction:column;align-items:center}}.review-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.google-icon{width:28px;height:28px;font-family:"Product Sans", var(--font);color:#4285f4;background:#fff;border:2px solid #e8e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.star-rating{color:#fbbc04;letter-spacing:2px;font-size:18px;line-height:1}.contact-map{text-align:center;flex-direction:column;display:flex}.contact-map iframe{min-height:300px;box-shadow:var(--shadow);border-radius:var(--radius-lg);flex:1}.map-link{margin-top:12px;font-size:14px;font-weight:600;transition:color .2s;display:inline-block;color:var(--navy)!important}.map-link:hover{color:var(--red)!important}.ci-link{transition:color .2s;color:var(--text-light)!important}.ci-link:hover{color:var(--red)!important}:root{--c-bg:#050e1c;--c-bg2:#071628;--c-surface:#ffffff0a;--c-border:#ffffff14;--c-border-hi:#38bdf84d;--c-sky:#38bdf8;--c-sky-dim:#38bdf81f;--c-sky-glow:#38bdf840;--c-green:#34d399;--c-green-dim:#34d3991f;--c-red:#f87171;--c-red-dim:#f871711f;--c-amber:#fbbf24;--c-amber-dim:#fbbf241f;--c-text:#f0f8ff;--c-text2:#f0f8ffb3;--c-muted:#f0f8ff61;--c-tag:#38bdf826;--font-head:"Space Grotesk", "Segoe UI", system-ui, sans-serif;--font-body:"Inter", "Segoe UI", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.ht-root{background:var(--c-bg);font-family:var(--font-body);color:var(--c-text);-webkit-font-smoothing:antialiased;position:fixed;inset:0;overflow:hidden}.ht-bg-grid{pointer-events:none;background-image:radial-gradient(circle,#38bdf80f 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.ht-bg-glow{pointer-events:none;background:radial-gradient(circle,#38bdf812 0%,#0000 68%);width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ht-fullscreen{-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden auto}.ht-center{justify-content:center;align-items:center}.ht-logo{object-fit:contain;filter:brightness(0)invert();opacity:.9;height:36px}.ht-logo--dim{opacity:.25;filter:brightness(0)invert()}.ht-loading-wrap{flex-direction:column;align-items:center;gap:28px;display:flex}.ht-ring-loader{width:64px;height:64px;position:relative}.ht-ring-loader__ring{border:2px solid #0000;border-top-color:var(--c-sky);border-radius:50%;animation:1s linear infinite ht-spin;position:absolute;inset:0}.ht-ring-loader__ring--2{border-top-color:#38bdf859;animation-duration:1.6s;animation-direction:reverse;inset:8px}@keyframes ht-spin{to{transform:rotate(360deg)}}.ht-caption{font-family:var(--font-body);color:var(--c-muted);letter-spacing:.04em;font-size:.82rem;font-weight:400}.ht-status-wrap{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:420px;padding:0 28px;display:flex}.ht-status-icon-ring{border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:8px;display:flex}.ht-status-icon-ring svg{width:40px;height:40px}.ht-status--ok{background:var(--c-green-dim);color:var(--c-green);box-shadow:0 0 40px #34d39933}.ht-status--warn{background:var(--c-amber-dim);color:var(--c-amber);box-shadow:0 0 40px #fbbf2433}.ht-status--err{background:var(--c-red-dim);color:var(--c-red);box-shadow:0 0 40px #f8717133}.ht-status-title{font-family:var(--font-head);color:var(--c-text);letter-spacing:-.03em;font-size:1.75rem;font-weight:700;line-height:1.2}.ht-status-body{color:var(--c-text2);font-size:.92rem;line-height:1.7}.ht-status-divider{background:var(--c-border);width:48px;height:1px;margin:12px 0 4px}.ht-env{flex-direction:column;display:flex}.ht-nav{border-bottom:1px solid var(--c-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 36px;display:flex}.ht-nav-tag{font-family:var(--font-body);color:var(--c-sky);letter-spacing:.12em;text-transform:uppercase;background:var(--c-tag);border:1px solid var(--c-border-hi);border-radius:20px;padding:5px 12px;font-size:.75rem;font-weight:500}.ht-env-body{flex-direction:column;flex:1;align-items:center;gap:20px;width:100%;max-width:620px;margin:0 auto;padding:48px 24px 40px;display:flex}.ht-env-head{text-align:center;margin-bottom:4px}.ht-tag{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--c-sky);background:var(--c-tag);border:1px solid var(--c-border-hi);border-radius:20px;margin-bottom:16px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-block}.ht-env-title{font-family:var(--font-head);color:var(--c-text);letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.15}.ht-env-sub{color:var(--c-text2);max-width:380px;margin:0 auto;font-size:.9rem;line-height:1.65}.ht-checklist{flex-direction:column;gap:10px;width:100%;display:flex}.ht-check-row{background:var(--c-surface);border:1px solid var(--c-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:14px;align-items:center;gap:16px;padding:18px 20px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.ht-check-row input[type=checkbox]{display:none}.ht-check-row:before{content:"";opacity:0;background:linear-gradient(135deg,#38bdf80a,#0000);transition:opacity .25s;position:absolute;inset:0}.ht-check-row--on{border-color:var(--c-border-hi);background:#38bdf80f}.ht-check-row--on:before{opacity:1}.ht-check-icon{width:44px;height:44px;color:var(--c-text2);background:#ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.ht-check-row--on .ht-check-icon{background:var(--c-sky-dim);color:var(--c-sky)}.ht-check-text{flex-direction:column;flex:1;gap:3px;display:flex}.ht-check-text strong{color:var(--c-text);font-size:.9rem;font-weight:600}.ht-check-text span{color:var(--c-muted);font-size:.78rem;line-height:1.45}.ht-check-box{border:1.5px solid var(--c-border);width:26px;height:26px;color:var(--c-sky);background:#ffffff08;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:flex}.ht-check-row--on .ht-check-box{border-color:var(--c-sky);background:var(--c-sky-dim)}.ht-info-strip{color:#fbbf24d9;background:#fbbf240f;border:1px solid #fbbf2433;border-radius:10px;align-items:flex-start;gap:10px;width:100%;padding:14px 16px;font-size:.8rem;line-height:1.55;display:flex}.ht-info-strip svg{flex-shrink:0;margin-top:1px}.ht-info-strip strong{color:var(--c-amber)}.ht-start-btn{color:#fff;width:100%;font-family:var(--font-head);letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#0369a1 0%,#0284c7 50%,#38bdf8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:18px 28px;font-size:1.05rem;font-weight:600;transition:opacity .2s;display:flex;box-shadow:0 4px 20px #38bdf840,0 0 0 1px #38bdf833}.ht-start-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none;background:#ffffff14}.ht-checks-note{color:var(--c-muted);text-align:center;margin-top:-8px;font-size:.78rem}.ht-test-screen{flex-direction:column;display:flex}.ht-test-nav{border-bottom:1px solid var(--c-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.ht-ear-chip{font-family:var(--font-head);letter-spacing:.04em;border:1px solid;border-radius:20px;align-items:center;gap:8px;padding:7px 16px;font-size:.82rem;font-weight:600;display:inline-flex}.ht-ear-chip--r{color:var(--c-sky);background:#38bdf81a;border-color:#38bdf84d}.ht-ear-chip--l{color:#c4b5fd;background:#a78bfa1a;border-color:#a78bfa4d}.ht-timer{color:var(--c-muted);border:1px solid var(--c-border);background:#ffffff0a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:500;display:flex}.ht-timer--warn{color:var(--c-red);background:#f8717112;border-color:#f8717159;animation:1.1s ease-in-out infinite ht-blink}@keyframes ht-blink{0%,to{opacity:1}50%{opacity:.5}}.ht-prog-track{background:#ffffff0f;flex-shrink:0;height:3px}.ht-prog-fill{background:linear-gradient(90deg, #0284c7, var(--c-sky));border-radius:0 2px 2px 0;height:3px;box-shadow:0 0 12px #38bdf880}.ht-stage{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ht-tone-stage{flex-direction:column;align-items:center;gap:32px;display:flex;position:relative}.ht-ambient-ring{border:1px solid var(--c-sky);pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ht-core-ring{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:148px;height:148px;display:flex;position:relative}.ht-core-inner{border:1.5px solid var(--c-border);width:100%;height:100%;color:var(--c-muted);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;transition:background .4s,border-color .4s,color .4s;display:flex}.ht-core-inner--active{color:var(--c-sky);background:#38bdf81a;border-color:#38bdf880;box-shadow:inset 0 0 40px #38bdf814}.ht-tone-label{font-family:var(--font-body);color:var(--c-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;font-weight:400}.ht-waveform{align-items:center;gap:5px;height:36px;display:flex}.ht-waveform-bar{background:linear-gradient(to top, #38bdf833, var(--c-sky));transform-origin:bottom;border-radius:2px;width:3px;height:100%}.ht-response-stage{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:520px;padding:0 28px;display:flex}.ht-q-icon{background:var(--c-sky-dim);border:1px solid var(--c-border-hi);width:72px;height:72px;color:var(--c-sky);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.ht-question{font-family:var(--font-head);color:var(--c-text);letter-spacing:-.03em;text-align:center;font-size:clamp(1.55rem,3.5vw,2.1rem);font-weight:700;line-height:1.2}.ht-question-sub{color:var(--c-muted);text-align:center;max-width:320px;font-size:.83rem;line-height:1.55}.ht-resp-row{gap:14px;width:100%;max-width:440px;margin-top:12px;display:flex}.ht-resp-btn{font-family:var(--font-head);cursor:pointer;letter-spacing:.01em;background:0 0;border:1px solid;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:26px 20px;font-size:.9rem;font-weight:600;transition:opacity .15s;display:flex}.ht-resp-btn:disabled{opacity:.35;cursor:not-allowed}.ht-resp-btn--yes{color:var(--c-green);background:#34d39912;border-color:#34d39959;box-shadow:0 0 #34d39900}.ht-resp-btn--yes:not(:disabled):hover{background:#34d3991f;border-color:#34d3998c;box-shadow:0 8px 28px #34d3992e}.ht-resp-btn--no{color:var(--c-red);background:#f8717112;border-color:#f8717159}.ht-resp-btn--no:not(:disabled):hover{background:#f871711f;border-color:#f871718c;box-shadow:0 8px 28px #f871712e}.ht-test-footer{text-align:center;color:var(--c-muted);border-top:1px solid var(--c-border);letter-spacing:.01em;flex-shrink:0;padding:14px 32px;font-size:.75rem}.ht-consent-box{background:var(--c-surface);border:1px solid var(--c-border);scrollbar-width:thin;scrollbar-color:#38bdf833 transparent;border-radius:14px;flex-direction:column;gap:14px;max-height:320px;padding:18px 20px;display:flex;overflow-y:auto}.ht-consent-box::-webkit-scrollbar{width:4px}.ht-consent-box::-webkit-scrollbar-thumb{background:#38bdf833;border-radius:2px}.ht-consent-section{flex-direction:column;gap:4px;display:flex}.ht-consent-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--c-sky);font-size:.72rem;font-weight:700}.ht-consent-section p{color:var(--c-text2);font-size:.82rem;line-height:1.6}@media (width<=520px){.ht-nav,.ht-test-nav{padding:16px 20px}.ht-env-body{padding:32px 16px}.ht-resp-row{flex-direction:column}.ht-resp-btn{flex-direction:row;padding:20px 24px}.ht-status-title{font-size:1.4rem}.ht-core-ring{width:120px;height:120px}.ht-test-footer{padding:12px 20px}}:root{--ad-primary:#1a6ec5;--ad-primary-d:#155fa0;--ad-sidebar:#0f172a;--ad-sidebar-t:#94a3b8;--ad-success:#16a34a;--ad-warn:#d97706;--ad-danger:#dc2626;--ad-bg:#f1f5f9;--ad-card:#fff;--ad-border:#e2e8f0;--ad-text:#1e293b;--ad-muted:#64748b;--ad-radius:12px;--ad-shadow:0 2px 12px #00000014}.ad-shell{background:var(--ad-bg);min-height:100vh;color:var(--ad-text);font-family:Segoe UI,system-ui,sans-serif;display:flex}.ad-sidebar{background:var(--ad-sidebar);flex-direction:column;flex-shrink:0;width:230px;padding:24px 0;display:flex}.ad-sidebar-logo{border-bottom:1px solid #ffffff14;margin-bottom:16px;padding:0 20px 24px}.ad-sidebar-logo img{filter:brightness(0)invert();height:36px}.ad-sidebar-logo p{color:var(--ad-sidebar-t);margin-top:6px;font-size:.75rem}.ad-nav{flex:1}.ad-nav a{color:var(--ad-sidebar-t);border-left:3px solid #0000;align-items:center;gap:10px;padding:11px 20px;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.ad-nav a:hover{color:#fff;background:#ffffff0f}.ad-nav a.active{color:#fff;border-left-color:var(--ad-primary);background:#ffffff1a}.ad-sidebar-footer{border-top:1px solid #ffffff14;padding:16px 20px}.ad-logout{color:var(--ad-sidebar-t);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;width:100%;padding:8px 14px;font-size:.85rem;transition:background .15s,color .15s}.ad-logout:hover{color:#fff;background:#ffffff14}.ad-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.ad-topbar{border-bottom:1px solid var(--ad-border);color:var(--ad-muted);background:#fff;padding:16px 28px;font-size:.85rem}.ad-content{flex:1;padding:28px;overflow-y:auto}.ad-login-shell{background:var(--ad-bg);justify-content:center;align-items:center;min-height:100vh;font-family:Segoe UI,system-ui,sans-serif;display:flex}.ad-login-card{border-radius:var(--ad-radius);box-shadow:var(--ad-shadow);text-align:center;background:#fff;width:360px;padding:44px 40px}.ad-login-card img{height:48px;margin-bottom:16px}.ad-login-card h2{margin-bottom:6px;font-size:1.4rem}.ad-login-card p{color:var(--ad-muted);margin-bottom:24px;font-size:.88rem}.ad-field{text-align:left;margin-bottom:16px}.ad-field label{color:var(--ad-text);margin-bottom:6px;font-size:.83rem;font-weight:600;display:block}.ad-input,.ad-select{border:1.5px solid var(--ad-border);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:.92rem;transition:border-color .2s}.ad-input:focus,.ad-select:focus{border-color:var(--ad-primary)}.ad-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-size:.88rem;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.ad-btn:active{transform:scale(.97)}.ad-btn:disabled{opacity:.5;cursor:not-allowed}.ad-btn--primary{background:var(--ad-primary);color:#fff}.ad-btn--primary:hover{background:var(--ad-primary-d)}.ad-btn--success{background:var(--ad-success);color:#fff}.ad-btn--danger{background:var(--ad-danger);color:#fff}.ad-btn--ghost{border:1.5px solid var(--ad-border);color:var(--ad-text);background:0 0}.ad-btn--full{width:100%}.ad-btn--sm{padding:5px 12px;font-size:.8rem}.ad-card{background:var(--ad-card);border-radius:var(--ad-radius);box-shadow:var(--ad-shadow);margin-bottom:24px;padding:24px}.ad-card h3{margin:0 0 16px;font-size:1rem}.ad-stat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:24px;display:grid}.ad-stat{border-radius:var(--ad-radius);box-shadow:var(--ad-shadow);text-align:center;background:#fff;padding:20px}.ad-stat-value{color:var(--ad-primary);font-size:2rem;font-weight:700}.ad-stat-label{color:var(--ad-muted);margin-top:4px;font-size:.8rem}.ad-table-wrap{overflow-x:auto}.ad-table{border-collapse:collapse;width:100%;font-size:.85rem}.ad-table th{text-align:left;background:var(--ad-bg);text-transform:uppercase;letter-spacing:.04em;color:var(--ad-muted);border-bottom:1px solid var(--ad-border);padding:10px 14px;font-size:.78rem;font-weight:600}.ad-table td{border-bottom:1px solid var(--ad-border);color:var(--ad-text);vertical-align:middle;padding:12px 14px}.ad-table tr:last-child td{border-bottom:none}.ad-table tr:hover td{background:#f8fafc}.ad-badge{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.ad-badge--pending{color:#854d0e;background:#fef9c3}.ad-badge--active{color:#166534;background:#dcfce7}.ad-badge--completed{color:#1e40af;background:#dbeafe}.ad-badge--expired{color:#991b1b;background:#fee2e2}.ad-search-row{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.ad-search-row .ad-input{max-width:260px}.ad-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ad-modal{border-radius:var(--ad-radius);background:#fff;width:100%;max-width:500px;max-height:90vh;padding:32px;overflow-y:auto;box-shadow:0 8px 40px #0003}.ad-modal h3{margin:0 0 20px;font-size:1.2rem}.ad-modal-footer{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.ad-copy-box{background:var(--ad-bg);border:1.5px solid var(--ad-border);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;display:flex}.ad-copy-box input{color:var(--ad-text);background:0 0;border:none;outline:none;flex:1;font-size:.82rem}.ad-alert{border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.88rem}.ad-alert--error{color:#991b1b;background:#fee2e2}.ad-alert--success{color:#166534;background:#dcfce7}.ad-interpretation{white-space:pre-wrap;border:1px solid var(--ad-border);color:var(--ad-text);background:#f8fafc;border-radius:8px;padding:14px;font-size:.85rem;line-height:1.7}.ad-threshold-table{border-collapse:collapse;width:100%;margin-top:12px;font-size:.82rem}.ad-threshold-table th,.ad-threshold-table td{border:1px solid var(--ad-border);text-align:center;padding:8px 12px}.ad-threshold-table th{background:var(--ad-bg);font-weight:600}.ad-threshold-table td.normal{color:#166534;background:#dcfce7}.ad-threshold-table td.mild{color:#854d0e;background:#fef9c3}.ad-threshold-table td.moderate{color:#9a3412;background:#fed7aa}.ad-threshold-table td.severe{color:#991b1b;background:#fee2e2}@media (width<=768px){.ad-sidebar{display:none}.ad-content{padding:16px}}
