/* Auto Army — Home page specific styles, on top of site.css */
@import url('./site.css');

/* ─── Page container width: match design system 1280 + 32 gutter ───────── */
.aa-container { max-width: 1280px; padding: 0 40px; }

@media (max-width: 900px) {
  .aa-container { padding: 0 24px; }
}

/* ─── Hero ─────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 64px 0 56px;
  background:
    radial-gradient(64% 70% at 6% 96%, rgba(0,60,51,0.22), transparent 70%),
    linear-gradient(152deg, #0a1622 0%, #070b14 46%, #04060c 100%);
  color: #f4f4f6;
  overflow: hidden;
  isolation: isolate;
}
/* Animated WebGL plasma — sits behind every other hero layer */
.hero__shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: block;
  opacity: 1;                      /* always visible; the WebGL plasma animates itself */
  /* concentrate the plasma toward the mockup side; fade it out over the copy */
  -webkit-mask-image: radial-gradient(95% 110% at 84% 46%, #000 18%, rgba(0,0,0,0.35) 52%, transparent 82%);
          mask-image: radial-gradient(95% 110% at 84% 46%, #000 18%, rgba(0,0,0,0.35) 52%, transparent 82%);
}
/* soft dark scrim over the shader to keep text crisp */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(4,8,14,0.94) 0%, rgba(4,8,14,0.72) 32%, rgba(4,8,14,0.30) 56%, rgba(4,8,14,0.05) 78%, rgba(4,8,14,0) 100%),
    linear-gradient(0deg, rgba(4,6,12,0.6) 0%, transparent 28%),
    radial-gradient(70% 80% at 50% 40%, transparent 60%, rgba(4,6,12,0.5) 100%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 588px;
}
.hero__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
  padding: 6px 0;
  align-self: center;
  justify-content: center;
}
.hero__head .eyebrow { margin: 0; }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin: 0;
  text-wrap: balance;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #b8c2cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f4f4f6;
}
.hero h1 em {
  font-style: italic;
  position: relative;
  background: linear-gradient(180deg, var(--coral) 0%, color-mix(in oklab, var(--coral), #fff 18%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--coral);
}
.hero .eyebrow { color: rgba(255,255,255,0.62); }
.hero__sub {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.74);
  margin: 0;
}
.hero__sub strong { font-weight: 500; color: #fff; }
.hero .link-arrow { color: rgba(255,255,255,0.9); }

.hero__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 4px; }

/* ─── Right column — floating product mockup inside an orbit ──────────── */
.hero__visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  align-self: center;
}
.hero__orbit {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 0;
}
.hero__orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  transform-origin: center;
}
.hero__orbit-ring--1 {
  width: 540px; height: 540px;
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 0 90px -8px rgb(from var(--coral) r g b / 0.24) inset;
  animation: hero-spin 46s linear infinite;
}
.hero__orbit-ring--2 {
  width: 700px; height: 700px;
  border-color: rgba(255,255,255,0.05);
  border-style: dashed;
  animation: hero-spin 92s linear infinite reverse;
}
.hero__orbit-node {
  position: absolute;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 18px 2px rgb(from var(--coral) r g b / 0.85);
  top: -6px; left: 50%; margin-left: -6px;
}
.hero__orbit-node--b {
  top: auto; bottom: -5px;
  width: 8px; height: 8px; margin-left: -4px;
  background: #fff; box-shadow: 0 0 14px rgba(255,255,255,0.7);
}
.hero__orbit-node--c {
  top: 50%; left: -5px; margin: -5px 0 0 0;
  width: 9px; height: 9px;
  background: var(--action-blue); box-shadow: 0 0 14px rgb(from var(--action-blue) r g b / 0.85);
}

.hero__mock {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  animation: hero-bob 7.5s ease-in-out infinite;
}
.hero__mock-glow {
  position: absolute;
  inset: -48px -40px -60px -40px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgb(from var(--coral) r g b / 0.30), rgb(from var(--coral) r g b / 0.06) 45%, transparent 66%);
  filter: blur(28px);
}
.hero__console {
  position: relative;
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(54,74,98,0.55), transparent 60%),
    linear-gradient(180deg, rgba(22,32,43,0.96), rgba(8,13,19,0.96));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  font-family: var(--font-body);
  box-shadow:
    0 50px 100px -34px rgba(0,0,0,0.88),
    0 2px 0 0 rgba(255,255,255,0.06) inset,
    0 0 0 1px rgba(255,255,255,0.03) inset;
  overflow: hidden;
}
/* top sheen */
.hero__console::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  opacity: 0.7;
}
.console__chip--coral {
  border-color: rgb(from var(--coral) r g b / 0.45) !important;
  color: color-mix(in oklab, var(--coral), white 25%) !important;
  background: rgb(from var(--coral) r g b / 0.10) !important;
}
.console__chip--live {
  border-color: rgba(63,214,166,0.45) !important;
  color: #4fe0b0 !important;
  background: rgba(63,214,166,0.12) !important;
  display: inline-flex; align-items: center; gap: 6px;
}
.console__chip--live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #3fd6a6; box-shadow: 0 0 8px #3fd6a6;
  animation: hero-dot-pulse 2.4s ease-in-out infinite;
}
.console__row--rec {
  border: 1px solid rgb(from var(--coral) r g b / 0.30);
  background: rgb(from var(--coral) r g b / 0.08);
}
.console__row--rec b {
  color: color-mix(in oklab, var(--coral), white 30%);
  font-weight: 600;
}

/* readiness gauge + score */
.hero__score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 6px 2px 8px;
}
.hero__gauge {
  position: relative;
  width: 84px; height: 84px;
  flex-shrink: 0;
  display: grid; place-items: center;
  filter: drop-shadow(0 6px 18px rgb(from var(--coral) r g b / 0.4));
}
.hero__gauge-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.hero__gauge-track {
  fill: none;
  stroke: rgba(255,255,255,0.08);
  stroke-width: 7;
}
.hero__gauge-arc {
  fill: none;
  stroke: url(#gaugeGrad);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 264;
  /* filled state is the BASE so the ring is never empty if animation can't tick */
  stroke-dashoffset: calc(264 - 264 * var(--val) / 100);
}
@keyframes hero-gauge-fill {
  from { stroke-dashoffset: 264; }
  to   { stroke-dashoffset: calc(264 - 264 * var(--val) / 100); }
}
.hero__gauge-center {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
}
.hero__gauge-num {
  font-family: var(--font-display);
  font-size: 27px; font-weight: 500;
  letter-spacing: -0.8px;
  color: #fff;
}
.hero__gauge-max {
  font-family: var(--font-mono);
  font-size: 8.5px; letter-spacing: 0.4px;
  color: rgba(255,255,255,0.45);
  margin-top: 3px;
}
.hero__score-title {
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500; color: #fff;
  letter-spacing: -0.2px;
}
.hero__score-sub {
  font-size: 12px; line-height: 1.45;
  color: rgba(255,255,255,0.6);
  margin-top: 5px;
}
.hero__score-delta {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 9px;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.3px; text-transform: uppercase;
  color: #4fe0b0;
  background: rgba(63,214,166,0.12);
  border: 1px solid rgba(63,214,166,0.28);
  border-radius: 9999px;
  padding: 3px 9px 3px 7px;
  width: fit-content;
}

/* metric bars with per-metric color + value */
.hero__metrics { display: flex; flex-direction: column; gap: 13px; padding: 2px 0; }
.hero__metric {
  display: grid;
  grid-template-columns: 104px 1fr 26px;
  gap: 13px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.66);
}
.hero__metric b {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 500;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: right;
}
.hero__metric i {
  height: 7px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
  position: relative;
  overflow: hidden;
}
.hero__metric i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  /* filled is the BASE width so bars always render, no animation dependency */
  width: var(--w, 60%);
  border-radius: 9999px;
  background: linear-gradient(90deg, var(--coral), color-mix(in oklab, var(--coral), #fff 28%));
  box-shadow: 0 0 12px rgb(from var(--coral) r g b / 0.7);
}
/* glossy top highlight on the fill */
.hero__metric i::before {
  content: "";
  position: absolute;
  inset: 1px 0 auto 0;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  z-index: 1;
}
.hero__metric--g i::after {
  background: linear-gradient(90deg, #0e9e78, #3fd6a6);
  box-shadow: 0 0 10px rgba(63,214,166,0.55);
}
.hero__metric--g b { color: #6fe6c2; }
.hero__metric--b i::after {
  background: linear-gradient(90deg, #2563eb, #6aa3ff);
  box-shadow: 0 0 10px rgba(106,163,255,0.55);
}
.hero__metric--b b { color: #9cc2ff; }
@keyframes hero-bar-fill { to { width: var(--w, 60%); } }

/* floating ROI accent card */
.hero__mock-pill {
  position: absolute;
  right: -20px; bottom: -20px;
  z-index: 3;
  background: rgba(255,255,255,0.97);
  color: var(--ink);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 26px 54px -18px rgba(0,0,0,0.7);
  animation: hero-bob 7.5s ease-in-out infinite reverse;
}
.hero__mock-pill-num {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 500; line-height: 1;
  letter-spacing: -0.5px;
  color: var(--enterprise-green);
}
.hero__mock-pill-label {
  font-family: var(--font-mono);
  font-size: 9.5px; letter-spacing: 0.3px; text-transform: uppercase;
  color: var(--slate);
}

/* floating top-left chip */
.hero__mock-tag {
  position: absolute;
  left: 18px; top: -16px;
  z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(15,22,30,0.95);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 9999px;
  padding: 8px 13px;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.3px; text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.7);
  animation: hero-bob 9s ease-in-out infinite;
}
.hero__mock-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--action-blue); box-shadow: 0 0 10px rgb(from var(--action-blue) r g b / 0.9);
}

@keyframes hero-spin { to { transform: rotate(360deg); } }
@keyframes hero-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Stats — full-width ledger matrix under the two columns */
.hero__stats {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.hero__stats > div { padding: 0 36px; }
.hero__stats > div:first-child { padding-left: 0; }
.hero__stats > div + div { border-left: 1px solid rgba(255,255,255,0.12); }
.hero__stat-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -1.2px;
  color: #fff;
  margin: 0 0 12px;
}
.hero__stat-num sup {
  font-size: 24px;
  font-feature-settings: "sups";
  letter-spacing: -0.6px;
  margin-left: 3px;
  vertical-align: top;
  line-height: 1;
  color: var(--coral);
}
.hero__stat-body {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.62);
  margin: 0;
}

/* ─── Section helpers ──────────────────────────────────────────────────── */
.section { padding: 120px 0; }
.section--tight { padding: 88px 0; }
.section--dark {
  background: var(--enterprise-green);
  color: #fff;
}
.section--navy {
  background: var(--dark-navy);
  color: #fff;
}
.section--stone { background: var(--near-black); color: #fff; }

.section--dark .eyebrow,
.section--navy .eyebrow {
  color: rgba(255,255,255,0.6);
}
.section--dark .eyebrow--coral,
.section--navy .eyebrow--coral { color: var(--coral); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  display: inline-block;
}

.section-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head h2 {
  font-family: var(--font-body);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.96px;
  margin: 0;
  text-wrap: balance;
}
.section-head p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
  color: inherit;
}
.section--dark .section-head p,
.section--navy .section-head p { color: rgba(255,255,255,0.78); }

/* ─── Differentiator cards (white, hairline-divided) ───────────────────── */
/* ─── What makes different — tabbed cards + accordion + mockups ────────── */
.diffx__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.diffx__card {
  text-align: left;
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  position: relative;
  transition: background 260ms var(--ease-out), border-color 260ms var(--ease-out), box-shadow 260ms var(--ease-out), transform 260ms var(--ease-out);
}
.diffx__card:hover { transform: translateY(-3px); border-color: #c9c9d0; box-shadow: 0 18px 40px -26px rgba(0,0,0,0.4); }
.diffx__card.is-active {
  background: var(--near-black);
  border-color: transparent;
  box-shadow: 0 18px 40px -26px rgba(0,0,0,0.5);
}
.diffx__card.is-active h3 { color: #fff; }
.diffx__card.is-active p { color: rgba(255,255,255,0.66); }
.diffx__card-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  display: grid; place-items: center;
}
.diffx__card-icon svg { width: 22px; height: 22px; }
.diffx__card-icon--c1 { background: color-mix(in oklab, var(--action-blue), white 86%); color: var(--action-blue); }
.diffx__card-icon--c2 { background: color-mix(in oklab, #0e9e78, white 86%); color: #0e9e78; }
.diffx__card-icon--c3 { background: color-mix(in oklab, #7c5cdb, white 86%); color: #7c5cdb; }
.diffx__card-icon--c4 { background: color-mix(in oklab, var(--coral), white 84%); color: color-mix(in oklab, var(--coral), black 8%); }
.diffx__card-icon--c5 { background: color-mix(in oklab, #1f9bd0, white 86%); color: #1f9bd0; }
.diffx__card h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin: 0;
  color: var(--ink);
}
.diffx__card p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #5b5b63;
  margin: 0;
}

/* Detail panel */
.diffx__panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 0;
  background: var(--near-black);
  border-radius: 24px;
  overflow: hidden;
}
.diffx__accordion {
  padding: 16px 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diffx__acc { border-bottom: 1px solid color-mix(in oklab, var(--hairline), transparent 30%); }
.diffx__acc:last-child { border-bottom: 0; }
.diffx__acc-head {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  text-align: left;
}
.diffx__acc-title {
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #8a8a93;
  transition: color 260ms var(--ease-out);
}
.diffx__acc.is-open .diffx__acc-title { color: var(--ink); }
.diffx__acc-chev {
  width: 22px; height: 22px;
  flex-shrink: 0;
  position: relative;
}
.diffx__acc-chev::before,
.diffx__acc-chev::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 2px;
  background: #9a9aa2;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 320ms var(--ease-out), background 260ms var(--ease-out);
}
.diffx__acc-chev::after { transform: translate(-50%, -50%) rotate(90deg); }
.diffx__acc.is-open .diffx__acc-chev::before { background: var(--ink); }
.diffx__acc.is-open .diffx__acc-chev::after { transform: translate(-50%, -50%) rotate(0deg); background: var(--ink); }
.diffx__acc-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 480ms var(--ease-out), opacity 360ms var(--ease-out), margin 360ms var(--ease-out);
}
.diffx__acc.is-open .diffx__acc-body {
  max-height: 320px;
  opacity: 1;
  margin-bottom: 24px;
}
.diffx__acc-body p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #3a3a40;
  margin: 0 0 20px;
}
.diffx__acc-cta { width: fit-content; }

/* Mockup stage — dark, with a STATIC hero-style plasma background */
.diffx__stage {
  position: relative;
  padding: 40px;
  min-height: 440px;
  display: grid;
  place-items: center;
  background: linear-gradient(152deg, #0a1622 0%, #070b14 46%, #04060c 100%);
  overflow: hidden;
  isolation: isolate;
}
.diffx__stage-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  /* feather the plasma into the dark base */
  -webkit-mask-image: radial-gradient(120% 130% at 50% 42%, #000 38%, transparent 90%);
          mask-image: radial-gradient(120% 130% at 50% 42%, #000 38%, transparent 90%);
}
.diffx__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(80% 90% at 50% 50%, transparent 52%, rgba(4,6,12,0.55) 100%);
}
.diffx__mock {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  width: 100%;
  max-width: 520px;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  pointer-events: none;
  transition: opacity 460ms var(--ease-out), transform 460ms var(--ease-out);
}
.diffx__mock.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Shared window-frame chrome */
.winframe {
  background: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 50px 100px -40px rgba(0,0,0,0.85), 0 12px 30px -16px rgba(0,0,0,0.6);
}
.winframe__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #f7f7f8;
  border-bottom: 1px solid #ececef;
}
.winframe__dot { width: 10px; height: 10px; border-radius: 50%; background: #d9d9de; }
.winframe__dot:nth-child(1) { background: #f0a8a0; }
.winframe__dot:nth-child(2) { background: #f2cf9b; }
.winframe__dot:nth-child(3) { background: #aed9a8; }
.winframe__title {
  margin-left: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2px;
  color: #8a8a93;
}
.winframe__body { padding: 22px; }

/* shared mock atoms */
.mk-chip {
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.3px; text-transform: uppercase;
  padding: 4px 9px; border-radius: 9999px; white-space: nowrap;
}
.mk-chip--green { background: color-mix(in oklab, #0e9e78, white 88%); color: #0a7d5f; }
.mk-chip--blue  { background: color-mix(in oklab, var(--action-blue), white 88%); color: var(--action-blue); }
.mk-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3px; text-transform: uppercase; color: #8a8a93; }
.mk-btn {
  width: 100%; margin-top: 4px;
  background: var(--ink); color: #fff; border: 0;
  border-radius: 10px; padding: 12px; cursor: pointer;
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
}

/* 0 · booking */
.mock-book { display: flex; flex-direction: column; gap: 16px; }
.mock-book__advisor { display: flex; align-items: center; gap: 12px; }
.mock-book__avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(140deg, var(--action-blue), #7c5cdb);
  color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 15px; font-weight: 500;
}
.mock-book__name { font-size: 14px; font-weight: 500; color: var(--ink); }
.mock-book__role { font-size: 12px; color: #6b6b73; margin-top: 2px; }
.mock-book__advisor .mk-chip { margin-left: auto; }
.mock-book__cal { border: 1px solid #ececef; border-radius: 12px; padding: 14px; }
.mock-book__cal-head { font-size: 12px; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.mock-book__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.mk-d {
  aspect-ratio: 1; display: grid; place-items: center;
  font-size: 12px; color: #4a4a52; border-radius: 8px;
  font-variant-numeric: tabular-nums;
}
.mk-d--mute { color: #b0b0b8; font-size: 10px; }
.mk-d--sel { background: var(--action-blue); color: #fff; font-weight: 500; }
.mock-book__slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mk-slot {
  text-align: center; padding: 9px 0; border-radius: 9px;
  border: 1px solid #e3e3e7; font-size: 12.5px; color: #4a4a52;
}
.mk-slot--sel { border-color: var(--action-blue); background: color-mix(in oklab, var(--action-blue), white 90%); color: var(--action-blue); font-weight: 500; }

/* 1 · roadmap */
.mock-road { display: flex; flex-direction: column; gap: 18px; }
.mock-road__head { display: flex; align-items: center; justify-content: space-between; }
.mock-road__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; position: relative; }
.mk-step { padding-top: 18px; position: relative; }
.mk-step::before {
  content: ""; position: absolute; top: 5px; left: 0; right: -8px; height: 2px;
  background: #e3e3e7;
}
.mk-step:last-child::before { right: 0; }
.mk-step__dot {
  position: absolute; top: 0; left: 0; width: 12px; height: 12px; border-radius: 50%;
  background: #fff; border: 2px solid #cfcfd6;
}
.mk-step--done .mk-step__dot { background: #0e9e78; border-color: #0e9e78; }
.mk-step--done::before { background: #0e9e78; }
.mk-step--now .mk-step__dot { background: var(--action-blue); border-color: var(--action-blue); box-shadow: 0 0 0 4px color-mix(in oklab, var(--action-blue), transparent 80%); }
.mk-step__t { font-size: 13px; font-weight: 500; color: var(--ink); }
.mk-step__s { font-size: 11px; color: #7b7b83; margin-top: 2px; line-height: 1.35; }
.mock-road__bar { height: 8px; border-radius: 9999px; background: #e7e7ea; overflow: hidden; }
.mock-road__bar i { display: block; height: 100%; width: var(--w); border-radius: 9999px; background: linear-gradient(90deg, var(--action-blue), #6aa3ff); }
.mock-road__meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2px; text-transform: uppercase; color: #8a8a93; }

/* 2 · fit */
.mock-fit { display: flex; flex-direction: column; gap: 12px; }
.mock-fit__seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; background: #f1f1f3; border-radius: 10px; padding: 4px; margin-bottom: 4px; }
.mk-seg { text-align: center; padding: 8px 0; border-radius: 7px; font-size: 12.5px; color: #6b6b73; }
.mk-seg--sel { background: #fff; color: var(--ink); font-weight: 500; box-shadow: 0 2px 6px -2px rgba(0,0,0,0.18); }
.mock-fit__row { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border: 1px solid #ececef; border-radius: 10px; }
.mk-sys { font-size: 13.5px; color: var(--ink); white-space: nowrap; }
.mk-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3px; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; }
.mk-tag--ok { background: color-mix(in oklab, #0e9e78, white 88%); color: #0a7d5f; }
.mk-tag--add { background: color-mix(in oklab, #7c5cdb, white 86%); color: #6a4bc4; }
.mock-fit__fitbar { display: flex; align-items: center; gap: 12px; margin-top: 6px; font-size: 12px; color: #6b6b73; }
.mk-fitbar { flex: 1; height: 8px; border-radius: 9999px; background: #e7e7ea; overflow: hidden; }
.mk-fitbar i { display: block; height: 100%; width: var(--w); border-radius: 9999px; background: linear-gradient(90deg, #7c5cdb, #a98fff); }
.mock-fit__fitbar b { font-family: var(--font-display); font-size: 15px; color: var(--ink); }

/* 3 · network */
.mock-net { display: flex; flex-direction: column; gap: 12px; }
.mock-net__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
.mock-net__row { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid #ececef; border-radius: 12px; transition: border-color 240ms var(--ease-out), transform 240ms var(--ease-out); }
.mock-net__row:hover { border-color: #cfcfd6; transform: translateX(4px); }
.mk-av { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: #fff; font-family: var(--font-mono); font-size: 13px; font-weight: 500; }
.mk-av--a { background: linear-gradient(140deg, var(--action-blue), #6aa3ff); }
.mk-av--b { background: linear-gradient(140deg, #7c5cdb, #a98fff); }
.mk-av--c { background: linear-gradient(140deg, #0e9e78, #3fd6a6); }
.mock-net__info { flex: 1; }
.mk-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.mk-spec { font-size: 12px; color: #7b7b83; margin-top: 2px; }
.mk-match { font-family: var(--font-mono); font-size: 11px; color: #0a7d5f; white-space: nowrap; }

/* 4 · scorecard */
.mock-score { display: flex; flex-direction: column; gap: 14px; }
.mock-score__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mock-score__row { display: grid; grid-template-columns: 70px 1fr 32px auto; align-items: center; gap: 12px; }
.mk-vn { font-size: 13px; color: var(--ink); }
.mk-sbar { height: 9px; border-radius: 9999px; background: #e7e7ea; overflow: hidden; }
.mk-sbar i { display: block; height: 100%; width: var(--w); border-radius: 9999px; background: linear-gradient(90deg, var(--coral), color-mix(in oklab, var(--coral), white 30%)); }
.mock-score__row b { font-family: var(--font-display); font-size: 15px; color: var(--ink); text-align: right; }
.mk-rec { grid-column: 4; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.3px; text-transform: uppercase; color: #0a7d5f; background: color-mix(in oklab, #0e9e78, white 88%); padding: 4px 8px; border-radius: 6px; white-space: nowrap; }
.mock-score__row:not(:has(.mk-rec)) { grid-template-columns: 70px 1fr 32px; }
.mock-score__note { font-size: 12px; color: #7b7b83; font-style: italic; padding-top: 4px; border-top: 1px solid #ececef; }

/* ─── Services band — feature carousel (left rail + right stage) ───────── */
.section--features {
  background: var(--near-black);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: start;
}

/* Left rail */
.features__rail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.feature-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 20px 24px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-body);
  color: inherit;
  width: 100%;
  align-items: start;
  transition:
    background 320ms var(--ease-out),
    border-color 320ms var(--ease-out);
}
.feature-item:hover { background: rgba(255,255,255,0.55); }
.feature-item.is-active {
  background: #fff;
  border-color: var(--hairline);
}

.feature-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid var(--hairline);
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ink);
  transition:
    background 320ms var(--ease-out),
    color 320ms var(--ease-out),
    border-color 320ms var(--ease-out);
  flex-shrink: 0;
}
.feature-item.is-active .feature-item__icon {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.feature-item__body { min-width: 0; padding-top: 4px; }
.feature-item__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--slate);
  display: block;
  margin-bottom: 6px;
}
.feature-item.is-active .feature-item__num { color: var(--coral); }

.feature-item h3 {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.22px;
  margin: 0;
  color: var(--ink);
  transition: color 320ms var(--ease-out);
}
.feature-item:not(.is-active) h3 { color: #4d4d55; }

.feature-item p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #4d4d55;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 420ms var(--ease-out),
    opacity 320ms var(--ease-out),
    margin 320ms var(--ease-out);
}
.feature-item.is-active p {
  max-height: 220px;
  opacity: 1;
  margin-top: 10px;
}

/* Right stage */
.features__stage {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
}
.feature-visual {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 22px;
  padding: 36px 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 460ms var(--ease-out),
    transform 460ms var(--ease-out);
  overflow: hidden;
}
.feature-visual.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.fv__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 22px;
}
.fv__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--slate);
}
.fv__pill {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--enterprise-green);
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fv__pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--enterprise-green);
}
.fv__title {
  font-family: var(--font-body);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.3px;
  margin: 0;
  color: var(--ink);
  max-width: 460px;
  text-wrap: balance;
}

/* Generic row used in the visuals */
.fv__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--hairline);
  align-items: center;
  font-size: 14.5px;
  color: var(--ink);
}
.fv__row:first-of-type { border-top: 0; padding-top: 0; }
.fv__row-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.3px;
  color: var(--slate);
  text-transform: uppercase;
}
.fv__row-bar {
  position: relative;
  width: 96px;
  height: 4px;
  background: var(--hairline);
  border-radius: 9999px;
  overflow: hidden;
}
.fv__row-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 60%);
  background: var(--ink);
  border-radius: 9999px;
}
.fv__foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--slate);
}

/* Roadmap (Strategy) — timeline */
.fv__timeline {
  display: grid;
  grid-template-columns: 56px 1fr;
  row-gap: 24px;
  column-gap: 18px;
  margin: 4px 0 8px;
}
.fv__timeline-q {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--slate);
  padding-top: 4px;
}
.fv__timeline-step {
  position: relative;
  padding: 4px 0 4px 22px;
  font-size: 15px;
  color: var(--ink);
}
.fv__timeline-step::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
}
.fv__timeline-step::after {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 18px;
  bottom: -28px;
  width: 1px;
  background: var(--hairline);
}
.fv__timeline > .fv__timeline-step:last-child::after { display: none; }

/* Architecture stack (Build) */
.fv__stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fv__stack-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  background: #fcfcfa;
}
.fv__stack-row b {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0;
}
.fv__stack-row span {
  font-size: 13px;
  color: #4d4d55;
}
.fv__stack-row em {
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--slate);
}

/* Checklist (Govern) */
.fv__check {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0;
}
.fv__check-item {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--hairline);
  font-size: 14.5px;
  color: var(--ink);
}
.fv__check-item:first-child { border-top: 0; }
.fv__check-mark {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
}
.fv__check-mark--open {
  background: transparent;
  color: var(--ink);
  border-color: var(--hairline);
}
.fv__check-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--slate);
}

/* Console (Frontier) — reuse hero console style but on light card */
.fv__console {
  background: #0c1110;
  border-radius: 14px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fv__console-row {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
}
.fv__console-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--coral);
  display: block;
  margin-bottom: 6px;
}
.fv__console-label--muted { color: rgba(255,255,255,0.55); }

/* ════════════════════════════════════════════════════════════════════════
   Per-service color system — each service carries its own accent (--fa)
   ════════════════════════════════════════════════════════════════════════ */
.features__rail .feature-item:nth-child(1), #fv-1 { --fa: #2a6fdb; }  /* Strategy  — blue   */
.features__rail .feature-item:nth-child(2), #fv-2 { --fa: #0e9e78; }  /* Build     — teal   */
.features__rail .feature-item:nth-child(3), #fv-3 { --fa: #7c5cdb; }  /* Data      — violet */
.features__rail .feature-item:nth-child(4), #fv-4 { --fa: #e8833a; }  /* Operate   — amber  */
.features__rail .feature-item:nth-child(5), #fv-5 { --fa: #d8564f; }  /* Govern    — rose   */
.features__rail .feature-item:nth-child(6), #fv-6 { --fa: #1f9bd0; }  /* Frontier  — cyan   */

/* Rail — icons carry their hue even at rest, fully saturate when active */
.feature-item__icon {
  color: var(--fa);
  background: color-mix(in oklab, var(--fa), white 88%);
  border-color: color-mix(in oklab, var(--fa), white 72%);
}
.feature-item.is-active {
  border-color: color-mix(in oklab, var(--fa), white 66%);
  box-shadow: inset 3px 0 0 0 var(--fa);
}
.feature-item.is-active .feature-item__icon {
  background: var(--fa);
  border-color: var(--fa);
  color: #fff;
  box-shadow: 0 10px 22px -8px var(--fa);
}
.feature-item.is-active .feature-item__num { color: var(--fa); }

/* Section color-wash that crossfades as the active service changes */
.section--features { position: relative; z-index: 0; }
.section--features::before {
  content: "";
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(46% 54% at 90% 6%, color-mix(in oklab, var(--fa-sec, #2a6fdb), transparent 85%), transparent 70%),
    radial-gradient(40% 48% at 4% 98%, color-mix(in oklab, var(--fa-sec, #2a6fdb), transparent 90%), transparent 72%);
  transition: background 700ms var(--ease-out);
}
.section--features > .aa-container { position: relative; z-index: 1; }

/* Visual card — colored top edge + glow, accent pill */
.feature-visual::after {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--fa), color-mix(in oklab, var(--fa), white 45%));
}
.feature-visual.is-active {
  box-shadow: 0 30px 60px -34px color-mix(in oklab, var(--fa), black 30%), 0 0 0 1px color-mix(in oklab, var(--fa), white 80%);
}
.feature-visual .fv__pill {
  color: var(--fa);
  border-color: color-mix(in oklab, var(--fa), white 58%);
  background: color-mix(in oklab, var(--fa), white 92%);
}
.feature-visual .fv__pill::before { background: var(--fa); }

/* Bars — accent gradient + fill animation on activate */
.fv__row-bar::after {
  background: linear-gradient(90deg, var(--fa), color-mix(in oklab, var(--fa), white 35%)) !important;
}
.feature-visual.is-active .fv__row-bar::after {
  width: 0;
  animation: fv-bar 900ms var(--ease-out) 0.15s forwards;
}
@keyframes fv-bar { to { width: var(--w, 60%); } }

/* Timeline / checklist / stack / console — accented */
.fv__timeline-step::before {
  background: var(--fa);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--fa), transparent 85%);
}
.fv__check-mark { background: var(--fa); border-color: var(--fa); }
.fv__check-mark--open { background: transparent; border-color: color-mix(in oklab, var(--fa), white 55%); }
.fv__check-meta { color: var(--fa); }
.fv__stack-row em { color: var(--fa); }
.fv__console-label { color: var(--fa); }
.fv__console { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 0 44px -18px var(--fa); }

/* Interactive mockup rows — hover slide + accent tint */
.fv__stack-row {
  transition: background 240ms var(--ease-out), border-color 240ms var(--ease-out), transform 240ms var(--ease-out);
}
.fv__stack-row:hover {
  border-color: color-mix(in oklab, var(--fa), white 52%);
  background: color-mix(in oklab, var(--fa), white 93%);
  transform: translateX(5px);
}
.fv__row, .fv__check-item {
  transition: background 240ms var(--ease-out), transform 240ms var(--ease-out), padding 240ms var(--ease-out);
  border-radius: 8px;
}
.fv__row:hover, .fv__check-item:hover {
  background: color-mix(in oklab, var(--fa), white 93%);
  transform: translateX(5px);
  padding-left: 10px;
}
.fv__timeline-step {
  transition: color 240ms var(--ease-out), transform 240ms var(--ease-out);
  border-radius: 8px;
}
.fv__timeline-step:hover { color: var(--fa); transform: translateX(3px); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .feature-visual,
  .feature-item,
  .feature-item p { transition: none; }
  .feature-visual.is-active .fv__row-bar::after { animation: none; width: var(--w, 60%); }
  .section--features::before { transition: none; }
}

@media (max-width: 980px) {
  .features { grid-template-columns: 1fr; gap: 36px; }
  .features__stage { min-height: 480px; }
}
.section--services-dark {
  background:
    radial-gradient(ellipse 70% 45% at 50% 100%, rgb(from var(--coral) r g b / 0.08), transparent 65%),
    radial-gradient(ellipse 60% 50% at 50% 0%,   rgba(0,60,51,0.18),    transparent 70%),
    linear-gradient(180deg, #07131f 0%, #03060c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section--services-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1.5px);
  background-size: 64px 64px;
  background-position: 0 0;
  opacity: 0.5;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}

.services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  perspective: 1400px;
  border-top: 0;
}

.service-cell {
  --rx: 0;
  --ry: 0;
  --lift: 0px;
  position: relative;
  background: #0e131f;
  border: 0;
  border-radius: 22px;
  padding: 32px 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  transform:
    perspective(1200px)
    rotateX(calc(var(--ry) * -4deg))
    rotateY(calc(var(--rx) * 4deg))
    translateY(var(--lift));
  transition: transform 380ms cubic-bezier(0.2,0.7,0.2,1);
  box-shadow:
    0 -10px 70px 10px rgb(from var(--coral) r g b / 0.05),
    0 12px 30px -10px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.04);
  min-height: 380px;
}
.service-cell:hover { --lift: -6px; }

/* Background glow bloom */
.service-cell::before {
  content: "";
  position: absolute;
  left: -10%; right: -10%;
  bottom: -45%;
  height: 85%;
  background:
    radial-gradient(ellipse 60% 70% at 75% 100%, rgb(from var(--coral) r g b / 0.55), transparent 65%),
    radial-gradient(ellipse 55% 65% at 25% 100%, rgba(0,124,103,0.45),  transparent 65%),
    radial-gradient(ellipse 50% 60% at 50% 105%, rgb(from var(--coral) r g b / 0.55), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  opacity: 0.85;
  transition: opacity 380ms cubic-bezier(0.2,0.7,0.2,1);
  pointer-events: none;
}
.service-cell:hover::before { opacity: 1; }

/* Glass reflection sheen */
.service-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0) 40%,
      rgba(255,255,255,0) 80%,
      rgba(255,255,255,0.05) 100%);
  pointer-events: none;
  z-index: 2;
  border-radius: 22px;
}

/* Bright bottom edge with halo */
.service-edge {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.2px;
  background: linear-gradient(90deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,0.05) 100%);
  box-shadow:
    0 0 18px 3px rgb(from var(--coral) r g b / 0.8),
    0 0 30px 6px rgb(from var(--coral) r g b / 0.45),
    0 0 40px 8px rgba(0,124,103,0.35);
  z-index: 3;
  pointer-events: none;
}
.service-edge--l,
.service-edge--r {
  width: 1px;
  height: 32%;
  bottom: 0;
  top: auto;
  right: auto;
  background: linear-gradient(to top,
    rgba(255,255,255,0.7) 0%,
    rgba(255,255,255,0.4) 25%,
    rgba(255,255,255,0.15) 55%,
    rgba(255,255,255,0) 85%);
  box-shadow:
    0 0 18px 3px rgb(from var(--coral) r g b / 0.6),
    0 0 28px 5px rgba(0,124,103,0.35);
}
.service-edge--l { left: 0; }
.service-edge--r { right: 0; left: auto; }

/* Content layer */
.service-cell__inner {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

/* Embossed icon tile */
.service-cell__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(225deg, #1a2032 0%, #0a0e18 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0 0 12px;
  box-shadow:
    0 8px 16px -2px rgba(0,0,0,0.5),
    0 3px 6px -1px rgba(0,0,0,0.3),
    inset 1px 1px 3px rgba(255,255,255,0.12),
    inset -2px -2px 4px rgba(0,0,0,0.55);
  transition: transform 380ms cubic-bezier(0.2,0.7,0.2,1);
  transform: translateZ(20px);
}
.service-cell:hover .service-cell__icon { transform: translateZ(30px) translateY(-2px); }
.service-cell__icon::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 70%; height: 70%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.4), transparent 75%);
  filter: blur(8px);
  pointer-events: none;
}
.service-cell__icon::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.45), transparent);
  pointer-events: none;
}
.service-cell__icon svg {
  position: relative;
  z-index: 1;
}

.service-cell__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--coral);
  text-transform: uppercase;
}
.service-cell h3 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.24px;
  margin: 0;
  color: #fff;
}
.service-cell p {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.service-cell .stat {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.service-cell .stat b {
  color: var(--coral);
  font-weight: 500;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  .service-cell { transition: none; --rx: 0; --ry: 0; --lift: 0; }
  .service-cell:hover { --lift: 0; }
}

/* ─── Mid CTA band — "the right approach" (dark plasma) ────────────────── */
.mid-cta {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(64% 70% at 6% 96%, rgba(0,60,51,0.22), transparent 70%),
    linear-gradient(152deg, #0a1622 0%, #070b14 46%, #04060c 100%);
  color: #f4f4f6;
  overflow: hidden;
  isolation: isolate;
}
.mid-cta__shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: block;
  opacity: 1;
  /* concentrate the plasma in the gap between image and copy; feather out */
  -webkit-mask-image: radial-gradient(80% 120% at 44% 48%, #000 14%, rgba(0,0,0,0.34) 50%, transparent 82%);
          mask-image: radial-gradient(80% 120% at 44% 48%, #000 14%, rgba(0,0,0,0.34) 50%, transparent 82%);
}
.mid-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,8,14,0.5) 0%, rgba(4,8,14,0.06) 38%, rgba(4,8,14,0.34) 74%, rgba(4,8,14,0.72) 100%),
    radial-gradient(80% 90% at 50% 50%, transparent 56%, rgba(4,6,12,0.5) 100%);
}
.mid-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.mid-cta__figure {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: #0a1018;
  aspect-ratio: 9 / 11;
  box-shadow: 0 34px 70px -34px rgba(0,0,0,0.8);
  isolation: isolate;
}
.mid-cta__figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mid-cta__figure-grad {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(70% 60% at 30% 30%, rgb(from var(--coral) r g b / 0.14), transparent 60%),
    linear-gradient(180deg, rgba(4,10,18,0) 50%, rgba(4,8,14,0.82) 100%);
}
.mid-cta__figure-cap {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mid-cta__figure-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.66);
  text-align: right;
}
.mid-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 520px;
}
.mid-cta .eyebrow { color: rgba(255,255,255,0.6); margin: 0; }
.mid-cta h2 {
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.9px;
  margin: 0;
  color: #fff;
  text-wrap: balance;
}
.mid-cta__lead {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,0.76);
}
.mid-cta__act {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 4px;
}
.mid-cta__act .pill-cta { align-self: flex-start; width: fit-content; }
.mid-cta__kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.36px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(4,8,14,0.9);
}

/* ─── Failure cards (stone bg, two columns) ────────────────────────────── */
/* ─── Why businesses fail — centered head + feature image + 2×2 grid ───── */
.failx__head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.failx__head .eyebrow { justify-content: center; }
.failx__head h2 {
  font-family: var(--font-body);
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.7px;
  margin: 0 0 18px;
  color: var(--ink);
  text-wrap: balance;
}
.failx__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #54545c;
  margin: 0;
  max-width: 560px;
  margin-inline: auto;
}
.failx__layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: stretch;
}

/* Left feature image card */
.failx__feature {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0a1018;
  min-height: 480px;
  display: flex;
  isolation: isolate;
  box-shadow: 0 40px 80px -44px rgba(8,14,28,0.6);
}
.failx__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.failx__feature-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,8,14,0.1) 0%, rgba(4,8,14,0) 38%, rgba(4,8,14,0.86) 100%);
}
.failx__feature-body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 32px;
  color: #fff;
}
.failx__feature-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: var(--coral);
}
.failx__feature h3 {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin: 12px 0 12px;
  color: #fff;
  text-wrap: balance;
}
.failx__feature-body p {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.74);
  margin: 0 0 18px;
  max-width: 340px;
}
.failx__feature-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--coral);
  text-decoration: none;
  transition: gap 220ms var(--ease-out);
}
.failx__feature:hover .failx__feature-cta { text-decoration: underline; text-underline-offset: 4px; }

/* Right 2×2 grid */
.failx__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--hairline);
}
.failx__item {
  padding: 32px 32px 32px 0;
  border-bottom: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.failx__item:nth-child(odd) { padding-right: 36px; border-right: 1px solid var(--hairline); }
.failx__item:nth-child(even) { padding-left: 36px; }
.failx__item h3 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.24px;
  margin: 0;
  color: var(--ink);
  transition: color 260ms var(--ease-out);
}
.failx__item:hover h3 { color: color-mix(in oklab, var(--ink), var(--coral) 32%); }
.failx__item p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a4a52;
  margin: 0;
}
.failx__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: var(--slate);
}
.failx__chip {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--coral), black 14%);
  background: color-mix(in oklab, var(--coral), white 84%);
  border-radius: 9999px;
  padding: 4px 10px;
}
.failx__dot { opacity: 0.5; }

/* ─── Industries (horizontal auto-scroll marquee of image cards) ───────── */
.ind-marquee {
  position: relative;
  /* clip horizontally only, so lifted/expanded cards aren't cut off top/bottom */
  overflow-x: clip;
  overflow-y: visible;
  padding: 18px 0;
  /* fade the left/right edges so cards slide in/out softly */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.ind-track {
  display: flex;
  gap: 22px;
  width: max-content;
  /* duration set inline via --dur; paused on hover/focus within */
  animation: ind-scroll var(--dur, 64s) linear infinite;
  will-change: transform;
}
.ind-marquee:hover .ind-track,
.ind-marquee:focus-within .ind-track {
  animation-play-state: paused;
}
@keyframes ind-scroll {
  /* track holds two copies of the row; shift by exactly half → seamless loop */
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ind-track { animation: none; }
}

.ind-card {
  position: relative;
  flex: 0 0 auto;
  width: 340px;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 17 / 23;
  color: #fff;
  background: #1a1a20;
  isolation: isolate;
  cursor: pointer;
  border: 0;
  display: block;
  text-decoration: none;
}

/* Image slot fills the card */
.ind-card > image-slot {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  display: block;
  border-radius: 22px;
}

/* Always-on bottom gradient for title legibility */
.ind-card__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.08) 0%,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0) 50%,
      rgba(0,0,0,0.55) 78%,
      rgba(0,0,0,0.92) 100%);
}

/* Hover dark overlay — fades over entire card */
.ind-card__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,19,31,0.55) 0%, rgba(4,8,15,0.85) 55%, rgba(0,0,0,0.94) 100%);
  opacity: 0;
  transition: opacity 560ms var(--ease-out);
}
.ind-card:hover .ind-card__cover,
.ind-card:focus-within .ind-card__cover { opacity: 1; }

/* Top mono category bar — visible only on hover */
.ind-card__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 520ms var(--ease-out) 120ms,
    transform 560ms var(--ease-out) 120ms;
}
.ind-card__tag-meta { color: var(--coral); }
.ind-card:hover .ind-card__tag,
.ind-card:focus-within .ind-card__tag {
  opacity: 1;
  transform: translateY(0);
}

/* Bottom content cluster pinned to bottom */
.ind-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ind-card__body h3 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.24px;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
  transition: transform 420ms var(--ease-out);
}
.ind-card:hover .ind-card__body h3,
.ind-card:focus-within .ind-card__body h3 {
  transform: translateY(0);
}

.ind-card__detail {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 620ms var(--ease-out) 90ms,
    opacity 540ms var(--ease-out) 160ms,
    transform 600ms var(--ease-out) 160ms;
}
.ind-card:hover .ind-card__detail,
.ind-card:focus-within .ind-card__detail {
  max-height: 320px;
  opacity: 1;
  transform: translateY(0);
}
.ind-card__detail p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.ind-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ind-card__chip {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 9999px;
  padding: 4px 10px;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.04);
}
.ind-card__stat {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ind-card__stat b {
  color: var(--coral);
  font-weight: 500;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0;
}

/* Hover lifts the card a touch */
.ind-card {
  transition: transform 360ms var(--ease-out);
}
.ind-card:hover { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
  .ind-card,
  .ind-card__cover,
  .ind-card__tag,
  .ind-card__detail,
  .ind-card__body h3 { transition: none; }
}

/* ─── Business size — copy + visual carousel ───────────────────────────── */
.sizes2 { padding: 120px 0; background: var(--canvas); }
.sizes2__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.sizes2__head .eyebrow { justify-content: center; }
.sizes2__head .eyebrow::before { display: none; }
.sizes2__head h2 {
  font-family: var(--font-body);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.8px;
  margin: 0 auto 16px;
  text-wrap: balance;
}
.sizes2__head p {
  font-size: 17px;
  line-height: 1.55;
  color: #4d4d55;
  margin: 0;
}

.sizes2__viewport { overflow: hidden; }
.sizes2__track {
  display: flex;
  transition: transform 620ms var(--ease-out);
  will-change: transform;
}
.sz-pair {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
  padding: 4px;
}

/* Copy panel */
.sz-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 40px 24px 8px;
}
.sz-copy__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 14px;
}
.sz-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -1.4px;
  margin: 0 0 22px;
  background: linear-gradient(100deg, var(--enterprise-green), var(--coral) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--coral);
}
.sz-pair[data-tone="green"] .sz-copy h3 { background: linear-gradient(100deg, #0c8f78, var(--action-blue) 90%); -webkit-background-clip: text; background-clip: text; }
.sz-pair[data-tone="violet"] .sz-copy h3 { background: linear-gradient(100deg, var(--coral), #8a4499 90%); -webkit-background-clip: text; background-clip: text; }
.sz-copy p {
  font-size: 16px;
  line-height: 1.6;
  color: #2f2f33;
  margin: 0 0 24px;
  max-width: 420px;
}
.sz-copy__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}
.sz-chip {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
  color: #2f2f33;
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  padding: 8px 14px;
  background: #fff;
}
.sz-copy .pill-cta { align-self: flex-start; }

/* Visual panel */
.sz-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 36px;
  isolation: isolate;
}
.sz-pair[data-tone="blue"] .sz-visual {
  background:
    radial-gradient(120% 90% at 80% 0%, #3a6fd8 0%, transparent 55%),
    radial-gradient(120% 100% at 0% 100%, var(--coral) 0%, transparent 55%),
    linear-gradient(150deg, #1a2f6b 0%, #0c1430 60%, #0a0f24 100%);
}
.sz-pair[data-tone="green"] .sz-visual {
  background:
    radial-gradient(120% 90% at 85% 5%, #14b58e 0%, transparent 55%),
    radial-gradient(120% 100% at 0% 100%, #2a6fdb 0%, transparent 55%),
    linear-gradient(150deg, #0c5a4c 0%, #073a36 60%, #06231f 100%);
}
.sz-pair[data-tone="violet"] .sz-visual {
  background:
    radial-gradient(120% 90% at 82% 0%, #b057a8 0%, transparent 55%),
    radial-gradient(120% 100% at 0% 100%, var(--coral) 0%, transparent 55%),
    linear-gradient(150deg, #5a2570 0%, #3a1a4e 60%, #1c1030 100%);
}
.sz-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(80% 60% at 50% 120%, rgba(255,255,255,0.10), transparent 70%);
  pointer-events: none;
}

/* The floating UI mock card inside the visual */
.sz-mock {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.12);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--ink);
}
.sz-mock__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sz-mock__title { font-size: 14px; font-weight: 500; color: var(--ink); }
.sz-mock__badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.4px; text-transform: uppercase;
  color: #0c8f78;
  background: #ecfaf4;
  border: 1px solid #cdeede;
  border-radius: 9999px;
  padding: 4px 10px;
}
.sz-mock__badge::before { content:""; width:6px; height:6px; border-radius:50%; background:#0c8f78; }
.sz-mock__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 16px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--hairline);
  font-size: 14px;
}
.sz-mock__row:first-of-type { border-top: 0; }
.sz-mock__row b { font-weight: 500; }
.sz-mock__row small {
  display:block;
  font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.3px; text-transform: uppercase;
  color: var(--slate); margin-top: 3px;
}
.sz-bar { width: 88px; height: 5px; border-radius: 9999px; background: var(--hairline); overflow: hidden; position: relative; }
.sz-bar::after { content:""; position:absolute; inset:0 auto 0 0; width: var(--w, 60%); border-radius: 9999px; background: var(--ink); }
.sz-mock__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
.sz-tile {
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 12px 14px;
}
.sz-tile span {
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.4px; text-transform: uppercase;
  color: var(--slate); display: block; margin-bottom: 6px;
}
.sz-tile b {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 400; letter-spacing: -0.5px; color: var(--ink);
}
.sz-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center;
  padding: 9px 0; font-size: 14px;
}
.sz-step__k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.4px; color: var(--slate); }
.sz-step__t { position: relative; padding-left: 20px; }
.sz-step__t::before { content:""; position:absolute; left:3px; top:6px; width:8px; height:8px; border-radius:50%; background: var(--coral); }

/* Nav (arrows + dots) */
.sizes2__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}
.sizes2__arrow {
  width: 44px; height: 44px;
  border-radius: 9999px;
  border: 1px solid var(--hairline);
  background: #fff;
  color: var(--ink);
  display: grid; place-items: center;
  cursor: pointer;
  transition: background 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 200ms var(--ease-out);
}
.sizes2__arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.sizes2__arrow:active { transform: scale(0.94); }
.sizes2__dots { display: flex; gap: 8px; align-items: center; }
.sizes2__dot {
  width: 8px; height: 8px; border-radius: 9999px;
  border: 0; padding: 0; cursor: pointer;
  background: var(--hairline);
  transition: width 260ms var(--ease-out), background 260ms var(--ease-out);
}
.sizes2__dot.is-active { width: 28px; background: var(--coral); }

@media (prefers-reduced-motion: reduce) {
  .sizes2__track { transition: none; }
}
@media (max-width: 860px) {
  .sz-pair { grid-template-columns: 1fr; gap: 24px; }
  .sz-copy { padding: 8px; text-align: left; }
  .sz-visual { min-height: 380px; }
}

/* ─── Final CTA ────────────────────────────────────────────────────────── */
.final-cta {
  padding: 120px 0;
  background: var(--canvas);
}
.final-cta__card {
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 440px;
  background: var(--near-black);
  color: #fff;
}
.final-cta__copy {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.final-cta__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -1.36px;
  margin: 0 0 28px;
  color: #fff;
  text-wrap: balance;
}
.final-cta__copy p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  color: rgba(255,255,255,0.78);
  max-width: 440px;
}
.final-cta__art {
  background:
    linear-gradient(155deg, rgba(4,10,18,0.2) 0%, rgba(4,8,14,0.72) 100%),
    radial-gradient(circle at 30% 72%, rgb(from var(--coral) r g b / 0.42), transparent 58%),
    url('images/cta.png') center / cover no-repeat,
    color-mix(in oklab, var(--coral), black 60%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  color: #fff;
}
.final-cta__art .quote {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin: 0 0 24px;
  max-width: 360px;
  text-wrap: balance;
}
.final-cta__art .quote-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ─── FAQ accordion ────────────────────────────────────────────────────── */
.faq {
  background: var(--near-black);
  padding: 120px 0;
}
.faq__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.faq__head h2 {
  font-family: var(--font-body);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.96px;
  margin: 0 0 24px;
}
.faq__head p {
  font-size: 16px;
  line-height: 1.55;
  color: #2f2f33;
  max-width: 320px;
  margin: 0;
}
.faq__list {
  border-top: 1px solid var(--hairline);
}
.faq__item {
  border-bottom: 1px solid var(--hairline);
}
.faq__q {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 28px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.2px;
}
.faq__q-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.4px;
  color: var(--slate);
  text-transform: uppercase;
  align-self: start;
  padding-top: 6px;
}
.faq__q-toggle {
  width: 28px; height: 28px;
  border-radius: 9999px;
  border: 1px solid var(--ink);
  display: grid; place-items: center;
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out), transform 200ms var(--ease-out);
  flex-shrink: 0;
  color: var(--ink);
}
.faq__item[open] .faq__q-toggle {
  background: var(--ink);
  color: #fff;
  transform: rotate(45deg);
}
.faq__a {
  padding: 0 0 32px 56px;
  font-size: 16px;
  line-height: 1.55;
  color: #2f2f33;
  max-width: 680px;
  margin: 0;
}

/* ─── Misc shared atoms ───────────────────────────────────────────────── */
.pill-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: inherit;                /* text takes the section's contrasting fg */
  border: 0;
  border-radius: 9999px;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background 200ms var(--ease-out), transform 200ms var(--ease-out);
}
.pill-cta:hover { background: color-mix(in oklab, currentColor, transparent 92%); }
.pill-cta:active { transform: scale(0.98); }
.pill-cta--inverse { background: transparent; color: inherit; }
.pill-cta--inverse:hover { background: color-mix(in oklab, currentColor, transparent 92%); }
.pill-cta--coral { background: transparent; color: inherit; }
.pill-cta--coral:hover { background: color-mix(in oklab, currentColor, transparent 90%); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: gap 200ms var(--ease-out);
}
.link-arrow:hover { gap: 12px; }

/* ─── Console mock styles ──────────────────────────────────────────────── */
.console {
  background: #0c1110;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  padding: 24px;
  color: #fff;
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.console__title {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 500;
}
.console__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #7ddc88;
  box-shadow: 0 0 0 4px rgba(125,220,136,0.18);
}
.console__chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
}
.console__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.console__row {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.55;
}
.console__label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 6px;
  display: block;
}
.console__label--muted { color: rgba(255,255,255,0.55); }
.console__step {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 13px; line-height: 1.5;
  padding: 6px 0;
}
.console__step-num {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.3px;
  width: 22px;
  flex-shrink: 0;
  padding-top: 3px;
}

/* ─── Footer ───────────────────────────────────────────────────────────── */
/* ─── Footer — light card on a soft grey surround (ref-style) ──────────── */
.footer {
  position: relative;
  background: #e9e9ed;
  padding: 48px 40px 0;
  overflow: hidden;
  isolation: isolate;
}
.footer__card {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--canvas);
  border: 1px solid #ececef;
  border-radius: 28px;
  padding: 56px 56px 36px;
  box-shadow: 0 30px 70px -44px rgba(15,20,40,0.28);
}
.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer__id {
  display: inline-flex; align-items: center; gap: 11px;
  text-decoration: none;
}
.footer__logo {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: transparent;
  color: var(--coral);
}
.footer__logo .brand-mark { width: 100%; height: 100%; display: block; }
.footer__name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 20px;
  letter-spacing: -0.4px; color: var(--ink);
}
.footer__about {
  color: #62626b;
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 320px;
  margin: 22px 0 24px;
}
.footer__social { display: flex; gap: 10px; }
.footer__soc {
  width: 34px; height: 34px;
  border-radius: 9px;
  display: grid; place-items: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid #e3e3e7;
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 200ms var(--ease-out);
}
.footer__soc:hover {
  background: var(--near-black);
  border-color: var(--near-black);
  color: #fff;
  transform: translateY(-2px);
}
.footer__cols {
  display: contents;
}
.footer__col h4 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 18px;
  letter-spacing: -0.1px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.footer__col a {
  color: #62626b;
  text-decoration: none;
  font-size: 14px;
  transition: color 180ms var(--ease-out);
}
.footer__col a:hover { color: var(--coral); }

.footer__rule {
  border: 0;
  border-top: 1px solid #ececef;
  margin: 40px 0 24px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__copy { color: #8a8a93; font-size: 13.5px; }
.footer__legal { display: flex; gap: 28px; }
.footer__legal a {
  color: #54545c;
  font-size: 13.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #c9c9d0;
  transition: color 180ms var(--ease-out), text-decoration-color 180ms var(--ease-out);
}
.footer__legal a:hover { color: var(--ink); text-decoration-color: var(--ink); }

/* Giant faded wordmark behind/below the card */
.footer__bigmark {
  position: relative;
  z-index: 1;
  margin-top: -34px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(120px, 22vw, 320px);
  line-height: 1;
  letter-spacing: -6px;
  color: #ffffff;
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  /* fade the bottom so it sinks into the grey */
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
}

/* ─── Announcement + nav ──────────────────────────────────────────────── */
.announce {
  background: #000;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  position: sticky; top: 0; z-index: 20;
}
.announce a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.announce__close {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  background: transparent; border: 0; color: #fff; font-size: 16px; cursor: pointer;
}
.nav {
  position: sticky; top: 40px; z-index: 19;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
          backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--border-light);
  padding: 13px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.nav__brand {
  display: flex; align-items: center; gap: 11px;
  color: var(--ink); text-decoration: none;
  justify-self: start;
  flex-shrink: 0;
}
.nav__logo {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: transparent;
  color: var(--coral);
}
.nav__logo .brand-mark { width: 100%; height: 100%; display: block; }
.nav__wordmark {
  font-family: var(--font-display);
  font-weight: 500; font-size: 18px;
  letter-spacing: -0.36px; color: var(--ink);
}

/* Center menu — Title-case links grouped inside a rounded pill, centered */
.nav__menu {
  display: flex; align-items: center; gap: 2px;
  justify-self: center;
  background: rgba(20,20,28,0.05);
  border: 1px solid rgba(20,20,28,0.04);
  border-radius: 9999px;
  padding: 5px 6px;
}
.nav__menu a {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body);
  font-size: 15px; letter-spacing: -0.1px; text-transform: none;
  color: #45454d; text-decoration: none;
  padding: 8px 18px;
  border-radius: 9999px;
  transition: color 200ms var(--ease-out), background 200ms var(--ease-out);
}
.nav__menu a:hover { color: var(--ink); background: rgba(20,20,28,0.05); }
.nav__menu a.is-active { color: var(--ink); background: #fff; box-shadow: 0 2px 8px -3px rgba(0,0,0,0.18); }
.nav__chev { margin-top: 1px; transition: transform 240ms var(--ease-out); }
.nav__menu a.is-active .nav__chev { transform: rotate(180deg); }
.nav__sep { width: 1px; height: 15px; background: var(--hairline); display: inline-block; flex-shrink: 0; }

/* Right cluster — login, sign up, accent CTA */
.nav__right { display: flex; align-items: center; gap: 22px; justify-self: end; flex-shrink: 0; }
.nav__login {
  font-family: var(--font-body);
  font-size: 15px; color: #62626b; text-decoration: none;
  transition: color 200ms var(--ease-out);
}
.nav__login:hover { color: var(--ink); }
.nav__signup {
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none;
  transition: opacity 200ms var(--ease-out);
}
.nav__signup:hover { opacity: 0.66; }

/* Primary CTA — fill-less with the animated gradient ring, like every other CTA */
.nav__cta.pill-cta {
  padding: 12px 22px;
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500; letter-spacing: -0.1px; text-transform: none;
}

/* ─── HERO — animated background & effects layers ─────────────────────── */
.hero__inner-wrap {
  position: relative;
  z-index: 3;
}

/* SVG grid that draws in */
.hero__hex { opacity: 0; animation: hero-corner-in 1.2s var(--ease-out) 0.5s forwards; }
.hero__bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero__grid-line {
  stroke: rgba(255,255,255,0.22);
  stroke-width: 0.6;
  opacity: 0;
  stroke-dasharray: 6 6;
  stroke-dashoffset: 1400;
  animation: hero-grid-draw 2.6s var(--ease-out) forwards;
}
@keyframes hero-grid-draw {
  0% { stroke-dashoffset: 1400; opacity: 0; }
  60% { opacity: 0.35; }
  100% { stroke-dashoffset: 0; opacity: 0.18; }
}
.hero__grid-dot {
  fill: var(--coral);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation:
    hero-dot-in 900ms var(--ease-out) forwards,
    hero-dot-pulse 3.4s ease-in-out infinite;
}
@keyframes hero-dot-in {
  0% { opacity: 0; }
  100% { opacity: 0.55; }
}
@keyframes hero-dot-pulse {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.9; }
}

/* Corner brackets */
.hero__corner {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.18);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: hero-corner-in 900ms var(--ease-out) 3.4s forwards;
}
.hero__corner::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--coral);
  border-radius: 50%;
  opacity: 0.85;
}
.hero__corner--tl { top: 28px; left: 28px; border-right: 0; border-bottom: 0; }
.hero__corner--tl::after { top: -3px; left: -3px; }
.hero__corner--tr { top: 28px; right: 28px; border-left: 0; border-bottom: 0; }
.hero__corner--tr::after { top: -3px; right: -3px; }
.hero__corner--bl { bottom: 28px; left: 28px; border-right: 0; border-top: 0; }
.hero__corner--bl::after { bottom: -3px; left: -3px; }
.hero__corner--br { bottom: 28px; right: 28px; border-left: 0; border-top: 0; }
.hero__corner--br::after { bottom: -3px; right: -3px; }
@keyframes hero-corner-in { to { opacity: 1; } }

/* Floating particles */
.hero__float {
  position: absolute;
  width: 3px; height: 3px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  animation: hero-float 5.5s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(255,255,255,0.5);
}
@keyframes hero-float {
  0%, 100% { transform: translate(0,0); opacity: 0.2; }
  25% { transform: translate(8px,-14px); opacity: 0.7; }
  50% { transform: translate(-5px,-6px); opacity: 0.4; }
  75% { transform: translate(10px,-22px); opacity: 0.85; }
}

/* Mouse-follow gradient */
#hero-mouse-gradient {
  position: fixed;
  pointer-events: none;
  width: 520px; height: 520px;
  border-radius: 9999px;
  background: radial-gradient(
    circle,
    rgb(from var(--coral) r g b / 0.18) 0%,
    rgb(from var(--coral) r g b / 0.08) 35%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  filter: blur(40px);
  will-change: left, top, opacity;
  transition: left 90ms linear, top 90ms linear, opacity 320ms ease-out;
  opacity: 0;
  z-index: 5;
  mix-blend-mode: screen;
}

/* Click ripple (page-level, scoped via JS to hero clicks) */
.hero-ripple {
  position: fixed;
  width: 6px; height: 6px;
  background: rgb(from var(--coral) r g b / 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 0 24px rgb(from var(--coral) r g b / 0.55);
  animation: hero-ripple 900ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
@keyframes hero-ripple {
  0%   { opacity: 1; width: 6px; height: 6px; }
  100% { opacity: 0; width: 90px; height: 90px; }
}

/* Word reveal — only inside hero.
   Base = VISIBLE end-state so text can never get stuck hidden (print, PDF,
   throttled/non-compositing frames). The hidden start-state + entrance
   animation apply ONLY while .hero.is-revealing is present, which JS adds on
   load and removes via a safety timeout. */
.hero .word-animate {
  display: inline-block;
  opacity: 1;
  margin: 0;
  transform: none;
  filter: none;
  transition: color 220ms var(--ease-out), transform 240ms var(--ease-out), text-shadow 240ms var(--ease-out);
}
@media (prefers-reduced-motion: no-preference) {
  .hero.is-revealing .word-animate {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(28px) scale(0.92);
  }
  .hero.is-revealing .word-animate.is-in {
    animation: word-appear 720ms var(--ease-out) both;
  }
}
.hero h1 .word-animate {
  /* Each word paints its OWN gradient (not inherited from h1), so hover glow
     works on the glyphs and lifting never resamples a parent gradient. */
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #c2ccd6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 240ms var(--ease-out), filter 240ms var(--ease-out);
}
.hero h1 em .word-animate {
  background: linear-gradient(180deg, var(--coral) 0%, color-mix(in oklab, var(--coral), #fff 20%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero h1 .word-animate:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 16px rgb(from var(--coral) r g b / 0.55));
}
.hero h1 em .word-animate:hover {
  filter: drop-shadow(0 4px 18px rgb(from var(--coral) r g b / 0.65));
}
@keyframes word-appear {
  0%   { opacity: 0;   transform: translateY(28px) scale(0.92); filter: blur(8px); }
  60%  { opacity: 0.85; transform: translateY(6px)  scale(0.98); filter: blur(2px); }
  100% { opacity: 1;   transform: translateY(0)    scale(1);    filter: blur(0); }
}

/* Headline subtle underline accent line */
.hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(from var(--coral) r g b / 0.7), transparent);
  animation: hero-underline 1.8s var(--ease-out) 2.6s forwards;
}
@keyframes hero-underline {
  to { width: 280px; }
}

/* Reduced motion — turn off animations, show end-state */
@media (prefers-reduced-motion: reduce) {
  .hero .word-animate { opacity: 1; transform: none; filter: none; }
  .hero__grid-line { animation: none; opacity: 0.18; stroke-dashoffset: 0; }
  .hero__grid-dot { animation: none; opacity: 0.55; }
  .hero__corner { animation: none; opacity: 1; }
  .hero__float { animation: none; opacity: 0.5; }
  .hero h1::after { animation: none; width: 280px; }
}

/* ─── Responsive collapses ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .services-grid,
  .ind-grid,
  .size-grid { grid-template-columns: repeat(2, 1fr); }
  .diffx__cards { grid-template-columns: repeat(3, 1fr); }
  .service-cell:nth-child(3n) { border-right: 1px solid var(--hairline); }
  .diff-cell:nth-child(2n),
  .service-cell:nth-child(2n) { border-right: 0; }
  .service-cell:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.14); }
  .service-cell:nth-child(2n) { border-right: 0; }
}
@media (max-width: 1040px) {
  .hero__inner { gap: 24px; }
  .hero__orbit-ring--1 { width: 460px; height: 460px; }
  .hero__orbit-ring--2 { width: 600px; height: 600px; }
  .hero__mock { width: min(380px, 100%); }
}
@media (max-width: 980px) {
  .hero__stats { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .hero__stats > div { padding: 0 28px; }
  .hero__stats > div:nth-child(odd) { padding-left: 0; border-left: 0; }
}
@media (max-width: 820px) {
  .hero__inner,
  .section-head,
  .mid-cta__inner,
  .final-cta__card,
  .faq__inner { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px 32px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__card { padding: 40px 28px 28px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero__inner { min-height: 0; }
  .hero__visual { min-height: 420px; margin-top: 12px; }
  .hero__orbit-ring--1 { width: 380px; height: 380px; }
  .hero__orbit-ring--2 { width: 480px; height: 480px; }
  .hero__mock { width: min(360px, 92%); }
  .hero__mock-pill { right: 0; }
  .hero__mock-tag { left: 0; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .diff-grid,
  .services-grid,
  .ind-grid,
  .size-grid { grid-template-columns: 1fr; }
  .service-cell { border-right: 0 !important; }
  .nav__menu { display: none; }
  .nav__login { display: none; }
  .nav__signup { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .section { padding: 80px 0; }
  .faq__a { padding-left: 0; }
  .diffx__cards { grid-template-columns: repeat(2, 1fr); }
  .diffx__panel { grid-template-columns: 1fr; }
  .diffx__stage { padding: 8px 24px 36px; min-height: 0; }
  .diffx__accordion { padding: 24px 24px 8px; }
  .failx__layout { grid-template-columns: 1fr; }
  .failx__feature { min-height: 360px; }
  .failx__grid { grid-template-columns: 1fr; }
  .failx__item:nth-child(odd) { border-right: 0; padding-right: 0; }
  .failx__item:nth-child(even) { padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__orbit-ring--1, .hero__orbit-ring--2, .hero__mock, .hero__mock-pill, .hero__mock-tag { animation: none; }
  .hero__metric i::after { animation: none; width: var(--w, 60%); }
}

/* ═══════════════════════════════════════════════════════════════════════
   PREMIUM INTERACTIONS — cursor spotlights, rich hovers, CTA sheen/glow
   ═══════════════════════════════════════════════════════════════════════ */
@property --spot { syntax: "<number>"; inherits: false; initial-value: 0; }

/* Cursor-follow spotlight on cards. JS sets --mx/--my (px). The accent fades
   in via the @property-animatable --spot so movement feels smooth. */
.has-spotlight {
  background-image: radial-gradient(260px circle at var(--mx, -300px) var(--my, -300px),
    rgb(from var(--coral) r g b / calc(0.14 * var(--spot))), transparent 62%);
  background-repeat: no-repeat;
  transition: --spot 460ms var(--ease-out),
              border-color 320ms var(--ease-out),
              box-shadow 380ms var(--ease-out),
              transform 380ms var(--ease-out);
}
.has-spotlight:hover { --spot: 1; }

@media (prefers-reduced-motion: reduce) {
  .has-spotlight { transition: none; }
}

/* ── Failure cells (removed — section redesigned to .failx) ───────────── */

/* ── Feature rail items ───────────────────────────────────────────────── */
.feature-item { position: relative; }

/* ── FAQ rows ─────────────────────────────────────────────────────────── */
.faq__q { transition: color 240ms var(--ease-out); }
.faq__q-num { transition: color 240ms var(--ease-out); }
.faq__item:hover .faq__q,
.faq__item:hover .faq__q-num { color: var(--coral); }
.faq__item:not([open]):hover .faq__q-toggle {
  border-color: var(--coral);
  color: var(--coral);
  transform: rotate(90deg);
}

/* ── Industry cards — accent ring on hover (adds to existing reveal) ────── */
.ind-card { transition: transform 360ms var(--ease-out), box-shadow 420ms var(--ease-out); }
.ind-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -22px rgba(4,8,14,0.6), 0 0 0 1px rgb(from var(--coral) r g b / 0.4);
}

/* ── Size mock card — lift + accent glow on hover ─────────────────────── */
.sz-mock { transition: transform 420ms var(--ease-out), box-shadow 460ms var(--ease-out); }
.sz-visual:hover .sz-mock {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 40px 70px -26px rgba(0,0,0,0.6), 0 0 0 1px rgb(from var(--coral) r g b / 0.25);
}

/* ── Nav links — color shift on hover/active (handled in base rules) ───── */

/* ── link-arrow — shift + accent ──────────────────────────────────────── */
.link-arrow { transition: gap 220ms var(--ease-out), color 260ms var(--ease-out), border-color 260ms var(--ease-out); }
.link-arrow:hover { gap: 13px; color: var(--coral); border-color: var(--coral); }

/* ── Pill CTA — sheen sweep + lift + accent glow + icon nudge ─────────── */
.pill-cta {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  transition: transform 300ms var(--ease-out), box-shadow 360ms var(--ease-out), background 200ms var(--ease-out);
  will-change: transform;
}
.pill-cta > svg { position: relative; z-index: 1; transition: transform 300ms var(--ease-out); }
.pill-cta::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -140%;
  width: 60%;
  background: linear-gradient(105deg, transparent, color-mix(in oklab, currentColor, transparent 76%), transparent);
  transform: skewX(-18deg);
  transition: left 640ms var(--ease-out);
  pointer-events: none;
  z-index: 0;
}
.pill-cta:hover::before { left: 160%; }
.pill-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px -10px rgb(from var(--coral) r g b / 0.55);
}
.pill-cta:hover > svg { transform: translateX(4px); }
.pill-cta:active { transform: translateY(-1px) scale(0.98); }

.pill-cta--inverse::before { background: linear-gradient(105deg, transparent, color-mix(in oklab, currentColor, transparent 78%), transparent); }
.pill-cta--inverse:hover {
  box-shadow: 0 10px 26px -10px rgb(from var(--coral) r g b / 0.5);
}

/* ── Carousel arrows — accent glow ────────────────────────────────────── */
.sizes2__arrow { box-shadow: 0 1px 2px rgba(0,0,0,0.06); }
.sizes2__arrow:hover {
  box-shadow: 0 10px 24px -8px rgb(from var(--coral) r g b / 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .pill-cta, .pill-cta > svg, .pill-cta::before,
  .ind-card, .sz-mock { transition: none; }
  .pill-cta:hover { transform: none; }
}

/* ══════════════════════════════════════════════════════════════════════
   ANIMATED GRADIENT BORDERS — rotating conic ring in brand colors.
   Inspired by the spinning-border search field; tuned to the design
   system (coral + action-blue on a transparent track). The ring is drawn
   on a pseudo via the padding+mask "border" trick so it hugs any radius.
   ══════════════════════════════════════════════════════════════════════ */
@property --bd-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

.pill-cta::after,
.glow-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2.5px;                 /* ring thickness — heavier for visibility */
  background: conic-gradient(
    from var(--bd-angle),
    transparent 0deg,
    var(--coral) 30deg,
    color-mix(in oklab, var(--coral), #fff 55%) 60deg,
    var(--coral) 95deg,
    transparent 150deg,
    transparent 195deg,
    var(--action-blue) 270deg,
    color-mix(in oklab, var(--action-blue), #fff 50%) 305deg,
    var(--action-blue) 335deg,
    transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
@keyframes bd-spin { to { --bd-angle: 360deg; } }

/* CTA buttons — bright always-on spin, full glow on hover */
.pill-cta::after {
  z-index: 2;
  opacity: 0.9;
  animation: bd-spin 5s linear infinite;
  transition: opacity 300ms var(--ease-out);
}
.pill-cta:hover::after,
.pill-cta:focus-visible::after { opacity: 1; }

/* Cards / boxes — ring softly visible at rest, brightens + spins on hover */
.glow-border { position: relative; }
.glow-border::after {
  z-index: 20;
  opacity: 0.45;
  animation: bd-spin 6s linear infinite;
  animation-play-state: paused;
  transition: opacity 420ms var(--ease-out);
}
.glow-border:hover::after,
.glow-border:focus-within::after {
  opacity: 1;
  animation-play-state: running;
}
/* a touch more ring presence on the larger surfaces */
.final-cta__card.glow-border::after,
.hero__console.glow-border::after { padding: 3px; }

@media (prefers-reduced-motion: reduce) {
  .pill-cta::after { animation: none; }
  .glow-border::after { animation: none; opacity: 0.55; }
}

/* ── Section-level cursor glow (dark areas) ───────────────────────────── */
.cursor-glow {
  position: absolute;
  width: 620px; height: 620px;
  border-radius: 50%;
  left: 0; top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(from var(--coral) r g b / 0.20), rgb(from var(--coral) r g b / 0.06) 38%, transparent 70%);
  filter: blur(26px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 420ms var(--ease-out);
  z-index: 0;
  mix-blend-mode: screen;
  will-change: left, top, opacity;
}
.section--services-dark > .aa-container { position: relative; z-index: 1; }
.final-cta__card { position: relative; }
.final-cta__copy { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════════════════
   DARK BEIGE→CHARCOAL — sections that were soft-stone now use --near-black
   (matching the final CTA card). Text, borders & states flipped to light.
   ══════════════════════════════════════════════════════════════════════ */

/* Services band */
.section--features .section-head h2 { color: #fff; }
.section--features .section-head p { color: rgba(255,255,255,0.74); }
.section--features .eyebrow { color: rgba(255,255,255,0.6); }
.section--features .feature-item:hover { background: rgba(255,255,255,0.06); }
.section--features .feature-item:not(.is-active) h3 { color: rgba(255,255,255,0.66); }
.section--features .feature-item:not(.is-active) p { color: rgba(255,255,255,0.55); }
.section--features .feature-item__num { color: rgba(255,255,255,0.5); }

/* What makes different — accordion panel (left half of dark panel) */
.diffx__accordion { color: #fff; }
.diffx__acc { border-bottom-color: rgba(255,255,255,0.12); }
.diffx__acc-title { color: rgba(255,255,255,0.5); }
.diffx__acc.is-open .diffx__acc-title { color: #fff; }
.diffx__acc-chev::before,
.diffx__acc-chev::after { background: rgba(255,255,255,0.55); }
.diffx__acc.is-open .diffx__acc-chev::before,
.diffx__acc.is-open .diffx__acc-chev::after { background: #fff; }
.diffx__acc-body p { color: rgba(255,255,255,0.74); }

/* Why businesses fail */
.failx__head h2 { color: #fff; }
.failx__sub { color: rgba(255,255,255,0.72); }
.failx .eyebrow { color: rgba(255,255,255,0.6); }
.failx__grid { border-top-color: rgba(255,255,255,0.14); }
.failx__item { border-bottom-color: rgba(255,255,255,0.14); }
.failx__item:nth-child(odd) { border-right-color: rgba(255,255,255,0.14); }
.failx__item h3 { color: #fff; }
.failx__item:hover h3 { color: color-mix(in oklab, #fff, var(--coral) 45%); }
.failx__item p { color: rgba(255,255,255,0.68); }
.failx__meta { color: rgba(255,255,255,0.5); }
.failx__chip {
  color: color-mix(in oklab, var(--coral), white 30%);
  background: rgb(from var(--coral) r g b / 0.14);
}

/* FAQ */
.faq__head h2 { color: #fff; }
.faq__head p { color: rgba(255,255,255,0.7); }
.faq .eyebrow { color: rgba(255,255,255,0.6); }
.faq__list { border-top-color: rgba(255,255,255,0.14); }
.faq__item { border-bottom-color: rgba(255,255,255,0.14); }
.faq__q { color: #fff; }
.faq__q-num { color: rgba(255,255,255,0.5); }
.faq__q-toggle { border-color: rgba(255,255,255,0.4); color: #fff; }
.faq__item[open] .faq__q-toggle { background: var(--coral); border-color: var(--coral); color: var(--near-black); }
.faq__a { color: rgba(255,255,255,0.7); }

/* ══════════════════════════════════════════════════════════════════════
   SCROLL REVEALS — Framer-style entrance animations.
   Base state is the VISIBLE end-state (so content always shows if JS or
   compositing is unavailable). The hidden start-state + transition apply
   ONLY when <html class="anim-ready"> is set by JS and motion is allowed.
   IntersectionObserver adds .in-view to play each reveal once.
   ══════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: no-preference) {
  html.anim-ready [data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition:
      opacity 0.72s cubic-bezier(0.2, 0.7, 0.2, 1),
      transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
  }
  html.anim-ready [data-reveal="left"]  { transform: translateX(-46px); }
  html.anim-ready [data-reveal="right"] { transform: translateX(46px); }
  html.anim-ready [data-reveal="scale"] { transform: scale(0.955); }
  html.anim-ready [data-reveal="fade"]  { transform: none; }
  html.anim-ready [data-reveal].in-view {
    opacity: 1;
    transform: none;
  }
}
