/* ============================================================
   EINForeigner — site.css (v1)
   Archetype: Stripe Atlas SaaS landing — navy → indigo gradient hero,
   alternating scroll sections, the SS-4 builder as the product.
   Self-contained: this file styles the whole page from scratch.
   ============================================================ */

/* ---------- design tokens ---------- */
:root {
  --navy:        #0a2540;
  --navy-700:    #0c2c4d;
  --indigo:      #635bff;
  --indigo-600:  #5249f0;
  --indigo-100:  #ece9ff;
  --mint:        #16c8a8;
  --mint-soft:   #7cf5e3;

  --ink:         #0a2540;
  --ink-soft:    #3c4a5e;
  --muted:       #6b7a90;
  --line:        #e6eaf0;
  --line-strong: #d2dae6;

  --bg:          #ffffff;
  --bg-tint:     #f6f8fc;
  --bg-tint-2:   #eef2f9;

  --ok:          #0f9d6b;
  --ok-bg:       #e7f7f0;
  --warn:        #b9821a;
  --warn-bg:     #fdf3e0;
  --err:         #d04545;
  --err-bg:      #fdeceb;

  --radius:      16px;
  --radius-sm:   12px;
  --radius-xs:   9px;

  --shadow-sm:   0 1px 2px rgba(10,37,64,.06), 0 1px 3px rgba(10,37,64,.05);
  --shadow:      0 8px 24px -10px rgba(10,37,64,.18), 0 2px 6px rgba(10,37,64,.06);
  --shadow-lg:   0 30px 60px -28px rgba(10,37,64,.40), 0 10px 24px -16px rgba(10,37,64,.25);
  --shadow-indigo: 0 18px 40px -16px rgba(99,91,255,.45);

  --ff-display:  'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --ff-body:     'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --maxw: 1160px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--ff-display); color: var(--ink); margin: 0; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

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

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--ff-body); font-weight: 600; font-size: 0.95rem;
  padding: 11px 20px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn-lg { padding: 15px 28px; font-size: 1rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--indigo); color: #fff; border-color: var(--indigo);
  box-shadow: var(--shadow-indigo);
}
.btn-primary:hover { background: var(--indigo-600); transform: translateY(-1px); box-shadow: 0 22px 46px -16px rgba(99,91,255,.55); }
.btn-primary:active { transform: translateY(0); }

.btn-outline {
  background: #fff; color: var(--navy); border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); transform: translateY(-1px); }

.btn-ghost-light {
  background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.32);
  backdrop-filter: blur(4px);
}
.btn-ghost-light:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); transform: translateY(-1px); }

.btn-link {
  background: none; border: none; padding: 0; color: var(--indigo);
  font-weight: 600; font-size: 0.88rem;
}
.btn-link:hover { text-decoration: underline; }

/* ---------- shared section heads ---------- */
.eyebrow {
  display: inline-block; font-family: var(--ff-display); font-weight: 600;
  font-size: 0.78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--indigo); margin-bottom: 14px;
}
.eyebrow-light { color: var(--mint-soft); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.section-lede { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }

.grad-text {
  background: linear-gradient(90deg, var(--mint-soft), #b9b4ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  color: #d7e3f5; font-size: 0.8rem; font-weight: 500; letter-spacing: .02em;
  margin-bottom: 26px;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 28px; height: 70px; }
.brand { display: inline-flex; align-items: center; }
.brand-mark { height: 30px; width: auto; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; transition: color .15s; }
.nav-links a:hover { color: var(--indigo); }
.nav-cta {
  background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 999px;
  font-weight: 600; font-size: 0.9rem; transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--indigo); transform: translateY(-1px); }

/* ============================================================
   HERO — full-bleed gradient
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 80% -10%, #1a4ea0 0%, var(--navy) 45%, #07182b 100%);
  color: #fff;
  padding: clamp(64px, 9vw, 120px) 0 56px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(120% 80% at 60% 0%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 80% at 60% 0%, #000 30%, transparent 78%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.hero-orb-1 { width: 440px; height: 440px; top: -120px; right: -80px; background: var(--indigo); }
.hero-orb-2 { width: 360px; height: 360px; bottom: -160px; left: -100px; background: #1565c0; opacity: .4; }

.hero-grid-layout {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.hero-title {
  color: #fff; font-size: clamp(2.5rem, 6vw, 4.4rem); line-height: 1.02;
  letter-spacing: -0.035em; margin: 0 0 22px;
}
.hero-sub { color: #c5d4e8; font-size: clamp(1.02rem, 1.6vw, 1.18rem); max-width: 540px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; color: #b9c8de; font-size: 0.92rem; }
.hero-trust svg { width: 18px; height: 18px; fill: none; stroke: var(--mint-soft); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* hero mockup card */
.hero-mock { position: relative; z-index: 1; perspective: 1400px; }
.mock-card {
  background: linear-gradient(180deg, #ffffff, #f4f7fc);
  color: var(--ink); border-radius: 18px; padding: 22px;
  box-shadow: var(--shadow-lg);
  transform: rotateY(-8deg) rotateX(3deg);
  border: 1px solid rgba(255,255,255,.6);
}
.mock-head { display: flex; align-items: center; gap: 7px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.mock-dot { width: 10px; height: 10px; border-radius: 50%; background: #d7dee8; }
.mock-dot:nth-child(1){ background:#ff6058; } .mock-dot:nth-child(2){ background:#ffbd2e; } .mock-dot:nth-child(3){ background:#28c840; }
.mock-file { margin-left: 8px; font-size: 0.78rem; font-weight: 600; color: var(--muted); }
.mock-row {
  display: flex; justify-content: space-between; gap: 14px; align-items: center;
  padding: 11px 4px; border-bottom: 1px dashed var(--line);
}
.mock-line-label { color: var(--muted); font-size: 0.82rem; font-weight: 500; }
.mock-line-val { font-family: var(--ff-display); font-weight: 600; font-size: 0.92rem; }
.mock-row-hot { background: var(--indigo-100); border-radius: 8px; padding-inline: 10px; border-bottom: none; }
.mock-foreign { color: var(--indigo); position: relative; }
.mock-foreign::after { content: "7b"; position: absolute; top: -14px; right: -2px; font-size: 0.6rem; color: var(--indigo); font-weight: 700; }
.mock-fax {
  margin-top: 16px; padding: 14px; border-radius: 12px;
  background: var(--navy); color: #fff; display: flex; flex-direction: column; gap: 4px;
}
.mock-fax span { font-size: 0.72rem; color: #a9bdd8; text-transform: uppercase; letter-spacing: .06em; }
.mock-fax strong { font-family: var(--ff-display); font-size: 1.2rem; color: var(--mint-soft); }

/* hero stats row */
.hero-stats {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  margin-top: 56px;
  background: rgba(255,255,255,.12); border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.14); overflow: hidden;
}
.hero-stat { padding: 22px 24px; background: rgba(7,24,43,.35); display: flex; flex-direction: column; gap: 6px; }
.hero-stat strong { font-family: var(--ff-display); font-size: clamp(1.2rem, 2vw, 1.5rem); color: #fff; }
.hero-stat span { color: #a9bdd8; font-size: 0.86rem; }

/* ============================================================
   HOW IT WORKS — 3-step rail
   ============================================================ */
.how { padding: clamp(64px, 8vw, 100px) 0; background: var(--bg-tint); }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  position: relative;
}
.steps::before {
  content: ""; position: absolute; top: 38px; left: 16%; right: 16%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step {
  position: relative; z-index: 1; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-num { font-family: var(--ff-display); font-size: 0.82rem; font-weight: 700; color: var(--indigo); letter-spacing: .1em; }
.step-icon {
  width: 56px; height: 56px; margin: 14px auto 16px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, var(--indigo), var(--navy)); color: #fff;
}
.step-icon svg { width: 26px; height: 26px; }
.step h3 { font-size: 1.25rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.96rem; }

/* ============================================================
   BUILDER — split block (the product)
   ============================================================ */
.builder {
  background: linear-gradient(180deg, var(--navy) 0%, #0d2e52 100%);
  color: #fff; padding: clamp(64px, 8vw, 104px) 0;
  scroll-margin-top: 80px;
}
.builder-shell {
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 40px; align-items: start;
}
.builder-aside { position: sticky; top: 96px; }
.builder-pitch-title { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 18px; }
.builder-pitch { color: #b9c8de; font-size: 1.05rem; margin-bottom: 26px; max-width: 460px; }

/* report sheet (live preview) */
.report-sheet {
  position: relative; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.report-sheet::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--indigo), var(--mint));
}
.report-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.report-brand { font-family: var(--ff-display); font-weight: 700; color: var(--navy); letter-spacing: -.01em; }
.report-folio { font-size: 0.78rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.stamp {
  display: inline-block; padding: 5px 12px; border-radius: 999px;
  background: var(--bg-tint-2); color: var(--ink-soft);
  font-family: var(--ff-display); font-weight: 600; font-size: 0.74rem;
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px;
}
.report-sheet h3 { font-size: 1.3rem; margin-bottom: 4px; }
.report-entity { color: var(--muted); font-size: 0.95rem; margin-bottom: 18px; }
.report-dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
.report-dl div { background: var(--bg-tint); border: 1px solid var(--line); border-radius: var(--radius-xs); padding: 12px; }
.report-dl dt { font-size: 0.68rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 5px; font-weight: 600; }
.report-dl dd { margin: 0; font-family: var(--ff-display); font-weight: 600; font-size: 0.96rem; color: var(--navy); }
.report-evidence { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.report-evidence span {
  font-size: 0.78rem; color: var(--ink-soft); background: var(--indigo-100);
  border-radius: 999px; padding: 5px 11px; font-weight: 500;
}
.report-lines { display: grid; gap: 9px; }
.report-lines span { height: 9px; border-radius: 999px; background: var(--bg-tint-2); }
.report-lines span:nth-child(1){ width: 100%; } .report-lines span:nth-child(2){ width: 86%; }
.report-lines span:nth-child(3){ width: 92%; } .report-lines span:nth-child(4){ width: 70%; }

.report-cta { display: grid; gap: 10px; margin-top: 18px; }
.report-cta .microcopy { color: #92a6c2; }

/* the form panel */
.builder-form {
  background: #fff; color: var(--ink); border-radius: 20px; padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--shadow-lg); display: grid; gap: 20px;
  scroll-margin-top: 96px;
}
.form-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.form-kicker { font-family: var(--ff-display); font-weight: 600; font-size: 0.78rem; color: var(--indigo); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.form-head h3 { font-size: 1.4rem; }
.status-pill {
  flex: none; padding: 6px 12px; border-radius: 999px; font-size: 0.76rem; font-weight: 600;
  background: var(--ok-bg); color: var(--ok); border: 1px solid #c7ecdc;
}

.field { display: grid; gap: 7px; }
.field label { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--ff-body); font-size: 0.98rem; color: var(--ink);
  background: var(--bg-tint); border: 1px solid var(--line-strong); border-radius: 11px;
  padding: 12px 14px; transition: border-color .15s, box-shadow .15s, background .15s;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa8bd; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--indigo); background: #fff;
  box-shadow: 0 0 0 4px rgba(99,91,255,.14);
}
.field-hint { font-size: 0.82rem; color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.sample-actions { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); }
.sample-actions .dot { color: var(--line-strong); }

/* result summary + list */
.result-summary {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px;
  border-radius: 14px; background: var(--bg-tint); border: 1px solid var(--line);
}
.result-summary h3 { font-size: 1.05rem; margin-bottom: 4px; }
.result-summary p { color: var(--muted); font-size: 0.92rem; }
.risk-badge {
  flex: none; padding: 5px 12px; border-radius: 999px; font-size: 0.74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
}
.risk-badge.neutral { background: var(--bg-tint-2); color: var(--ink-soft); }
.risk-badge.low  { background: var(--ok-bg);  color: var(--ok); }
.risk-badge.medium { background: var(--warn-bg); color: var(--warn); }
.risk-badge.high { background: var(--err-bg); color: var(--err); }

.result-list { display: grid; gap: 10px; }
.result-list:empty { display: none; }
.result-item {
  display: grid; gap: 6px; padding: 15px 16px 15px 18px;
  border-radius: 12px; border: 1px solid var(--line);
  background: #fff; position: relative;
}
.result-item::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 4px; border-radius: 999px; }
.result-item.ok::before   { background: var(--ok); }
.result-item.warn::before { background: var(--warn); }
.result-item.error::before{ background: var(--err); }
.result-item strong { font-family: var(--ff-display); font-size: 0.98rem; color: var(--navy); }
.result-item p { color: var(--ink-soft); font-size: 0.9rem; }
.evidence-chips { display: inline-flex; gap: 6px; }
.evidence-chips span {
  font-size: 0.7rem; font-weight: 700; letter-spacing: .03em;
  background: var(--indigo-100); color: var(--indigo); border-radius: 6px; padding: 2px 7px;
}

/* ============================================================
   FEATURES
   ============================================================ */
.features { padding: clamp(64px, 8vw, 100px) 0; background: #fff; }
.features.alt { background: var(--bg-tint); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  display: grid; gap: 12px; align-content: start;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.feature-tag {
  justify-self: start; font-family: var(--ff-display); font-size: 0.72rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--indigo);
  background: var(--indigo-100); border-radius: 999px; padding: 5px 12px;
}
.feature-card strong { font-family: var(--ff-display); font-size: 1.12rem; color: var(--navy); line-height: 1.3; }
.feature-card p { color: var(--muted); font-size: 0.96rem; }

/* ============================================================
   SOURCE
   ============================================================ */
.source { padding: clamp(64px, 8vw, 100px) 0; background: #fff; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.source-card {
  border-left: 3px solid var(--indigo); padding: 6px 0 6px 22px; display: grid; gap: 8px;
}
.source-tag { font-family: var(--ff-display); font-size: 0.72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--indigo); }
.source-card strong { font-family: var(--ff-display); font-size: 1.1rem; color: var(--navy); }
.source-card p { color: var(--muted); font-size: 0.94rem; }

/* ============================================================
   PRICING — override the commerce.js injected 3-col grid
   into a clean vertical stack (copy + plans row + lead form).
   Higher specificity than #commerceStyles via #pricing scope.
   ============================================================ */
.pricing-section { padding: clamp(64px, 8vw, 104px) 0; background: var(--bg-tint); scroll-margin-top: 80px; }

.pricing-section .conversion-panel {
  display: block;            /* break the 0.62fr 1.1fr 0.9fr 3-col grid */
  grid-template-columns: none;
  padding: 0;
  max-width: 980px; margin-inline: auto;
}
.pricing-section .checkout-copy {
  background: var(--navy); color: #fff; border: none; box-shadow: var(--shadow-lg);
  border-radius: var(--radius); padding: 34px clamp(24px, 4vw, 44px);
  margin-bottom: 22px;
  display: grid; gap: 12px;
}
.pricing-section .checkout-copy h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.pricing-section .checkout-copy > p { color: #b9c8de; }
.checkout-list { display: grid; gap: 9px; margin-top: 8px; }
.checkout-list li { position: relative; padding-left: 28px; color: #d7e3f5; font-size: 0.96rem; }
.checkout-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;
  background: var(--mint); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.55 18 3.85 12.3l1.42-1.42 4.28 4.29 9.18-9.18 1.42 1.41z'/%3E%3C/svg%3E") center/14px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.55 18 3.85 12.3l1.42-1.42 4.28 4.29 9.18-9.18 1.42 1.41z'/%3E%3C/svg%3E") center/14px no-repeat;
}

.pricing-section .pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 22px;
}
.pricing-section .plan-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 26px 24px;
  display: grid; gap: 12px; align-content: start; position: relative;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pricing-section .plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pricing-section .plan-card.featured { border-color: var(--indigo); box-shadow: var(--shadow-indigo); }
.pricing-section .plan-card span {
  font-family: var(--ff-display); font-size: 0.74rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
}
.plan-flag {
  position: absolute; top: -11px; left: 24px;
  background: var(--indigo); color: #fff !important; border-radius: 999px;
  padding: 4px 12px; font-size: 0.68rem !important; letter-spacing: .05em;
}
.pricing-section .plan-card strong { font-family: var(--ff-display); font-size: 1.85rem; line-height: 1; color: var(--navy); }
.pricing-section .plan-card p { color: var(--muted); font-size: 0.9rem; }
.pricing-section .plan-card .btn { margin-top: 4px; }

/* lead form — full-width panel */
.pricing-section .lead-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: clamp(24px, 4vw, 40px);
  display: grid; gap: 16px;
}
.lead-title { font-size: 1.4rem; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-wide { grid-column: 1 / -1; }
.pricing-section .lead-card input,
.pricing-section .lead-card textarea { min-height: 46px; }
.pricing-section .lead-card textarea { min-height: 100px; }
.microcopy { font-size: 0.82rem; color: var(--muted); }
.mailto-link { color: var(--indigo); font-weight: 600; }
.mailto-link:hover { text-decoration: underline; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { padding: clamp(64px, 8vw, 100px) 0; background: #fff; }
.faq-shell { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.faq-shell .section-head { margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-list details {
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg-tint);
  padding: 18px 22px; transition: border-color .2s, box-shadow .2s, background .2s;
}
.faq-list details[open] { background: #fff; border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq-list summary {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.05rem; color: var(--navy);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--indigo); line-height: 1; transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin-top: 12px; color: var(--ink-soft); font-size: 0.96rem; }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip {
  background: radial-gradient(120% 160% at 50% 0%, var(--indigo) 0%, var(--navy) 55%, #07182b 100%);
  color: #fff; text-align: center;
}
.cta-inner { padding: clamp(56px, 7vw, 88px) 24px; display: grid; gap: 14px; place-items: center; }
.cta-inner h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.cta-inner p { color: #c5d4e8; font-size: 1.08rem; max-width: 520px; }
.cta-inner .btn { margin-top: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy); color: #b9c8de; padding: 56px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.footer-brand { display: grid; gap: 16px; max-width: 520px; }
.footer-brand .brand-mark { height: 28px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { font-size: 0.88rem; color: #92a6c2; line-height: 1.65; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: flex-end; }
.footer-nav a { color: #c5d4e8; font-size: 0.92rem; transition: color .15s; }
.footer-nav a:hover { color: #fff; }
.footer-base {
  display: flex; justify-content: space-between; gap: 12px;
  margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  font-size: 0.82rem; color: #7e93b2;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid-layout { grid-template-columns: 1fr; gap: 44px; }
  .hero-mock { max-width: 460px; }
  .mock-card { transform: none; }
  .builder-shell { grid-template-columns: 1fr; gap: 32px; }
  .builder-aside { position: static; }
  .faq-shell { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .feature-grid,
  .source-grid,
  .pricing-section .pricing-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { padding-inline: 18px; }
  .field-row,
  .lead-grid { grid-template-columns: 1fr; }
  .report-dl { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .form-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================
   LANDO NORRIS — oscuro cinematográfico + acento eléctrico + oversized + motion
   (ref landonorris.com, Awwwards SOTY 2025: bold type, lime sobre charcoal, movimiento)
   ============================================================ */
.hero {
  background:
    radial-gradient(85% 65% at 76% -6%, rgba(124,245,227,.12), transparent 55%),
    radial-gradient(120% 120% at 82% -10%, #0e2c50 0%, #07182b 40%, #03090f 100%);
}
.hero-title {
  font-size: clamp(2.9rem, 7.8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.hero .grad-text {
  background: linear-gradient(100deg, #7cf5e3 0%, #16c8a8 42%, #9be7ff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: einShimmer 6.5s ease-in-out infinite;
  filter: drop-shadow(0 0 26px rgba(124,245,227,.38));
}
@keyframes einShimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
/* orbs eléctricos animados — sensación cinematográfica */
.hero-orb-1 { background: radial-gradient(circle, rgba(124,245,227,.55), transparent 70%) !important; animation: einOrb1 15s ease-in-out infinite; }
.hero-orb-2 { background: radial-gradient(circle, rgba(99,91,255,.55), transparent 70%) !important; animation: einOrb2 19s ease-in-out infinite; }
@keyframes einOrb1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-6%, 8%) scale(1.14); } }
@keyframes einOrb2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(7%, -6%) scale(1.1); } }
/* mockup SS-4 flotando + línea 7b "Foreign" eléctrica */
.hero-mock .mock-card { animation: einMock 7s ease-in-out infinite; }
@keyframes einMock { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-mock .mock-foreign { color: #7cf5e3 !important; text-shadow: 0 0 16px rgba(124,245,227,.65); }
.hero-copy .pill { border-color: rgba(124,245,227,.32); color: #cdeee8; }
