:root {
  --primary: #141413;
  --primary-active: #262627;
  --primary-disabled: #d1cdc7;
  --primary-soft: rgba(207, 69, 0, 0.08);
  --ink: #141413;
  --body: #141413;
  --body-strong: #141413;
  --muted: #696969;
  --muted-soft: #555555;
  --hairline: rgba(20, 20, 19, 0.12);
  --hairline-soft: rgba(20, 20, 19, 0.08);
  --canvas: #f3f0ee;
  --surface-soft: #fcfbf9;
  --surface-card: #ffffff;
  --surface-cream-strong: #e8e2da;
  --surface-dark: #141413;
  --surface-dark-elevated: #262627;
  --surface-dark-soft: #1f1e1b;
  --on-primary: #f3f0ee;
  --on-dark: #ffffff;
  --on-dark-soft: rgba(255, 255, 255, 0.65);
  --accent-teal: #3860be;
  --accent-amber: #f37338;
  --accent-signal: #cf4500;
  --success: #141413;
  --radius-xs: 6px;
  --radius-sm: 20px;
  --radius-md: 20px;
  --radius-lg: 40px;
  --radius-xl: 40px;
  --radius-pill: 999px;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 24px 48px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.08);
  --max: 1200px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --font-display: "Sofia Sans", Arial, sans-serif;
  --font-body: "Sofia Sans", Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.4;
  color: var(--body);
  background: var(--canvas);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }

.orbital-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.orbital-arc {
  position: absolute;
  color: var(--accent-amber);
  opacity: 0.45;
}
.orbital-arc-1 {
  width: min(900px, 90vw);
  top: 18%;
  right: -10%;
}
.orbital-arc-2 {
  width: min(600px, 70vw);
  bottom: 25%;
  left: -8%;
}

.brand-mark {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #eb001b 50%, #f79e1b 50%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: transparent;
  border: none;
  padding: 24px 16px 0;
}
.nav-pill {
  width: min(var(--max), calc(100% - 32px));
  min-height: 56px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-soft);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-wordmark {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.nav-links a { transition: opacity 180ms var(--ease); }
.nav-links a:hover { opacity: 0.65; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 24px;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: var(--on-primary);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1.5px solid var(--primary);
  transition: transform 180ms var(--ease), background 180ms var(--ease);
}
.nav-cta svg { width: 16px; height: 16px; }
.nav-cta:hover {
  background: var(--primary-active);
  transform: translateY(-1px);
}

main { position: relative; z-index: 1; }

.section, .section-sm {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}
.section { padding: clamp(64px, 8vw, 128px) 0; }
.section-sm { padding: 32px 0 48px; }

.band-soft {
  background: var(--surface-soft);
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - var(--max)) / 2 + 16px));
  padding-right: max(16px, calc((100% - var(--max)) / 2 + 16px));
}
.band-soft.section,
.band-soft.section-sm {
  width: 100%;
  max-width: none;
}
.band-dark {
  background: var(--surface-dark);
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - var(--max)) / 2 + 16px));
  padding-right: max(16px, calc((100% - var(--max)) / 2 + 16px));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-signal);
  flex-shrink: 0;
}
.badge-coral {
  background: transparent;
  color: var(--ink);
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.56px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
}
h1 {
  max-width: 680px;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 2.25rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: var(--body-strong);
}

.hero-lead {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  font-weight: 450;
  font-style: normal;
  color: var(--body);
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  max-width: 480px;
}
.hero-subtitle,
.section-lead,
.offer-lead {
  color: var(--body);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  max-width: 540px;
  line-height: 1.4;
  font-weight: 450;
}
.section-lead { max-width: 560px; margin: 0 auto; }
.section-heading .section-lead { margin-top: 0; }

.hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.hero-top .eyebrow { margin-bottom: 0; }
.hero-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 16px;
  border-radius: var(--radius-pill);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
}
.hero-price-amount {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--accent-signal);
}
.hero-price-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-values {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
  max-width: 420px;
}
.hero-values li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--body-strong);
  font-weight: 450;
}
.hero-values li svg {
  width: 18px;
  height: 18px;
  color: var(--accent-signal);
  flex-shrink: 0;
}
.hero-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 480px;
  font-weight: 450;
}
.hero-guarantee svg {
  width: 18px;
  height: 18px;
  color: var(--accent-amber);
  flex-shrink: 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  padding-top: 48px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ghost-watermark {
  position: absolute;
  top: 8%;
  right: -5%;
  font-family: var(--font-display);
  font-size: clamp(5rem, 14vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--surface-cream-strong);
  line-height: 1;
  user-select: none;
}
.hero-copy,
.hero-visual { position: relative; z-index: 1; }

.hero-visual { display: grid; align-items: center; }
.hero-visual-frame {
  position: relative;
  padding: 12px 12px 24px;
}
.hero-visual-glow {
  position: absolute;
  inset: 5% 0 15%;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(243, 115, 56, 0.15), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: block;
  animation: heroImageFloat 8s var(--ease) infinite alternate;
}
.hero-float {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-md);
}
.hero-float strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.hero-float small {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.hero-float svg {
  width: 20px;
  height: 20px;
  color: var(--accent-signal);
  flex-shrink: 0;
}
.hero-float .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c840;
  flex-shrink: 0;
  animation: pulse 2s var(--ease) infinite;
}
.hero-float-1 {
  top: 8%;
  left: -4%;
  animation: heroChipFloat 6s var(--ease) infinite alternate;
}
.hero-float-2 {
  top: 42%;
  right: -6%;
  animation: heroChipFloat 7s var(--ease) infinite alternate-reverse;
  animation-delay: 0.5s;
}
.hero-float-3 {
  bottom: 4%;
  left: 6%;
  animation: heroChipFloat 5.5s var(--ease) infinite alternate;
  animation-delay: 1s;
}
@keyframes heroImageFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-10px); }
}
@keyframes heroChipFloat {
  from { transform: translateY(0) translateX(0); }
  to { transform: translateY(-8px) translateX(4px); }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 24px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1.5px solid transparent;
  transition: transform 180ms var(--ease), background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease);
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: var(--primary);
  color: var(--on-primary);
  border-color: var(--primary);
}
.button.primary:hover { background: var(--primary-active); }
.button.secondary {
  background: #ffffff;
  color: var(--ink);
  border-color: var(--primary);
}
.button.secondary:hover { background: var(--surface-soft); }
.button.primary-on-dark {
  background: var(--on-primary);
  color: var(--ink);
  border-color: var(--on-primary);
}
.button.primary-on-dark:hover {
  background: transparent;
  color: var(--on-primary);
  border-color: var(--on-primary);
}
.button.primary-on-coral {
  background: var(--primary);
  color: var(--on-primary);
  border-color: var(--primary);
  box-shadow: var(--shadow-soft);
}
.button.primary-on-coral:hover {
  background: var(--primary-active);
  transform: translateY(-2px) scale(1.01);
}
.button.wide { width: 100%; }

.trust-strip,
.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-strip span,
.logos span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-pill);
  background: var(--surface-card);
  color: var(--muted);
  font-size: 14px;
  font-weight: 450;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}
.trust-strip span svg,
.logos span svg { width: 14px; height: 14px; color: var(--accent-signal); }
.trust-strip span:hover,
.logos span:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}
.logos { justify-content: center; }

.visual-window {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: var(--surface-dark);
  color: var(--on-dark);
  box-shadow: var(--shadow-md);
  isolation: isolate;
}
.panel-glow { display: none; }
.window-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dot-red, .dot-amber, .dot-green {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.dot-red { background: #eb001b; }
.dot-amber { background: #f79e1b; }
.dot-green { background: #28c840; }
.window-bar strong {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: var(--on-dark-soft);
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  color: var(--on-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28c840;
  animation: pulse 2s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.score-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}
.metric-card {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 220ms var(--ease);
}
.metric-card:hover { transform: translateY(-2px); }
.metric-card svg {
  width: 16px;
  height: 16px;
  color: var(--accent-amber);
  margin-bottom: 8px;
}
.metric-card span {
  display: block;
  color: var(--on-dark-soft);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-weight: 700;
}
.metric-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--on-dark);
}
.metric-card small {
  display: block;
  margin-top: 4px;
  color: var(--on-dark-soft);
  font-size: 11px;
  font-weight: 450;
}
.metric-card.highlight {
  background: rgba(243, 115, 56, 0.12);
  border-color: rgba(243, 115, 56, 0.25);
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  align-items: end;
  height: 72px;
  margin: 4px 0 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
}
.mini-chart span {
  display: block;
  height: var(--h);
  border-radius: var(--radius-pill) var(--radius-pill) 4px 4px;
  background: var(--accent-amber);
  transform-origin: bottom;
  animation: barRise 900ms var(--ease) both;
}
.mini-chart span:nth-child(2) { animation-delay: 60ms; }
.mini-chart span:nth-child(3) { animation-delay: 120ms; }
.mini-chart span:nth-child(4) { animation-delay: 180ms; }
.mini-chart span:nth-child(5) { animation-delay: 240ms; }
.mini-chart span:nth-child(6) { animation-delay: 300ms; }
@keyframes barRise {
  from { transform: scaleY(0.2); opacity: 0.4; }
  to { transform: scaleY(1); opacity: 1; }
}

.flow-card {
  position: relative;
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 180ms var(--ease);
}
.flow-card:hover { background: rgba(255, 255, 255, 0.03); }
.flow-card .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--on-dark-soft);
}
.flow-card.active .dot {
  background: var(--accent-amber);
  box-shadow: 0 0 0 6px rgba(243, 115, 56, 0.2);
}
.flow-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--on-dark);
}
.flow-card small {
  display: block;
  margin-top: 2px;
  color: var(--on-dark-soft);
  font-size: 0.85rem;
  font-weight: 450;
}
.flow-icon {
  width: 18px;
  height: 18px;
  color: var(--on-dark-soft);
  opacity: 0.6;
}

.visual-caption {
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.visual-caption:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.visual-caption span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
.visual-caption span svg { width: 14px; height: 14px; color: var(--accent-signal); }
.visual-caption p {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.section-heading {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 48px;
}
.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.grid { display: grid; gap: 16px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.feature-card {
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.icon-box {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--canvas);
  border: 1px solid var(--hairline);
  transition: background 180ms var(--ease), border-color 180ms var(--ease);
}
.feature-card:hover .icon-box {
  background: var(--primary-soft);
  border-color: rgba(207, 69, 0, 0.2);
}
.icon-box svg {
  width: 22px;
  height: 22px;
  color: var(--accent-signal);
}
.feature-card p {
  margin: 0;
  color: var(--body);
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 450;
}

.systems { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.split {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.sticky-copy { position: sticky; top: 120px; }
.system-board { position: relative; display: grid; gap: 16px; }
.system-line {
  position: absolute;
  left: 28px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: var(--accent-amber);
  opacity: 0.35;
}
.system-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.system-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}
.system-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--on-primary);
  transition: transform 180ms var(--ease);
}
.system-card:hover .system-icon { transform: scale(1.05); }
.system-icon svg { width: 22px; height: 22px; }
.system-card p { margin: 0; color: var(--body); font-size: 0.92rem; font-weight: 450; }

.audit-layout {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.offer-card {
  padding: clamp(32px, 4vw, 48px);
  border-radius: var(--radius-lg);
  background: var(--surface-dark);
  color: var(--on-dark);
  box-shadow: var(--shadow-md);
}
.offer-card .eyebrow { color: var(--on-dark-soft); }
.offer-card .eyebrow::before { background: var(--accent-amber); }
.offer-card h2 { color: var(--on-dark); }
.price-anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin: 0 0 16px;
}
.price {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--on-dark);
}
.price-note {
  color: var(--on-dark-soft);
  font-size: 0.9rem;
  max-width: 16rem;
  line-height: 1.4;
  font-weight: 450;
}
.offer-lead { color: rgba(255, 255, 255, 0.75); margin-bottom: 20px; font-weight: 450; }
.offer-includes {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.offer-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 450;
}
.offer-includes li svg {
  width: 18px;
  height: 18px;
  color: var(--accent-amber);
  flex-shrink: 0;
  margin-top: 2px;
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.deliverable-card {
  min-height: 160px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.deliverable-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.deliverable-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--primary-soft);
}
.deliverable-icon svg { width: 20px; height: 20px; color: var(--accent-signal); }
.deliverables strong {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.deliverables span {
  display: block;
  margin-top: 8px;
  color: var(--body);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 450;
}

.guarantee-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-xl);
  background: var(--surface-card);
  box-shadow: var(--shadow-md);
}
.guarantee-points { display: grid; gap: 16px; }
.guarantee-points article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  transition: transform 220ms var(--ease);
}
.guarantee-points article:hover { transform: translateX(4px); }
.guarantee-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--on-primary);
}
.guarantee-icon svg { width: 22px; height: 22px; }
.guarantee-points p { margin: 0; color: var(--body); font-size: 0.92rem; font-weight: 450; }

.roadmap-panel {
  padding: clamp(32px, 4vw, 48px);
  border-radius: var(--radius-xl);
  background: transparent;
}
.roadmap-panel .eyebrow { color: var(--on-dark-soft); }
.roadmap-panel .eyebrow::before { background: var(--accent-amber); }
.roadmap-panel h2 { color: var(--on-dark); }
.roadmap-header { margin-bottom: 32px; }
.roadmap-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.roadmap-steps article {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface-dark-elevated);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 240ms var(--ease);
}
.roadmap-steps article:hover { transform: translateY(-4px); }
.step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(243, 115, 56, 0.15);
}
.step-icon svg { width: 20px; height: 20px; color: var(--accent-amber); }
.step-num {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.15);
}
.roadmap-steps h3 { color: var(--on-dark); }
.roadmap-steps p { margin: 0; color: var(--on-dark-soft); font-size: 0.92rem; font-weight: 450; }

.proof-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.proof-card {
  min-height: 200px;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
}
.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.proof-card.large {
  grid-row: span 2;
  min-height: 360px;
  justify-content: flex-end;
  background: var(--surface-dark);
  border-color: transparent;
  color: var(--on-dark);
  box-shadow: var(--shadow-md);
}
.proof-card.large h3 { color: var(--on-dark); }
.proof-card.large p { color: var(--on-dark-soft); }
.proof-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: auto;
  border-radius: 50%;
  background: var(--primary-soft);
}
.proof-card.large .proof-icon {
  background: rgba(243, 115, 56, 0.15);
}
.proof-icon svg { width: 22px; height: 22px; color: var(--accent-amber); }
.proof-card p { margin: 0; color: var(--body); font-size: 0.92rem; font-weight: 450; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-list details {
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: box-shadow 180ms var(--ease);
}
.faq-list details[open] { box-shadow: var(--shadow-md); }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  font-weight: 500;
  color: var(--ink);
}
.faq-list summary svg {
  width: 18px;
  height: 18px;
  color: var(--accent-signal);
  flex-shrink: 0;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 400;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p {
  padding: 0 24px 24px 54px;
  margin: 0;
  color: var(--body);
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 450;
}

.final-cta { padding-bottom: 128px; }
.cta-panel {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px);
  border-radius: var(--radius-xl);
  text-align: center;
  background: var(--surface-dark);
  color: var(--on-dark);
  box-shadow: var(--shadow-md);
}
.cta-panel .eyebrow {
  color: var(--on-dark-soft);
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
}
.cta-panel .eyebrow::before { background: var(--accent-amber); }
.cta-panel h2 {
  color: var(--on-dark);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-panel p {
  max-width: 480px;
  margin: 0 auto 28px;
  color: var(--on-dark-soft);
  font-size: 1rem;
  font-weight: 450;
}

.footer {
  background: var(--surface-dark);
  color: var(--on-dark-soft);
  padding: 64px 0 96px;
}
.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .brand-wordmark { color: var(--on-dark); }
.footer p { margin: 0; font-size: 14px; font-weight: 450; }
.footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 450;
  color: var(--on-dark-soft);
  transition: color 180ms var(--ease);
}
.footer a svg { width: 16px; height: 16px; }
.footer a:hover { color: var(--on-dark); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms var(--ease), transform 640ms var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 120ms; }
.stagger > .reveal:nth-child(2) { transition-delay: 80ms; }
.stagger > .reveal:nth-child(3) { transition-delay: 160ms; }

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

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 24px; }
  .hero-visual { max-width: 560px; margin: 0 auto; width: 100%; }
  .hero-float-1 { left: 0; }
  .hero-float-2 { right: 0; }
  .split, .audit-layout, .guarantee-panel { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .orbital-arc { display: none; }
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .section { padding: 64px 0; }
  .hero { padding-top: 32px; }
  .grid.three, .roadmap-steps, .proof-layout { grid-template-columns: 1fr; }
  .proof-card.large { grid-row: auto; min-height: 260px; }
  .deliverables { grid-template-columns: 1fr; }
  .score-row { grid-template-columns: 1fr; }
  .ghost-watermark { display: none; }
}

@media (max-width: 560px) {
  .section, .section-sm, .nav-pill, .footer-inner { width: min(100% - 24px, var(--max)); }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 12px; }
  .hero-actions .button { width: 100%; }
  .hero-float { padding: 10px 14px; }
  .hero-float-1 { top: 4%; left: 2%; }
  .hero-float-2 { top: auto; bottom: 28%; right: 2%; }
  .hero-float-3 { bottom: 2%; left: 2%; }
  .system-card { grid-template-columns: 48px 1fr; padding: 20px; }
  .system-icon { width: 48px; height: 48px; }
  .system-line { left: 24px; }
  .logos { justify-content: flex-start; }
  .guarantee-points article { grid-template-columns: 48px 1fr; }
  .guarantee-icon { width: 48px; height: 48px; }
  .site-header { padding-top: 16px; }
}
