/* ==========================================================================
   Quorum marketing site
   Design tokens mirror the app's "Fintech High-Contrast" system:
   zinc/white monochrome + red/amber/emerald status colors, Inter type.
   ========================================================================== */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/Inter-latin-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --white: #ffffff;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-700: #3f3f46;
  --zinc-950: #09090b;

  --red-600: #dc2626;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --amber-500: #f59e0b;
  --amber-50: #fffbeb;
  --emerald-600: #059669;
  --emerald-50: #ecfdf5;

  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;

  --radius: 10px;
  --radius-sm: 6px;
  --shadow-card: 0 1px 2px rgba(9, 9, 11, 0.05);
  --shadow-mockup: 0 1px 2px rgba(9, 9, 11, 0.04), 0 12px 32px -8px rgba(9, 9, 11, 0.14);

  --container: 1080px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

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

body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--zinc-950);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.tnum {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

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

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--zinc-950);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--zinc-700);
}

.btn-secondary {
  background: var(--white);
  color: var(--zinc-950);
  border-color: var(--zinc-300);
}

.btn-secondary:hover {
  background: var(--zinc-100);
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--zinc-200);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wordmark-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--zinc-950);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--zinc-500);
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--zinc-950);
}

.main-nav .btn {
  min-height: 38px;
  padding: 7px 16px;
  font-size: 14px;
  color: var(--white);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--zinc-300);
  border-radius: var(--radius-sm);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--zinc-950);
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--zinc-200);
    padding: 8px 24px 16px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 0;
    font-size: 16px;
  }

  .main-nav .btn {
    margin-top: 8px;
    color: var(--white);
  }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(1200px 500px at 50% -10%, var(--zinc-100), transparent 70%),
    var(--white);
}

.hero-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
  background: var(--zinc-100);
  border: 1px solid var(--zinc-200);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(34px, 5.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.hero .lede {
  margin: 22px auto 0;
  max-width: 620px;
  font-size: 19px;
  color: var(--zinc-500);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.cta-note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--zinc-500);
}

.cta-note strong {
  color: var(--emerald-600);
}

.hero-mockup {
  margin-top: 56px;
}

/* --------------------------------------------------------------------------
   App mockups (hand-built UI recreations; swappable for real screenshots)
   -------------------------------------------------------------------------- */

.app-mockup {
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: 14px;
  box-shadow: var(--shadow-mockup);
  overflow: hidden;
  text-align: left;
}

.mockup-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--zinc-50);
  border-bottom: 1px solid var(--zinc-200);
}

.mockup-chrome .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--zinc-200);
}

.mockup-chrome .addr {
  flex: 1;
  max-width: 320px;
  margin: 0 auto;
  font-size: 11px;
  color: var(--zinc-400);
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: 6px;
  padding: 3px 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.mockup-body {
  padding: 20px;
}

.mockup-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.mockup-title-row h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mockup-btn {
  font-size: 12px;
  font-weight: 600;
  background: var(--zinc-950);
  color: var(--white);
  border-radius: 6px;
  padding: 6px 12px;
  white-space: nowrap;
}

/* Summary cards */

.summary-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.summary-card {
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 12px 14px;
}

.summary-card .label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
}

.summary-card .value {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 2px;
}

.summary-card.stalled {
  border-left: 3px solid var(--red-600);
}

.summary-card.stalled .value {
  color: var(--red-600);
}

.summary-card.good {
  border-left: 3px solid var(--emerald-600);
}

/* Ledger rows */

.ledger {
  border: 1px solid var(--zinc-200);
  border-radius: var(--radius);
  overflow: hidden;
}

.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) auto auto auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
}

.ledger-head {
  background: var(--zinc-50);
  border-bottom: 1px solid var(--zinc-200);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
  padding-top: 8px;
  padding-bottom: 8px;
}

.ledger-row {
  border-bottom: 1px solid var(--zinc-100);
  background: var(--white);
}

.ledger-row:last-child {
  border-bottom: none;
}

.ledger-row.is-stalled {
  background: #fef7f7;
}

.ledger-group {
  padding: 8px 16px;
  background: var(--zinc-50);
  border-bottom: 1px solid var(--zinc-200);
  border-top: 1px solid var(--zinc-200);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zinc-700);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ledger-group:first-child {
  border-top: none;
}

.ledger-group .count {
  color: var(--zinc-400);
  font-weight: 600;
}

.proj {
  min-width: 0;
}

.proj .name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proj .sub {
  font-size: 11px;
  color: var(--zinc-500);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}

.pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.pill-stalled {
  background: var(--red-50);
  color: var(--red-600);
}

.pill-active {
  background: var(--emerald-50);
  color: var(--emerald-600);
}

.pill-aging {
  background: var(--amber-50);
  color: #b45309;
}

.owner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  color: var(--zinc-700);
  white-space: nowrap;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--zinc-100);
  border: 1px solid var(--zinc-200);
  font-size: 9px;
  font-weight: 700;
  color: var(--zinc-700);
  flex-shrink: 0;
}

.days {
  font-size: 12px;
  font-weight: 600;
  color: var(--zinc-500);
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.days.red {
  color: var(--red-600);
  font-weight: 700;
}

.days.amber {
  color: #b45309;
}

/* Tighter rows inside the narrower feature-column mockups */

.feature-visual .ledger-head,
.feature-visual .ledger-row {
  gap: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.compact-rows .ledger-row {
  grid-template-columns: minmax(0, 1.6fr) auto auto;
}

@media (max-width: 640px) {
  .ledger-head {
    display: none;
  }

  .ledger-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "proj days"
      "pill owner";
    row-gap: 8px;
  }

  .ledger-row .proj { grid-area: proj; }
  .ledger-row .days { grid-area: days; }
  .ledger-row .pill { grid-area: pill; justify-self: start; }
  .ledger-row .owner { grid-area: owner; justify-self: end; }

  .compact-rows .ledger-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "proj days"
      "owner owner";
  }

  .compact-rows .ledger-row .owner {
    justify-self: start;
  }

  .summary-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Drawer mockup (project detail: comments + audit timeline) */

.drawer-mockup .mockup-body {
  padding: 0;
}

.drawer-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--zinc-200);
}

.drawer-head .crumb {
  font-size: 11px;
  color: var(--zinc-400);
  margin-bottom: 4px;
}

.drawer-head h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.drawer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.drawer-section {
  padding: 16px 20px;
}

.drawer-section + .drawer-section {
  border-top: 1px solid var(--zinc-100);
}

.drawer-section h5 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
  margin-bottom: 12px;
}

.comment {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .bubble {
  background: var(--zinc-50);
  border: 1px solid var(--zinc-200);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12.5px;
  flex: 1;
}

.comment .who {
  font-weight: 600;
  font-size: 12px;
}

.comment .when {
  font-weight: 400;
  color: var(--zinc-400);
  font-size: 11px;
  margin-left: 6px;
}

.timeline {
  list-style: none;
  position: relative;
  padding-left: 22px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--zinc-200);
}

.timeline li {
  position: relative;
  font-size: 12.5px;
  padding-bottom: 12px;
  color: var(--zinc-700);
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--zinc-400);
}

.timeline li.current::before {
  border-color: var(--red-600);
  background: var(--red-50);
}

.timeline .t-when {
  display: block;
  font-size: 11px;
  color: var(--zinc-400);
}

/* Packet / meeting mode mockup */

.packet-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
}

.packet-toc {
  border-right: 1px solid var(--zinc-200);
  background: var(--zinc-50);
  padding: 14px;
}

.packet-toc .toc-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
  margin-bottom: 10px;
}

.packet-toc ul {
  list-style: none;
}

.packet-toc li {
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--zinc-700);
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.packet-toc li .pg {
  color: var(--zinc-400);
  font-variant-numeric: tabular-nums;
}

.packet-toc li.active {
  background: var(--zinc-950);
  color: var(--white);
}

.packet-toc li.active .pg {
  color: var(--zinc-400);
}

.packet-main {
  padding: 16px;
}

.bid-card {
  border: 1px solid var(--zinc-200);
  border-radius: var(--radius);
  padding: 12px 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--shadow-card);
}

.bid-card:last-child {
  margin-bottom: 0;
}

.bid-card .vendor {
  font-size: 13px;
  font-weight: 600;
}

.bid-card .detail {
  font-size: 11px;
  color: var(--zinc-500);
}

.bid-card .amount {
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bid-card.selected {
  border-color: var(--emerald-600);
  background: var(--emerald-50);
}

.tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 7px;
  background: var(--zinc-100);
  color: var(--zinc-700);
}

.tag.green {
  background: var(--emerald-50);
  color: var(--emerald-600);
}

@media (max-width: 640px) {
  .packet-grid {
    grid-template-columns: 1fr;
  }

  .packet-toc {
    border-right: none;
    border-bottom: 1px solid var(--zinc-200);
  }
}

/* Financial snapshot mockup */

.fin-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.fin-card {
  border: 1px solid var(--zinc-200);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: var(--shadow-card);
}

.fin-card .label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zinc-500);
}

.fin-card .value {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}

.fin-card .meta {
  font-size: 11px;
  color: var(--zinc-500);
  margin-top: 4px;
}

.freshness {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--emerald-600);
}

.freshness::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-600);
}

.freshness.stale {
  color: #b45309;
}

.freshness.stale::before {
  background: var(--amber-500);
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section {
  padding: 88px 0;
}

.section.alt {
  background: var(--zinc-50);
  border-top: 1px solid var(--zinc-200);
  border-bottom: 1px solid var(--zinc-200);
}

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.section-head p {
  margin-top: 14px;
  font-size: 17px;
  color: var(--zinc-500);
}

/* Problem cards */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.problem-card {
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.problem-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--red-50);
  color: var(--red-600);
  margin-bottom: 18px;
}

.problem-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.problem-card p {
  font-size: 14.5px;
  color: var(--zinc-500);
}

@media (max-width: 860px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

/* Feature blocks (alternating) */

.feature {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: center;
  padding: 44px 0;
}

.feature.flip .feature-copy {
  order: 2;
}

.feature.flip .feature-visual {
  order: 1;
}

.feature-copy .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--zinc-500);
  margin-bottom: 10px;
}

.feature-copy h3 {
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 14px;
}

.feature-copy p {
  font-size: 16px;
  color: var(--zinc-500);
}

.feature-copy ul {
  margin-top: 16px;
  list-style: none;
}

.feature-copy li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: var(--zinc-700);
  margin-bottom: 8px;
}

.feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 8px;
  border-left: 2.5px solid var(--emerald-600);
  border-bottom: 2.5px solid var(--emerald-600);
  transform: rotate(-45deg);
}

.feature-copy li.soon {
  padding-left: 0;
  margin-top: 14px;
  color: var(--zinc-500);
}

.feature-copy li.soon::before {
  display: none;
}

.tag-soon {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--amber-50);
  color: #b45309;
  border: 1px solid #fde68a;
  border-radius: 999px;
  padding: 2px 10px;
  margin-right: 8px;
}

@media (max-width: 860px) {
  .feature,
  .feature.flip {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0;
  }

  .feature.flip .feature-copy {
    order: 1;
  }

  .feature.flip .feature-visual {
    order: 2;
  }
}

/* Roles cards */

.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.role-card {
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: 14px;
  padding: 26px;
  box-shadow: var(--shadow-card);
}

.role-card .role-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--zinc-100);
  border: 1px solid var(--zinc-200);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.role-card h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.role-card p {
  font-size: 14px;
  color: var(--zinc-500);
}

@media (max-width: 860px) {
  .roles-grid {
    grid-template-columns: 1fr;
  }
}

/* How it works */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}

.step {
  background: var(--white);
  border: 1px solid var(--zinc-200);
  border-radius: 14px;
  padding: 26px;
  box-shadow: var(--shadow-card);
  counter-increment: step;
}

.step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--zinc-950);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.step .num::before {
  content: counter(step);
}

.step h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.step p {
  font-size: 14px;
  color: var(--zinc-500);
}

@media (max-width: 1000px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

/* FAQ */

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--zinc-200);
  border-radius: var(--radius);
  background: var(--white);
  margin-bottom: 12px;
  box-shadow: var(--shadow-card);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  min-height: 44px;
}

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

.faq-list summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 500;
  color: var(--zinc-400);
  flex-shrink: 0;
  line-height: 1;
}

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

.faq-list .answer {
  padding: 0 22px 18px;
  font-size: 15px;
  color: var(--zinc-500);
}

.faq-list .answer a {
  color: var(--zinc-950);
  font-weight: 600;
}

/* Final CTA */

.final-cta {
  background: var(--zinc-950);
  color: var(--white);
  border-radius: 20px;
  padding: 64px 32px;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  letter-spacing: -0.025em;
  line-height: 1.15;
  font-weight: 800;
}

.final-cta p {
  margin: 14px auto 0;
  max-width: 520px;
  font-size: 17px;
  color: var(--zinc-400);
}

.final-cta .btn {
  margin-top: 30px;
  background: var(--white);
  color: var(--zinc-950);
}

.final-cta .btn:hover {
  background: var(--zinc-200);
}

.final-cta .pilot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #34d399;
  background: rgba(5, 150, 105, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 999px;
  padding: 5px 14px;
}

.final-cta .email-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--zinc-500);
}

.final-cta .email-note a {
  color: var(--zinc-300);
}

/* Footer */

.site-footer {
  padding: 36px 0 44px;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--zinc-500);
}

.site-footer a {
  color: var(--zinc-500);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--zinc-950);
}

/* --------------------------------------------------------------------------
   Scroll reveal (JS adds .revealed; disabled for reduced motion)
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }
}
