/* ============================================================
   Rekon.AI — Landing page styles  (v2 · brand reformulation)
   Sora (display) + Plus Jakarta Sans (body) + JetBrains Mono (labels)
   Deep navy-black · electric blue · glassmorphism · neon glow
   ============================================================ */

:root {
  /* surfaces — deep navy-black, like the brand concept */
  --bg:      #05060f;
  --bg-1:    #080a17;
  --bg-2:    #0c0f20;
  --bg-3:    #11152c;
  --line:    rgba(150, 165, 255, 0.10);
  --line-2:  rgba(150, 165, 255, 0.18);
  --line-3:  rgba(160, 175, 255, 0.30);

  /* ink — cool whites / bluish grays */
  --text:    #eef0fb;
  --muted:   #9aa1c4;
  --faint:   #646b94;
  --ghost:   #3c4268;

  /* accent — Rekon electric blue (kept as --acc* so components inherit) */
  --acc:      #2f44ff;
  --acc-bright:#5a6cff;
  --acc-dim:  #3b4ce0;
  --acc-deep: #2434b8;
  --acc-ink:  #f3f5ff;             /* text on a blue fill */
  --acc-glow: rgba(70, 95, 255, 0.55);
  --acc-soft: rgba(70, 95, 255, 0.12);
  --acc-line: rgba(90, 110, 255, 0.45);

  /* secondary signal — violet for "em breve" */
  --vlt:     #9a7bff;
  --vlt-line: rgba(154, 123, 255, 0.4);
  --vlt-soft: rgba(154, 123, 255, 0.12);

  --no:      #4b5179;

  /* glass system */
  --glass:   rgba(13, 17, 38, 0.46);
  --glass-2: rgba(16, 21, 46, 0.62);
  --glass-brd: rgba(150, 170, 255, 0.16);
  --glass-hi: rgba(255, 255, 255, 0.07);
  --blur: blur(22px) saturate(150%);
  --blur-sm: blur(14px) saturate(140%);

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 64px);
  --r: 16px;
  --r-lg: 24px;

  --ff-disp: "Sora", system-ui, sans-serif;
  --ff-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --ff-mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--acc); color: #fff; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- animated background ---------- */
#bg-wave {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  width: 100%; height: 100%;
  display: block;
}
.bg-veil {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% -10%, transparent 40%, rgba(5,6,15,0.55) 100%),
    linear-gradient(to bottom, rgba(5,6,15,0.35), transparent 12%, transparent 78%, var(--bg) 100%);
}
.bg-dots {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.6;
  background-image: radial-gradient(rgba(150,170,255,0.16) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 10%, transparent 60%);
          mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 10%, transparent 60%);
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 1; }
main { position: relative; z-index: 1; }

section { position: relative; }
.sec-pad { padding-block: clamp(72px, 11vw, 148px); }

/* ---------- shared type ---------- */
.eyebrow {
  font-family: var(--ff-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--acc-bright);
  box-shadow: 0 0 0 4px var(--acc-soft), 0 0 12px 1px var(--acc-glow);
}

.sec-num {
  font-family: var(--ff-mono);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--faint);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
}
.sec-num::before {
  content: ""; width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--acc-bright), transparent);
}

h1, h2, h3 { font-family: var(--ff-disp); font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; }

.display {
  font-size: clamp(40px, 7vw, 86px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
}
.h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
}
.lede {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--muted);
  line-height: 1.58;
  max-width: 56ch;
  letter-spacing: -0.006em;
}
.dim {
  background-image: linear-gradient(96deg, #5e72ff 0%, #9db2ff 52%, #6f86ff 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  filter: drop-shadow(0 1px 16px rgba(90, 110, 255, 0.40));
}
.acc { color: var(--acc-bright); }
.glow-text { text-shadow: 0 0 30px rgba(70,95,255,0.45); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-disp);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 13px 22px;
  border-radius: 12px;
  transition: transform .16s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--acc-bright), var(--acc));
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 8px 30px -8px var(--acc-glow), 0 0 0 1px rgba(90,110,255,0.4);
}
.btn-primary:hover { box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 12px 40px -6px var(--acc-glow), 0 0 0 1px rgba(120,140,255,0.6); transform: translateY(-1px); }
.btn-ghost {
  background: rgba(255,255,255,0.04); color: var(--text);
  border-color: var(--glass-brd);
  backdrop-filter: var(--blur-sm); -webkit-backdrop-filter: var(--blur-sm);
}
.btn-ghost:hover { border-color: var(--acc-line); background: rgba(70,95,255,0.1); }
.btn-lg { padding: 16px 26px; font-size: 16px; border-radius: 13px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 9, 20, 0.62);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .logo { height: 30px; width: auto; }
.foot-brand .brand .logo { height: 34px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--muted); transition: color .18s ease; letter-spacing: -0.01em; font-weight: 500; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { padding: 10px 17px; font-size: 14px; }

/* ---------- glass surface mixin (applied per component) ---------- */
.glass {
  background: linear-gradient(180deg, var(--glass-hi), transparent 40%), var(--glass);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 30px 70px -34px rgba(0,0,0,0.85);
}

/* ---------- hero ---------- */
.hero { padding-top: clamp(48px, 8vw, 100px); padding-bottom: clamp(40px, 6vw, 72px); }
.hero h1 { margin-top: 26px; max-width: min(16ch, 700px); }
.hero .lede { margin-top: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }

/* ---------- frosted glass logo mark (hero background) ---------- */
.hero-mark {
  position: absolute; z-index: -1; pointer-events: none;
  top: clamp(8px, 4vw, 64px); right: clamp(8px, 3vw, 52px);
  width: clamp(300px, 40vw, 580px); aspect-ratio: 1;
  will-change: transform;
}
.hm-inner {
  position: absolute; inset: 0;
  animation: markFloat 11s ease-in-out infinite;
  will-change: transform;
}
/* the frosted body: the live animated background shows through here, blurred */
.hm-glass {
  position: absolute; inset: 0;
  -webkit-mask: url("brand/symbol-glass.png") center / contain no-repeat;
          mask: url("brand/symbol-glass.png") center / contain no-repeat;
  backdrop-filter: blur(20px) saturate(150%) brightness(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(150%) brightness(1.08);
  background: linear-gradient(155deg, rgba(200,214,255,0.12), rgba(70,95,255,0.10) 55%, rgba(154,123,255,0.08));
  filter: drop-shadow(0 30px 70px rgba(0,0,0,0.45)) drop-shadow(0 0 70px rgba(70,95,255,0.30));
}
/* the original artwork, faint, just to keep the glass rim & sparkle */
.hero-mark img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  opacity: 0.4; mix-blend-mode: screen;
}
@keyframes markFloat {
  0%, 100% { transform: translateY(0) rotate(-2.2deg); }
  50%      { transform: translateY(-26px) rotate(2.2deg); }
}
@media (prefers-reduced-motion: reduce) { .hm-inner { animation: none; } }
@media (max-width: 900px) { .hero-mark { display: none; } }

.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 44px);
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  max-width: 780px;
}
.stat .fig { font-family: var(--ff-disp); font-size: clamp(32px, 3.8vw, 46px); font-weight: 700; letter-spacing: -0.04em; color: var(--text); line-height: 1; }
.stat .fig .u { color: var(--acc-bright); }
.stat p { margin-top: 11px; font-size: 14px; color: var(--muted); line-height: 1.45; max-width: 24ch; }

/* ---------- product mock (glass window) ---------- */
.appwin {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(180deg, var(--glass-hi), transparent 30%), var(--glass-2);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 60px 130px -40px rgba(0,0,0,0.85), 0 0 80px -40px var(--acc-glow);
}
.appwin-bar { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.appwin-bar .dots { display: flex; gap: 6px; }
.appwin-bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid var(--line-2); }
.appwin-bar .addr { font-family: var(--ff-mono); font-size: 11.5px; color: var(--faint); margin-left: 10px; letter-spacing: 0.02em; }
.appwin-bar .live { margin-left: auto; font-family: var(--ff-mono); font-size: 10.5px; color: var(--acc-bright); display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.08em; text-transform: uppercase; }
.appwin-bar .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--acc-bright); box-shadow: 0 0 0 3px var(--acc-soft), 0 0 10px var(--acc-glow); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1 } 50% { opacity: .35 } }

.hero-mock { margin-top: clamp(56px, 7vw, 84px); }
.crm-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; }
.crm-pipeline { padding: 22px; border-right: 1px solid var(--line); }
.crm-side { padding: 22px; background: rgba(255,255,255,0.015); }
.crm-h { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.crm-h .badge { color: var(--acc-bright); }

.pipe-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pipe-col .pc-head { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 7px; margin-bottom: 10px; }
.pipe-col .pc-head .n { font-family: var(--ff-mono); font-size: 10px; color: var(--faint); margin-left: auto; }
.lead-card { background: rgba(255,255,255,0.035); border: 1px solid var(--line); border-radius: 11px; padding: 10px 11px; margin-bottom: 8px; }
.lead-card .nm { font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em; }
.lead-card .mt { font-family: var(--ff-mono); font-size: 9.5px; color: var(--faint); margin-top: 4px; display: flex; align-items: center; gap: 6px; }
.lead-card.hot { border-color: var(--acc-line); background: var(--acc-soft); box-shadow: 0 0 0 1px var(--acc-soft), 0 8px 24px -14px var(--acc-glow); }
.lead-card.hot .tag-mini { color: var(--acc-bright); }
.tag-mini { font-family: var(--ff-mono); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 6px; border-radius: 5px; background: rgba(255,255,255,0.05); color: var(--muted); }

.chat { display: flex; flex-direction: column; gap: 9px; }
.bub { max-width: 86%; font-size: 12.5px; line-height: 1.4; padding: 9px 12px; border-radius: 13px; letter-spacing: -0.005em; }
.bub.in { align-self: flex-start; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.bub.out { align-self: flex-end; background: linear-gradient(180deg, var(--acc-bright), var(--acc)); color: #fff; border-bottom-right-radius: 4px; box-shadow: 0 6px 18px -8px var(--acc-glow); }
.bub .who { font-family: var(--ff-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; opacity: .75; margin-bottom: 3px; }
.chat-meta { font-family: var(--ff-mono); font-size: 10px; color: var(--faint); margin-top: 6px; display: flex; align-items: center; gap: 7px; }

/* ---------- section header ---------- */
.sec-head { max-width: 60ch; }
.sec-head .h2 { margin-top: 22px; }
.sec-head .lede { margin-top: 20px; }

/* ---------- cards (glass) ---------- */
.card-grid { display: grid; gap: 16px; margin-top: 52px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.fcard {
  position: relative;
  border-radius: var(--r);
  background: linear-gradient(180deg, var(--glass-hi), transparent 45%), var(--glass);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 24px 60px -36px rgba(0,0,0,0.8);
  padding: 28px 26px 30px;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.fcard:hover { border-color: var(--acc-line); transform: translateY(-4px); box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 30px 70px -32px rgba(0,0,0,0.85), 0 0 60px -28px var(--acc-glow); }
.fcard .label { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--acc-bright); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 8px; }
.fcard .label .br { color: var(--ghost); }
.fcard h3 { font-size: 21px; letter-spacing: -0.025em; line-height: 1.14; margin-bottom: 12px; }
.fcard p { font-size: 14.5px; color: var(--muted); line-height: 1.58; }
.fcard .ic {
  width: 44px; height: 44px; border-radius: 12px; font-size: 20px;
  border: 1px solid var(--acc-line);
  background: var(--acc-soft);
  display: grid; place-items: center; margin-bottom: 22px; color: var(--acc-bright);
  box-shadow: 0 0 30px -10px var(--acc-glow), 0 1px 0 rgba(255,255,255,0.08) inset;
}

/* ---------- funnel ---------- */
.funnel { margin-top: 56px; display: flex; flex-direction: column; }
.step {
  display: grid; grid-template-columns: 130px 1fr; gap: clamp(20px, 4vw, 56px);
  padding-block: 34px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step .idx { font-family: var(--ff-disp); font-size: clamp(36px, 4.2vw, 54px); font-weight: 800; letter-spacing: -0.04em; color: var(--ghost); line-height: 1; transition: color .25s ease, text-shadow .25s ease; }
.step:hover .idx { color: var(--acc-bright); text-shadow: 0 0 30px var(--acc-glow); }
.step .st-body { max-width: 64ch; }
.step h3 { font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -0.028em; line-height: 1.12; margin-bottom: 13px; }
.step p { color: var(--muted); font-size: 15.5px; line-height: 1.62; }
.step .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.03em; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 5px 11px; background: rgba(255,255,255,0.03); }
.chip.acc { color: var(--acc-bright); border-color: var(--acc-line); background: var(--acc-soft); }
.chip.amber { color: var(--vlt); border-color: var(--vlt-line); background: var(--vlt-soft); }
.step.soon h3 .star { color: var(--vlt); }

/* ---------- pricing ---------- */
.pricing-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 26px; }
.toggle {
  display: inline-flex; align-items: center; gap: 4px; padding: 5px;
  border: 1px solid var(--glass-brd); border-radius: 999px;
  background: var(--glass); backdrop-filter: var(--blur-sm); -webkit-backdrop-filter: var(--blur-sm);
  font-family: var(--ff-mono); font-size: 12.5px;
}
.toggle button { padding: 9px 18px; border-radius: 999px; color: var(--muted); letter-spacing: 0.02em; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.toggle button.on { background: linear-gradient(180deg, var(--acc-bright), var(--acc)); color: #fff; font-weight: 600; box-shadow: 0 4px 16px -6px var(--acc-glow); }
.toggle .save { color: var(--acc-bright); font-size: 11px; margin-left: 2px; }
.toggle button.on .save { color: #dfe4ff; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; align-items: stretch; }
.plan {
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--glass-hi), transparent 40%), var(--glass);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 24px 60px -36px rgba(0,0,0,0.8);
  padding: 28px 26px; display: flex; flex-direction: column;
  transition: border-color .2s ease, transform .2s ease;
}
.plan:hover { border-color: var(--acc-line); transform: translateY(-3px); }
.plan.feat {
  border-color: var(--acc-line);
  background: linear-gradient(180deg, rgba(70,95,255,0.16), transparent 50%), var(--glass-2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 40px 90px -44px rgba(0,0,0,0.85), 0 0 70px -28px var(--acc-glow);
  position: relative;
}
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan .pname { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.plan.feat .pname { color: var(--acc-bright); }
.plan .ptag { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: linear-gradient(180deg, var(--acc-bright), var(--acc)); color: #fff; font-weight: 600; box-shadow: 0 4px 14px -6px var(--acc-glow); }
.plan .ptag.ghost { background: rgba(255,255,255,0.06); color: var(--muted); box-shadow: none; }
.plan .who { font-size: 14px; color: var(--muted); margin-top: 16px; line-height: 1.5; min-height: 42px; }
.plan .price { margin-top: 22px; display: flex; align-items: baseline; gap: 6px; }
.plan .price .cur { font-size: 18px; color: var(--muted); font-weight: 500; }
.plan .price .val { font-family: var(--ff-disp); font-size: 42px; font-weight: 700; letter-spacing: -0.04em; }
.plan .price .per { font-size: 14px; color: var(--faint); }
.plan .sub-price { font-family: var(--ff-mono); font-size: 12px; color: var(--faint); margin-top: 7px; min-height: 17px; }
.plan .incl { font-size: 13px; color: var(--muted); margin-top: 16px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,0.025); }
.plan .incl b { color: var(--text); font-weight: 700; }
.plan .btn { margin-top: 20px; width: 100%; }
.feats { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 11px; padding-top: 20px; border-top: 1px solid var(--line); }
.feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.4; color: var(--text); }
.feats li.off { color: var(--ghost); }
.feats .ck { flex: none; width: 17px; height: 17px; margin-top: 1px; display: grid; place-items: center; }
.feats li .ck svg { width: 15px; height: 15px; }
.feats li.on .ck { color: var(--acc-bright); }
.feats li.off .ck { color: var(--ghost); }
.feats .lead-in { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--faint); margin-bottom: -4px; }

/* ---------- calculator ---------- */
.calc {
  margin-top: 18px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--glass-hi), transparent 30%), var(--glass-2);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 40px 90px -44px rgba(0,0,0,0.85);
  overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
}
.calc-l { padding: clamp(26px, 3vw, 40px); border-right: 1px solid var(--line); }
.calc-r { padding: clamp(26px, 3vw, 40px); background: rgba(70,95,255,0.06); display: flex; flex-direction: column; justify-content: center; }
.calc-l h3 { font-size: 22px; letter-spacing: -0.03em; margin-bottom: 6px; }
.calc-l > p { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.field { margin-bottom: 24px; }
.field > label { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--faint); margin-bottom: 11px; }
.seg { display: flex; gap: 6px; flex-wrap: wrap; }
.seg button {
  flex: 1; min-width: 90px; padding: 11px 10px; border-radius: 11px;
  border: 1px solid var(--line-2); background: rgba(255,255,255,0.03); color: var(--muted);
  font-family: var(--ff-body);
  font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em;
  transition: all .18s ease;
}
.seg button:hover { border-color: var(--line-3); color: var(--text); }
.seg button.on { border-color: var(--acc-line); background: var(--acc-soft); color: var(--acc-bright); box-shadow: 0 0 24px -10px var(--acc-glow); }
.range-row { display: flex; align-items: center; gap: 18px; }
.range-row input[type=range] { -webkit-appearance: none; appearance: none; flex: 1; height: 5px; border-radius: 999px; background: rgba(255,255,255,0.08); outline: none; }
.range-row input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--acc-bright); cursor: pointer; border: 3px solid var(--bg-1); box-shadow: 0 0 0 1px var(--acc-line), 0 0 16px -2px var(--acc-glow); }
.range-row input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--acc-bright); cursor: pointer; border: 3px solid var(--bg-1); }
.range-val { font-family: var(--ff-disp); font-size: 26px; font-weight: 700; letter-spacing: -0.03em; min-width: 42px; text-align: right; }
.range-val small { font-size: 12px; color: var(--faint); display: block; font-weight: 400; letter-spacing: 0; font-family: var(--ff-body); }

.calc-out .ro-line { display: flex; align-items: baseline; justify-content: space-between; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: 14px; }
.calc-out .ro-line .k { color: var(--muted); font-size: 13.5px; }
.calc-out .ro-line .v { font-family: var(--ff-mono); font-size: 15px; white-space: nowrap; padding-left: 12px; }
.calc-out .ro-total { display: flex; align-items: baseline; justify-content: space-between; margin-top: 22px; }
.calc-out .ro-total .k { font-size: 13px; font-family: var(--ff-mono); letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }
.calc-out .ro-total .v { font-family: var(--ff-disp); font-size: clamp(34px, 4vw, 46px); font-weight: 700; letter-spacing: -0.04em; color: var(--acc-bright); text-shadow: 0 0 30px var(--acc-glow); }
.calc-out .ro-total .v small { font-size: 16px; color: var(--muted); font-weight: 400; font-family: var(--ff-body); }
.calc-out .ro-foot { font-family: var(--ff-mono); font-size: 12.5px; color: var(--muted); margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.calc-out .ro-foot b { color: var(--text); font-weight: 700; }
.calc-cap { font-family: var(--ff-mono); font-size: 11px; color: var(--faint); margin-bottom: 16px; letter-spacing: 0.05em; text-transform: uppercase; }

/* ---------- comparison ---------- */
.compare {
  margin-top: 50px; border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(180deg, var(--glass-hi), transparent 25%), var(--glass);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 30px 70px -40px rgba(0,0,0,0.8);
}
.ctable { width: 100%; border-collapse: collapse; }
.ctable th, .ctable td { text-align: left; padding: 17px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
.ctable thead th { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); font-weight: 500; background: rgba(255,255,255,0.02); }
.ctable thead th.us { color: var(--acc-bright); }
.ctable .feat-name { color: var(--text); font-weight: 600; width: 42%; }
.ctable td.col { text-align: center; width: 19.33%; }
.ctable td.us { background: var(--acc-soft); position: relative; }
.ctable th.us { background: var(--acc-soft); }
.ctable tbody tr:last-child td { border-bottom: none; }
.mark-yes { color: var(--acc-bright); font-weight: 700; }
.mark-no { color: var(--no); }
.mark-part { font-family: var(--ff-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }
.ctable td.us .mark-yes { filter: drop-shadow(0 0 10px var(--acc-glow)); }

/* ---------- CTA final ---------- */
.cta-final { text-align: center; }
.cta-block {
  border-radius: var(--r-lg);
  background:
    radial-gradient(700px 340px at 50% 0%, rgba(70,95,255,0.22), transparent 70%),
    linear-gradient(180deg, var(--glass-hi), transparent 30%), var(--glass-2);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 40px 100px -44px rgba(0,0,0,0.85), 0 0 90px -40px var(--acc-glow);
  padding: clamp(48px, 8vw, 96px) var(--pad);
  position: relative; overflow: hidden;
}
.cta-block .eyebrow { justify-content: center; }
.cta-block h2 { margin-top: 22px; max-width: 18ch; margin-inline: auto; }
.cta-block .lede { margin-top: 22px; margin-inline: auto; text-align: center; }
.cta-block .hero-cta { justify-content: center; margin-top: 36px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding-block: clamp(56px, 7vw, 84px) 40px; background: rgba(5,6,15,0.5); backdrop-filter: var(--blur-sm); -webkit-backdrop-filter: var(--blur-sm); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand .brand { margin-bottom: 18px; }
.foot-brand p { font-size: 14px; color: var(--muted); max-width: 38ch; line-height: 1.6; }
.foot-social { display: flex; gap: 10px; margin-top: 22px; }
.foot-soc { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--muted); border: 1px solid var(--line-2); background: rgba(255,255,255,0.02); transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.foot-soc:hover { color: var(--acc-bright); border-color: var(--acc-line); background: var(--acc-soft); transform: translateY(-2px); }
.foot-soc svg { width: 18px; height: 18px; display: block; }
.foot-col h4 { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; font-weight: 500; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.foot-col a { font-size: 14px; color: var(--muted); transition: color .18s ease; }
.foot-col a:hover { color: var(--text); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(48px, 6vw, 72px); padding-top: 28px; border-top: 1px solid var(--line); font-size: 13px; color: var(--faint); flex-wrap: wrap; }
.foot-bottom .made { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.02em; }
.foot-bottom .made b { color: var(--acc-bright); font-weight: 600; }

/* ---------- reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .06s; }
  .reveal.d2 { transition-delay: .12s; }
  .reveal.d3 { transition-delay: .18s; }
  .reveal.d4 { transition-delay: .24s; }
}
/* safety net: force content visible without relying on frame-based transitions
   (used when rAF is throttled — background tab, print, capture) */
.reveal.reveal-shown { opacity: 1 !important; transform: none !important; transition: none !important; }
@media print { .reveal { opacity: 1 !important; transform: none !important; } }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .crm-grid { grid-template-columns: 1fr; }
  .crm-pipeline { border-right: none; border-bottom: 1px solid var(--line); }
  .calc { grid-template-columns: 1fr; }
  .calc-l { border-right: none; border-bottom: 1px solid var(--line); }
  .card-grid.cols-3 { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 460px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .card-grid.cols-2, .card-grid.cols-3 { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; gap: 24px; }
  .step { grid-template-columns: 1fr; gap: 8px; }
  .step .idx { font-size: 32px; }
  .pipe-cols { grid-template-columns: 1fr; }
  .pipe-col:nth-child(n+2) { display: none; }
  .ctable th, .ctable td { padding: 13px 12px; font-size: 13px; }
  .ctable .feat-name { width: 40%; }
  .foot-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   v3 additions — nav dropdown · enriched cards · FAQ · pages
   ============================================================ */

/* ---------- nav dropdown ---------- */
.nav-drop { position: relative; }
.nav-drop-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14.5px; color: var(--muted); font-weight: 500; letter-spacing: -0.01em;
  font-family: var(--ff-body); padding: 6px 0;
  transition: color .18s ease;
}
.nav-drop-trigger:hover, .nav-drop[data-open="true"] .nav-drop-trigger { color: var(--text); }
.nav-drop-trigger .caret { width: 14px; height: 14px; transition: transform .22s ease; opacity: .8; }
.nav-drop[data-open="true"] .caret { transform: rotate(180deg); }
.nav-menu {
  position: absolute; top: calc(100% + 14px); left: -16px; width: 320px;
  display: flex; flex-direction: column; gap: 2px; padding: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--glass-hi), transparent 40%), rgba(8,11,26,0.86);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 30px 70px -28px rgba(0,0,0,0.9), 0 0 70px -40px var(--acc-glow);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 60;
}
.nav-drop[data-open="true"] .nav-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-menu-item { display: flex; align-items: center; gap: 13px; padding: 11px 13px; border-radius: 11px; transition: background .16s ease; }
.nav-menu-item:hover { background: var(--acc-soft); }
.nav-menu-item .nmi-ic {
  flex: none; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  font-size: 16px; color: var(--acc-bright);
  background: var(--acc-soft); border: 1px solid var(--acc-line);
}
.nav-menu-item .nmi-tx { display: flex; flex-direction: column; gap: 2px; }
.nav-menu-item .nmi-tx b { font-family: var(--ff-disp); font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; }
.nav-menu-item .nmi-tx small { font-size: 12px; color: var(--faint); line-height: 1.3; }

/* ---------- mobile nav (hamburger drawer) ---------- */
.nav-burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--glass-brd); border-radius: 12px; background: rgba(255,255,255,0.05); }
.nav-burger span { display: block; width: 19px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .22s ease, opacity .18s ease; }
.nav-burger.on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.on span:nth-child(2) { opacity: 0; }
.nav-burger.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer {
  position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column;
  padding: 10px var(--pad) 20px;
  background: rgba(6,8,18,0.97); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9);
}
.nav.menu-open .nav-drawer { display: flex; }
.nav-drawer a { display: flex; align-items: center; justify-content: space-between; padding: 15px 4px; font-family: var(--ff-disp); font-size: 16.5px; font-weight: 500; letter-spacing: -0.01em; color: var(--muted); border-bottom: 1px solid var(--line); }
.nav-drawer a:active { color: var(--text); }
.nav-drawer a.drawer-head { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); font-weight: 500; border-bottom: none; padding-bottom: 4px; pointer-events: none; }
.nav-drawer a.drawer-sub { padding-left: 16px; font-size: 15px; }
.nav-drawer a.drawer-cta { color: var(--acc-bright); font-weight: 700; border-bottom: none; margin-top: 10px; border: 1px solid var(--acc-line); border-radius: 12px; justify-content: center; background: var(--acc-soft); }
@media (max-width: 860px) {
  .nav-links { display: none !important; }
  .nav-cta { display: none !important; }
  .nav-burger { display: flex; }
}
@media (min-width: 861px) {
  .nav-burger, .nav-drawer { display: none !important; }
}

/* ---------- enriched feature cards ---------- */
.fcard-feats { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.fcard-feats li { position: relative; padding-left: 22px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.fcard-feats li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 6px;
  border-left: 2px solid var(--acc-bright); border-bottom: 2px solid var(--acc-bright);
  transform: rotate(-45deg);
}
.fcard-foot { display: flex; align-items: baseline; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.fcard-foot .ff-fig { font-family: var(--ff-disp); font-size: 26px; font-weight: 700; letter-spacing: -0.03em; color: var(--acc-bright); line-height: 1; text-shadow: 0 0 24px var(--acc-glow); }
.fcard-foot .ff-lbl { font-size: 12.5px; color: var(--faint); line-height: 1.35; }

/* ---------- plans foot / compare CTA ---------- */
.plans-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; text-align: center; }
.plans-foot p { font-size: 15px; color: var(--muted); }
.incl-wa { display: inline-block; margin-top: 5px; color: var(--faint); font-size: 12.5px; }

/* ---------- calculator range hint ---------- */
.range-hint { font-family: var(--ff-mono); font-size: 11px; color: var(--faint); margin-top: 12px; letter-spacing: 0.02em; }

/* ---------- calculator upgrade recommendation ---------- */
.calc-rec {
  margin-top: 20px; padding: 16px 18px; border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border: 1px solid var(--acc-line);
  background: linear-gradient(180deg, rgba(70,95,255,0.16), transparent), var(--acc-soft);
  box-shadow: 0 0 40px -20px var(--acc-glow);
  animation: recIn .3s ease both;
}
@keyframes recIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.calc-rec .rec-tx { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.calc-rec .rec-tx b { font-family: var(--ff-disp); font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; color: var(--text); }
.calc-rec .rec-tx span { font-size: 13px; color: var(--muted); line-height: 1.4; }
.calc-rec .btn { padding: 11px 16px; font-size: 13.5px; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq { margin-top: 48px; display: flex; flex-direction: column; gap: 12px; max-width: 880px; }
.faq-item {
  border-radius: var(--r);
  background: linear-gradient(180deg, var(--glass-hi), transparent 60%), var(--glass);
  backdrop-filter: var(--blur-sm); -webkit-backdrop-filter: var(--blur-sm);
  border: 1px solid var(--glass-brd);
  transition: border-color .22s ease, background .22s ease;
  overflow: hidden;
}
.faq-item[open] { border-color: var(--acc-line); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 21px 24px; font-family: var(--ff-disp); font-size: 17px; font-weight: 600; letter-spacing: -0.02em; color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--acc-bright); }
.faq-ic { flex: none; position: relative; width: 18px; height: 18px; }
.faq-ic::before, .faq-ic::after { content: ""; position: absolute; background: var(--acc-bright); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.faq-ic::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-ic::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item[open] .faq-ic::after { transform: rotate(90deg); opacity: 0; }
.faq-a { padding: 0 24px 22px; }
.faq-a p { font-size: 15px; color: var(--muted); line-height: 1.62; max-width: 70ch; }
.faq-a p b { color: var(--text); }

/* ---------- footer 5-col ---------- */
.footer .foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; }

@media (max-width: 940px) {
  .footer .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .nav-menu { width: 280px; }
}
@media (max-width: 720px) {
  .footer .foot-grid { grid-template-columns: 1fr 1fr; }
  .faq-item summary { font-size: 15.5px; padding: 18px 18px; }
}

/* ---------- live chat typing + lead card motion ---------- */
.bub.typing { display: inline-flex; align-items: center; gap: 5px; padding: 12px 14px; }
.bub.typing span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .5; animation: typingDot 1.1s infinite ease-in-out; }
.bub.typing span:nth-child(2) { animation-delay: .18s; }
.bub.typing span:nth-child(3) { animation-delay: .36s; }
@keyframes typingDot { 0%, 60%, 100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-4px); opacity: 1; } }
.bub.out.typing { color: #fff; }
.bub.in.typing { color: var(--muted); }
@media (prefers-reduced-motion: no-preference) {
  #liveChat .bub { animation: bubIn .35s cubic-bezier(.2,.7,.2,1) both; }
}
@keyframes bubIn { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
.lead-card { transition: opacity .4s ease, transform .4s ease, border-color .3s ease, background .3s ease; }
.lead-card.just-moved { animation: leadPulse 1.4s ease; }
@keyframes leadPulse { 0% { box-shadow: 0 0 0 0 var(--acc-glow); } 60% { box-shadow: 0 0 0 4px var(--acc-soft), 0 10px 26px -12px var(--acc-glow); } 100% { box-shadow: none; } }

/* ============================================================
   v4 — imponent hero · interactive particle logo behind the text
   (text overlays the particle field, à la "Woven by Light")
   ============================================================ */
.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: clamp(48px, 7vw, 92px);
  overflow: clip;
}

/* the stage holds the particle field + the overlaid text */
.hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(540px, 78vh, 820px);
  padding-block: clamp(40px, 6vw, 80px);
}

/* particle canvas — full-bleed backdrop, sits behind the copy */
.hero-stage #heroLogoCanvas,
.hero-stage > canvas {
  position: absolute; inset: 0;
  width: 100% !important; height: 100% !important;
  display: block; z-index: 0; pointer-events: none;
}

/* static fallback (reduced-motion / no WebGL) */
.hero-logo-fallback {
  position: absolute; left: 50%; top: 50%;
  width: clamp(300px, 42vw, 520px); height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.5; transition: opacity .8s ease; z-index: 0; pointer-events: none;
  filter: drop-shadow(0 30px 70px rgba(0,0,0,0.5)) drop-shadow(0 0 70px rgba(70,95,255,0.40));
  animation: markFloat 11s ease-in-out infinite;
}
.hero-stage.is-live .hero-logo-fallback { opacity: 0; }
@media (prefers-reduced-motion: reduce) { .hero-logo-fallback { animation: none; opacity: 0.55; } }

/* soft scrim so the headline stays legible over the points */
.hero-stage-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(58% 52% at 50% 50%, rgba(5,6,15,0.60), rgba(5,6,15,0.20) 46%, transparent 72%);
}

/* the copy, centered on top of everything */
.hero-stage-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-stage-content .eyebrow { justify-content: center; }
.hero-stage-content h1 {
  margin-top: clamp(16px, 2.2vw, 28px);
  max-width: 18ch;
  text-wrap: balance;
  text-shadow: 0 2px 40px rgba(5,6,15,0.85), 0 0 60px rgba(5,6,15,0.6);
}
.hero-stage-content .lede {
  margin-top: clamp(18px, 2vw, 26px);
  margin-inline: auto;
  text-shadow: 0 1px 20px rgba(5,6,15,0.9);
}
.hero-stage-content .hero-cta { justify-content: center; }

/* stats + mock below the stage */
.hero-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-wrap .hero-stats { margin-inline: auto; margin-top: 0; border-top: none; padding-top: 0; }
.hero-wrap .stat p { margin-inline: auto; }
.hero-wrap .hero-mock { width: 100%; }

@media (max-width: 720px) {
  .hero-stage { min-height: clamp(440px, 64vh, 560px); }
  .hero-logo-fallback { width: clamp(240px, 70vw, 320px); }
}
