:root{
  --ink:#101828;
  --muted:#667085;
  --blue:#2563eb;
  --blue2:#0ea5e9;
  --soft:#f5f8ff;
  --line:#e7ecf4;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(22,34,68,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1160px,calc(100% - 40px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:210px;height:auto}
nav{display:flex;gap:28px;font-weight:700;font-size:14px;color:#344054}
nav a:hover{color:var(--blue)}
.hero{padding:86px 0 72px;background:radial-gradient(circle at 88% 15%,#dff4ff 0,transparent 34%),linear-gradient(180deg,#fbfdff 0,#f7faff 100%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--blue);margin-bottom:12px}
.hero h1{font-size:clamp(42px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;max-width:760px}
.lead{font-size:25px;font-weight:800;color:#233876;margin:0 0 18px}.hero-copy>p:not(.lead){font-size:18px;color:var(--muted);max-width:720px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.18s ease}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.18)}.btn.primary:hover{transform:translateY(-1px)}.btn.ghost{background:#fff;border-color:var(--line);color:#27364f}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#475467;font-size:14px;font-weight:700}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.mini-title{font-weight:900;font-size:13px;color:#344054;margin-bottom:16px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dash-card{min-height:138px;background:#fbfcff;border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;flex-direction:column}.dash-card .ico{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:22px;margin-bottom:15px}.dash-card strong{font-size:17px}.dash-card small{color:var(--muted);margin-top:4px}.local-note{margin-top:14px;padding:12px 14px;border-radius:14px;background:#f8fafc;color:#667085;font-size:13px;text-align:center}
.section{padding:90px 0}.section.alt{background:#f7f9fc}.section-head{max-width:710px;margin-bottom:38px}.section h2,.contact h2{font-size:40px;line-height:1.08;letter-spacing:-.03em;margin:0 0 14px}.section-head p,.section> .wrap>p{color:var(--muted);font-size:18px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(19,32,68,.04)}.feature-icon{width:46px;height:46px;border-radius:14px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:23px;font-weight:900;margin-bottom:18px}.feature h3{font-size:20px;margin:0 0 8px}.feature p{margin:0;color:var(--muted)}
.price-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.price-card{margin-top:28px;max-width:390px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.price{display:flex;align-items:flex-start;gap:4px}.price span{font-size:76px;line-height:.9;font-weight:900;letter-spacing:-.06em;color:#16234a}.price sup{font-size:26px;font-weight:900;color:var(--blue);margin-top:6px}.price-label{font-weight:800;color:var(--muted);margin:8px 0 18px}.price-card ul{padding-left:20px;color:#475467;margin-bottom:24px}.price-card li{margin:8px 0}.full{width:100%}.flyer-wrap{max-width:560px;margin-left:auto}.flyer-wrap img{border-radius:22px;box-shadow:0 22px 60px rgba(20,33,64,.16);border:1px solid var(--line)}
.contact{padding:72px 0;background:linear-gradient(135deg,#1837a8,#0986d8);color:#fff}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact p{margin:0;color:#dbe9ff;font-size:18px}.eyebrow.light{color:#bfe3ff}.btn.white{background:#fff;color:#17449a;white-space:nowrap}
footer{padding:28px 0;background:#0f172a;color:#cbd5e1}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-grid>div:first-child{display:flex;gap:14px;align-items:baseline}.footer-grid strong{color:#fff}.footer-grid span{font-size:13px}.footer-links{display:flex;gap:20px;font-size:14px}
@media (max-width:900px){.hero-grid,.price-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.hero-card{max-width:620px}.flyer-wrap{margin:0;max-width:520px}.contact-box,.footer-grid{align-items:flex-start;flex-direction:column}.nav{height:auto;padding:16px 0}.brand img{width:175px}.hero{padding-top:58px}}
@media (max-width:640px){.wrap{width:min(100% - 24px,1160px)}nav{display:none}.hero h1{font-size:42px}.lead{font-size:21px}.features{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.section{padding:68px 0}.section h2,.contact h2{font-size:34px}.price{justify-content:flex-start}.trust-row{flex-direction:column;gap:8px}.footer-links{flex-direction:column;gap:6px}}
