/* CreditFixScore — Premium landing page */
:root {
  --navy-900: #061128;
  --navy-800: #0A1F44;
  --navy-700: #0F2A5C;
  --navy-600: #1B3A7A;
  --navy-300: #6B7C9E;
  --teal-700: #0B7F7A;
  --teal-600: #0EA89F;
  --teal-500: #1FB6B0;
  --teal-400: #3DCBC4;
  --teal-200: #A6EFEC;
  --teal-100: #D6F7F5;
  --teal-50:  #EEFBFA;
  --bg:       #FFFFFF;
  --bg-soft:  #F6F8FC;
  --bg-cool:  #EEF3FA;
  --line:     #E4E9F2;
  --line-soft:#EEF1F7;
  --ink-900:  #0A1F44;
  --ink-700:  #283A5E;
  --ink-500:  #5A6B89;
  --ink-400:  #8A99B5;
  --ink-300:  #B6C0D2;
  --warn:     #E2A23C;
  --rose:     #D6536A;
  --shadow-sm: 0 1px 2px rgba(10,31,68,.05), 0 2px 6px rgba(10,31,68,.04);
  --shadow-md: 0 1px 2px rgba(10,31,68,.04), 0 12px 32px -10px rgba(10,31,68,.10);
  --shadow-lg: 0 1px 2px rgba(10,31,68,.04), 0 24px 60px -16px rgba(10,31,68,.18);
  --shadow-glow: 0 30px 80px -20px rgba(31,182,176,.35);
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink-900);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }

/* Display serif for accent words */
.serif-italic {
  font-family: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.02em;
}

/* === Layout === */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) {
  .container { padding: 0 20px; }
}

/* === Buttons === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.005em;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, var(--teal-500) 0%, var(--teal-600) 100%);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 8px 24px -8px rgba(14,168,159,.6), 0 1px 2px rgba(10,31,68,.10);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 14px 32px -8px rgba(14,168,159,.7); }
.btn-ghost {
  background: rgba(10,31,68,.04);
  color: var(--navy-800);
  border: 1px solid rgba(10,31,68,.08);
}
.btn-ghost:hover { background: rgba(10,31,68,.07); }
.btn-link {
  color: var(--navy-800);
  font-weight: 600;
  font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-link .arr { transition: transform .25s ease; }
.btn-link:hover .arr { transform: translateX(3px); }

/* === Pills / chips === */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: var(--teal-50);
  border: 1px solid var(--teal-100);
  color: var(--teal-700);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--teal-500); box-shadow: 0 0 0 4px rgba(31,182,176,.18); }

/* === Heading scale === */
h1, h2, h3, h4 { margin: 0; letter-spacing: -.025em; color: var(--navy-800); font-weight: 600; }
h1 { font-size: clamp(40px, 6.4vw, 84px); line-height: 1.02; letter-spacing: -.035em; }
h2 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.028em; }
h3 { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.18; }
p  { margin: 0; color: var(--ink-500); }

.section { position: relative; padding: 120px 0; }
.section-tight { padding: 88px 0; }
.section-title { max-width: 780px; }
.section-title h2 { margin-bottom: 18px; }
.section-title p  { font-size: 18px; line-height: 1.55; color: var(--ink-500); max-width: 620px; }

/* === Subtle background flourishes === */
.aurora {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
.aurora::before, .aurora::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .7;
}
.aurora::before {
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(134,244,247,.55) 0%, rgba(134,244,247,0) 65%);
  top: -260px; right: -180px;
}
.aurora::after {
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(15,42,92,.10) 0%, rgba(15,42,92,0) 65%);
  bottom: -260px; left: -160px;
}

/* === Reveal animation === */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
.reveal-delay-5 { transition-delay: .4s; }
.reveal-delay-6 { transition-delay: .48s; }

/* === NAV === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: backdrop-filter .3s ease, background .3s ease, border-color .3s ease;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.nav.scrolled {
  background: rgba(255,255,255,.78);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(10,31,68,.06);
}
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img {
  width: 214px;
  height: auto;
  display: block;
  object-fit: contain;
}
.nav-links { display: flex; gap: 32px; align-items: center; font-size: 14px; font-weight: 500; color: var(--ink-700); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--navy-800); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 10px 18px; font-size: 14px; }
.nav-phone {
  display: inline-flex; align-items: baseline; gap: 7px;
  font-size: 14px; font-weight: 600; color: var(--navy-800);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.005em;
  padding: 6px 12px 6px 2px;
  transition: color .2s ease;
}
.nav-phone svg {
  color: var(--teal-600);
  flex: none;
  transform: translateY(2px);
  transition: transform .25s cubic-bezier(.2,.8,.2,1);
}
.nav-phone:hover { color: var(--teal-700); }
.nav-phone:hover svg { transform: translateY(2px) rotate(-12deg); }
.mobile-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(10,31,68,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  color: var(--navy-800);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.mobile-nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  border-color: rgba(14,168,159,.38);
  box-shadow: 0 8px 18px -14px rgba(10,31,68,.45);
  outline: none;
}
.mobile-nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-nav-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav-panel {
  display: none;
  position: absolute;
  top: calc(100% - 4px);
  left: 20px;
  right: 20px;
  z-index: 101;
  background: #fff;
  border: 1px solid rgba(10,31,68,.08);
  border-radius: 8px;
  box-shadow: 0 22px 60px -32px rgba(10,31,68,.38);
  padding: 8px;
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}
.mobile-nav-panel.open { display: grid; }
.mobile-nav-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--navy-800);
  font-size: 15px;
  font-weight: 600;
}
.mobile-nav-panel a:hover {
  background: rgba(14,168,159,.08);
  color: var(--teal-700);
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta .btn-link { display: none; }
  .nav-cta .btn-primary { display: none; }
  .nav-phone span { display: none; }
  .nav-phone { padding: 6px 4px; }
  .nav-logo img { width: 180px; }
  .mobile-nav-toggle { display: inline-flex; }
  .nav-inner { padding: 14px 0; }
}
@media (min-width: 901px) {
  .mobile-nav-panel { display: none !important; }
}

/* === HERO === */
.hero { position: relative; padding: 160px 0 80px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
}
.hero h1 .accent { color: var(--teal-600); }
.hero p.lead {
  margin-top: 28px;
  font-size: 19px; line-height: 1.55;
  color: var(--ink-500);
  max-width: 540px;
}
.hero-ctas { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 40px;
  display: flex; gap: 28px; align-items: center; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-500);
}
.hero-meta .item { display: flex; align-items: center; gap: 8px; }
.hero-meta .check {
  width: 18px; height: 18px; border-radius: 999px; background: var(--teal-50);
  display: grid; place-items: center; color: var(--teal-600);
}
.hero-meta .divider { width: 1px; height: 18px; background: var(--line); }

/* Hero background grid */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(134,244,247,.45) 0%, rgba(134,244,247,0) 45%),
    radial-gradient(circle at 10% 80%, rgba(31,182,176,.10) 0%, rgba(31,182,176,0) 50%),
    linear-gradient(180deg, #fff 0%, #F6FBFB 100%);
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(10,31,68,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,31,68,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 65% 40%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at 65% 40%, #000 30%, transparent 75%);
}

/* === Hero composition (right side dashboard) === */
.hero-stage {
  position: relative;
  height: 620px;
  perspective: 1400px;
}
.hero-card {
  position: absolute;
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
  padding: 22px;
}
.hero-card.float-1 { animation: float 8s ease-in-out infinite; }
.hero-card.float-2 { animation: float 10s ease-in-out infinite reverse; }
.hero-card.float-3 { animation: float 9s ease-in-out -2s infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* Score gauge card */
.card-score {
  width: 280px;
  top: 30px;
  right: 0;
  z-index: 3;
}
.card-score .label { font-size: 12px; color: var(--ink-500); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.card-score .ring-wrap { display: grid; place-items: center; padding: 8px 0 4px; }
.card-score .score-num { font-size: 56px; font-weight: 700; color: var(--navy-800); letter-spacing: -.03em; line-height: 1; }
.card-score .score-grade { font-size: 13px; color: var(--teal-600); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-top: 6px; }
.card-score .delta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--teal-700); background: var(--teal-50); padding: 4px 10px; border-radius: 999px; margin-top: 10px; }

/* Chart card */
.card-chart {
  width: 360px;
  top: 200px;
  left: -28px;
  z-index: 4;
}
.card-chart .head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.card-chart .head .ttl { font-size: 14px; font-weight: 600; color: var(--navy-800); }
.card-chart .head .sub { font-size: 12px; color: var(--ink-500); margin-top: 2px; }
.card-chart .delta-pill { font-size: 11px; font-weight: 700; color: var(--teal-700); background: var(--teal-50); padding: 4px 10px; border-radius: 999px; }

/* Action card */
.card-action {
  width: 290px;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}
.card-action .row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.card-action .row:last-child { border: 0; }
.card-action .row .icon { width: 32px; height: 32px; border-radius: 8px; background: var(--teal-50); display: grid; place-items: center; color: var(--teal-600); flex-shrink: 0; }
.card-action .row .meta { flex: 1; }
.card-action .row .meta .t { font-size: 13px; font-weight: 600; color: var(--navy-800); }
.card-action .row .meta .s { font-size: 11px; color: var(--ink-500); margin-top: 1px; }
.card-action .row .status { font-size: 11px; font-weight: 700; color: var(--teal-700); background: var(--teal-50); padding: 3px 8px; border-radius: 999px; }
.card-action .row .status.warn { color: var(--warn); background: rgba(226,162,60,.12); }

/* Mini status orbiting card */
.card-mini {
  position: absolute;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-sm);
  font-size: 12px; font-weight: 600;
}
.card-mini.m1 { top: 8px; left: 30px; z-index: 6; }
.card-mini.m2 {
  top: 446px;
  left: 10px;
  z-index: 3;
  opacity: .72;
  transform: scale(.92);
  transform-origin: left center;
}

/* Hero sparkline path animation */
@keyframes drawline {
  from { stroke-dashoffset: 600; }
  to   { stroke-dashoffset: 0; }
}
.spark-path { stroke-dasharray: 600; animation: drawline 2.4s cubic-bezier(.2,.8,.2,1) .3s forwards; }
.spark-fill { opacity: 0; animation: fadein 1.2s ease 1.6s forwards; }
@keyframes fadein { to { opacity: 1; } }

/* === Trust bar === */
.trust-bar {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
  background: linear-gradient(180deg, #fff 0%, #FAFCFE 100%);
}
.trust-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink-700); font-size: 14px; font-weight: 500;
}
.trust-item .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--bg-soft); border: 1px solid var(--line-soft); display: grid; place-items: center; color: var(--navy-700); }

/* === Problem section === */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px;
}
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .problem-grid { grid-template-columns: 1fr; } }
.blocker {
  padding: 24px;
  background: #fff;
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.blocker:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-100); }
.blocker .icn {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(160deg, var(--teal-50) 0%, #fff 100%);
  border: 1px solid var(--teal-100);
  display: grid; place-items: center; color: var(--teal-600);
  margin-bottom: 16px;
}
.blocker h4 { font-size: 17px; color: var(--navy-800); margin-bottom: 6px; font-weight: 600; }
.blocker p { font-size: 14px; color: var(--ink-500); line-height: 1.55; }
.blocker .impact-bar { height: 4px; background: var(--line-soft); border-radius: 999px; margin-top: 16px; overflow: hidden; }
.blocker .impact-bar > div { height: 100%; background: linear-gradient(90deg, var(--teal-500), var(--teal-400)); border-radius: 999px; transform-origin: left; transform: scaleX(0); transition: transform 1.4s cubic-bezier(.2,.8,.2,1) .2s; }
.blocker.in .impact-bar > div { transform: scaleX(var(--w, .5)); }
.blocker .impact-meta { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: var(--ink-500); margin-top: 8px; letter-spacing: .04em; text-transform: uppercase; }
.blocker .impact-meta span:last-child { color: var(--teal-700); }

/* === How It Works === */
.hiw-scroll-shell {
  position: relative;
  min-height: 100vh;
  background: #f8fafc;
}
.hiw-scroll-shell #hiw-scroll-root {
  min-height: 100vh;
  background: #f8fafc;
}

.hiw {
  background: linear-gradient(180deg, #FAFCFE 0%, #F2F7FB 100%);
  position: relative;
  overflow: hidden;
}
.hiw-track {
  position: relative;
  margin-top: 64px;
  padding-bottom: 24px;
}
.hiw-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.hiw-rail::before {
  content: "";
  position: absolute;
  top: 22px; left: 5%; right: 5%;
  height: 2px;
  background: linear-gradient(90deg, var(--teal-200) 0%, var(--teal-500) 50%, var(--teal-200) 100%);
  border-radius: 999px;
  opacity: .5;
}
.hiw-step-head {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.hiw-step-head .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy-700);
  font-weight: 700; font-size: 14px;
  display: grid; place-items: center;
  position: relative; z-index: 2;
  transition: all .3s ease;
}
.hiw-step-head.active .num {
  background: linear-gradient(180deg, var(--teal-500), var(--teal-600));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px -8px rgba(14,168,159,.6);
  transform: scale(1.08);
}
.hiw-step-head .lbl {
  font-size: 13px; font-weight: 600; color: var(--ink-500);
  transition: color .3s;
}
.hiw-step-head.active .lbl { color: var(--navy-800); }

.hiw-stage {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  padding: 36px;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .hiw-stage { grid-template-columns: 1fr; padding: 24px; }
  .hiw-rail { grid-template-columns: repeat(6, minmax(80px, 1fr)); overflow-x: auto; }
}
.hiw-stage .pane-l h3 { font-size: 28px; margin-bottom: 12px; letter-spacing: -.02em; }
.hiw-stage .pane-l p  { font-size: 16px; line-height: 1.55; color: var(--ink-500); }
.hiw-stage .pane-l .step-tag { font-size: 12px; font-weight: 700; color: var(--teal-700); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.hiw-stage .pane-l .feature-list { margin-top: 20px; display: grid; gap: 10px; }
.hiw-stage .pane-l .feature-list .f { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-700); }
.hiw-stage .pane-l .feature-list .f .check { width: 20px; height: 20px; border-radius: 999px; background: var(--teal-50); color: var(--teal-600); display: grid; place-items: center; flex-shrink: 0; }
.hiw-stage .pane-r {
  position: relative;
  height: 360px;
  background: var(--bg-soft);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  overflow: hidden;
}

/* HIW visualizations */
.viz-fade { position: absolute; inset: 0; opacity: 0; transition: opacity .55s ease; padding: 20px; }
.viz-fade.show { opacity: 1; }
.viz-card-stack { position: absolute; inset: 24px; }
.viz-stack-card {
  position: absolute; inset: 0;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 18px;
}

/* === Portal section === */
.portal-wrap {
  margin-top: 56px;
  background: linear-gradient(180deg, #fff 0%, #F6FBFB 100%);
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.portal-frame {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 560px;
}
@media (max-width: 900px) { .portal-frame { grid-template-columns: 1fr; } .portal-side { display: none; } }
.portal-topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--line-soft); }
.portal-topbar .dots { display: flex; gap: 6px; }
.portal-topbar .dots span { width: 10px; height: 10px; border-radius: 999px; background: var(--line); }
.portal-topbar .url { font-size: 12px; color: var(--ink-500); background: var(--bg-soft); padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-soft); }
.portal-side { background: var(--bg-soft); padding: 20px 14px; border-right: 1px solid var(--line-soft); }
.portal-side .brand { display: flex; align-items: center; gap: 8px; padding: 6px 8px 18px; border-bottom: 1px solid var(--line-soft); margin-bottom: 14px; }
.portal-side .brand img { width: 128px; height: auto; display: block; }
.portal-side .nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px; font-weight: 500; color: var(--ink-700);
  margin-bottom: 4px;
  transition: background .2s;
}
.portal-side .nav-item:hover { background: rgba(10,31,68,.04); }
.portal-side .nav-item.active { background: #fff; color: var(--navy-800); font-weight: 600; box-shadow: var(--shadow-sm); }
.portal-side .nav-item .ic { width: 18px; height: 18px; opacity: .7; }
.portal-side .nav-item.active .ic { color: var(--teal-600); opacity: 1; }
.portal-main { padding: 24px; }
.portal-grid {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px;
}
@media (max-width: 720px) { .portal-grid { grid-template-columns: 1fr; } }
.p-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 18px;
}
.p-card .ttl { font-size: 13px; font-weight: 600; color: var(--ink-700); display: flex; justify-content: space-between; align-items: center; }
.p-card .ttl .sub { font-size: 11px; color: var(--ink-400); font-weight: 500; }

/* === Strategy section === */
.strategy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 56px;
}
@media (max-width: 900px) { .strategy-grid { grid-template-columns: 1fr; } }
.strategy-card {
  position: relative;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s, border-color .3s;
  overflow: hidden;
}
.strategy-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-100); }
.strategy-card .ic-lg {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(160deg, var(--teal-50) 0%, #E8FBF9 100%);
  border: 1px solid var(--teal-100);
  display: grid; place-items: center; color: var(--teal-600);
  margin-bottom: 18px;
}
.strategy-card h4 { font-size: 19px; font-weight: 600; color: var(--navy-800); margin-bottom: 8px; }
.strategy-card p { font-size: 14px; color: var(--ink-500); line-height: 1.6; }
.strategy-card .underline {
  position: absolute; left: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal-500), var(--teal-400));
  width: 100%; transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.strategy-card:hover .underline { transform: scaleX(1); }

/* === Premium / value section === */
.value-sec { background: linear-gradient(180deg, #FAFCFE 0%, #F2F7FB 100%); }
.value-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .value-grid { grid-template-columns: 1fr; } }
.value-list { margin-top: 32px; display: grid; gap: 18px; }
.value-list .vli {
  display: flex; gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  transition: transform .3s, box-shadow .3s;
}
.value-list .vli:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.value-list .vli .num {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--navy-800); color: var(--teal-200);
  display: grid; place-items: center;
  font-weight: 700; font-size: 13px;
  flex-shrink: 0;
}
.value-list .vli .body .t { font-size: 15px; font-weight: 600; color: var(--navy-800); margin-bottom: 2px; }
.value-list .vli .body .d { font-size: 13px; color: var(--ink-500); line-height: 1.5; }

.value-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-md);
}

/* === Results === */
.results-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 48px;
}
@media (max-width: 900px) { .results-grid { grid-template-columns: 1fr 1fr; } }
.stat-card {
  padding: 28px;
  background: linear-gradient(180deg, #fff 0%, #F8FBFC 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  text-align: left;
}
.stat-card .num { font-size: 44px; font-weight: 700; letter-spacing: -.03em; color: var(--navy-800); line-height: 1; }
.stat-card .num .pct { color: var(--teal-600); }
.stat-card .lbl { font-size: 13px; color: var(--ink-500); margin-top: 8px; }
.stat-card .mini-bar { height: 4px; margin-top: 16px; background: var(--line-soft); border-radius: 999px; overflow: hidden; }
.stat-card .mini-bar > div { height: 100%; background: linear-gradient(90deg, var(--teal-500), var(--teal-400)); transform-origin: left; transform: scaleX(0); transition: transform 1.4s cubic-bezier(.2,.8,.2,1) .2s; }
.stat-card.in .mini-bar > div { transform: scaleX(var(--w, .8)); }

.testimonial {
  margin-top: 56px;
}
.testimonial-track {
  display: block;
}
.testimonial-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial-set[aria-hidden="true"],
.testimonial .t-card-desktop {
  display: none;
}
@media (max-width: 900px) { .testimonial-set { grid-template-columns: 1fr; } }
.t-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
}
.t-card .quote { font-size: 14px; line-height: 1.6; color: var(--ink-700); }
.t-card .author { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.t-card .author .av { width: 36px; height: 36px; border-radius: 999px; background: linear-gradient(135deg, var(--teal-200), var(--teal-500)); display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 13px; }
.t-card .author .name { font-size: 13px; font-weight: 600; color: var(--navy-800); }
.t-card .author .role { font-size: 12px; color: var(--ink-500); }
.t-card .stars { color: var(--warn); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }

@media (min-width: 901px) {
  .testimonial {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }
  .testimonial-track {
    display: flex;
    width: max-content;
    animation: testimonial-pan 46s linear infinite;
    will-change: transform;
  }
  .testimonial:hover .testimonial-track {
    animation-play-state: paused;
  }
  .testimonial-set,
  .testimonial-set[aria-hidden="true"] {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    padding-right: 16px;
  }
  .testimonial .t-card,
  .testimonial .t-card-desktop {
    display: block;
    flex: 0 0 340px;
    width: 340px;
    min-height: 230px;
  }
}

@keyframes testimonial-pan {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
  .testimonial {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .testimonial-track {
    display: block;
    width: auto;
    animation: none;
  }
  .testimonial-set {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0;
  }
  .testimonial-set[aria-hidden="true"] {
    display: none;
  }
  .testimonial .t-card,
  .testimonial .t-card-desktop {
    width: auto;
    min-height: 0;
  }
}

/* === FAQ === */
.faq-list { margin-top: 48px; max-width: 820px; margin-left: auto; margin-right: auto; }
.faq-item {
  border-bottom: 1px solid var(--line-soft);
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 17px; font-weight: 600; color: var(--navy-800);
}
.faq-q .plus {
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--bg-soft); color: var(--navy-700);
  display: grid; place-items: center;
  font-size: 18px; font-weight: 400;
  transition: transform .3s, background .3s, color .3s;
}
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--teal-500); color: #fff; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  font-size: 15px; line-height: 1.65; color: var(--ink-500);
}
.faq-item.open .faq-a { max-height: 280px; padding: 0 0 22px; }

/* === Final CTA === */
.cta-block {
  background:
    radial-gradient(circle at 80% 0%, rgba(31,182,176,.35) 0%, rgba(31,182,176,0) 50%),
    radial-gradient(circle at 0% 100%, rgba(134,244,247,.18) 0%, rgba(134,244,247,0) 50%),
    linear-gradient(160deg, var(--navy-800) 0%, #061128 100%);
  border-radius: 32px;
  padding: 80px 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-block::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
          mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
}
.cta-block h2 { color: #fff; font-size: clamp(36px, 4.6vw, 60px); position: relative; z-index: 1; }
.cta-block p  { color: rgba(255,255,255,.72); font-size: 18px; max-width: 560px; margin: 18px auto 0; position: relative; z-index: 1; }
.cta-block .btn { margin-top: 36px; position: relative; z-index: 1; padding: 16px 28px; font-size: 16px; }
.cta-block .meta { margin-top: 20px; font-size: 13px; color: rgba(255,255,255,.55); display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.inquiry-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: center;
  text-align: left;
}
.inquiry-block h2 { font-size: clamp(34px, 4vw, 54px); }
.inquiry-block p { margin-left: 0; margin-right: 0; }
.inquiry-block .meta { justify-content: flex-start; }
.inquiry-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.inquiry-form label { display: grid; gap: 7px; }
.inquiry-form label span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.76);
  letter-spacing: .04em;
}
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: var(--navy-800);
  font: inherit;
  font-size: 14px;
  padding: 12px 13px;
  outline: none;
}
.inquiry-form textarea { resize: vertical; min-height: 104px; }
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--teal-200);
  box-shadow: 0 0 0 3px rgba(166,239,236,.22);
}
.inquiry-form .btn { margin-top: 4px; }
@media (max-width: 900px) {
  .inquiry-block {
    grid-template-columns: 1fr;
    padding: 56px 28px;
  }
}

/* === Footer === */
footer { background: #061128; color: rgba(255,255,255,.7); padding: 64px 0 32px; }
footer .footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
}
@media (max-width: 800px) { footer .footer-grid { grid-template-columns: 1fr 1fr; } }
footer .logo-block img { width: 150px; height: auto; filter: brightness(0) invert(1); }
footer .logo-block p { color: rgba(255,255,255,.55); font-size: 13px; margin-top: 14px; max-width: 280px; line-height: 1.55; }
footer h5 { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
footer ul li a { color: rgba(255,255,255,.6); font-size: 14px; transition: color .2s; }
footer ul li a:hover { color: #fff; }
footer .legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,.4); }

/* === Marquee logos === */
.logo-strip {
  display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center;
  padding: 24px 0 28px;
  margin-top: 40px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.logo-strip .press-logo-row,
.logo-strip .bureau-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.logo-strip .press-logo-row { gap: 56px; }
.logo-strip .bureau-logo-row { gap: 46px; }
.logo-strip .l {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  color: var(--ink-400);
  font-size: 26px;
  letter-spacing: -.02em;
  opacity: .7;
}
.logo-strip .l.italic { font-style: italic; }
.logo-strip .l.sans { font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: -.04em; }
.logo-strip .l { opacity: 1; }
.logo-strip .logo-forbes { color: #111111; }
.logo-strip .logo-nerdwallet { color: #83bf33; }
.logo-strip .logo-usa-today { color: #0077C8; }
.logo-strip .logo-yahoo { color: #6001D2; }
.logo-strip .logo-marketwatch { color: #0B6B3A; }
.logo-strip .logo-bloomberg { color: #000000; }
.logo-strip > span.l { display: inline-block !important; visibility: visible !important; opacity: 1 !important; font-size: 26px !important; line-height: 1 !important; }
.hero .logo-strip { position: relative; z-index: 5; margin-top: 120px; background: transparent; }
.logo-strip .l-divider {
  width: 1px; height: 28px;
  background: var(--line);
  display: inline-block;
}
.logo-strip .l-bureau {
  display: block;
  height: 34px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  opacity: .95;
  filter: none;
  transition: opacity .2s ease;
}
.logo-strip .l-bureau-equifax { height: 36px; max-width: 180px; transform: translateY(18px); }
.logo-strip .l-bureau-transunion { height: 38px; max-width: 216px; transform: translateY(8px); }
.logo-strip .l-bureau-experian { height: 39px; max-width: 207px; transform: translateY(18px); }
.logo-strip .l-bureau:hover { opacity: 1; }
@media (max-width: 720px) {
  .logo-strip { gap: 18px; }
  .logo-strip .press-logo-row { gap: 24px 28px; }
  .logo-strip .bureau-logo-row { gap: 22px; }
  .logo-strip .l { font-size: 19px; }
  .logo-strip > span.l { font-size: 19px !important; }
  .logo-strip .l-divider { display: none; }
  .logo-strip .l-bureau,
  .logo-strip .l-bureau-equifax,
  .logo-strip .l-bureau-transunion,
  .logo-strip .l-bureau-experian { height: 30px; max-width: 147px; }
}

/* Cursor pointer for clickable */
.faq-q, .hiw-step-head { user-select: none; }

/* === Review Modal === */
.rm-backdrop {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(6, 17, 40, 0.62);
  backdrop-filter: saturate(160%) blur(8px);
  -webkit-backdrop-filter: saturate(160%) blur(8px);
  display: grid; place-items: center;
  padding: 24px;
  animation: rm-fade .2s ease;
}
@keyframes rm-fade { from { opacity: 0; } to { opacity: 1; } }
.rm-modal {
  position: relative;
  width: 100%; max-width: 620px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: 36px 36px 28px;
  animation: rm-pop .25s cubic-bezier(.2,.8,.2,1);
}
@keyframes rm-pop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.rm-close {
  position: absolute; top: 14px; right: 16px;
  width: 36px; height: 36px; border-radius: 999px;
  font-size: 22px; line-height: 1; color: var(--ink-500);
  display: grid; place-items: center;
}
.rm-close:hover { background: var(--bg-soft); color: var(--ink-900); }

.rm-header { margin-bottom: 22px; }
.rm-microcopy {
  margin: 14px 0 18px;
  color: var(--ink-500);
  font-size: 14px; line-height: 1.55;
}
.rm-progress {
  height: 4px; border-radius: 999px;
  background: var(--line-soft);
  overflow: hidden;
}
.rm-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--teal-500), var(--teal-600));
  border-radius: 999px;
  transition: width .35s ease;
}
.rm-step-count {
  margin-top: 8px;
  font-size: 11px; color: var(--ink-400);
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}

.rm-body { padding: 4px 0 24px; }
.rm-step-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--navy-800);
  letter-spacing: -.02em;
  margin: 0 0 22px;
  line-height: 1.25;
}

.rm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.rm-grid-tight { gap: 8px; }
.rm-option {
  text-align: left;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  font-size: 14px; font-weight: 500; color: var(--ink-900);
  transition: all .15s ease;
}
.rm-option:hover { border-color: var(--teal-500); background: var(--teal-50); }
.rm-option.is-selected {
  border-color: var(--teal-600);
  background: var(--teal-50);
  box-shadow: 0 0 0 3px rgba(31,182,176,.12);
  color: var(--teal-700);
}

.rm-chip {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px; font-weight: 500; color: var(--ink-700);
  transition: all .15s ease;
}
.rm-chip:hover { border-color: var(--teal-500); }
.rm-chip.is-selected {
  border-color: var(--teal-600);
  background: var(--teal-600);
  color: #fff;
}

.rm-stack { display: flex; flex-direction: column; gap: 18px; }
.rm-field { display: flex; flex-direction: column; gap: 10px; }
.rm-label {
  font-size: 13px; font-weight: 600; color: var(--ink-700);
}
.rm-help { color: var(--ink-400); font-weight: 400; }
.rm-help-block {
  margin: 0; font-size: 14px; color: var(--ink-500); line-height: 1.55;
}
.rm-fineprint {
  margin: 0; font-size: 12px; color: var(--ink-400); line-height: 1.5;
}

.rm-input-label {
  display: flex; flex-direction: column; gap: 6px;
}
.rm-input-label > span {
  font-size: 13px; font-weight: 600; color: var(--ink-700);
}
.rm-input-label input {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 14px; font-family: inherit;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.rm-input-label input:focus {
  outline: none;
  border-color: var(--teal-600);
  box-shadow: 0 0 0 3px rgba(31,182,176,.15);
}

.rm-checkbox {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--ink-500); line-height: 1.5;
}
.rm-checkbox input { margin-top: 3px; }

.rm-upload {
  display: block;
  border: 1.5px dashed var(--line);
  border-radius: var(--r-md);
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: all .15s ease;
}
.rm-upload:hover { border-color: var(--teal-500); background: var(--teal-50); }
.rm-upload input { display: none; }
.rm-upload-cta {
  font-size: 14px; font-weight: 500; color: var(--teal-700);
}

.rm-confirm { text-align: center; padding: 12px 0 4px; }
.rm-confirm-icon {
  width: 56px; height: 56px; border-radius: 999px;
  background: var(--teal-100); color: var(--teal-700);
  font-size: 28px; font-weight: 700;
  display: grid; place-items: center;
  margin: 0 auto 16px;
}
.rm-confirm h4 {
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px; font-weight: 500; color: var(--navy-800);
}
.rm-confirm > p { color: var(--ink-500); font-size: 14px; margin: 0 0 20px; }
.rm-confirm-scheduler {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px;
  text-align: left;
}
.rm-confirm-scheduler-ttl {
  font-size: 14px; font-weight: 600; color: var(--navy-800);
  margin-bottom: 6px;
}
.rm-scheduler-btn {
  margin-top: 14px;
  background: linear-gradient(180deg, #1FB6B0, #0EA89F);
  width: 100%; justify-content: center;
}

.rm-footer {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}
.rm-back {
  padding: 10px 16px;
  font-size: 14px; font-weight: 500; color: var(--ink-500);
  border-radius: 999px;
}
.rm-back:hover:not(:disabled) { background: var(--bg-soft); color: var(--ink-900); }
.rm-back:disabled { opacity: 0; pointer-events: none; }
.rm-next:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}

@media (max-width: 600px) {
  .rm-modal { padding: 28px 20px 22px; border-radius: var(--r-lg); }
  .rm-step-title { font-size: 20px; }
  .rm-grid { grid-template-columns: 1fr; }
}

.rm-error {
  margin: 0 0 12px;
  padding: 10px 14px;
  border-radius: var(--r-sm);
  background: rgba(214, 83, 106, .10);
  border: 1px solid rgba(214, 83, 106, .35);
  color: var(--rose);
  font-size: 13px;
  line-height: 1.45;
}

/* Mobile hero — override inline-styled fixed widths/heights/font sizes set
   in hero.jsx so the headline, lead paragraph, and floating cards all fit
   inside the viewport. */
@media (max-width: 720px) {
  .hero { padding: 120px 0 56px; overflow-x: clip; }
  .hero-copy h1 {
    width: auto !important;
    height: auto !important;
    margin: 18px 0 0 !important;
    font-size: 34px !important;
    letter-spacing: -1.5px !important;
    line-height: 1.1 !important;
  }
  .hero-copy h1 .accent {
    font-size: 42px !important;
    line-height: 1.1 !important;
  }
  .hero-copy p.lead {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: 18px !important;
    padding: 0 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .hero-ctas { margin-top: 28px; }
  .hero-ctas .btn { flex: 1 1 100%; justify-content: center; }
  .hero-meta { gap: 14px; margin-top: 28px; }
  .hero-meta .divider { display: none; }

  /* Hero stage — cards are absolute-positioned on desktop with widths up to
     360px. On phones, stack them in normal flow so nothing overflows. */
  .hero-stage {
    height: auto;
    perspective: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }
  .hero-stage .hero-card {
    position: static;
    width: 100% !important;
    max-width: 100%;
    top: auto; right: auto; bottom: auto; left: auto;
    animation: none;
  }
  .hero-stage .card-mini { display: none; }
}
