/* ==========================================================================
   MoTeF — design system
   ========================================================================== */

:root {
  --ink: #0B0A1F;
  --ink-soft: #1A1836;
  --indigo: #5B4BF5;
  --indigo-dark: #3B2FB8;
  --violet: #8B5CF6;
  --mint: #10B981;
  --mint-soft: #ECFDF5;
  --amber: #F59E0B;
  --pink: #F472B6;
  --sky: #38BDF8;

  --paper: #FFFFFF;
  --paper-2: #F7F6FF;
  --line: #E9E7F7;
  --text: #16152B;
  --muted: #6B7192;

  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(16, 15, 43, .06), 0 8px 24px -12px rgba(16, 15, 43, .12);
  --shadow-md: 0 24px 60px -24px rgba(59, 47, 184, .35);
  --grad: linear-gradient(120deg, #6D5BF5 0%, #8B5CF6 45%, #4F7BF5 100%);
  --container: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--paper);
  color: var(--text);
  line-height: 1.65;
  font-size: 16.5px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 800px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { line-height: 1.2; letter-spacing: -0.02em; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.12rem; }
.grad-text {
  background: linear-gradient(100deg, #A78BFA, #67E8F9 55%, #6EE7B7);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-text-dark {
  background: linear-gradient(100deg, #5B4BF5, #8B5CF6 60%, #0EA5E9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { color: var(--muted); font-size: 1.06rem; }
.brand { font-weight: 800; }

/* ---------- Section chrome ---------- */
section { padding: 88px 0; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head .lead { margin-top: 14px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--indigo); background: #EEEBFF; border: 1px solid #DCD6FF;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.eyebrow.on-dark { color: #C7BFFF; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: .97rem; text-decoration: none; cursor: pointer;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 12px 30px -12px rgba(91, 75, 245, .8); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.24); backdrop-filter: blur(8px); }
.btn-outline { background: #fff; color: var(--text); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 16px 34px; font-size: 1.03rem; }
.btn-block { width: 100%; }

.store-row { display: flex; gap: 12px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 11px; text-decoration: none;
  background: #0F0E24; color: #fff; padding: 11px 22px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16); transition: transform .18s ease, border-color .18s;
}
.store-btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.4); }
.store-btn svg { width: 24px; height: 24px; flex: none; }
.store-btn b { display: block; font-size: .98rem; font-weight: 700; line-height: 1.15; }
.store-btn small { display: block; font-size: .68rem; opacity: .72; letter-spacing: .06em; }
.store-btn.light { background: #fff; color: var(--ink); border-color: var(--line); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s;
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 6px 24px -18px rgba(16,15,43,.6); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; }
.nav-logo img { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 6px 16px -8px rgba(91,75,245,.9); }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a {
  text-decoration: none; color: var(--muted); font-weight: 600; font-size: .95rem;
  padding: 9px 14px; border-radius: 999px; transition: color .18s, background .18s;
}
.nav-links a:hover { color: var(--text); background: var(--paper-2); }
.nav-links a.btn-primary { color: #fff; }
.nav-links a.btn-primary:hover { color: #fff; background: var(--grad); }
.nav-cta { margin-left: 8px; }
.nav-toggle {
  display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 2px; position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--text); border-radius: 2px;
}
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(120% 100% at 50% 0%, #241F5C 0%, #12102E 45%, #0B0A1F 100%);
  padding: 84px 0 96px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(70% 60% at 50% 20%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 20%, #000 30%, transparent 100%);
}
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; pointer-events: none; }
.blob-1 { width: 460px; height: 460px; background: #6D5BF5; top: -140px; left: -100px; animation: float 16s ease-in-out infinite; }
.blob-2 { width: 380px; height: 380px; background: #0EA5E9; top: 40px; right: -110px; animation: float 20s ease-in-out infinite reverse; }
.blob-3 { width: 340px; height: 340px; background: #EC4899; bottom: -160px; left: 42%; opacity: .32; animation: float 24s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(24px,-28px) scale(1.08); } }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero p.hero-sub { font-size: 1.1rem; color: #C6C4E4; max-width: 540px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; font-size: .84rem; font-weight: 600;
  color: #D5D2F2; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
  padding: 7px 14px; border-radius: 999px;
}

/* ---------- Phone mockup ---------- */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 292px; border-radius: 42px; padding: 11px;
  background: linear-gradient(160deg, #2B2755, #14122F);
  box-shadow: 0 50px 90px -30px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.09) inset;
  animation: bob 7s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.phone-screen { background: linear-gradient(170deg, #FFFFFF, #F3F1FF); border-radius: 32px; overflow: hidden; }
.phone-notch { width: 96px; height: 22px; background: #14122F; border-radius: 0 0 14px 14px; margin: 0 auto 8px; }
.ps-body { padding: 4px 16px 18px; color: var(--text); }
.ps-top { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.ps-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .9rem; }
.ps-top small { display: block; color: var(--muted); font-size: .68rem; line-height: 1.2; }
.ps-top b { font-size: .85rem; }
.ps-live { margin-left: auto; font-size: .62rem; font-weight: 800; color: #B91C1C; background: #FEE2E2; padding: 3px 8px; border-radius: 999px; letter-spacing: .05em; }
.ps-ring { display: grid; place-items: center; margin: 6px 0 14px; }
.ring { width: 138px; height: 138px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--mint) 0 86%, #E7E5F6 86% 100%); }
.ring-in { width: 112px; height: 112px; border-radius: 50%; background: #fff; display: grid; place-items: center; text-align: center; box-shadow: inset 0 2px 10px rgba(16,15,43,.06); }
.ring-in b { font-size: 1.75rem; line-height: 1; color: var(--mint); }
.ring-in small { font-size: .64rem; color: var(--muted); letter-spacing: .06em; }
.ps-bubble {
  background: var(--grad); color: #fff; font-size: .78rem; line-height: 1.45;
  padding: 10px 13px; border-radius: 15px 15px 15px 5px; margin-bottom: 10px; font-weight: 500;
}
.ps-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-stat { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 9px 11px; }
.ps-stat b { display: block; font-size: .98rem; }
.ps-stat small { font-size: .62rem; color: var(--muted); }

.float-card {
  position: absolute; background: rgba(255,255,255,.96); color: var(--text);
  border-radius: 16px; padding: 11px 14px; box-shadow: 0 24px 48px -18px rgba(0,0,0,.55);
  font-size: .78rem; font-weight: 600; display: flex; align-items: center; gap: 10px;
}
.float-card small { display: block; font-weight: 500; color: var(--muted); font-size: .68rem; }
.float-card .fc-ico { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; font-size: .95rem; flex: none; }
.fc-1 { top: 58px; left: -18px; animation: bob 7s ease-in-out .8s infinite; }
.fc-2 { bottom: 88px; right: -26px; animation: bob 7s ease-in-out 1.6s infinite; }

/* ---------- Logo strip / marquee ---------- */
.strip { background: var(--paper-2); border-block: 1px solid var(--line); padding: 22px 0; overflow: hidden; }
.strip-track { display: flex; gap: 46px; width: max-content; animation: slide 34s linear infinite; }
.strip-track span { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 600; font-size: .92rem; white-space: nowrap; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 20px; }
.cols-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
}
.card:hover { transform: translateY(-4px); border-color: #D9D4FB; box-shadow: var(--shadow-md); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .95rem; }
.ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  font-size: 1.5rem; margin-bottom: 16px;
}
.ico-indigo { background: #EEEBFF; } .ico-mint { background: var(--mint-soft); }
.ico-amber { background: #FEF3C7; } .ico-pink { background: #FCE7F3; }
.ico-sky { background: #E0F2FE; } .ico-slate { background: #EEF1F7; }

/* Bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento > * { grid-column: span 2; }
.bento .span-3 { grid-column: span 3; }
.bento .feature-hero {
  grid-column: span 6; display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center;
  background: linear-gradient(140deg, #17143A, #0E0C26); color: #fff; border: none;
}
.feature-hero h3 { font-size: 1.6rem; margin-bottom: 12px; }
.feature-hero p { color: #B9B6DD; font-size: 1rem; }
.feature-hero .ico { background: rgba(255,255,255,.1); }
.mini-list { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.mini-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; color: #D6D3F0; }
.mini-list li::before { content: '✓'; color: #6EE7B7; font-weight: 800; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding-top: 8px; }
.step-num {
  width: 46px; height: 46px; border-radius: 15px; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 14px;
  box-shadow: 0 12px 26px -14px rgba(91,75,245,.9);
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .93rem; }
.step:not(:last-child)::after {
  content: ''; position: absolute; top: 23px; left: 58px; right: -12px; height: 2px;
  background: repeating-linear-gradient(90deg, #D9D4FB 0 7px, transparent 7px 14px);
}

/* ---------- Compare ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare-col { border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--line); background: #fff; }
.compare-col.bad { background: #FBFAFD; }
.compare-col.good { background: linear-gradient(150deg, #F2EFFF, #EAFBF3); border-color: #CFC7FB; }
.compare-col h3 { font-size: 1.2rem; margin-bottom: 4px; }
.compare-col .tagline { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.compare-col.bad .tagline { color: #9CA3AF; } .compare-col.good .tagline { color: var(--indigo); }
.compare-col ul { list-style: none; display: grid; gap: 12px; margin-top: 18px; }
.compare-col li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; }
.compare-col li i { font-style: normal; flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; font-weight: 800; margin-top: 2px; }
.compare-col.bad li i { background: #F1F1F5; color: #9CA3AF; }
.compare-col.good li i { background: var(--mint); color: #fff; }

/* ---------- Privacy band ---------- */
.privacy {
  background: radial-gradient(100% 120% at 20% 0%, #133D33 0%, #0C1A26 55%, #0B0A1F 100%);
  color: #fff; overflow: hidden;
}
.privacy h2 { color: #fff; }
.privacy .lead { color: #A9C6BD; }
.privacy .p-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 12px; }
.p-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 24px; }
.p-card h3 { color: #6EE7B7; font-size: 1.02rem; margin-bottom: 8px; }
.p-card p { color: #B7CFC7; font-size: .92rem; }
.privacy-note { margin-top: 26px; text-align: center; }
.privacy-note a { color: #6EE7B7; font-weight: 700; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; max-width: 860px; margin: 0 auto; }
.plan { position: relative; }
.plan.featured { border: 2px solid var(--indigo); box-shadow: var(--shadow-md); }
.plan .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: .74rem; font-weight: 800;
  padding: 4px 16px; border-radius: 999px; letter-spacing: .04em; white-space: nowrap;
}
.plan .amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; margin: 6px 0 2px; }
.plan .amount span { font-size: .95rem; font-weight: 600; color: var(--muted); }
.plan ul { list-style: none; display: grid; gap: 10px; margin: 20px 0 24px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.plan li::before { content: '✓'; color: var(--mint); font-weight: 800; flex: none; }
.plan .sub-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 10px; }

/* ---------- Form ---------- */
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.field input {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px;
  font: inherit; font-size: .96rem; background: #fff; transition: border-color .18s, box-shadow .18s;
}
.field input:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 4px rgba(91,75,245,.12); }
.plan-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.plan-picker label {
  display: flex; align-items: center; gap: 9px; padding: 13px 15px; border: 1px solid var(--line);
  border-radius: 13px; cursor: pointer; font-size: .92rem; font-weight: 600; transition: all .18s;
}
.plan-picker label:has(input:checked) { border-color: var(--indigo); background: #F5F3FF; }
.plan-picker input { accent-color: var(--indigo); }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--amber); letter-spacing: 2px; font-size: .9rem; }
.quote p { margin: 12px 0 18px; font-size: .96rem; }
.quote footer { display: flex; align-items: center; gap: 11px; }
.quote .av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; }
.quote b { font-size: .93rem; } .quote small { display: block; color: var(--muted); font-size: .8rem; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 4px 22px; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: #D9D4FB; box-shadow: var(--shadow-sm); }
.faq-item summary { list-style: none; cursor: pointer; font-weight: 700; padding: 16px 34px 16px 0; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; font-weight: 400; color: var(--indigo); transition: transform .2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .answer { color: var(--muted); font-size: .95rem; padding-bottom: 18px; }

/* ---------- Final CTA ---------- */
.final {
  position: relative; overflow: hidden; text-align: center; color: #fff;
  background: radial-gradient(110% 130% at 50% 0%, #3B2FB8 0%, #1B1740 60%, #0B0A1F 100%);
}
.final h2 { color: #fff; }
.final .lead { color: #C6C4E4; }
.final .store-row { justify-content: center; margin-top: 26px; }

/* ---------- Footer ---------- */
.footer { background: #08071A; color: #8E8CB0; padding: 60px 0 30px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer h4 { color: #fff; font-size: .88rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer a { color: #A5A3C6; text-decoration: none; display: block; padding: 4px 0; }
.footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 1.15rem; margin-bottom: 12px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 11px; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 150;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--grad); color: #fff; font-size: 1.1rem; display: grid; place-items: center;
  box-shadow: 0 14px 30px -12px rgba(91,75,245,.9);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .25s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }

/* ---------- Legal pages ---------- */
.legal { padding: 56px 0 80px; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 32px; }
.legal h2 { font-size: 1.35rem; margin: 36px 0 10px; }
.legal h3 { font-size: 1.05rem; margin: 22px 0 6px; }
.legal p, .legal li { color: #3C3A5A; font-size: .98rem; }
.legal ul, .legal ol { margin: 10px 0 10px 22px; display: grid; gap: 6px; }
.legal .callout { background: var(--mint-soft); border: 1px solid #A7F3D0; border-radius: 16px; padding: 20px 24px; margin: 24px 0; }
.legal a { color: var(--indigo); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero p.hero-sub { margin-inline: auto; }
  .hero-actions, .hero-chips, .store-row { justify-content: center; }
  .phone-wrap { margin-top: 20px; }
  .bento .feature-hero { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  section { padding: 64px 0; }
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 20px 20px; gap: 2px;
    display: none; box-shadow: 0 20px 40px -24px rgba(16,15,43,.5);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-cta { margin: 8px 0 0; }
  .nav-toggle { display: flex; }
  .bento { grid-template-columns: 1fr; }
  .bento > *, .bento .span-3, .bento .feature-hero { grid-column: span 1; }
  .compare { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .plan-picker { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .float-card { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
