*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f8fbff;color:#102033;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin:auto}
.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid #e6eef8}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:#0b2d5c}
.logo-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#0b5cff,#13c2c2);color:white;font-size:15px}
.nav-menu{display:flex;gap:28px;font-weight:600;color:#334155}
.nav-menu a:hover{color:#0b5cff}
.menu-btn{display:none;border:0;background:#0b5cff;color:#fff;border-radius:10px;padding:9px 12px;font-size:20px}
.hero{padding:90px 0 70px;background:radial-gradient(circle at 80% 10%,#dff9ff,transparent 34%),linear-gradient(135deg,#eef6ff,#ffffff)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center}
.badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#e7f1ff;color:#0b5cff;font-weight:700;font-size:14px;margin-bottom:18px}
.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.04em;color:#071c3a;margin-bottom:22px}
.hero p{font-size:18px;color:#475569;max-width:680px;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:14px;font-weight:800;transition:.25s}
.btn.primary{background:linear-gradient(135deg,#0b5cff,#08b8b8);color:#fff;box-shadow:0 12px 25px rgba(11,92,255,.22)}
.btn.secondary{background:#fff;color:#0b5cff;border:1px solid #d9e7fb}
.btn:hover{transform:translateY(-2px)}
.stats{display:flex;gap:22px;flex-wrap:wrap}
.stats div{background:#fff;border:1px solid #e5eef8;border-radius:18px;padding:15px 18px;min-width:130px}
.stats strong{display:block;font-size:24px;color:#0b2d5c}
.stats span{font-size:13px;color:#64748b}
.hero-card{background:#fff;border:1px solid #e4edf8;border-radius:30px;padding:34px;box-shadow:0 25px 60px rgba(15,40,80,.1)}
.hero-card h3{font-size:25px;margin-bottom:18px;color:#0b2d5c}
.hero-card li{list-style:none;padding:12px 0;border-bottom:1px solid #edf2f7;color:#334155}
.section{padding:82px 0}
.section.soft{background:#eef6ff}
.section-heading{text-align:center;max-width:760px;margin:0 auto 44px}
.section-heading h2{font-size:clamp(30px,4vw,46px);line-height:1.15;letter-spacing:-.03em;color:#0b2d5c;margin-bottom:12px}
.section-heading p{color:#64748b;font-size:17px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card,.step,.price-card{background:#fff;border:1px solid #e5edf7;border-radius:24px;padding:28px;box-shadow:0 14px 35px rgba(15,40,80,.06)}
.card .icon{font-size:34px;margin-bottom:16px}
.card h3,.step h3,.price-card h3{color:#0b2d5c;font-size:21px;margin-bottom:9px}
.card p,.step p,.price-card p{color:#64748b}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step span{display:grid;place-items:center;width:42px;height:42px;background:#0b5cff;color:#fff;border-radius:14px;font-weight:800;margin-bottom:15px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.price-card.featured{border:2px solid #0b5cff;transform:scale(1.03)}
.price{font-size:30px!important;font-weight:800;color:#0b5cff!important;margin:14px 0}
.full{width:100%;margin-top:20px}
.cta{padding-top:30px}
.cta-box{text-align:center;background:linear-gradient(135deg,#0b2d5c,#0b5cff,#12b8b8);color:white;border-radius:34px;padding:60px 24px}
.cta-box h2{font-size:clamp(30px,4vw,48px);margin-bottom:12px}
.cta-box p{max-width:720px;margin:0 auto 25px;color:#e7f6ff}
.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:white;font-size:28px;box-shadow:0 14px 30px rgba(34,197,94,.35);z-index:60}
.footer{background:#071c3a;color:#cbd5e1;padding:28px 0}
.footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px}
@media(max-width:850px){
  .menu-btn{display:block}
  .nav-menu{position:absolute;left:4%;right:4%;top:76px;background:#fff;border:1px solid #e5edf7;border-radius:18px;padding:18px;display:none;flex-direction:column;box-shadow:0 16px 40px rgba(15,40,80,.12)}
  .nav-menu.active{display:flex}
  .hero-grid,.cards,.steps,.pricing{grid-template-columns:1fr}
  .hero{padding:58px 0}
  .price-card.featured{transform:none}
}
