:root {
  --brand: #5b5bf0;
  --brand-600: #4f46e5;
  --brand-700: #4338ca;
  --violet: #8b5cf6;
  --cyan: #22d3ee;
  --grad: linear-gradient(120deg, #6366f1 0%, #8b5cf6 48%, #22d3ee 100%);
  --grad-soft: linear-gradient(120deg, rgba(99,102,241,.12), rgba(34,211,238,.12));
  --ink: #0b1437;
  --ink-2: #1e2547;
  --muted: #66708a;
  --line: #e7eaf6;
  --bg: #ffffff;
  --bg-soft: #f6f8ff;
  --bg-deep: #0b1130;
  --ok: #16b364;
  --warn: #f59e0b;
  --danger: #ef4444;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-sm: 0 1px 2px rgba(16,24,64,.06), 0 2px 8px rgba(16,24,64,.05);
  --shadow: 0 10px 30px rgba(28,33,84,.10);
  --shadow-lg: 0 30px 60px -20px rgba(38,42,110,.35);
  --ring: 0 0 0 4px rgba(99,102,241,.18);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "SF Mono", ui-monospace, "Cascadia Code", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; font-weight: 800; color: var(--ink); }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand-600);
  background: var(--grad-soft);
  border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 999px;
}
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 18px 0 14px; }
.section-head p { color: var(--muted); font-size: 18px; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; border: 1px solid transparent;
  padding: 13px 22px; border-radius: 12px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 12px 28px -10px rgba(99,102,241,.7);
}
.btn-primary:hover { box-shadow: 0 18px 38px -10px rgba(99,102,241,.85); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: #cfd6f0; transform: translateY(-1px); }
.btn-dark { background: var(--bg-deep); color: #fff; }
.btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }

.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.logo .mark {
  width: 34px; height: 34px; border-radius: 10px; background: var(--grad);
  display: grid; place-items: center; color: #fff; box-shadow: 0 8px 18px -6px rgba(99,102,241,.7);
}
.logo .mark svg { width: 20px; height: 20px; }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.78); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 6px 24px -18px rgba(16,24,64,.5); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-2); transition: color .15s ease; }
.nav-links a:hover { color: var(--brand-600); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 42px; height: 42px; color: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 84px 0 96px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.orb.a { width: 520px; height: 520px; background: radial-gradient(circle at 30% 30%, #8b5cf6, transparent 70%); top: -180px; left: -120px; }
.orb.b { width: 460px; height: 460px; background: radial-gradient(circle at 70% 40%, #22d3ee, transparent 70%); top: -120px; right: -120px; }
.orb.c { width: 380px; height: 380px; background: radial-gradient(circle at 50% 50%, #6366f1, transparent 70%); bottom: -160px; left: 40%; opacity: .35; }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero h1 { font-size: clamp(36px, 5.4vw, 62px); letter-spacing: -.03em; }
.hero .lead { font-size: 19px; color: var(--muted); margin: 22px 0 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats .num { font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.hero-stats .lbl { font-size: 13.5px; color: var(--muted); font-weight: 600; }

.float-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 22px; position: relative;
}
.pay-card {
  background: var(--grad); color: #fff; border-radius: 20px; padding: 22px;
  box-shadow: 0 30px 60px -24px rgba(76,52,166,.85); position: relative; overflow: hidden;
}
.pay-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,.25), transparent 50%); }
.pay-card .chip { width: 42px; height: 32px; border-radius: 7px; background: linear-gradient(135deg,#ffe7a3,#f4c45a); margin-bottom: 26px; }
.pay-card .num { font-family: var(--mono); font-size: 19px; letter-spacing: 2px; }
.pay-card .row { display: flex; justify-content: space-between; margin-top: 20px; font-size: 13px; opacity: .92; }
.pay-card .brand { font-weight: 800; font-size: 15px; }
.txn { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.txn:last-child { border-bottom: 0; }
.txn .ic { width: 38px; height: 38px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; color: var(--brand-600); }
.txn .meta { flex: 1; min-width: 0; }
.txn .meta b { display: block; font-size: 14.5px; }
.txn .meta span { font-size: 12.5px; color: var(--muted); }
.txn .amt { font-weight: 700; font-size: 14.5px; }
.txn .amt.up { color: var(--ok); }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); padding: 22px 0; overflow: hidden; }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: scrollX 28s linear infinite; align-items: center; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track .item { font-weight: 800; color: #9aa3bf; font-size: 20px; letter-spacing: -.01em; white-space: nowrap; display: flex; align-items: center; gap: 10px; }
@keyframes scrollX { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7ddf5; }
.feature .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--grad-soft); display: grid; place-items: center; color: var(--brand-600); margin-bottom: 18px; }
.feature h3 { font-size: 19px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; }

.steps { counter-reset: step; }
.step { display: flex; gap: 18px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step .n { counter-increment: step; flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--grad); color: #fff; font-weight: 800; display: grid; place-items: center; box-shadow: 0 10px 22px -10px rgba(99,102,241,.8); }
.step .n::before { content: counter(step); }
.step h3 { font-size: 18px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 15px; }

.pricing-toggle { display: inline-flex; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 5px; margin: 0 auto 40px; }
.pricing-toggle button { border: 0; background: none; padding: 9px 18px; border-radius: 999px; font-weight: 700; color: var(--muted); font-size: 14px; }
.pricing-toggle button.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.pricing-toggle .save { color: var(--ok); font-size: 12px; font-weight: 700; margin-left: 6px; }

.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: transparent; box-shadow: var(--shadow-lg); background: var(--bg-deep); color: #fff; }
.price-card.featured h3, .price-card.featured .price, .price-card.featured .feat li { color: #fff; }
.price-card .tag { position: absolute; top: 18px; right: 18px; background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.price-card h3 { font-size: 18px; }
.price-card .price { font-size: 44px; font-weight: 800; letter-spacing: -.03em; margin: 14px 0 4px; }
.price-card .price small { font-size: 15px; font-weight: 600; color: var(--muted); }
.price-card.featured .price small { color: #aab2d8; }
.price-card .desc { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; min-height: 42px; }
.price-card.featured .desc { color: #aab2d8; }
.feat { display: grid; gap: 12px; margin: 10px 0 24px; }
.feat li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.price-card.featured .feat li { color: #dbe0f7; }
.feat .ck { flex: none; width: 20px; height: 20px; border-radius: 50%; background: var(--grad-soft); color: var(--brand-600); display: grid; place-items: center; margin-top: 2px; }
.price-card.featured .feat .ck { background: rgba(255,255,255,.14); color: #fff; }

.security { background: var(--bg-deep); color: #fff; border-radius: var(--radius-xl); padding: 56px; position: relative; overflow: hidden; }
.security .eyebrow { background: rgba(255,255,255,.08); color: #cdd3ff; border-color: rgba(255,255,255,.14); }
.security h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); margin: 16px 0 12px; max-width: 640px; }
.security p.sub { color: #aab2d8; font-size: 17px; max-width: 620px; }
.sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.sec-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 22px; }
.sec-item .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; color: #8fd3ff; margin-bottom: 14px; }
.sec-item h4 { color: #fff; font-size: 16px; margin-bottom: 6px; }
.sec-item p { color: #aab2d8; font-size: 13.5px; }
.badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; color: #dfe3ff; }

.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.quote .stars { color: #f5b50a; letter-spacing: 2px; margin-bottom: 12px; }
.quote p { font-size: 15.5px; color: var(--ink-2); }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; }
.who b { font-size: 14.5px; display: block; }
.who span { font-size: 13px; color: var(--muted); }

.faq { max-width: 820px; margin: 0 auto; }
.acc { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 14px; background: #fff; }
.acc summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 16.5px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.acc summary::-webkit-details-marker { display: none; }
.acc .plus { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--bg-soft); display: grid; place-items: center; transition: transform .2s ease, background .2s ease; color: var(--brand-600); }
.acc[open] .plus { transform: rotate(45deg); background: var(--grad-soft); }
.acc .body { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }

.cta-band { background: var(--grad); color: #fff; border-radius: var(--radius-xl); padding: 60px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(76,52,166,.8); }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); max-width: 720px; margin: 0 auto 14px; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 560px; margin: 0 auto 28px; }
.cta-band .btn-ghost { background: #fff; color: var(--brand-700); }
.cta-band .btn-dark { background: rgba(11,17,48,.85); color: #fff; }

footer { background: var(--bg-deep); color: #c4cae6; padding: 64px 0 32px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; }
footer .logo { color: #fff; }
footer h5 { color: #fff; font-size: 14px; margin: 0 0 16px; letter-spacing: .04em; text-transform: uppercase; }
footer ul li { margin-bottom: 11px; }
footer ul a { color: #aab2d8; font-size: 14.5px; transition: color .15s ease; }
footer ul a:hover { color: #fff; }
.foot-about p { color: #aab2d8; font-size: 14.5px; margin: 16px 0; max-width: 300px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: #c4cae6; transition: background .15s ease, color .15s ease; }
.socials a:hover { background: var(--brand); color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 24px; font-size: 13.5px; color: #8b93bd; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.form-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.1fr .9fr; }
.form-aside { background: var(--grad); color: #fff; padding: 56px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.form-aside::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 0% 0%, rgba(255,255,255,.22), transparent 55%); }
.form-aside > * { position: relative; z-index: 1; }
.form-aside h2 { color: #fff; font-size: 34px; margin: 26px 0 14px; max-width: 420px; }
.form-aside p { color: rgba(255,255,255,.9); max-width: 420px; }
.aside-points { display: grid; gap: 16px; margin-top: 30px; }
.aside-points li { display: flex; gap: 12px; align-items: flex-start; }
.aside-points .ck { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; flex: none; }
.form-main { display: grid; place-items: center; padding: 48px 32px; }
.form-card { width: 100%; max-width: 420px; }
.form-card h1 { font-size: 28px; margin-bottom: 8px; }
.form-card .sub { color: var(--muted); margin-bottom: 26px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; color: var(--ink-2); }
.field input, .field select {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px;
  font-size: 15px; font-family: inherit; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--brand); box-shadow: var(--ring); }
.field .err { color: var(--danger); font-size: 12.5px; margin-top: 6px; display: none; }
.field.invalid input { border-color: var(--danger); }
.field.invalid .err { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--muted); margin: 4px 0 20px; }
.check input { margin-top: 3px; accent-color: var(--brand); }
.divider { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 13px; margin: 22px 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.btn-social { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 600; color: var(--ink-2); margin-bottom: 12px; transition: border-color .15s, background .15s; }
.btn-social:hover { border-color: #cfd6f0; background: var(--bg-soft); }
.form-switch { text-align: center; font-size: 14.5px; color: var(--muted); margin-top: 18px; }
.form-switch a { color: var(--brand-600); font-weight: 700; }
.demo-note { font-size: 12.5px; color: var(--muted); background: var(--bg-soft); border: 1px dashed var(--line); border-radius: 10px; padding: 10px 12px; margin-top: 14px; }

.dash { display: grid; grid-template-columns: 256px 1fr; min-height: 100vh; background: var(--bg-soft); }
.side { background: var(--bg-deep); color: #c4cae6; padding: 22px 18px; display: flex; flex-direction: column; gap: 8px; position: sticky; top: 0; height: 100vh; }
.side .logo { color: #fff; margin-bottom: 18px; padding: 0 6px; }
.side a { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 11px; color: #aab2d8; font-weight: 600; font-size: 14.5px; transition: background .15s, color .15s; }
.side a:hover { background: rgba(255,255,255,.06); color: #fff; }
.side a.active { background: var(--grad); color: #fff; }
.side .spacer { flex: 1; }
.side .upsell { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 16px; }
.side .upsell h5 { color: #fff; margin: 0 0 6px; font-size: 14px; }
.side .upsell p { color: #aab2d8; font-size: 12.5px; margin-bottom: 12px; }
.main { padding: 26px 32px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.topbar h1 { font-size: 26px; }
.search { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; min-width: 280px; }
.search input { border: 0; outline: none; font-family: inherit; font-size: 14px; width: 100%; }
.topbar .actions { display: flex; gap: 10px; align-items: center; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.kpi .lbl { font-size: 13px; color: var(--muted); font-weight: 600; }
.kpi .val { font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin: 8px 0 4px; }
.kpi .delta { font-size: 12.5px; font-weight: 700; }
.kpi .delta.up { color: var(--ok); }
.kpi .delta.down { color: var(--danger); }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.panel-head h3 { font-size: 17px; }
.dash-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; margin-bottom: 22px; }
.table { width: 100%; border-collapse: collapse; }
.table th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; padding: 12px 22px; border-bottom: 1px solid var(--line); }
.table td { padding: 14px 22px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.table tr:last-child td { border-bottom: 0; }
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.pill.ok { background: rgba(22,179,100,.12); color: var(--ok); }
.pill.pend { background: rgba(245,158,11,.14); color: #b47908; }
.pill.fail { background: rgba(239,68,68,.12); color: var(--danger); }
.spark { height: 160px; display: flex; align-items: flex-end; gap: 8px; padding: 22px; }
.spark .bar { flex: 1; border-radius: 6px 6px 0 0; background: var(--grad); opacity: .85; }
.list { padding: 8px 22px 18px; }
.list .row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.list .row:last-child { border-bottom: 0; }
.list .row .l b { font-size: 14px; display: block; }
.list .row .l span { font-size: 12.5px; color: var(--muted); }
.alloc { display: flex; height: 12px; border-radius: 999px; overflow: hidden; margin: 4px 22px 16px; }
.alloc span { display: block; }
.legend { display: flex; gap: 16px; padding: 0 22px 20px; flex-wrap: wrap; }
.legend span { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
.legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .grid-4, .testi, .sec-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .dash-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta .desktop-only { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links.open { display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; box-shadow: var(--shadow); }
  .section { padding: 64px 0; }
  .grid-3, .grid-4, .grid-2, .testi, .sec-grid, .kpis { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
  .form-aside { display: none; }
  .dash { grid-template-columns: 1fr; }
  .side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; }
  .side .spacer, .side .upsell { display: none; }
  .security, .cta-band { padding: 36px 24px; }
  .price-card.featured { order: -1; }
}
