.hero,.hero *,.hero :after,.hero :before{box-sizing:border-box}.hero{--navy:#211452;--teal:#2db8c4;--teal-dark:#22a3ac;--teal-light:#eff9fa;--teal-badge:#d6f5f7;--gray-400:#9ca3af;--gray-500:#6b7280;--font:"Poppins",sans-serif;background:linear-gradient(180deg,var(--teal-light) 0,#f8fdfe 100%);font-family:var(--font);overflow:hidden;padding:13px 0 40px;position:relative}.hero:after{background:radial-gradient(circle,rgba(45,184,196,.1) 0,transparent 70%);border-radius:50%;content:"";height:700px;pointer-events:none;position:absolute;right:-180px;top:-250px;width:700px}.hero .hero-container{align-items:center;display:grid;gap:56px;grid-auto-flow:dense;grid-template-columns:1fr 480px;margin:0 auto;max-width:1180px;padding:0 32px;position:relative;width:100%;z-index:1}.hero .hero-badge{align-items:center;background:var(--teal-light);border:1px solid rgba(45,184,196,.25);border-radius:100px;color:var(--teal-dark);display:inline-flex;font-size:12px;font-weight:700;gap:8px;letter-spacing:.6px;margin-bottom:28px;padding:6px 16px;text-transform:uppercase;width:fit-content}.hero .hero-title{color:var(--navy);font-size:clamp(30px,3.5vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin:0 0 20px}.hero .hero-title .highlight{color:var(--navy)}.hero .hero-subtitle-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0 0 36px;padding:0}.hero .hero-subtitle-list li{align-items:center;color:var(--navy);display:flex;font-size:17px;font-weight:400;gap:8px;line-height:1.5;text-align:left}.hero .hero-subtitle-list li:before{align-items:center;background:var(--teal-badge);border-radius:50%;color:var(--teal-dark);content:"✓";display:inline-flex;flex-shrink:0;font-size:11px;font-weight:800;height:18px;justify-content:center;width:18px}.hero .hero-ctas{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.hero .btn-primary{align-items:center;background:var(--teal);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:19px;font-weight:700;gap:8px;padding:18px 38px;text-decoration:none;transition:background .2s,transform .15s}.hero .btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px)}.hero .hero-visual{display:flex;justify-content:center}.hero .img-mobile{display:none}.hero .hero-visual img{height:auto;max-width:100%}.hero .stats-bar{background:transparent;border-top:none;grid-column:1/-1;margin-top:-12px;padding:0;position:relative;z-index:1}.hero .stats-bar-inner{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(33,20,82,.1);display:grid;gap:0;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1180px;padding:12px 24px}.hero .stats-bar-inner:before{display:none}.hero .stat-item{align-items:center;border-right:1px solid rgba(45,184,196,.12);display:flex;gap:10px;padding:8px 16px}.hero .stat-item:first-child{display:none}.hero .stat-item:last-child{border-right:none}.hero .stat-icon{align-items:center;background:transparent;border-radius:8px;color:var(--teal);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.hero .stat-icon svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:16px}.hero .stat-text{color:var(--gray-500);font-size:13px;font-weight:500;line-height:1.35;margin:0}.hero .stat-text strong{color:var(--navy);display:block;font-size:21.6px;font-weight:700}.hero .stat-stars{align-items:center;display:inline-flex;gap:2px;vertical-align:middle}.hero .stat-stars svg{fill:#f59e0b;height:13px;stroke:#f59e0b;stroke-width:.5;width:13px}.hero .stat-agrements{align-items:center;border-right:1px solid rgba(45,184,196,.12);color:var(--navy);display:flex;font-size:12px;font-weight:600;gap:8px;grid-column:1;justify-content:center;margin:0;padding:8px 16px;white-space:nowrap}.hero .stat-agrements svg{border-radius:2px;flex-shrink:0;height:13px;overflow:hidden;width:20px}@media (max-width:1024px){.hero .hero-container{gap:36px;grid-template-columns:1fr 400px}}@media (max-width:960px){.hero{background:#fff;display:flex;flex-direction:column;padding:44px 0 28px}.hero:after{display:none}.hero .hero-container{display:grid;gap:24px;grid-template-columns:1fr;order:1;padding:0 20px}.hero .hero-content{align-items:flex-start;display:flex;flex-direction:column;order:1;text-align:left}.hero .hero-badge{font-size:clamp(7px,3vw,12px);margin-bottom:20px;white-space:nowrap}.hero .hero-title{font-size:31px;letter-spacing:-1px;line-height:1.15;margin-bottom:20px}.hero .hero-subtitle-list{align-items:flex-start;margin:0 0 24px;width:100%}.hero .hero-subtitle-list li{font-size:14px}.hero .hero-ctas{flex-wrap:nowrap;justify-content:center;margin-bottom:0;width:100%}.hero .btn-primary{border-radius:12px;flex:1 1 auto;font-size:clamp(15px,4.3vw,17px);justify-content:center;padding:14px 16px;white-space:nowrap}.hero .img-desktop{display:none}.hero .img-mobile{display:block}.hero .hero-visual{margin-top:8px;order:3;width:100%}.hero .hero-visual img{width:100%}.hero .stats-bar{border-top:none;margin-top:0;order:2;padding:16px 0 0}.hero .stats-bar-inner{gap:0;grid-template-columns:repeat(3,1fr);padding:8px 12px}.hero .stat-item{align-items:center;border:none!important;border-right:1px solid rgba(45,184,196,.12)!important;flex-direction:column;padding:10px 6px;text-align:center}.hero .stat-item:last-child{border-right:none!important}.hero .stat-icon{display:none}.hero .stat-text{align-items:center;display:flex;flex-direction:column;font-size:11px;gap:2px;line-height:1.3;text-align:center}.hero .stat-text strong{font-size:19.8px;font-weight:800;letter-spacing:-.5px;line-height:1}.hero .stat-stars{display:flex;gap:1px;justify-content:center}.hero .stat-agrements{border-right:none;font-size:10px;gap:5px;grid-column:1/-1;margin-top:2px;order:1;padding:6px 0 0}.hero .stat-agrements svg{height:11px;width:16px}}@media (max-width:520px){.hero{padding:37px 0 20px}.hero .hero-title{font-size:26px}.hero .stats-bar{margin-top:16px;padding:12px 0 0}.hero .stat-agrements{font-size:9px;gap:4px;padding-top:10px}.hero .stat-agrements svg{height:9px;width:14px}}