.hero{position:relative;height:100svh;min-height:600px;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,18,35,0.92) 0%,rgba(10,18,35,0.7) 60%,rgba(10,18,35,0.3) 100%)}
.hero-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:0 0 0 80px;max-width:640px}
.hero-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(61,184,168,0.12);border:1px solid rgba(61,184,168,0.25);color:#3db8a8;font-size:12px;font-weight:600;letter-spacing:1px;padding:8px 16px;border-radius:4px;margin-bottom:28px;width:fit-content}
.pulse{width:8px;height:8px;background:#3db8a8;border-radius:50%;position:relative;flex-shrink:0}
.pulse::after{content:'';position:absolute;inset:-4px;border:2px solid #3db8a8;border-radius:50%;animation:pulse 1.5s ease-out infinite}
.hero-content h1{font-size:72px;color:#fff;line-height:0.95;letter-spacing:1px;margin-bottom:20px}
.hero-content h1 em{font-style:normal;color:#3db8a8;display:block}
.hero-sub{color:rgba(255,255,255,0.65);font-size:16px;line-height:1.7;margin-bottom:36px;max-width:440px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn-main{background:#3db8a8;color:#fff;padding:16px 32px;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background .2s;display:inline-flex;align-items:center}
.btn-main:hover{background:#2da898}
.btn-sec{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);color:#fff;padding:16px 32px;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center}
.btn-sec:hover{background:rgba(255,255,255,0.15)}
.sec-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.sec-eyebrow-line{width:32px;height:2px;background:#3db8a8;flex-shrink:0}
.sec-eyebrow-text{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3db8a8}
.sec-h2{font-size:42px;font-weight:900;color:#1a2744;line-height:1.05;margin-bottom:12px;letter-spacing:-0.5px}
.sec-h2 em{font-style:normal;color:#3db8a8}
.sec-sub{font-size:15px;color:#6b7a90;margin-bottom:48px}
.howwork{padding:80px 40px;background:#fff}
.howwork-inner{max-width:1200px;margin:0 auto}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.step{display:flex;flex-direction:column;gap:16px}
.step-num{width:56px;height:56px;background:#1a2744;border-radius:12px;display:flex;align-items:center;justify-content:center}
.step-num-inner{font-size:18px;font-weight:900;color:#3db8a8}
.step-title{font-size:16px;font-weight:700;color:#1a2744}
.step-desc{font-size:13px;color:#6b7a90;line-height:1.65}
.services{padding:80px 40px;background:#f8f9fb;border-top:1px solid #e2e8f0}
.services-inner{max-width:1200px;margin:0 auto}
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.scard{border-radius:16px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:all .2s;position:relative}
.scard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.12)}
.s-dark{background:#1a2744;border:1px solid rgba(255,255,255,0.06)}
.s-teal{background:#3db8a8}
.scard-img{height:180px;overflow:hidden;flex-shrink:0}
.scard-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.scard:hover .scard-img img{transform:scale(1.05)}
.scard-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:8px}
.scard-cat{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4)}
.scard-title{font-size:18px;font-weight:800;color:#fff;line-height:1.2}
.scard-desc{font-size:13px;color:rgba(255,255,255,0.55);line-height:1.6;flex:1}
.scard-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.1)}
.scard-price{font-size:15px;font-weight:800;color:#3db8a8}
.s-teal .scard-price{color:#fff}
.scard-link{font-size:12px;font-weight:700;color:rgba(255,255,255,0.5);letter-spacing:0.5px}
.team-card{background:#fff;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;grid-column:span 2;border:1px solid #e2e8f0}
.team-body{padding:40px;display:flex;flex-direction:column;gap:16px;justify-content:center}
.team-tag{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#3db8a8}
.team-title{font-size:28px;font-weight:900;color:#1a2744;line-height:1.1}
.team-desc{font-size:14px;color:#6b7a90;line-height:1.65}
.team-btn{background:#1a2744;color:#fff;padding:14px 24px;border-radius:4px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block;transition:background .2s;width:fit-content}
.team-btn:hover{background:#3db8a8}
.team-img{overflow:hidden}
.team-img img{width:100%;height:100%;object-fit:cover}
.faq{padding:80px 40px;background:#1a2744}
.faq-inner{max-width:900px;margin:0 auto}
.faq .sec-eyebrow-text{color:rgba(255,255,255,0.4)}
.faq .sec-eyebrow-line{background:rgba(255,255,255,0.15)}
.faq .sec-h2{color:#fff}
.faq-item{border-bottom:1px solid rgba(255,255,255,0.08)}
.faq-q{width:100%;background:none;border:none;color:#fff;font-size:16px;font-weight:600;text-align:left;padding:24px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:inherit;transition:color .2s}
.faq-q:hover{color:#3db8a8}
.faq-icon{width:28px;height:28px;min-width:28px;border-radius:50%;border:2px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;color:rgba(255,255,255,0.5)}
.faq-item.open .faq-icon{border-color:#3db8a8;background:#3db8a8;color:#fff;transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-a-inner{padding:0 0 24px;font-size:15px;color:rgba(255,255,255,0.5);line-height:1.75;max-width:760px}
.faq-item.open .faq-a{max-height:500px}
.fears-sec{padding:80px 40px;background:#fff}
.fears-inner{max-width:1200px;margin:0 auto}
.fears-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.fear-card{background:#f8f9fb;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:16px;transition:all .2s}
.fear-card:hover{border-color:#3db8a8;box-shadow:0 6px 20px rgba(61,184,168,0.1);transform:translateY(-2px)}
.fear-icon-svg{width:48px;height:48px;background:#eaf7f4;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fear-icon-svg svg{width:24px;height:24px}
.fear-title{font-size:15px;font-weight:700;color:#1a2744;line-height:1.4}
.fear-desc{font-size:13px;color:#6b7a90;line-height:1.65;flex:1}
.fear-solution{font-size:13px;font-weight:700;color:#3db8a8;padding-top:12px;border-top:1px solid #e2e8f0}
.why{padding:80px 40px;background:#f8f9fb;border-top:1px solid #e2e8f0}
.why-inner{max-width:1200px;margin:0 auto}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.wcard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:12px;transition:all .2s}
.wcard:hover{border-color:#3db8a8;box-shadow:0 6px 20px rgba(61,184,168,0.1)}
.wcard-num{font-size:32px;font-weight:900;color:#eaf7f4;line-height:1}
.wcard-title{font-size:17px;font-weight:800;color:#1a2744}
.wcard-desc{font-size:13px;color:#6b7a90;line-height:1.65}
.calc-sec{padding:80px 40px;background:#0d1525}
.calc-inner{max-width:960px;margin:0 auto}
.calc-sec .sec-eyebrow-text{color:rgba(255,255,255,0.4)}
.calc-sec .sec-eyebrow-line{background:rgba(255,255,255,0.15)}
.calc-sec .sec-h2{color:#fff;margin-bottom:36px}
.calc-box{background:#0a1220;border:1px solid rgba(255,255,255,0.08);border-radius:16px;overflow:hidden}
.calc-top{background:#3db8a8;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.calc-top-left{font-size:13px;color:rgba(0,0,0,0.6);font-weight:500}
.calc-top-left strong{display:block;font-size:18px;font-weight:900;color:#000;margin-bottom:4px}
.calc-price-wrap{text-align:right}
.calc-price-lbl{font-size:11px;color:rgba(0,0,0,0.5);text-transform:uppercase;letter-spacing:1px}
.calc-price{font-size:42px;font-weight:900;color:#000;line-height:1}
.calc-price-sub{font-size:11px;color:rgba(0,0,0,0.5)}
.calc-body{padding:32px 40px;display:flex;flex-direction:column;gap:28px}
.cf-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:12px}
.cf-opts{display:flex;flex-wrap:wrap;gap:8px}
.cf-opt{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6);padding:8px 16px;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s;user-select:none}
.cf-opt:hover{border-color:rgba(61,184,168,0.5);color:#3db8a8}
.cf-opt.active{background:#3db8a8;border-color:#3db8a8;color:#000;font-weight:700}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.calc-range-wrap{display:flex;align-items:center;gap:16px}
.calc-range{flex:1;accent-color:#3db8a8;height:4px;cursor:pointer}
.calc-range-val{font-size:15px;font-weight:700;color:#fff;min-width:60px;text-align:right}
.calc-footer{padding:24px 40px;border-top:1px solid rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.calc-breakdown{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:12px}
.calc-bd-item{font-size:12px;color:rgba(255,255,255,0.35)}
.calc-bd-item span{color:rgba(255,255,255,0.7);font-weight:600}
.calc-guarantee{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,0.3)}
.calc-guarantee svg{width:16px;height:16px;stroke:#3db8a8;stroke-width:2;fill:none;flex-shrink:0}
.btn-calc{background:#3db8a8;color:#000;padding:16px 32px;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background .2s;white-space:nowrap;flex-shrink:0}
.btn-calc:hover{background:#2da898}
.regions{padding:80px 40px;background:#fff;border-top:1px solid #e2e8f0}
.regions-inner{max-width:1200px;margin:0 auto}
.reg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:48px}
.reg-item{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f8f9fb;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:500;color:#1a2744;text-decoration:none;transition:all .2s}
.reg-item:hover{border-color:#3db8a8;color:#3db8a8;background:#eaf7f4}
.reg-dot{width:6px;height:6px;background:#3db8a8;border-radius:50%;flex-shrink:0}
@media(max-width:1024px){.bento{grid-template-columns:repeat(2,1fr)}.team-card{grid-column:span 2}.why-grid{grid-template-columns:repeat(2,1fr)}.reg-grid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){html,body{overflow-x:hidden}.hero{height:100svh;min-height:520px}.hero-img{object-position:70% center}.hero-content{padding:80px 20px 40px;width:100%;max-width:100%;left:0;right:0}.hero-content h1{font-size:36px;line-height:1.05}.hero-badge{font-size:11px}.hero-sub{font-size:14px;max-width:100%}.hero-btns{flex-direction:column;gap:10px}.hero-btns a{width:100%;justify-content:center;text-align:center;box-sizing:border-box}.sec-h2{font-size:28px;word-break:break-word}.howwork,.services,.faq,.why,.regions{padding:48px 20px}.howwork-inner,.services-inner,.why-inner,.regions-inner,.faq-inner{width:100%;overflow:hidden}.steps{grid-template-columns:1fr 1fr}.bento{grid-template-columns:1fr}.team-card{grid-template-columns:1fr}.team-title{font-size:22px}.team-body{padding:28px 20px}.team-img{height:250px}.why-grid{grid-template-columns:1fr 1fr}.reg-grid{grid-template-columns:1fr 1fr}.fears-sec{padding:48px 20px}.fears-grid{grid-template-columns:1fr 1fr}.calc-sec{padding:48px 20px}.calc-body{padding:24px 20px}.calc-footer{padding:20px;flex-direction:column;align-items:stretch}.calc-top{padding:20px}.cf-row{grid-template-columns:1fr}}
@media(max-width:600px){.fears-grid{grid-template-columns:1fr}.reg-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){h1{font-size:26px!important;letter-spacing:-0.5px!important}h2{font-size:20px!important}h3{font-size:17px!important}.sr-article-h3{font-size:17px!important}.sec-h2{font-size:24px!important}.pg-hero h1{font-size:26px!important}.post-hero h1{font-size:22px!important}.slist-hero h1{font-size:28px!important}.svc-hero h1{font-size:24px!important}}