/* ─── Self-hosted Heebo (subset: hebrew + latin, weights 400/500/600/700/800) ── */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/heebo-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/heebo-hebrew-400-normal.woff2') format('woff2');
  unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/heebo-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/heebo-hebrew-500-normal.woff2') format('woff2');
  unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/heebo-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/heebo-hebrew-600-normal.woff2') format('woff2');
  unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/heebo-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/heebo-hebrew-700-normal.woff2') format('woff2');
  unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('fonts/heebo-latin-800-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Heebo'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('fonts/heebo-hebrew-800-normal.woff2') format('woff2');
  unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}

/* ─── Design tokens (same values as the main app's design system) ───────────── */
:root {
  --bg-base:     #F8FAFC;
  --bg-surface:  #FFFFFF;
  --bg-elevated: #F1F5F9;

  --border-subtle:  #E2E8F0;
  --border-default: #CBD5E1;

  --text-primary:   #0F172A;
  --text-secondary: #475569;
  --text-muted:     #94A3B8;

  --accent:        #863BFF;
  --accent-light:  #F3EEFF;
  --accent-border: #CDB4FF;
  --accent-ink:    #5B12C7;

  --grad-brand: linear-gradient(135deg, #863BFF 0%, #6366F1 100%);

  --success:       #059669;
  --success-light: #ECFDF5;
  --danger:  #DC2626;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -1px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);
  --shadow-accent:    0 8px 24px rgba(134,59,255,0.40);
  --shadow-accent-sm: 0 4px 14px rgba(134,59,255,0.32);

  --type-caption: 0.875rem;
  --type-sm:      0.9375rem;
  --type-base:    1rem;
  --type-lg:      1.125rem;
}

:root[data-theme='dark'] {
  --bg-base:     #0D0A13;
  --bg-surface:  #15111E;
  --bg-elevated: #1D1729;

  --border-subtle:  #2D253B;
  --border-default: #443754;

  --text-primary:   #F8F5FC;
  --text-secondary: #C8BFCE;
  --text-muted:     #94889F;

  --accent:        #A66BFF;
  --accent-light:  #2A1B40;
  --accent-border: #65418D;
  --accent-ink:    #D8C2FF;

  --success:       #34D399;
  --success-light: #102A23;
  --danger:  #FB7185;

  --shadow-sm: 0 1px 2px rgba(0,0,0,0.28);
  --shadow-md: 0 10px 28px rgba(0,0,0,0.26);
  --shadow-lg: 0 20px 48px rgba(0,0,0,0.34);
  --shadow-accent:    0 10px 30px rgba(134,59,255,0.38);
  --shadow-accent-sm: 0 5px 18px rgba(134,59,255,0.30);
}

/* ─── Reset ───────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, sans-serif;
  direction: rtl;
  background: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.22s ease, color 0.22s ease;
}
a { color: inherit; }
ul { list-style: none; }
::selection { background: var(--accent-border); color: var(--accent-ink); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Icon sprite sizing — every <svg class="i"> instance renders one <symbol> */
.i { width: 1em; height: 1em; font-size: 18px; flex-shrink: 0; display: inline-block; vertical-align: -0.2em; }

/* ─── Glow bubbles (see script.js for the randomized instances) ─────────────── */
.glow-layer { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.glow-bubble {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation-name: bubbleWander;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes bubbleWander {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(var(--dx1, 60px), var(--dy1, 40px)) scale(var(--s1, 1.1)); }
  50%  { transform: translate(var(--dx2, -40px), var(--dy2, 90px)) scale(var(--s2, 0.92)); }
  75%  { transform: translate(var(--dx3, -70px), var(--dy3, 30px)) scale(var(--s3, 1.06)); }
  100% { transform: translate(0, 0) scale(1); }
}
@media (prefers-reduced-motion: reduce) { .glow-bubble { animation: none; } }

/* ─── Cursor-tracking frosted glow (glass-badge) ─────────────────────────────── */
.glass-badge {
  position: relative;
  isolation: isolate;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.glass-badge:hover { border-color: rgba(205,180,255,0.55); background-color: rgba(255,255,255,0.16); }
.glass-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  background: radial-gradient(80px circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,0.35), transparent 70%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  mask-image: radial-gradient(80px circle at var(--gx, 50%) var(--gy, 50%), #000, transparent 70%);
  -webkit-mask-image: radial-gradient(80px circle at var(--gx, 50%) var(--gy, 50%), #000, transparent 70%);
}
.glass-badge:hover::before { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .glass-badge::before { display: none; } }

/* ─── Header ──────────────────────────────────────────────────────────────── */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg-surface) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-subtle);
}
.landing-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  height: 64px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.landing-logo { position: relative; flex-shrink: 0; display: inline-block; width: fit-content; text-decoration: none; }
.landing-logo img:first-child { height: 100%; width: auto; display: block; }
:root[data-theme='dark'] .landing-logo img:first-child { filter: invert(1) brightness(1.08); }
.landing-logo-ball { position: absolute; left: 50.27%; top: 50.54%; height: 26.52%; width: auto; }

/* Bouncing logo dot — identical keyframe/trigger to the main app's NavLogo
   (frontend/src/index.css .bouncing-ball-once + Layout.tsx's pointer guard):
   hover starts one full bounce cycle; a run already in flight is not restarted. */
@keyframes bouncingBallBounceOnce {
  0%     { transform: translateY(0);      animation-timing-function: linear; }
  7.50%  { transform: translateY(0);      animation-timing-function: ease-out; }
  21.63% { transform: translateY(-170%);  animation-timing-function: ease-in-out; }
  28.04% { transform: translateY(-170%);  animation-timing-function: ease-in; }
  43.46% { transform: translateY(0);      animation-timing-function: ease-out; }
  55.04% { transform: translateY(-78%);   animation-timing-function: ease-in; }
  67.87% { transform: translateY(0);      animation-timing-function: ease-out; }
  76.87% { transform: translateY(-28%);   animation-timing-function: ease-in; }
  85.84% { transform: translateY(0);      animation-timing-function: ease-out; }
  90.97% { transform: translateY(-10%);   animation-timing-function: ease-in; }
  96.13% { transform: translateY(0);      animation-timing-function: linear; }
  100%   { transform: translateY(0); }
}
.bouncing-ball-once { animation: bouncingBallBounceOnce 2s 1; }
@media (prefers-reduced-motion: reduce) { .bouncing-ball-once { animation: none; } }
.landing-header-nav { display: flex; align-items: center; gap: 1.6rem; margin-inline-start: 0.5rem; flex: 1; }
.landing-header-nav a { color: var(--text-secondary); font-size: var(--type-sm); font-weight: 600; text-decoration: none; transition: color 0.15s ease; }
.landing-header-nav a:hover { color: var(--accent); }
.landing-header-actions { display: flex; align-items: center; gap: 0.8rem; margin-inline-start: auto; }

.theme-toggle {
  width: 36px; height: 36px; border-radius: var(--radius-md);
  border: 1px solid var(--border-default); background: var(--bg-surface); color: var(--text-secondary);
  display: grid; place-items: center; cursor: pointer;
}
.theme-toggle:hover { border-color: var(--accent-border); color: var(--accent); }
.theme-toggle [data-icon="sun"] { display: none; }
:root[data-theme='dark'] .theme-toggle [data-icon="sun"] { display: inline-block; }
:root[data-theme='dark'] .theme-toggle [data-icon="moon"] { display: none; }

.landing-header-cta {
  height: 38px; padding: 0 1.05rem; border-radius: var(--radius-md);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; background: var(--grad-brand); color: #fff;
  font-size: var(--type-sm); font-weight: 700; text-decoration: none; white-space: nowrap;
  box-shadow: var(--shadow-accent-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.landing-header-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-accent); }

.landing-btn-outline {
  height: 38px; padding: 0 1.05rem; border-radius: var(--radius-md);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 1px solid var(--accent-border); background: var(--bg-surface); color: var(--accent-ink);
  font-size: var(--type-sm); font-weight: 700; text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.landing-btn-outline:hover { transform: translateY(-1px); border-color: var(--accent); background: var(--accent-light); }

/* ─── Mobile header menu ──────────────────────────────────────────────────── */
.landing-mobile-actions { display: none; align-items: center; }
.mobile-menu-button {
  width: 36px; height: 36px; border-radius: var(--radius-md);
  border: 1px solid var(--border-default); background: var(--bg-surface); color: var(--text-secondary);
  display: grid; place-items: center; cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.mobile-menu-button:hover { color: var(--accent); border-color: var(--accent-border); }

.mobile-nav-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(8,5,13,0.48);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  animation: kMobileNavFadeIn 0.18s ease both;
}
.mobile-nav-backdrop[hidden] { display: none; }
.mobile-nav-backdrop.is-closing { pointer-events: none; animation: kMobileNavFadeOut 0.18s ease both; }
@keyframes kMobileNavFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes kMobileNavFadeOut { from { opacity: 1; } to { opacity: 0; } }

.mobile-nav-panel {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 91;
  width: min(340px, 88vw); padding: 1rem;
  background: var(--bg-surface); border-left: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-lg);
  animation: kMobileNavIn 0.24s cubic-bezier(0.22,0.61,0.36,1) both;
  display: flex; flex-direction: column; gap: 1rem;
  overflow-y: auto;
}
.mobile-nav-panel[hidden] { display: none; }
.mobile-nav-panel.is-closing { pointer-events: none; animation: kMobileNavOut 0.18s cubic-bezier(0.4,0,1,1) both; }
@keyframes kMobileNavIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
@keyframes kMobileNavOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(18px); } }
@media (prefers-reduced-motion: reduce) {
  .mobile-nav-backdrop, .mobile-nav-panel, .mobile-nav-backdrop.is-closing, .mobile-nav-panel.is-closing { animation: none; }
}

.mobile-nav-header { display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.landing-mobile-nav-links { display: flex; flex-direction: column; gap: 4px; }
.landing-mobile-nav-link {
  display: block; padding: 0.75rem 0.9rem; border-radius: 9px;
  color: var(--text-primary); font-size: var(--type-sm); font-weight: 650; text-decoration: none;
  transition: background-color 0.15s ease;
}
.landing-mobile-nav-link:hover { background: var(--bg-elevated); }
.landing-mobile-nav-actions {
  display: flex; flex-direction: column; gap: 0.6rem;
  padding-top: 0.9rem; border-top: 1px solid var(--border-subtle);
}
.landing-mobile-nav-actions .landing-btn-outline,
.landing-mobile-nav-actions .landing-header-cta { width: 100%; }

/* ─── Hero ────────────────────────────────────────────────────────────────── */
.landing-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg,#2E0A63 0%,#5B12C7 52%,#6366F1 100%);
  padding: clamp(3.5rem, 9vw, 6.5rem) 1.5rem clamp(2.75rem, 6vw, 4rem);
}
.landing-hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; text-align: center; }
.landing-hero-kicker {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(205,180,255,0.3);
  color: #E7DBFF; font-size: var(--type-caption); font-weight: 600;
  padding: 5px 12px; border-radius: 99px; margin-bottom: 1.5rem;
}
.landing-hero-title {
  color: #fff;
  font-size: clamp(2.1rem, 5.4vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 1.1rem;
}
.landing-hero-sub {
  color: #D9CBF1;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.landing-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }

.landing-btn-primary,
.landing-btn-secondary {
  min-height: 46px;
  border-radius: 11px;
  padding: 0 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--type-sm);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}
.landing-btn-primary { border: 0; background: #FFFFFF; color: #5B12C7; box-shadow: 0 10px 28px rgba(0,0,0,0.18); }
.landing-btn-secondary { border: 1px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.09); color: #FFFFFF; backdrop-filter: blur(10px); }
.landing-btn-primary:hover,
.landing-btn-secondary:hover { transform: translateY(-2px); }
.landing-btn-primary:hover { box-shadow: 0 14px 34px rgba(0,0,0,0.24); }
.landing-btn-secondary:hover { background: rgba(255,255,255,0.14); }

/* ─── Trust strip ─────────────────────────────────────────────────────────── */
.landing-trust-strip {
  max-width: 820px;
  margin: -1.75rem auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 15px;
  box-shadow: var(--shadow-lg);
}
.landing-trust-item { padding: 0.8rem 1rem; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--text-secondary); font-size: var(--type-caption); }
.landing-trust-item + .landing-trust-item { border-right: 1px solid var(--border-subtle); }
.landing-trust-item strong { color: var(--text-primary); font-weight: 700; }
.landing-trust-item svg { color: var(--accent); }

/* ─── Sections ────────────────────────────────────────────────────────────── */
.landing-section { max-width: 1080px; margin: 0 auto; padding: clamp(3rem, 7vw, 5.5rem) 1.5rem; }
.landing-section-head { max-width: 700px; margin: 0 auto 2.5rem; text-align: center; }
.landing-section-kicker {
  color: var(--accent); font-size: var(--type-caption); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.6rem;
}
.landing-section-title { color: var(--text-primary); font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.75rem; line-height: 1.3; }
.landing-section-sub { color: var(--text-secondary); font-size: var(--type-base); line-height: 1.75; margin: 0; }

.landing-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.landing-compare-card { border-radius: 16px; padding: 1.6rem; border: 1px solid var(--border-subtle); }
.landing-compare-old { background: var(--bg-elevated); }
.landing-compare-new { background: var(--accent-light); border-color: var(--accent-border); }
.landing-compare-head { display: flex; align-items: center; gap: 8px; font-weight: 750; font-size: var(--type-lg); margin-bottom: 1rem; color: var(--text-primary); }
.landing-compare-old .landing-compare-head svg { color: var(--danger); }
.landing-compare-new .landing-compare-head svg { color: var(--success); }
.landing-compare-card ul { display: flex; flex-direction: column; gap: 0.65rem; }
.landing-compare-card li { color: var(--text-secondary); font-size: var(--type-sm); line-height: 1.6; padding-inline-start: 1.1rem; position: relative; }
.landing-compare-card li::before { content: ''; position: absolute; inset-inline-start: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--text-muted); }
.landing-compare-new li::before { background: var(--success); }

.landing-section-claim {
  text-align: center;
  margin: 2.25rem 0 0;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--accent-ink);
}

.landing-engine-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: start; }
.landing-bullet-list { display: flex; flex-direction: column; gap: 1rem; }
.landing-bullet-row { display: flex; align-items: flex-start; gap: 12px; color: var(--text-secondary); font-size: var(--type-sm); line-height: 1.6; }
.landing-bullet-icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-light); color: var(--accent); }
.landing-zero-report { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: 16px; padding: 1.4rem; box-shadow: var(--shadow-sm); }
.landing-zero-report-head { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--text-primary); margin-bottom: 1rem; }
.landing-chip-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.landing-chip { background: var(--accent-light); color: var(--accent-ink); border: 1px solid var(--accent-border); border-radius: 99px; padding: 0.4rem 0.85rem; font-size: var(--type-caption); font-weight: 600; }

/* ─── Profit hero — exact port of the app's ResultHero verdict panel ────────── */
.landing-profit-hero {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg,#022C22 0%,#047857 52%,#10B981 100%);
  box-shadow: 0 12px 28px rgba(4,120,87,0.28);
  padding: 16px 26px;
}
.landing-profit-hero-inner { position: relative; z-index: 1; }
.landing-profit-hero-label { font-size: var(--type-caption); color: #A7F3D0; margin: 0; }
.landing-profit-hero-value {
  font-family: 'Heebo', sans-serif; letter-spacing: .04em; font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.2rem); color: #fff; margin: 4px 0 0;
  font-variant-numeric: tabular-nums; direction: ltr; text-align: right;
}
.landing-profit-pill {
  position: relative;
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 9px; padding: 5px 12px; border-radius: 99px;
  font-weight: 700; font-size: var(--type-caption);
  background: linear-gradient(120deg,rgba(5,150,105,.32),rgba(52,211,153,.18));
  border: 1px solid rgba(110,231,183,.4);
  color: #D1FAE5;
}
.landing-profit-pill svg { color: #6EE7B7; }
.landing-profit-pill-divider { width: 1px; height: 14px; background: rgba(255,255,255,.3); }
.landing-profit-pill-pct { color: #6EE7B7; letter-spacing: .04em; }

.verdict-gloss-sweep { overflow: hidden; }
.verdict-gloss-sweep::after {
  content: '';
  position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,0.6) 50%, transparent 70%);
  transform: translateX(-130%);
  animation: verdictGlossSweep 1.1s ease-out 0.5s 1 both;
  pointer-events: none;
}
@keyframes verdictGlossSweep { 0% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }
@media (prefers-reduced-motion: reduce) { .verdict-gloss-sweep::after { animation: none; } }

@keyframes profitPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(5,150,105,0.28); }
  50%       { box-shadow: 0 6px 26px rgba(52,211,153,0.55); }
}
.result-verdict-pulse { animation: profitPulse 2.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .result-verdict-pulse { animation: none; } }

.landing-questions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.landing-question-card {
  display: flex; align-items: flex-start; gap: 12px; padding: 1.2rem;
  background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: 15px; box-shadow: var(--shadow-sm);
}
.landing-question-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-light); color: var(--accent); }
.landing-question-card p { color: var(--text-primary); font-size: var(--type-sm); font-weight: 600; line-height: 1.55; }

.landing-capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.landing-capability-card {
  padding: 1.4rem; border-radius: 16px; background: var(--bg-surface); border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.landing-capability-card:hover { transform: translateY(-3px); border-color: var(--accent-border); box-shadow: var(--shadow-md); }
.landing-capability-icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--accent); background: var(--accent-light); margin-bottom: 0.9rem; }
.landing-capability-icon svg { font-size: 19px; }
.landing-capability-card h3 { font-size: var(--type-base); font-weight: 750; color: var(--text-primary); margin: 0 0 0.4rem; }
.landing-capability-card p { color: var(--text-muted); font-size: var(--type-caption); line-height: 1.6; }

.landing-capability-soon {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background: transparent; border: 1.5px dashed var(--accent-border);
  box-shadow: none;
}
.landing-capability-soon:hover { transform: none; box-shadow: none; border-color: var(--accent); }
.landing-capability-soon-icon { margin-bottom: 0.7rem; }
.landing-capability-soon-icon svg { font-size: 22px; }
.landing-capability-soon-label { color: var(--accent); font-size: var(--type-sm); font-weight: 700; }

.landing-value-section { background: var(--bg-elevated); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.landing-value-inner { max-width: 780px; margin: 0 auto; padding: clamp(2.75rem, 6vw, 4rem) 1.5rem; text-align: center; }
.landing-value-icon { color: var(--accent); font-size: 26px; margin-bottom: 1.1rem; }
.landing-value-inner p { color: var(--text-secondary); font-size: var(--type-base); line-height: 1.85; margin: 0 0 1.5rem; }
.landing-value-badges { display: flex; justify-content: center; gap: 0.6rem; flex-wrap: wrap; }
.landing-value-badges span { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: 99px; padding: 0.4rem 0.9rem; font-size: var(--type-caption); font-weight: 650; color: var(--text-secondary); }

.landing-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
  background: linear-gradient(150deg,#2E0A63 0%,#5B12C7 52%,#6366F1 100%);
}
.landing-cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.landing-cta-inner h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.35rem); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.9rem; }
.landing-cta-inner p { color: #D9CBF1; font-size: var(--type-base); line-height: 1.75; margin: 0 0 1.8rem; }
.landing-cta-email { display: block; margin-top: 1.1rem; color: #CDB4FF; font-size: var(--type-caption); text-decoration: none; direction: ltr; }
.landing-cta-email:hover { color: #fff; }

/* ─── Footer ──────────────────────────────────────────────────────────────── */
.landing-footer { border-top: 1px solid var(--border-subtle); background: var(--bg-surface); }
.landing-footer-inner { max-width: 1080px; margin: 0 auto; padding: 2rem 1.5rem 1rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.landing-footer-tagline { color: var(--text-muted); font-size: var(--type-caption); flex: 1; }
.landing-footer-email { color: var(--text-secondary); font-size: var(--type-caption); text-decoration: none; direction: ltr; }
.landing-footer-email:hover { color: var(--accent); }
.landing-footer-copyright { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem 1.5rem; color: var(--text-muted); font-size: var(--type-caption); }

/* ─── Modals (request-demo lead form + "going live soon") ───────────────────── */
.landing-modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 300;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(26,11,61,.55);
  backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
}
.landing-modal-overlay.is-open { display: flex; }
.landing-modal-backdrop { position: absolute; inset: 0; }
.landing-modal-card {
  position: relative;
  width: 100%; max-width: 470px;
  background: #fff; color: #1A0B3D;
  border-radius: 24px;
  box-shadow: 0 44px 110px rgba(26,11,61,.45);
  overflow: hidden;
  max-height: calc(100dvh - 40px);
  display: flex; flex-direction: column;
  animation: kModalIn .3s cubic-bezier(.22,.9,.36,1) both;
}
@keyframes kModalIn { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .landing-modal-card { animation: none; } }

.landing-modal-close {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(205,180,255,.4); background: rgba(255,255,255,.1); color: #E7DBFF;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background-color .15s, color .15s;
}
.landing-modal-close:hover { background: #fff; color: #5B12C7; }

.landing-modal-head {
  position: relative;
  background: linear-gradient(150deg,#1A0B3D 0%,#2E0A63 55%,#5B12C7 100%);
  padding: 28px 30px 24px;
  flex: 0 0 auto;
}
.landing-modal-head::before {
  content: ''; position: absolute; top: -70px; left: -40px; width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(155,95,255,.45), rgba(155,95,255,0) 70%); filter: blur(10px);
}
.landing-modal-eyebrow { position: relative; font-size: 12px; letter-spacing: .14em; color: #B088FF; margin-bottom: 8px; }
.landing-modal-head h3 { position: relative; font-size: 1.55rem; font-weight: 800; color: #fff; letter-spacing: -.01em; margin: 0 0 8px; line-height: 1.2; }
.landing-modal-head p { position: relative; font-size: .98rem; color: #CDB4FF; margin: 0; line-height: 1.5; }

.landing-modal-form { padding: 24px 30px 28px; display: flex; flex-direction: column; gap: 15px; overflow-y: auto; }
.landing-field label { display: block; font-size: 13px; font-weight: 700; color: #475569; margin-bottom: 6px; }
.landing-field input, .landing-field textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  border: 1px solid #E2E8F0; border-radius: 12px;
  font-family: 'Heebo', sans-serif; font-size: 15px; color: #1A0B3D; background: #F8FAFC;
  outline: none; transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.landing-field textarea { resize: vertical; min-height: 70px; line-height: 1.5; }
.landing-field input:focus, .landing-field textarea:focus { border-color: #863BFF; background: #fff; box-shadow: 0 0 0 3px rgba(134,59,255,.14); }
.landing-field input.is-invalid, .landing-field textarea.is-invalid { outline: 2px solid #DC2626; outline-offset: 1px; }
.landing-field-row { display: flex; gap: 14px; flex-wrap: wrap; }
.landing-field-row .landing-field { flex: 1 1 150px; }
.landing-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.landing-modal-error {
  display: none;
  font-size: 13px; font-weight: 600; color: #DC2626;
  background: #FEF2F2; border: 1px solid #FECACA; border-radius: 10px; padding: 10px 12px; line-height: 1.5;
}
.landing-modal-error.is-visible { display: block; }

.landing-modal-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; margin-top: 4px; padding: 15px;
  border: none; border-radius: 13px;
  background: linear-gradient(120deg,#863BFF,#6366F1); background-size: 200% auto;
  color: #fff; font-family: 'Heebo', sans-serif; font-weight: 800; font-size: 1.05rem; cursor: pointer;
  box-shadow: 0 12px 30px rgba(134,59,255,.4);
  transition: transform .15s, box-shadow .15s, background-position .4s;
}
.landing-modal-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(134,59,255,.55); background-position: right center; }
.landing-modal-submit:disabled { opacity: .7; cursor: not-allowed; }
.landing-modal-fineprint { font-size: 12px; color: #94A3B8; text-align: center; line-height: 1.5; }

.landing-modal-success { display: none; padding: 40px 30px 44px; text-align: center; }
.landing-modal-success.is-visible { display: block; }
.landing-modal-success-icon {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;
  background: linear-gradient(135deg,rgba(5,150,105,.16),rgba(52,211,153,.16));
  display: flex; align-items: center; justify-content: center; color: #059669; font-size: 30px;
}
.landing-modal-success h3 { font-size: 1.4rem; font-weight: 800; color: #1A0B3D; margin: 0 0 8px; }
.landing-modal-success p { font-size: 1rem; color: #475569; margin: 0 0 22px; line-height: 1.6; }

/* ── "going live soon" variant ── */
.landing-soon-card { padding: 52px 36px 38px; text-align: center; }
.landing-soon-ripple {
  position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 420px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(134,59,255,.16), rgba(134,59,255,0) 70%);
  pointer-events: none;
}
.landing-soon-close { border: none; background: #F3EEFF; color: #5B12C7; }
.landing-soon-close:hover { background: #E9DEFF; }
.landing-soon-logo { position: relative; display: flex; justify-content: center; margin-bottom: 26px; }
.landing-soon-card h3 { position: relative; font-size: 1.6rem; font-weight: 800; color: #1A0B3D; margin: 0 0 10px; letter-spacing: -.02em; }
.landing-soon-card > p { position: relative; font-size: 1.02rem; color: #475569; line-height: 1.65; margin: 0 0 28px; }
.landing-soon-form { position: relative; display: flex; flex-direction: column; gap: 10px; }
.landing-soon-form input[type="email"] {
  width: 100%; padding: 14px 16px; border: 1px solid #E2E8F0; border-radius: 13px; background: #F8FAFC;
  font-family: 'Heebo', sans-serif; font-size: 1rem; color: #0F172A; outline: none; text-align: left; direction: ltr;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.landing-soon-form input[type="email"]:focus { border-color: #863BFF; box-shadow: 0 0 0 3px rgba(134,59,255,.14); background: #fff; }
.landing-soon-form input[type="email"].is-invalid { outline: 2px solid #DC2626; outline-offset: 1px; }
.landing-soon-thanks { display: none; flex-direction: column; gap: 10px; }
.landing-soon-thanks.is-visible { display: flex; }
.landing-soon-thanks-badge {
  display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; border-radius: 13px;
  background: linear-gradient(135deg,rgba(5,150,105,.12),rgba(52,211,153,.12)); border: 1px solid rgba(5,150,105,.22);
  color: #047857; font-weight: 800; font-size: 1.02rem;
}

@media (max-width: 640px) {
  .landing-modal-head { padding: 24px 22px 20px; }
  .landing-modal-form { padding: 20px 22px 24px; }
  .landing-soon-card { padding: 44px 22px 30px; }
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .landing-header-nav,
  .landing-header-actions { display: none; }
  .landing-mobile-actions { display: flex; }
  .landing-compare-grid { grid-template-columns: 1fr; }
  .landing-engine-grid { grid-template-columns: 1fr; }
  .landing-questions-grid { grid-template-columns: 1fr; }
  .landing-capabilities-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .landing-header-inner { padding: 0 1rem; gap: 0.75rem; }
  .landing-header-cta { padding: 0 0.75rem; font-size: var(--type-caption); }
  .landing-hero { padding: 2.75rem 1.1rem 2.25rem; }
  .landing-hero-actions { flex-direction: column; }
  .landing-hero-actions .landing-btn-primary,
  .landing-hero-actions .landing-btn-secondary { width: 100%; }
  .landing-trust-strip { grid-template-columns: 1fr; margin: 1.25rem 1rem 0; }
  .landing-trust-item + .landing-trust-item { border-right: 0; border-top: 1px solid var(--border-subtle); }
  .landing-section { padding: 2.5rem 1.1rem; }
  .landing-capabilities-grid { grid-template-columns: 1fr; }
}
