/* ==========================================================================
   Nvento — AI-Powered Rental Operating System
   Marketing site styles  ·  static, self-contained, GoDaddy-ready
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* Brand blues */
  --brand-1: #60A5FA;
  --brand-2: #3B82F6;
  --brand-3: #2563EB;
  --brand-4: #1E3A8A;
  --brand-ink: #0B1E4D;

  /* AI purple */
  --ai-1: #A78BFA;
  --ai-2: #7C3AED;
  --ai-3: #4C1D95;

  /* Gradients */
  --grad-brand: linear-gradient(135deg, #60A5FA 0%, #2563EB 55%, #1E3A8A 100%);
  --grad-ai: linear-gradient(135deg, #A78BFA 0%, #7C3AED 55%, #4C1D95 100%);
  --grad-ink: linear-gradient(160deg, #0d1b3e 0%, #0a1530 60%, #070c18 100%);

  /* Neutrals */
  --bg: #ffffff;
  --bg-soft: #f5f8ff;
  --bg-muted: #eef2fb;
  --surface: #ffffff;
  --ink: #0b1220;
  --text: #1f2a44;
  --muted: #5b6b8c;
  --line: #e5eaf5;
  --line-soft: #eff2fa;

  /* Status */
  --success: #16a34a;
  --warn: #f59e0b;
  --danger: #ef4444;

  /* Shape & motion */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(11,30,77,.06), 0 1px 3px rgba(11,30,77,.05);
  --shadow: 0 10px 30px -12px rgba(16,38,89,.20), 0 4px 10px -6px rgba(16,38,89,.12);
  --shadow-lg: 0 30px 60px -20px rgba(16,38,89,.30), 0 10px 24px -12px rgba(16,38,89,.18);
  --ring: 0 0 0 4px rgba(59,130,246,.18);

  --container: 1160px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--brand-3); text-decoration: none; }
a:hover { color: var(--brand-4); }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.65rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }
p { color: var(--text); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.075rem; 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(--brand-3);
  background: var(--bg-muted);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow--ai { color: var(--ai-2); background: rgba(124,58,237,.10); }
.center { text-align: center; }
.muted { color: var(--muted); }
@media (max-width: 640px) { .hide-mobile { display: none; } }
.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.grad-text--ai { background: var(--grad-ai); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: .98rem;
  padding: 13px 24px; border-radius: 12px; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(37,99,235,.65); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(37,99,235,.7); }
.btn-ghost { background: #fff; color: var(--brand-ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { color: var(--brand-ink); border-color: #cdd7ee; transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.25); }
.btn-light:hover { color: #fff; background: rgba(255,255,255,.2); }
.btn-white { background: #fff; color: var(--brand-ink); }
.btn-white:hover { color: var(--brand-4); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.8);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); background: rgba(255,255,255,.92); }
.nav { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 4px 12px -4px rgba(11,30,77,.5); }
.brand__name { font-weight: 800; font-size: 1.4rem; letter-spacing: -0.03em; color: var(--brand-ink); }
.nav__links { display: flex; align-items: center; gap: 6px; margin-left: 12px; }
.nav__links a {
  color: var(--text); font-weight: 600; font-size: .96rem;
  padding: 8px 14px; border-radius: 9px; transition: background .15s ease, color .15s ease;
}
.nav__links a:hover, .nav__links a.active { background: var(--bg-muted); color: var(--brand-ink); }
.nav__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav__login { font-weight: 700; font-size: .96rem; color: var(--brand-ink); padding: 8px 12px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--brand-ink); }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 84px 0 72px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 720px; z-index: -1;
  background:
    radial-gradient(700px 340px at 78% 6%, rgba(124,58,237,.16), transparent 60%),
    radial-gradient(760px 380px at 12% 0%, rgba(59,130,246,.20), transparent 62%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 78%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.6rem); letter-spacing: -0.035em; }
.hero__lead { font-size: 1.2rem; color: var(--muted); margin-top: 20px; max-width: 560px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__micro { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: var(--muted); font-size: .92rem; font-weight: 600; }
.hero__micro span { display: inline-flex; align-items: center; gap: 7px; }
.hero__micro svg { width: 16px; height: 16px; color: var(--success); }

/* Product mockup */
.mockup {
  position: relative; border-radius: 18px; background: var(--grad-ink);
  padding: 14px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.08);
}
.mockup__bar { display: flex; align-items: center; gap: 7px; padding: 4px 6px 12px; }
.mockup__bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.22); }
.mockup__bar i:nth-child(1){ background:#ff5f57; } .mockup__bar i:nth-child(2){ background:#febc2e; } .mockup__bar i:nth-child(3){ background:#28c840; }
.mockup__screen { background: #0f1730; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); }
.mk-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.07); }
.mk-title { color: #eaf0ff; font-weight: 700; font-size: .92rem; }
.mk-pill { font-size: .68rem; font-weight: 700; color: #c7b6ff; background: rgba(124,58,237,.25); padding: 4px 9px; border-radius: 999px; }
.mk-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 16px; }
.mk-stat { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; padding: 12px; }
.mk-stat b { display: block; color: #fff; font-size: 1.15rem; letter-spacing: -.02em; }
.mk-stat span { color: #8fa2c9; font-size: .68rem; font-weight: 600; }
.mk-stat em { font-style: normal; color: #34d399; font-size: .66rem; font-weight: 700; }
.mk-rows { padding: 4px 16px 18px; }
.mk-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.05); }
.mk-row:first-child { border-top: 0; }
.mk-avatar { display: flex; align-items: center; gap: 10px; }
.mk-dot { width: 30px; height: 30px; border-radius: 9px; background: var(--grad-brand); display: grid; place-items: center; color:#fff; font-weight:800; font-size:.72rem; }
.mk-avatar b { color: #dbe4f7; font-size: .8rem; font-weight: 700; }
.mk-avatar small { color: #7e90b6; font-size: .68rem; }
.mk-tag { font-size: .66rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.mk-tag.g { color:#4ade80; background: rgba(34,197,94,.14); }
.mk-tag.b { color:#60a5fa; background: rgba(59,130,246,.16); }
.mk-tag.a { color:#c7b6ff; background: rgba(124,58,237,.2); }
.mk-amt { color:#eaf0ff; font-weight:700; font-size:.82rem; }
.mockup__chip {
  position: absolute; right: -18px; bottom: 28px; background: #fff; border-radius: 13px;
  padding: 12px 15px; box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  display: flex; align-items: center; gap: 11px; max-width: 235px;
}
.mockup__chip .ai-badge { width: 34px; height: 34px; border-radius: 9px; background: var(--grad-ai); display: grid; place-items: center; flex: none; }
.mockup__chip .ai-badge svg { width: 19px; height: 19px; color: #fff; }
.mockup__chip b { font-size: .8rem; color: var(--ink); display: block; }
.mockup__chip span { font-size: .72rem; color: var(--muted); }
.mockup__chip--tl { right: auto; left: -22px; bottom: auto; top: 20px; }

/* ---------- Trust / logos strip ---------- */
.trust { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--bg-soft); }
.trust__label { text-align: center; color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 26px; }
.trust__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.trust__item {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.02em;
  color: #64749a; font-size: 1.15rem; padding: 8px 18px; border-radius: 12px; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.trust__item svg { width: 20px; height: 20px; color: #9fb0d4; }

/* ---------- Feature grid ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d6e0f6; }
.card__icon {
  width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, #eaf1ff, #dbe7ff); color: var(--brand-3);
}
.card__icon svg { width: 25px; height: 25px; }
.card__icon--ai { background: linear-gradient(135deg, #f1e9ff, #e7dcff); color: var(--ai-2); }
.card h3 { margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .96rem; }

/* ---------- AI spotlight (dark) ---------- */
.spotlight { background: var(--grad-ink); color: #dbe4f7; position: relative; overflow: hidden; }
.spotlight::before { content:""; position:absolute; inset:0; background: radial-gradient(600px 320px at 82% 20%, rgba(124,58,237,.28), transparent 60%), radial-gradient(560px 300px at 8% 88%, rgba(37,99,235,.24), transparent 62%); pointer-events:none; }
.spotlight .container { position: relative; }
.spotlight h2 { color: #fff; }
.spotlight__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.spotlight__lead { color: #a9b8db; font-size: 1.1rem; margin-top: 16px; }
.ai-list { margin-top: 28px; display: grid; gap: 16px; }
.ai-list li { display: flex; gap: 14px; align-items: flex-start; }
.ai-list .tick { flex: none; width: 26px; height: 26px; border-radius: 8px; background: rgba(124,58,237,.25); display: grid; place-items: center; margin-top: 2px; }
.ai-list .tick svg { width: 15px; height: 15px; color: #c7b6ff; }
.ai-list b { color: #fff; display: block; }
.ai-list span { color: #93a3c9; font-size: .94rem; }
.chatcard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; padding: 20px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.chatcard__head { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 16px; }
.chatcard__head .ai-badge { width: 38px; height: 38px; border-radius: 10px; background: var(--grad-ai); display: grid; place-items: center; }
.chatcard__head .ai-badge svg { width: 21px; height: 21px; color: #fff; }
.chatcard__head b { color: #fff; font-size: .95rem; }
.chatcard__head span { color: #8fa2c9; font-size: .76rem; display:block; }
.bubble { border-radius: 13px; padding: 12px 15px; font-size: .9rem; margin-bottom: 12px; max-width: 84%; }
.bubble.user { background: rgba(255,255,255,.09); color: #dbe4f7; margin-left: auto; border-bottom-right-radius: 4px; }
.bubble.ai { background: rgba(124,58,237,.22); color: #ece5ff; border: 1px solid rgba(167,139,250,.25); border-bottom-left-radius: 4px; }
.bubble.ai b { color: #fff; }

/* ---------- Verticals ---------- */
.verticals { background: var(--bg-soft); }
.vgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.vcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease;
}
.vcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.vcard__ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; color: #fff; }
.vcard__ic svg { width: 24px; height: 24px; }
.vcard b { display: block; color: var(--ink); font-size: 1rem; }
.vcard span { color: var(--muted); font-size: .84rem; }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; position: relative; }
.step { text-align: center; padding: 0 12px; }
.step__num {
  width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 16px; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-weight: 800; font-size: 1.3rem; box-shadow: 0 12px 24px -10px rgba(37,99,235,.6);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- Integrations ---------- */
.integrations { text-align: center; }
.intg-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 12px; }
.intg {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  padding: 12px 20px; border-radius: 14px; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm);
}
.intg .d { width: 10px; height: 10px; border-radius: 50%; }
.intg small { color: var(--muted); font-weight: 600; font-size: .74rem; }

/* ---------- Stats band ---------- */
.stats { background: var(--grad-brand); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stats__grid b { display: block; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.03em; }
.stats__grid span { color: rgba(255,255,255,.82); font-size: .95rem; font-weight: 600; }

/* ---------- Testimonials ---------- */
.quotes { 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: #f5a623; letter-spacing: 2px; margin-bottom: 14px; font-size: 1rem; }
.quote p { font-size: 1rem; color: var(--text); }
.quote__by { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.quote__by .av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-brand); color: #fff; display: grid; place-items: center; font-weight: 800; }
.quote__by b { display: block; color: var(--ink); font-size: .92rem; }
.quote__by span { color: var(--muted); font-size: .8rem; }

/* ---------- Pricing ---------- */
.pricing { background: var(--bg-soft); }
.toggle { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); padding: 6px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.toggle button { border: 0; background: none; font-family: inherit; font-weight: 700; font-size: .92rem; color: var(--muted); padding: 9px 20px; border-radius: 999px; cursor: pointer; transition: all .18s ease; }
.toggle button.active { background: var(--grad-brand); color: #fff; box-shadow: 0 6px 16px -8px rgba(37,99,235,.7); }
.toggle .save { color: var(--success); font-weight: 700; font-size: .78rem; }
.plans { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: stretch; margin-top: 44px; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 24px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; transition: transform .2s ease, box-shadow .2s ease;
}
.seat-note {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
  color: var(--text); font-weight: 600; font-size: .9rem; box-shadow: var(--shadow-sm);
}
.seat-note svg { width: 17px; height: 17px; color: var(--brand-3); }
.seat-note b { color: var(--ink); }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan--featured { border-color: transparent; box-shadow: var(--shadow-lg); background: linear-gradient(#fff,#fff) padding-box, var(--grad-brand) border-box; border: 2px solid transparent; transform: translateY(-8px); }
.plan--featured:hover { transform: translateY(-12px); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-brand); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 6px 15px; border-radius: 999px; box-shadow: 0 8px 18px -8px rgba(37,99,235,.7); }
.plan__name { font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.plan__desc { color: var(--muted); font-size: .9rem; margin-top: 6px; min-height: 40px; }
.plan__price { margin: 22px 0 4px; display: flex; align-items: flex-end; gap: 4px; }
.plan__price b { font-size: 3rem; font-weight: 800; letter-spacing: -.04em; color: var(--ink); line-height: 1; }
.plan__price .per { color: var(--muted); font-weight: 600; font-size: .95rem; padding-bottom: 8px; }
.plan__note { color: var(--muted); font-size: .82rem; min-height: 20px; }
.plan .btn { margin: 22px 0; }
.plan__feats { display: grid; gap: 13px; }
.plan__feats li { display: flex; gap: 11px; align-items: flex-start; font-size: .93rem; color: var(--text); }
.plan__feats .tick { flex: none; width: 20px; height: 20px; border-radius: 6px; background: #e6f4ec; color: var(--success); display: grid; place-items: center; margin-top: 1px; }
.plan__feats .tick svg { width: 13px; height: 13px; }
.plan__feats .head { font-weight: 700; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 8px; }
.price-foot { text-align: center; margin-top: 40px; color: var(--muted); }

/* Comparison table */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
table.compare { width: 100%; border-collapse: collapse; min-width: 680px; background: #fff; }
table.compare th, table.compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line-soft); font-size: .94rem; }
table.compare thead th { background: var(--bg-soft); color: var(--ink); font-weight: 800; }
table.compare th:not(:first-child), table.compare td:not(:first-child) { text-align: center; }
table.compare tbody th { color: var(--text); font-weight: 600; }
table.compare .yes { color: var(--success); font-weight: 800; }
table.compare .no { color: #c2ccdf; }
table.compare tr:hover td, table.compare tr:hover th { background: #fafcff; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; background: #fff; overflow: hidden; transition: box-shadow .2s ease; }
.faq__item[open] { box-shadow: var(--shadow-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.02rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .ic { flex: none; width: 24px; height: 24px; transition: transform .2s ease; color: var(--brand-3); }
.faq__item[open] summary .ic { transform: rotate(45deg); }
.faq__item .body { padding: 0 22px 22px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; }
.cta__inner {
  background: var(--grad-ink); border-radius: var(--radius-lg); padding: 64px 48px; text-align: center; position: relative; overflow: hidden;
}
.cta__inner::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 260px at 80% 10%, rgba(124,58,237,.3), transparent 60%), radial-gradient(500px 260px at 15% 100%, rgba(37,99,235,.28), transparent 60%); }
.cta__inner > * { position: relative; }
.cta__inner h2 { color: #fff; }
.cta__inner p { color: #b6c4e4; max-width: 560px; margin: 16px auto 0; font-size: 1.08rem; }
.cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { padding: 72px 0 40px; text-align: center; position: relative; }
.page-hero::before { content:""; position:absolute; inset:0 0 auto 0; height: 100%; z-index:-1; background: radial-gradient(700px 300px at 50% -10%, rgba(59,130,246,.16), transparent 60%), linear-gradient(180deg,#f4f8ff,#fff); }
.page-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.2rem); }
.page-hero p { color: var(--muted); font-size: 1.15rem; max-width: 620px; margin: 18px auto 0; }

/* ---------- Feature detail rows ---------- */
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.frow + .frow { margin-top: 88px; }
.frow--rev .frow__media { order: -1; }
.frow__media { background: var(--grad-ink); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.08); }
.frow h2 { font-size: clamp(1.6rem,3vw,2.2rem); }
.frow > div > .eyebrow { margin-bottom: 14px; }
.frow ul { margin-top: 20px; display: grid; gap: 12px; }
.frow ul li { display: flex; gap: 11px; align-items: flex-start; color: var(--text); font-size: .98rem; }
.frow ul .tick { flex: none; width: 22px; height: 22px; border-radius: 7px; background: #e6f0ff; color: var(--brand-3); display: grid; place-items: center; margin-top: 2px; }
.frow ul .tick svg { width: 14px; height: 14px; }

/* Panel visuals reused inside frow__media */
.panel { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 16px; }
.panel + .panel { margin-top: 12px; }
.panel__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.06); }
.panel__row:first-child { border-top: 0; }
.panel .lbl { color: #9fb0d4; font-size: .82rem; }
.panel .val { color: #eaf0ff; font-weight: 700; font-size: .86rem; }
.bar { height: 8px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 99px; background: var(--grad-brand); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: .88rem; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: .98rem; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: #fdfefe; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand-2); box-shadow: var(--ring); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__note { font-size: .82rem; color: var(--muted); margin-top: 8px; }
.contact-info .ci { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 26px; }
.contact-info .ci__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-muted); color: var(--brand-3); display: grid; place-items: center; flex: none; }
.contact-info .ci__ic svg { width: 22px; height: 22px; }
.contact-info .ci b { display: block; color: var(--ink); }
.contact-info .ci span { color: var(--muted); font-size: .94rem; }
.form-success { display: none; text-align: center; padding: 20px; background: #e6f4ec; border: 1px solid #b7e0c6; border-radius: 12px; color: #166534; font-weight: 600; margin-bottom: 18px; }
.form-success.show { display: block; }
.form-error { display: none; text-align: center; padding: 16px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; color: #b91c1c; font-weight: 600; margin-bottom: 18px; }
.form-error.show { display: block; }
/* Honeypot — visually hidden anti-spam field (bots fill it, humans don't see it) */
.hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer { background: var(--grad-ink); color: #9fb0d4; padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { color: #8fa2c9; font-size: .94rem; margin-top: 16px; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #b6c4e4; transition: background .18s, color .18s; }
.footer-social a:hover { background: rgba(255,255,255,.16); color: #fff; }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h4 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; font-weight: 800; }
.footer-col a { display: block; color: #9fb0d4; font-size: .94rem; padding: 6px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.footer-bottom a { color: #9fb0d4; }
.footer-bottom a:hover { color: #fff; }

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

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid, .spotlight__grid, .frow, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .frow--rev .frow__media { order: 0; }
  .cards, .vgrid, .steps, .quotes, .plans { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: repeat(2,1fr); gap: 32px 20px; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-4px); }
  .mockup__chip { position: static; margin-top: 14px; max-width: none; }
  .mockup__chip--tl { display: none; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .nav__links, .nav__login { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav__actions { margin-left: auto; }
  .cards, .vgrid, .steps, .quotes, .plans, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 32px; }
  .cta__inner { padding: 44px 24px; }
  .mobile-menu { display: block; }
}
@media (max-width: 480px) {
  .hero__cta .btn, .cta__btns .btn { width: 100%; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Mobile menu drawer ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200; background: rgba(9,16,35,.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(320px, 84%); background: #fff;
  box-shadow: var(--shadow-lg); padding: 22px; transform: translateX(100%); transition: transform .25s ease;
  display: flex; flex-direction: column;
}
.mobile-menu.open .mobile-menu__panel { transform: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mobile-menu__close { background: none; border: 0; padding: 6px; cursor: pointer; color: var(--ink); }
.mobile-menu__close svg { width: 26px; height: 26px; }
.mobile-menu a.mlink { display: block; padding: 14px 12px; border-radius: 10px; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.mobile-menu a.mlink:hover { background: var(--bg-muted); }
.mobile-menu .btn { margin-top: 10px; }
.mobile-menu__foot { margin-top: auto; }

@media (min-width: 761px) { .mobile-menu { display: none !important; } }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
