:root {
  --black: #000000;
  --charcoal: #13151A;
  --charcoal-2: #191C22;
  --light: #F2F2F2;
  --paper: #FFFFFF;
  --gold: #EDD187;
  --gold-deep: #B99748;
  --muted: #6D7078;
  --muted-light: rgba(242, 242, 242, 0.72);
  --line-dark: rgba(237, 209, 135, 0.22);
  --line-light: rgba(19, 21, 26, 0.14);
  --font-heading: "Felix Titling", "Cinzel", "Times New Roman", serif;
  --font-body: "Gotham Book", "Gotham", "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
}

@font-face {
  font-family: "Felix Titling";
  src: local("Felix Titling");
  font-display: swap;
}

@font-face {
  font-family: "Gotham Book";
  src: local("Gotham Book"), local("Gotham-Book"), local("Gotham");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--light);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(19, 21, 26, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(19, 21, 26, 0.022) 1px, transparent 1px);
  background-size: 96px 96px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  margin-bottom: 0;
}

svg {
  display: block;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 36px;
  color: var(--light);
  background: rgba(19, 21, 26, 0.92);
  border-bottom: 1px solid rgba(237, 209, 135, 0.18);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  color: rgba(242, 242, 242, 0.78);
  font-size: 14px;
}

.site-nav a,
.footer-inner nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-inner nav a:hover {
  color: var(--gold);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(237, 209, 135, 0.58);
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.section {
  position: relative;
  padding: 108px 0;
  overflow: hidden;
}

.section-dark {
  color: var(--light);
  background:
    radial-gradient(circle at 84% 14%, rgba(237, 209, 135, 0.09), transparent 30%),
    linear-gradient(180deg, #161922 0%, var(--charcoal) 62%, #0F1116 100%);
}

.section-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(242, 242, 242, 0.96)),
    var(--light);
  color: var(--charcoal);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: 62px;
  line-height: 1.02;
}

h2 {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.04;
}

h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(242, 242, 242, 0.72);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 92px 0;
  isolation: isolate;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.46;
  transform: translateY(var(--hero-shift, 0));
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(237, 209, 135, 0.12) 42% 42.4%, transparent 42.4%),
    linear-gradient(90deg, rgba(242, 242, 242, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(242, 242, 242, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 84px 84px, 84px 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.hero-subheadline {
  max-width: 600px;
  margin-bottom: 30px;
  color: var(--muted-light);
  font-size: 19px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), #FFF0B6 44%, var(--gold-deep));
  border-color: rgba(237, 209, 135, 0.84);
  box-shadow: 0 16px 42px rgba(237, 209, 135, 0.15);
}

.button-gold:hover {
  box-shadow: 0 20px 54px rgba(237, 209, 135, 0.2);
}

.button-outline {
  color: var(--light);
  border-color: rgba(237, 209, 135, 0.52);
  background: rgba(255, 255, 255, 0.02);
}

.button-outline:hover {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.event-bar {
  display: grid;
  grid-template-columns: minmax(112px, 0.72fr) minmax(112px, 0.72fr) minmax(270px, 1.56fr);
  gap: 12px;
  max-width: 840px;
  background: transparent;
  border: 0;
}

.event-bar div {
  min-height: 76px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(237, 209, 135, 0.16);
}

.event-bar div:last-child {
  border-right: 1px solid rgba(237, 209, 135, 0.16);
}

.event-bar span,
.metric-panel span,
.signal-panel span,
.proof-stat span,
.board-column span,
.transparency-panel span,
.recap-card span,
.timeline-item span {
  display: block;
  margin-bottom: 6px;
  color: rgba(237, 209, 135, 0.82);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-bar strong {
  display: block;
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-visual {
  min-height: 560px;
}

.visual-stage {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(237, 209, 135, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 36%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.visual-stage::before,
.visual-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.visual-stage::before {
  inset: 28px;
  border: 1px solid rgba(237, 209, 135, 0.17);
}

.visual-stage::after {
  right: -1px;
  top: 18%;
  width: 4px;
  height: 46%;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.visual-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(237, 209, 135, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 209, 135, 0.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(140deg, black, transparent 75%);
}

.metric-panel,
.signal-panel {
  position: absolute;
  background: rgba(19, 21, 26, 0.9);
  border: 1px solid rgba(237, 209, 135, 0.26);
  backdrop-filter: blur(16px);
}

.metric-panel-primary {
  left: 38px;
  top: 44px;
  width: 78%;
  padding: 30px;
}

.metric-panel strong {
  display: block;
  margin-bottom: 16px;
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 86px;
  font-weight: 400;
  line-height: 0.9;
}

.metric-panel p {
  max-width: 390px;
  color: rgba(242, 242, 242, 0.72);
}

.signal-panel {
  right: 32px;
  bottom: 42px;
  width: 70%;
}

.signal-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(237, 209, 135, 0.16);
}

.signal-panel div:last-child {
  border-bottom: 0;
}

.signal-panel span {
  margin-bottom: 0;
}

.signal-panel strong {
  color: var(--light);
  font-size: 14px;
}

.gold-rail {
  position: absolute;
  left: 38px;
  bottom: 42px;
  width: 112px;
  height: 112px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.interface-console {
  display: grid;
  grid-template-rows: 54px minmax(0, 1fr);
  overflow: hidden;
  border-color: rgba(237, 209, 135, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #0F1116;
}

.interface-console::before,
.interface-console::after {
  display: none;
}

.console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(237, 209, 135, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots i {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(237, 209, 135, 0.62);
}

.console-topbar strong {
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.console-topbar span {
  color: rgba(242, 242, 242, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.console-body {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 0;
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 14px;
  border-right: 1px solid rgba(237, 209, 135, 0.12);
  background: rgba(0, 0, 0, 0.14);
}

.console-sidebar span {
  padding: 10px 11px;
  color: rgba(242, 242, 242, 0.52);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
}

.console-sidebar .is-active {
  color: var(--black);
  background: var(--gold);
  border-color: rgba(237, 209, 135, 0.82);
}

.console-main {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
}

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

.console-kpis div,
.workflow-card,
.console-terminal {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(237, 209, 135, 0.14);
}

.console-kpis div {
  min-height: 104px;
  padding: 18px;
}

.console-kpis span,
.workflow-card-header span,
.console-terminal span {
  display: block;
  margin-bottom: 8px;
  color: rgba(237, 209, 135, 0.78);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.console-kpis strong {
  display: block;
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.workflow-card {
  padding: 20px;
}

.workflow-card-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.workflow-card-header strong {
  color: var(--light);
  font-size: 14px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.workflow-steps span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 12px;
  color: var(--light);
  background: rgba(237, 209, 135, 0.08);
  border: 1px solid rgba(237, 209, 135, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.workflow-steps i {
  height: 1px;
  background: linear-gradient(90deg, rgba(237, 209, 135, 0.28), rgba(237, 209, 135, 0.82));
}

.console-terminal {
  display: grid;
  gap: 0;
  padding: 4px 0;
}

.console-terminal p {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: rgba(242, 242, 242, 0.68);
  border-bottom: 1px solid rgba(242, 242, 242, 0.06);
  font-size: 13px;
}

.console-terminal p:last-child {
  border-bottom: 0;
}

.console-terminal span {
  margin-bottom: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
  border: 0;
}

.audience-card {
  min-height: 242px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.08), transparent 38%),
    var(--paper);
  border: 1px solid rgba(19, 21, 26, 0.1);
  box-shadow: 0 18px 50px rgba(19, 21, 26, 0.045);
}

.audience-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--gold-deep);
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.55;
}

.audience-card p,
.process-step p,
.timeline-item p,
.testimonial-card span,
.recap-card h3 {
  color: var(--muted);
}

.condensed-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  border: 0;
}

.condensed-list li {
  position: relative;
  min-height: 178px;
  padding: 32px 28px 28px;
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.08), transparent 42%),
    var(--paper);
  border: 1px solid rgba(19, 21, 26, 0.1);
  box-shadow: 0 18px 50px rgba(19, 21, 26, 0.045);
  color: var(--charcoal);
  font-size: 17px;
  font-weight: 700;
}

.condensed-list li::before {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 30px;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(237, 209, 135, 0.16);
}

.letter-section {
  background:
    linear-gradient(90deg, rgba(19, 21, 26, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 96px 96px;
}

.letter-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.letter-meta {
  position: sticky;
  top: 114px;
  padding-top: 18px;
  border-top: 1px solid var(--gold);
}

.letter-meta p,
.letter-meta span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.letter-meta strong {
  display: block;
  margin: 6px 0 18px;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.letter-paper {
  padding: 64px 72px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 21, 26, 0.1);
  box-shadow: 0 30px 90px rgba(19, 21, 26, 0.08);
}

.letter-paper h2 {
  font-size: 42px;
}

.letter-paper p {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 18px;
}

.letter-paper p:last-child {
  margin-bottom: 0;
}

.gold-divider {
  width: 160px;
  height: 2px;
  margin-bottom: 36px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
  background: transparent;
  border: 0;
}

.proof-stat {
  min-height: 224px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--charcoal);
  border: 1px solid rgba(237, 209, 135, 0.18);
}

.proof-stat strong {
  display: block;
  margin-bottom: 16px;
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 39px;
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.proof-stat p,
.proof-note {
  color: rgba(242, 242, 242, 0.7);
}

.results-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  background: transparent;
  border: 0;
}

.board-column {
  min-height: 142px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(237, 209, 135, 0.14);
}

.board-column strong {
  display: block;
  min-height: 42px;
  margin-bottom: 18px;
  color: var(--light);
  font-size: 16px;
}

.board-line {
  height: 6px;
  background: rgba(242, 242, 242, 0.12);
}

.board-line i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), #FFF0B8);
}

.proof-note {
  max-width: 820px;
  font-size: 14px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.process-step {
  position: relative;
  min-height: 318px;
  padding: 34px 28px;
  border-left: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
}

.process-step::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 2px;
  content: "";
  background: var(--gold);
}

.process-step span {
  display: block;
  margin-bottom: 74px;
  color: var(--gold-deep);
  font-family: var(--font-heading);
  font-size: 34px;
}

.benefits {
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.1), transparent 24%),
    linear-gradient(90deg, rgba(237, 209, 135, 0.07) 1px, transparent 1px),
    var(--charcoal);
  background-size: auto, 86px 86px, auto;
}

.benefits-layout,
.split-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 76px;
  align-items: start;
}

.benefits-copy {
  position: sticky;
  top: 116px;
}

.benefits-copy p:not(.eyebrow) {
  margin-bottom: 30px;
  color: rgba(242, 242, 242, 0.72);
  font-size: 18px;
}

.benefit-list {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(237, 209, 135, 0.18);
  border: 1px solid rgba(237, 209, 135, 0.18);
}

.benefit-list li {
  position: relative;
  min-height: 92px;
  padding: 26px 30px 26px 58px;
  color: rgba(242, 242, 242, 0.82);
  background: rgba(19, 21, 26, 0.94);
}

.benefit-list li::before {
  position: absolute;
  left: 28px;
  top: 29px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(237, 209, 135, 0.08);
}

.split-layout p {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 18px;
}

.transparency-panel {
  padding: 44px;
  color: var(--light);
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.12), transparent 36%),
    var(--charcoal);
  border: 1px solid rgba(19, 21, 26, 0.12);
}

.transparency-panel strong {
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-heading);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.transparency-panel p {
  color: rgba(242, 242, 242, 0.72);
}

.timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 920px;
  margin-left: auto;
}

.timeline::before {
  position: absolute;
  left: 73px;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, var(--gold), rgba(237, 209, 135, 0.12));
}

.timeline-item {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 34px;
  min-height: 166px;
  padding-bottom: 34px;
}

.timeline-item span {
  position: relative;
  display: grid;
  width: 148px;
  height: 58px;
  place-items: center;
  margin: 0;
  color: var(--black);
  background: var(--gold);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
}

.timeline-item h3 {
  color: var(--light);
}

.timeline-item p {
  max-width: 620px;
  color: rgba(242, 242, 242, 0.68);
}

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

.testimonial-card {
  display: flex;
  min-height: 362px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  background: var(--paper);
  border: 1px solid var(--line-light);
  box-shadow: 0 24px 70px rgba(19, 21, 26, 0.07);
}

.testimonial-card p {
  color: var(--charcoal);
  font-size: 20px;
  line-height: 1.55;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-deep);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.testimonial-card span {
  display: block;
  font-size: 14px;
}

.recap {
  color: var(--light);
  background: var(--black);
}

.recap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(237, 209, 135, 0.2);
  border: 1px solid rgba(237, 209, 135, 0.2);
}

.recap-card {
  min-height: 238px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--black);
}

.recap-card h3 {
  color: var(--light);
  font-size: 22px;
  line-height: 1.12;
}

.faq-heading {
  position: sticky;
  top: 116px;
}

.faq-list {
  border-top: 1px solid var(--line-light);
}

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 0 52px 0 0;
  color: var(--charcoal);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 4px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  content: "+";
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 720px;
  padding: 0 52px 28px 0;
  color: var(--muted);
}

.final-cta {
  min-height: auto;
  display: grid;
  place-items: center;
  text-align: center;
}

.final-cta-inner {
  max-width: 860px;
}

.final-cta h2 {
  font-size: 50px;
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(242, 242, 242, 0.74);
  font-size: 19px;
}

.survey-section {
  min-height: auto;
  text-align: left;
}

.survey-section .final-cta-inner {
  max-width: 980px;
}

.survey-section .eyebrow,
.survey-section h2,
.survey-section > .container > p,
.survey-section .final-cta-inner > p:not(.eyebrow) {
  text-align: center;
}

.survey-form {
  display: grid;
  gap: 1px;
  margin-top: 42px;
  padding: 1px;
  background: rgba(237, 209, 135, 0.2);
  border: 1px solid rgba(237, 209, 135, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.survey-wizard {
  width: min(100%, 760px);
  margin-inline: auto;
  overflow: hidden;
  background: rgba(8, 9, 12, 0.72);
  border-color: rgba(237, 209, 135, 0.28);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.survey-progress {
  display: grid;
  gap: 14px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(237, 209, 135, 0.18);
}

.survey-progress span {
  color: rgba(237, 209, 135, 0.82);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.survey-progress-track {
  height: 4px;
  overflow: hidden;
  background: rgba(242, 242, 242, 0.1);
}

.survey-progress-track i {
  display: block;
  width: 16.66%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), #FFF0B8);
  transition: width 240ms ease;
}

.survey-step-stack {
  min-height: 430px;
}

.survey-question {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0 0 46px;
  color: rgba(242, 242, 242, 0.82);
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.08), transparent 42%),
    rgba(19, 21, 26, 0.96);
  border: 0;
}

.survey-question[hidden] {
  display: none;
}

.survey-question legend,
.survey-textarea span {
  float: left;
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
  padding: 46px 46px 0;
  color: var(--light);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
}

.survey-question label {
  display: flex;
  clear: both;
  align-items: flex-start;
  gap: 12px;
  min-height: 58px;
  margin: 0 46px 14px;
  padding: 16px 18px;
  color: rgba(242, 242, 242, 0.74);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(242, 242, 242, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.survey-question label:last-child {
  margin-bottom: 0;
}

.survey-question label:hover {
  color: var(--light);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(237, 209, 135, 0.34);
}

.survey-question label:has(input:checked) {
  color: var(--light);
  background: rgba(237, 209, 135, 0.11);
  border-color: rgba(237, 209, 135, 0.62);
}

.survey-question input[type="radio"] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.survey-textarea textarea {
  clear: both;
  width: calc(100% - 92px);
  min-height: 280px;
  margin: 0 46px;
  resize: vertical;
  padding: 16px;
  color: var(--light);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(242, 242, 242, 0.12);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.survey-textarea textarea:focus {
  border-color: rgba(237, 209, 135, 0.76);
  box-shadow: 0 0 0 3px rgba(237, 209, 135, 0.14);
}

.survey-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px;
  background: var(--charcoal);
}

.survey-wizard-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  padding: 22px 26px;
  background: rgba(19, 21, 26, 0.98);
  border-top: 1px solid rgba(237, 209, 135, 0.18);
}

.survey-wizard-actions [hidden] {
  display: none;
}

.survey-wizard-actions p {
  justify-self: center;
  text-align: center;
}

.survey-wizard-actions button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.survey-submit p {
  max-width: 470px;
  color: rgba(242, 242, 242, 0.68);
  font-size: 14px;
}

.survey-submit a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lead-modal {
  width: min(100% - 32px, 720px);
  max-height: calc(100vh - 48px);
  padding: 0;
  color: var(--light);
  background:
    linear-gradient(135deg, rgba(237, 209, 135, 0.1), transparent 36%),
    var(--charcoal);
  border: 1px solid rgba(237, 209, 135, 0.34);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.5);
}

.lead-modal::backdrop {
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(8px);
}

.lead-form {
  padding: 38px;
}

.lead-modal-header {
  margin-bottom: 28px;
  text-align: center;
}

.lead-modal-header h2 {
  margin-bottom: 14px;
  font-size: 34px;
}

.lead-modal-header p:not(.eyebrow) {
  max-width: 560px;
  margin-inline: auto;
  color: var(--muted-light);
}

.lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-fields label {
  display: grid;
  gap: 8px;
}

.lead-fields span {
  color: rgba(237, 209, 135, 0.82);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.lead-fields input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--light);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(242, 242, 242, 0.12);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-fields input:focus {
  border-color: rgba(237, 209, 135, 0.76);
  box-shadow: 0 0 0 3px rgba(237, 209, 135, 0.14);
}

.lead-email {
  grid-column: 1 / -1;
}

.lead-consent {
  margin: 18px 0 24px;
  color: rgba(242, 242, 242, 0.62);
  font-size: 13px;
  text-align: center;
}

.lead-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(237, 209, 135, 0.18);
}

.lead-actions p {
  max-width: 300px;
  color: rgba(242, 242, 242, 0.68);
  font-size: 14px;
}

.survey-submit button[disabled] {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.site-footer {
  padding: 48px 0 30px;
  color: rgba(242, 242, 242, 0.72);
  background: var(--charcoal);
  border-top: 1px solid rgba(237, 209, 135, 0.16);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.footer-brand {
  color: var(--light);
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 26px;
  font-size: 14px;
}

.footer-note {
  width: min(100% - 48px, var(--container));
  margin: 34px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 242, 242, 0.1);
  font-size: 12px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), #FFF0B6, var(--gold-deep));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta:hover {
  transform: translateY(-2px);
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta.is-visible:hover {
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-grid,
  .benefits-layout,
  .split-layout,
  .faq-layout,
  .letter-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    justify-items: center;
    gap: 54px;
    text-align: center;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-subheadline {
    margin-inline: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .event-bar {
    margin-inline: auto;
  }

  .hero-visual,
  .visual-stage {
    min-height: 500px;
  }

  .hero-visual {
    width: min(100%, 640px);
  }

  .letter-meta,
  .benefits-copy,
  .faq-heading {
    position: static;
  }

  .process-grid,
  .results-board,
  .recap-grid,
  .condensed-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-survey {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
    padding: 0 22px;
  }

  .site-nav {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .section {
    padding: 86px 0;
  }

  .hero {
    min-height: calc(100svh - 68px);
    padding: 64px 0;
  }

  h1 {
    font-size: 44px;
  }

  h2,
  .final-cta h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 19px;
  }

  .hero-subheadline {
    font-size: 18px;
  }

  .event-bar {
    grid-template-columns: 1fr;
    width: min(100%, 620px);
  }

  .event-bar,
  .audience-grid,
  .proof-grid,
  .process-grid,
  .results-board,
  .testimonial-grid,
  .recap-grid {
    grid-template-columns: 1fr;
  }

  .condensed-list {
    grid-template-columns: 1fr;
  }

  .event-bar div {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .event-bar div:last-child {
    border-bottom: 0;
  }

  .interface-console {
    min-height: auto;
  }

  .console-body {
    grid-template-columns: 1fr;
  }

  .console-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(237, 209, 135, 0.12);
  }

  .console-sidebar span {
    text-align: center;
  }

  .letter-paper {
    padding: 40px 28px;
  }

  .metric-panel-primary {
    left: 24px;
    top: 36px;
    width: calc(100% - 48px);
    padding: 24px;
  }

  .metric-panel strong {
    font-size: 72px;
  }

  .signal-panel {
    left: 24px;
    right: 24px;
    bottom: 34px;
    width: auto;
  }

  .gold-rail {
    display: none;
  }

  .timeline::before {
    left: 29px;
  }

  .timeline-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
  }

  .timeline-item span {
    width: 58px;
    height: 58px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }

  .survey-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .survey-wizard-actions {
    grid-template-columns: 1fr;
  }

  .survey-wizard-actions p {
    order: -1;
    justify-self: start;
    text-align: left;
  }

  .lead-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .hero-grid {
    gap: 42px;
  }

  .hero {
    min-height: calc(100svh - 68px);
    padding: 54px 0;
  }

  .cta-row,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 38px;
  }

  h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .hero-visual,
  .visual-stage {
    min-height: 430px;
  }

  .hero-visual,
  .interface-console {
    min-height: auto;
  }

  .visual-stage::before {
    inset: 16px;
  }

  .metric-panel strong {
    font-size: 56px;
  }

  .console-main {
    padding: 18px;
  }

  .console-kpis {
    grid-template-columns: 1fr;
  }

  .workflow-card-header {
    display: grid;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-steps i {
    width: 1px;
    height: 18px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(237, 209, 135, 0.28), rgba(237, 209, 135, 0.82));
  }

  .signal-panel div {
    min-height: 62px;
    padding: 0 18px;
  }

  .audience-card,
  .proof-stat,
  .board-column,
  .process-step,
  .testimonial-card,
  .recap-card,
  .transparency-panel {
    padding: 26px;
  }

  .faq-list summary {
    min-height: 76px;
    padding-right: 44px;
    font-size: 16px;
  }

  .faq-list p {
    padding-right: 44px;
  }

  .survey-submit {
    padding: 22px;
  }

  .survey-question {
    padding: 0 0 22px;
  }

  .survey-progress {
    padding: 20px 22px;
  }

  .survey-step-stack {
    min-height: 360px;
  }

  .survey-question legend,
  .survey-textarea span {
    font-size: 21px;
    padding: 28px 22px 0;
    margin-bottom: 20px;
  }

  .survey-question label {
    margin-right: 22px;
    margin-left: 22px;
  }

  .survey-textarea textarea {
    width: calc(100% - 44px);
    min-height: 250px;
    margin-right: 22px;
    margin-left: 22px;
  }

  .lead-form {
    padding: 26px;
  }

  .lead-modal-header h2 {
    font-size: 27px;
  }

  .lead-fields {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
