:root {
  color-scheme: light;
  --ink: #0f172a;
  --muted: #475569;
  --soft: #94a3b8;
  --line: #e2e8f0;
  --page: #ffffff;
  --wash: #f8fafc;
  --aqua: #1784e8;
  --aqua-dark: #126bc0;
  --aqua-soft: #eaf4ff;
  --green: #3f4750;
  --cursor-x: 50vw;
  --cursor-y: 20vh;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(520px circle at var(--cursor-x) var(--cursor-y), rgba(23, 132, 232, 0.08), transparent 42%),
    var(--page);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.scroll-progress {
  background: linear-gradient(90deg, var(--aqua), #3f4750);
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(var(--progress-scale, 0));
  transform-origin: left;
  width: 100%;
  z-index: 60;
}

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

:focus-visible {
  outline: 3px solid rgba(23, 132, 232, 0.42);
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  border-radius: 0 0 10px 10px;
  color: white;
  font-weight: 850;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  top: 0;
  transform: translateY(-120%);
  transition: transform 180ms ease;
  z-index: 100;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

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

.top-banner {
  background: var(--aqua);
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 16px;
  text-align: center;
  overflow-wrap: anywhere;
  overflow: hidden;
  position: relative;
}

.mobile-sticky-cta {
  display: none;
}

.top-banner::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  height: 100%;
  left: -35%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  width: 30%;
  animation: banner-sheen 4.8s ease-in-out infinite;
}

.top-banner a {
  font-weight: 800;
  margin-left: 8px;
  text-decoration: underline;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  padding: 16px clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.section-jump {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 18px;
  position: sticky;
  top: 76px;
  z-index: 18;
}

.section-jump a {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  padding: 8px 12px;
}

.section-jump a:hover {
  border-color: rgba(23, 132, 232, 0.45);
  color: var(--aqua-dark);
}

.brand,
nav,
.hero-actions,
.dashboard-head,
.dashboard-head > div,
.live,
.trust-points,
.hero-proof,
.pilot-steps article,
.client-chips span {
  align-items: center;
  display: flex;
}

.brand {
  font-weight: 900;
}

.brand img {
  height: auto;
  width: clamp(142px, 14vw, 176px);
}

nav {
  color: var(--muted);
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
}

nav a:hover {
  color: var(--aqua-dark);
}

.nav-contact {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
}

.nav-contact:hover {
  color: var(--aqua-dark);
}

.nav-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  justify-self: end;
  padding: 12px 18px;
}

.nav-cta:hover {
  border-color: var(--aqua);
  color: var(--aqua-dark);
}

nav a,
.nav-cta,
.button,
.proof-grid article,
.channel-grid article,
.client-grid article,
.pilot-steps article,
.client-chips span,
.timeline article > div {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.hero {
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(64px, 8vw, 112px) 18px 52px;
  position: relative;
  text-align: center;
  width: 100%;
}

.thank-you-hero {
  min-height: calc(100vh - 76px);
}

.hero::before {
  background:
    linear-gradient(to right, rgba(23, 132, 232, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(23, 132, 232, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0 50% auto;
  height: 470px;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: min(100vw, 980px);
  z-index: -1;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.pill {
  align-items: center;
  background: var(--aqua-soft);
  border: 1px solid rgba(23, 132, 232, 0.3);
  border-radius: 999px;
  color: var(--aqua-dark);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px 16px;
}

.pill span,
.dash-icon,
.live span {
  background: var(--aqua);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.pill .pill-text {
  background: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  min-width: 220px;
  text-align: left;
  transition: opacity 180ms ease, transform 180ms ease;
  width: auto;
}

.pill .pill-text.is-swapping {
  opacity: 0;
  transform: translateY(5px);
}

h1 {
  font-size: clamp(2.55rem, 6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4vw, 2.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 8px;
}

.hero > p,
.section-title p,
.pilot p,
.channel-grid p,
.timeline p,
.planner-copy p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero > p {
  margin: 0 auto 32px;
  max-width: 760px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
}

.button.primary {
  background: var(--aqua);
  color: white;
  box-shadow: 0 12px 28px rgba(23, 132, 232, 0.22);
}

.button.primary:hover {
  background: var(--aqua-dark);
  box-shadow: 0 16px 34px rgba(23, 132, 232, 0.28);
  transform: translateY(-2px);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--aqua);
  color: var(--aqua-dark);
  transform: translateY(-2px);
}

.dashboard-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 24px 70px rgba(15, 23, 42, 0.08);
  margin: 0 auto 34px;
  max-width: 920px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.dashboard-panel:hover {
  border-color: rgba(23, 132, 232, 0.38);
}

.dashboard-head {
  background: var(--wash);
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 14px 20px;
}

.dashboard-head > div {
  gap: 9px;
}

.dashboard-head strong {
  font-size: 0.92rem;
}

.live {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  gap: 6px;
}

.live span {
  background: #4ade80;
}

.dashboard-body {
  padding: clamp(18px, 3vw, 28px);
}

.dashboard-body > p {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 16px 0 0;
  text-align: center;
}

.dashboard-window {
  background: #101827;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease;
}

.dashboard-window::after {
  background: radial-gradient(420px circle at 74% 8%, rgba(23, 132, 232, 0.18), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.dashboard-window > * {
  position: relative;
  z-index: 1;
}

.window-sidebar {
  background: #0b1220;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 16px;
}

.window-sidebar strong {
  color: var(--aqua);
  display: block;
  margin-bottom: 28px;
}

.window-sidebar span {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: block;
  height: 10px;
  margin-bottom: 14px;
}

.window-main {
  min-width: 0;
  padding: 24px;
}

.window-top {
  align-items: center;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.window-top small,
.mini-metrics small {
  color: var(--soft);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
}

.window-top strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  margin-top: 4px;
}

.window-top > span {
  background: rgba(23, 132, 232, 0.14);
  border: 1px solid rgba(23, 132, 232, 0.3);
  border-radius: 999px;
  color: var(--aqua);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 12px;
}

.mini-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.mini-metrics div {
  background: #172033;
  border: 1px solid rgba(226, 232, 240, 0.08);
  border-radius: 12px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.mini-metrics div::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
  animation: metric-scan 5.5s ease-in-out infinite;
}

.mini-metrics strong {
  color: white;
  display: block;
  font-size: 2.1rem;
  margin-top: 8px;
}

.chart-row {
  align-items: end;
  background: #0b1220;
  border-radius: 12px;
  display: flex;
  gap: 14px;
  height: 132px;
  margin: 16px 0;
  padding: 18px;
}

.chart-row span {
  background: linear-gradient(180deg, var(--aqua), #3f4750);
  border-radius: 999px 999px 0 0;
  flex: 1 1 0;
  height: var(--height);
  min-width: 0;
  transform-origin: bottom;
  animation: bar-rise 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both, bar-breathe 3.8s ease-in-out 600ms infinite;
}

.table-preview {
  display: grid;
  gap: 8px;
}

.table-preview div {
  align-items: center;
  background: #172033;
  border: 1px solid rgba(226, 232, 240, 0.08);
  border-radius: 10px;
  color: white;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
  padding: 10px 12px;
}

.table-preview div:hover {
  background: #1d2940;
}

.table-preview span {
  color: var(--soft);
  font-size: 0.86rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-preview strong {
  color: var(--aqua);
  flex: 0 0 auto;
  font-size: 0.86rem;
}

.trust-points {
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}

.trust-points span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.trust-points span::before {
  color: var(--aqua);
  content: "+ ";
  font-weight: 900;
}

.hero-proof {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
  gap: 1px;
  margin: 30px auto 0;
  max-width: 920px;
  overflow: hidden;
}

.hero-proof div {
  background: white;
  flex: 1 1 0;
  min-width: 0;
  padding: 18px;
  text-align: left;
}

.hero-proof strong {
  color: var(--aqua-dark);
  display: block;
  font-size: 0.82rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-proof span {
  color: var(--muted);
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.proof,
.urgency,
.pilot,
.deliverables,
.artifacts,
.signals,
.cadence,
.channels,
.motion-map,
.clients,
.scenarios,
.fit-check,
.anti-fit,
.readiness,
.comparison,
.economics,
.start-options,
.engagement-rules,
.ownership,
.system,
.decisions,
.faq,
.pilot-planner,
.site-footer {
  padding: clamp(60px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.proof,
.clients,
.scenarios,
.fit-check,
.anti-fit,
.readiness,
.artifacts,
.motion-map,
.start-options,
.engagement-rules,
.ownership,
.cadence {
  background: var(--wash);
}

.section-title {
  margin: 0 auto 44px;
  max-width: 820px;
  text-align: center;
}

.proof-grid,
.channel-grid,
.deliverable-grid,
.cadence-grid,
.decision-grid,
.motion-map-grid,
.scenario-grid,
.fit-grid,
.anti-fit-grid,
.urgency-grid,
.comparison-grid,
.artifact-board,
.economics-grid,
.start-grid,
.signal-grid,
.rules-grid,
.ownership-grid,
.client-grid,
.client-chips,
.stats-strip {
  margin-inline: auto;
  max-width: 1180px;
}

.proof-grid,
.channel-grid,
.deliverable-grid,
.cadence-grid,
.decision-grid,
.motion-map-grid,
.scenario-grid,
.fit-grid,
.anti-fit-grid,
.urgency-grid,
.comparison-grid,
.artifact-board,
.economics-grid,
.start-grid,
.signal-grid,
.rules-grid,
.ownership-grid,
.client-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid article,
.channel-grid article,
.deliverable-grid article,
.cadence-grid article,
.decision-grid article,
.motion-map-grid article,
.scenario-grid article,
.fit-grid article,
.anti-fit-grid article,
.urgency-grid article,
.comparison-grid article,
.artifact-board article,
.economics-grid article,
.start-grid article,
.signal-grid article,
.rules-grid article,
.ownership-grid article,
.client-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.proof-grid article {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.proof-grid article:hover,
.channel-grid article:hover,
.deliverable-grid article:hover,
.cadence-grid article:hover,
.decision-grid article:hover,
.motion-map-grid article:hover,
.scenario-grid article:hover,
.fit-grid article:hover,
.anti-fit-grid article:hover,
.urgency-grid article:hover,
.comparison-grid article:hover,
.artifact-board article:hover,
.economics-grid article:hover,
.start-grid article:hover,
.signal-grid article:hover,
.rules-grid article:hover,
.ownership-grid article:hover,
.client-grid article:hover,
.pilot-steps article:hover,
.timeline article > div:hover,
.client-chips span:hover {
  border-color: rgba(23, 132, 232, 0.46);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.video-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(23, 132, 232, 0.18), rgba(15, 23, 42, 0.95)),
    var(--ink);
  color: white;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.video-placeholder::after {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  height: 130%;
  left: -50%;
  position: absolute;
  top: -15%;
  transform: rotate(8deg);
  width: 38%;
  transition: left 350ms ease;
}

.proof-grid article:hover .video-placeholder::after {
  left: 115%;
}

.proof-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  font-style: italic;
  line-height: 1.55;
  margin: 16px 16px 6px;
}

.proof-grid strong,
.proof-grid span {
  display: block;
  margin-inline: 16px;
}

.proof-grid strong {
  font-size: 0.94rem;
}

.proof-grid span {
  color: var(--soft);
  font-size: 0.82rem;
  margin-bottom: 18px;
  margin-top: 3px;
}

.outcomes {
  background: #0b1220;
  color: white;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.outcomes div {
  background:
    linear-gradient(180deg, rgba(23, 132, 232, 0.1), rgba(255, 255, 255, 0.02)),
    #111827;
  padding: clamp(28px, 4vw, 44px);
}

.outcomes span {
  color: var(--aqua);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.outcomes strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  margin-bottom: 10px;
}

.outcomes p {
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.urgency {
  background: #0b1220;
  color: white;
}

.urgency .section-title p {
  color: #cbd5e1;
}

.urgency-grid {
  grid-template-columns: repeat(3, 1fr);
}

.urgency-grid article,
.comparison-grid article {
  border-radius: 14px;
  padding: 26px;
  position: relative;
}

.urgency-grid article {
  background: #111827;
  border-color: rgba(226, 232, 240, 0.12);
  color: white;
}

.urgency-grid span,
.comparison-grid span {
  color: var(--aqua);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.urgency-grid strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.urgency-grid p {
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.pilot {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  margin-inline: auto;
  max-width: 1180px;
}

.pilot p {
  margin-bottom: 28px;
}

.pilot-steps {
  display: grid;
  gap: 16px;
}

.pilot-steps article {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 14px;
  gap: 16px;
  padding: 20px;
}

.pilot-steps span {
  align-items: center;
  background: var(--aqua);
  border-radius: 10px;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
  box-shadow: 0 0 0 0 rgba(23, 132, 232, 0.3);
}

.pilot-steps article:hover span {
  box-shadow: 0 0 0 8px rgba(23, 132, 232, 0.12);
}

.pilot-steps p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.deliverable-grid,
.cadence-grid,
.decision-grid {
  grid-template-columns: repeat(4, 1fr);
}

.deliverable-grid article,
.cadence-grid article,
.decision-grid article {
  border-radius: 14px;
  padding: 26px;
  position: relative;
}

.deliverable-grid article::after,
.cadence-grid article::after,
.decision-grid article::after {
  background: radial-gradient(220px circle at 100% 0%, rgba(23, 132, 232, 0.12), transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.deliverable-grid span,
.cadence-grid span {
  color: var(--aqua);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.deliverable-grid h3,
.deliverable-grid p,
.cadence-grid h3,
.cadence-grid p,
.decision-grid strong,
.decision-grid p {
  position: relative;
  z-index: 1;
}

.deliverable-grid p,
.cadence-grid p,
.decision-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.decision-grid article {
  background: #0b1220;
  border-color: rgba(226, 232, 240, 0.12);
  color: white;
}

.decision-grid article::after {
  background: radial-gradient(220px circle at 100% 0%, rgba(23, 132, 232, 0.22), transparent 64%);
}

.decision-grid strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.decision-grid p {
  color: #cbd5e1;
}

.artifact-board {
  grid-template-columns: repeat(4, 1fr);
}

.signal-grid,
.rules-grid {
  grid-template-columns: repeat(4, 1fr);
}

.artifact-board article,
.economics-grid article,
.start-grid article,
.signal-grid article,
.rules-grid article {
  border-radius: 14px;
  padding: 26px;
  position: relative;
}

.artifact-board article::after,
.economics-grid article::after,
.start-grid article::after,
.signal-grid article::after,
.rules-grid article::after {
  background: radial-gradient(220px circle at 100% 0%, rgba(23, 132, 232, 0.12), transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.artifact-board span,
.economics-grid span,
.start-grid span,
.signal-grid span {
  color: var(--aqua);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.artifact-board strong,
.artifact-board p,
.economics-grid strong,
.economics-grid p,
.start-grid h3,
.start-grid p,
.signal-grid p,
.signal-grid span,
.rules-grid strong,
.rules-grid p {
  position: relative;
  z-index: 1;
}

.artifact-board strong,
.economics-grid strong,
.rules-grid strong {
  display: block;
  font-size: 1.16rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.artifact-board p,
.economics-grid p,
.start-grid p,
.signal-grid p,
.rules-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.ownership-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ownership-grid article {
  border-radius: 16px;
  padding: clamp(24px, 3vw, 32px);
}

.ownership-grid span {
  color: var(--aqua);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.ownership-grid strong {
  color: var(--ink);
  display: block;
  font-size: 1.14rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ownership-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.stats-strip {
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 50%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  max-width: none;
  overflow: hidden;
  padding: 0 clamp(18px, 4vw, 56px);
  position: relative;
  text-align: center;
}

.stats-strip::before {
  background:
    radial-gradient(720px circle at 50% 46%, rgba(23, 132, 232, 0.08), transparent 66%),
    linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.04), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.stats-strip strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.stats-strip .stat-card:last-child strong {
  color: var(--aqua);
}

.stat-card {
  align-items: center;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 52px 20px 46px;
  position: relative;
  transition: background-color 180ms ease, transform 180ms ease;
  z-index: 1;
}

.stat-card:last-child {
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.stat-card::before {
  background: var(--aqua);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translateX(-50%);
  width: 58px;
  z-index: 1;
}

.stat-card::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(76%, 320px) auto;
  content: "";
  inset: 0;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
}

.stat-days::after {
  background-image: url("assets/metric-calendar.svg");
  background-position: 52% 50%;
}

.stat-system::after {
  background-image: url("assets/metric-system.svg");
}

.stat-weekly::after {
  background-image: url("assets/metric-weekly.svg");
  background-position: 54% 50%;
}

.stat-founder::after {
  background-image: url("assets/metric-founder.svg");
  background-position: 62% 50%;
}

.stat-card:hover {
  background: rgba(23, 132, 232, 0.035);
  transform: translateY(-3px);
}

.stat-card strong,
.stat-card span {
  position: relative;
  z-index: 1;
}

.stats-strip span {
  color: var(--muted);
  display: block;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 700;
  margin-top: 14px;
  max-width: 260px;
}

.channel-grid {
  grid-template-columns: repeat(4, 1fr);
}

.channel-grid article {
  border-radius: 14px;
  padding: 24px;
}

.channel-grid article > span {
  align-items: center;
  background: var(--aqua-soft);
  border-radius: 12px;
  color: var(--aqua-dark);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 16px;
  width: 44px;
  transition: transform 180ms ease;
}

.channel-grid article:hover > span {
  transform: rotate(-4deg) scale(1.07);
}

.channel-grid p {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.client-grid {
  margin-bottom: 26px;
}

.client-grid article {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  padding: 28px;
  position: relative;
}

.client-grid article::after {
  background: radial-gradient(180px circle at 100% 0%, rgba(23, 132, 232, 0.12), transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.client-grid span {
  background: var(--aqua-soft);
  border-radius: 10px;
  color: var(--aqua-dark);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 28px;
  padding: 10px 12px;
}

.client-grid h3,
.client-grid p {
  position: relative;
  z-index: 1;
}

.client-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.client-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.client-chips span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font-weight: 750;
  gap: 10px;
  padding: 16px 20px;
}

.client-chips span::before {
  color: var(--aqua);
  content: "+";
  font-weight: 900;
}

.scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scenario-grid article {
  border-radius: 16px;
  padding: clamp(24px, 3vw, 34px);
}

.scenario-grid span {
  background: var(--aqua-soft);
  border-radius: 10px;
  color: var(--aqua-dark);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
  padding: 9px 11px;
}

.scenario-grid h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.scenario-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.scenario-grid strong {
  color: var(--ink);
  display: block;
  font-size: 0.93rem;
  line-height: 1.45;
}

.motion-map-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motion-map-grid article {
  border-radius: 16px;
  padding: clamp(22px, 3vw, 30px);
  position: relative;
}

.motion-map-grid article::after {
  background: linear-gradient(90deg, var(--aqua), transparent);
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.motion-map-grid span {
  color: var(--aqua);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.motion-map-grid strong {
  color: var(--ink);
  display: block;
  font-size: 1.06rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.motion-map-grid p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
  margin-bottom: 0;
}

.fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-grid article {
  border-radius: 16px;
  padding: clamp(24px, 3vw, 34px);
}

.fit-grid article > span {
  background: var(--aqua-soft);
  border-radius: 10px;
  color: var(--aqua-dark);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 22px;
  padding: 10px 12px;
}

.fit-grid ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit-grid li {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}

.fit-grid li::before {
  color: var(--aqua);
  content: "+";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.fit-bad li::before {
  color: #64748b;
  content: "-";
}

.anti-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anti-fit-grid article {
  border-radius: 16px;
  padding: clamp(22px, 3vw, 30px);
  position: relative;
}

.anti-fit-grid article::before {
  background: linear-gradient(180deg, var(--aqua), transparent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 4px;
}

.anti-fit-grid strong {
  color: var(--ink);
  display: block;
  font-size: 1.08rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.anti-fit-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.readiness-panel {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  margin-inline: auto;
  max-width: 1080px;
}

.readiness-checks,
.readiness-score {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.readiness-checks {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
}

.readiness-checks label {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  display: flex;
  gap: 12px;
  font-weight: 750;
  line-height: 1.35;
  min-width: 0;
  padding: 14px 16px;
}

.readiness-checks input {
  accent-color: var(--aqua);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.readiness-score {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
}

.readiness-score span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.readiness-score strong {
  color: var(--aqua);
  font-size: clamp(3rem, 7vw, 4.6rem);
  line-height: 0.9;
}

.readiness-score p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.readiness-recommendation {
  background: rgba(23, 132, 232, 0.08);
  border: 1px solid rgba(23, 132, 232, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.readiness-recommendation small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.readiness-recommendation b {
  color: var(--ink);
  font-size: 1.06rem;
}

.readiness-apply {
  border: 0;
  cursor: pointer;
  font: inherit;
  width: 100%;
}

.comparison-grid {
  grid-template-columns: repeat(4, 1fr);
}

.comparison-grid article {
  overflow: hidden;
}

.comparison-grid article::after {
  background: radial-gradient(220px circle at 100% 0%, rgba(23, 132, 232, 0.12), transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.comparison-grid .highlighted {
  border-color: rgba(23, 132, 232, 0.48);
  box-shadow: 0 18px 54px rgba(23, 132, 232, 0.14);
}

.comparison-grid h3,
.comparison-grid p,
.comparison-grid span {
  position: relative;
  z-index: 1;
}

.comparison-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.economics {
  background: #0b1220;
  color: white;
}

.economics .section-title p {
  color: #cbd5e1;
}

.economics-grid {
  grid-template-columns: repeat(3, 1fr);
}

.economics-grid article {
  background: #111827;
  border-color: rgba(226, 232, 240, 0.12);
  color: white;
}

.economics-grid article::after {
  background: radial-gradient(220px circle at 100% 0%, rgba(23, 132, 232, 0.22), transparent 64%);
}

.economics-grid p {
  color: #cbd5e1;
}

.start-grid {
  grid-template-columns: repeat(3, 1fr);
}

.start-grid .highlighted {
  border-color: rgba(23, 132, 232, 0.48);
  box-shadow: 0 18px 54px rgba(23, 132, 232, 0.14);
}

.system {
  background: white;
}

.timeline {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

.timeline::before {
  background: var(--line);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.timeline article {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 52px 1fr;
  margin-bottom: 32px;
}

.timeline article:nth-child(even) div {
  grid-column: 3;
}

.timeline article:nth-child(even) span {
  grid-column: 2;
  grid-row: 1;
}

.timeline article > div {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}

.timeline article > span {
  align-items: center;
  background: var(--aqua);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.05rem;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  position: relative;
  width: 52px;
  z-index: 1;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.timeline article:hover > span {
  box-shadow: 0 0 0 8px rgba(23, 132, 232, 0.12);
  transform: scale(1.05);
}

.timeline p {
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.faq {
  background: var(--wash);
}

.cta-band {
  align-items: center;
  background:
    radial-gradient(420px circle at 18% 0%, rgba(23, 132, 232, 0.18), transparent 58%),
    #0b1220;
  color: white;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.cta-band div {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.cta-band span {
  color: var(--aqua);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-band strong {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 920px;
}

.faq-list details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
  list-style: none;
  padding: 20px 22px;
}

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

.faq-list summary::after {
  color: var(--aqua);
  content: "+";
  float: right;
  font-weight: 900;
}

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

.faq-list p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
  padding: 18px 22px 22px;
}

.pilot-planner {
  align-items: start;
  background:
    radial-gradient(560px circle at 50% 0%, rgba(23, 132, 232, 0.18), transparent 42%),
    var(--ink);
  color: white;
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  scroll-margin-top: 96px;
}

.planner-copy {
  max-width: 560px;
}

.planner-copy p {
  color: #cbd5e1;
  margin-bottom: 0;
}

.contact-lede {
  margin-top: 22px;
}

.after-submit {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
}

.after-submit strong {
  color: white;
}

.after-submit span {
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.5;
}

.contact-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.26);
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.section-contact-form {
  margin-top: 22px;
  scroll-margin-top: 110px;
}

.section-contact-form + h2 {
  margin-top: 28px;
}

.submission-path {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.submission-path div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.submission-path strong {
  color: white;
  font-size: 0.9rem;
}

.submission-path span {
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.45;
}

.prep-list {
  background: rgba(23, 132, 232, 0.1);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  margin-top: 14px;
  padding: 16px;
}

.prep-list strong {
  color: white;
  display: block;
  margin-bottom: 10px;
}

.prep-list ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.prep-list li {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}

.prep-list li::before {
  color: var(--aqua);
  content: "+";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.thank-you-prep {
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-form span {
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 12px;
  color: white;
  font: inherit;
  font-size: 0.92rem;
  min-width: 0;
  padding: 0 14px;
  width: 100%;
}

.contact-form input {
  min-height: 46px;
}

.contact-form select {
  appearance: none;
  min-height: 46px;
}

.contact-form textarea {
  line-height: 1.5;
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a3b8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--aqua);
  outline: none;
}

.contact-form button {
  background: var(--aqua);
  border: 0;
  border-radius: 8px;
  color: white;
  font: inherit;
  font-weight: 850;
  min-height: 48px;
  padding: 0 18px;
}

.contact-form button:hover {
  background: var(--aqua-dark);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-honey {
  display: none;
}

.hidden-submit-form {
  display: none;
}

.contact-status {
  color: var(--aqua);
  font-size: 0.84rem;
  font-weight: 800;
  margin: 0;
  min-height: 22px;
}

.form-note {
  color: #94a3b8;
  font-size: 0.8rem;
  line-height: 1.45;
  margin: -4px 0 0;
}

.contact-status a,
.copy-status a {
  color: #e2e8f0;
  margin-left: 6px;
  text-decoration: underline;
}

.modal-open {
  overflow: hidden;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 80;
}

.contact-modal-backdrop {
  background: rgba(2, 6, 23, 0.68);
  inset: 0;
  position: absolute;
}

.contact-modal-panel {
  background:
    radial-gradient(420px circle at 50% 0%, rgba(23, 132, 232, 0.2), transparent 52%),
    #111827;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 20px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
  color: white;
  max-height: min(860px, calc(100vh - 36px));
  max-width: 720px;
  overflow: auto;
  padding: 26px;
  position: relative;
  width: min(100%, 720px);
}

.contact-modal-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  margin-bottom: 18px;
}

#contact-modal-description {
  color: #cbd5e1;
  line-height: 1.55;
  margin-top: -8px;
}

.contact-modal-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
}

.modal-contact-form {
  box-shadow: none;
}

.quick-contact {
  background: var(--ink);
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 46px;
  opacity: 0;
  padding: 0 18px;
  pointer-events: none;
  position: fixed;
  right: 22px;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 45;
}

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

.planner-shell {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.planner-controls {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.planner-controls label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.planner-controls label > span,
.planner-output-head > span {
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 850;
}

.planner-controls select,
.planner-controls input {
  appearance: none;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 12px;
  color: white;
  font: inherit;
  font-size: 0.92rem;
  min-height: 48px;
  min-width: 0;
  padding: 0 14px;
  width: 100%;
}

.planner-controls select {
  background:
    linear-gradient(45deg, transparent 50%, var(--aqua) 50%),
    linear-gradient(135deg, var(--aqua) 50%, transparent 50%),
    rgba(15, 23, 42, 0.78);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%,
    0 0;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  padding: 0 34px 0 14px;
  text-overflow: ellipsis;
}

.planner-controls input {
  background: rgba(15, 23, 42, 0.78);
}

.planner-controls input::placeholder {
  color: #94a3b8;
}

.planner-controls select:focus,
.planner-controls input:focus {
  border-color: var(--aqua);
  outline: none;
}

.planner-output {
  background: #0b1220;
  border: 1px solid rgba(226, 232, 240, 0.13);
  border-radius: 16px;
  min-width: 0;
  overflow: hidden;
}

.planner-output-head {
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 14px;
}

.planner-actions {
  display: flex;
  gap: 8px;
}

.copy-brief,
.download-brief,
.submit-brief {
  background: var(--aqua);
  border: 0;
  border-radius: 8px;
  color: white;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  min-height: 36px;
  padding: 0 12px;
}

.download-brief {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.18);
  color: #e2e8f0;
}

.submit-brief {
  margin: 0 14px 14px;
  width: calc(100% - 28px);
}

.copy-brief:hover,
.download-brief:hover,
.submit-brief:hover {
  background: var(--aqua-dark);
  color: white;
}

.submit-brief:disabled {
  cursor: wait;
  opacity: 0.68;
}

.planner-output textarea {
  background:
    linear-gradient(to right, rgba(23, 132, 232, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(23, 132, 232, 0.08) 1px, transparent 1px),
    #0b1220;
  background-size: 22px 22px;
  border: 0;
  color: #e2e8f0;
  display: block;
  font: 0.9rem/1.55 ui-monospace, "SFMono-Regular", Consolas, monospace;
  min-height: 320px;
  padding: 16px;
  resize: vertical;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word;
}

.copy-status {
  color: var(--aqua);
  font-size: 0.84rem;
  font-weight: 800;
  margin: 0;
  min-height: 22px;
  padding: 0 14px 12px;
}

.site-footer {
  align-items: center;
  background: #0b1220;
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.site-footer div {
  max-width: 440px;
}

.site-footer img {
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
  opacity: 0.96;
  width: 156px;
}

.site-footer p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.site-footer nav {
  color: #e2e8f0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer a:hover {
  color: white;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease var(--reveal-delay, 0ms),
    transform 520ms ease var(--reveal-delay, 0ms);
}

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

.js-ready .hero.reveal,
.js-ready .dashboard-panel.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@keyframes banner-sheen {
  0%,
  45% {
    left: -35%;
  }
  75%,
  100% {
    left: 110%;
  }
}

@keyframes metric-scan {
  0%,
  48% {
    transform: translateX(-120%);
  }
  78%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes bar-rise {
  from {
    transform: scaleY(0.12);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes bar-breathe {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.22) brightness(1.05);
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pilot,
  .pilot-planner,
  .readiness-panel,
  .proof-grid,
  .channel-grid,
  .deliverable-grid,
  .cadence-grid,
  .decision-grid,
  .motion-map-grid,
  .scenario-grid,
  .anti-fit-grid,
  .urgency-grid,
  .comparison-grid,
  .artifact-board,
  .economics-grid,
  .signal-grid,
  .rules-grid,
  .ownership-grid,
  .start-grid {
    grid-template-columns: 1fr 1fr;
  }

  .planner-controls {
    grid-template-columns: 1fr;
  }

  .dashboard-window {
    grid-template-columns: 1fr;
  }

  .window-sidebar {
    display: none;
  }

  .stats-strip {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }

  .stat-card,
  .stat-card:last-child {
    border: 1px solid rgba(15, 23, 42, 0.08);
  }
}

@media (max-width: 900px) {
  .pilot-planner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }

  main,
  section,
  header,
  footer,
  nav,
  .dashboard-panel,
  .dashboard-body,
  .dashboard-window,
  .window-main,
  .proof-grid,
  .channel-grid,
  .deliverable-grid,
  .cadence-grid,
  .decision-grid,
  .motion-map-grid,
  .scenario-grid,
  .fit-grid,
  .anti-fit-grid,
  .urgency-grid,
  .comparison-grid,
  .artifact-board,
  .economics-grid,
  .signal-grid,
  .rules-grid,
  .ownership-grid,
  .start-grid,
  .readiness-panel,
  .client-grid,
  .planner-shell {
    min-width: 0;
    max-width: 100%;
  }

  body {
    padding-bottom: 76px;
  }

  .top-banner {
    font-size: 0.82rem;
    padding: 8px 14px;
  }

  .top-banner a {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

  .section-jump {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 14px 18px;
  }

  .nav-cta {
    justify-self: start;
  }

  nav {
    font-size: 0.86rem;
    gap: 12px;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
  }

  nav a[href="#channels"],
  nav a[href="#compare"],
  nav a[href="#system"],
  nav a[href="#faq"] {
    display: none;
  }

  .proof,
  .pilot,
  .deliverables,
  .cadence,
  .channels,
  .motion-map,
  .clients,
  .scenarios,
  .fit-check,
  .anti-fit,
  .urgency,
  .readiness,
  .comparison,
  .artifacts,
  .signals,
  .economics,
  .start-options,
  .engagement-rules,
  .ownership,
  .decisions,
  .cta-band,
  .system,
  .faq,
  .pilot-planner,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero {
    margin-inline: 0;
    max-width: none;
    padding-top: 48px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .pill {
    justify-content: center;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 18%, rgba(23, 132, 232, 0.11), transparent 28%),
      linear-gradient(to right, rgba(23, 132, 232, 0.04) 1px, transparent 1px);
    background-size: auto, 28px 28px;
    height: 420px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 2.85rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 9ch;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  .pill .pill-text {
    min-width: 0;
    text-align: center;
  }

  .hero-actions,
  .dashboard-head,
  .window-top {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .button:active,
  .proof-grid article:active,
  .channel-grid article:active,
  .deliverable-grid article:active,
  .cadence-grid article:active,
  .decision-grid article:active,
  .motion-map-grid article:active,
  .scenario-grid article:active,
  .fit-grid article:active,
  .anti-fit-grid article:active,
  .urgency-grid article:active,
  .comparison-grid article:active,
  .artifact-board article:active,
  .economics-grid article:active,
  .signal-grid article:active,
  .rules-grid article:active,
  .ownership-grid article:active,
  .start-grid article:active,
  .client-grid article:active,
  .client-chips span:active,
  .pilot-steps article:active {
    transform: scale(0.985);
  }

  .dashboard-panel {
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .dashboard-head {
    padding: 12px 14px;
  }

  .hero > p {
    font-size: 1rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    max-width: 318px;
  }

  .dashboard-body {
    padding: 12px;
  }

  .dashboard-window {
    max-width: 100%;
  }

  .mini-metrics,
  .pilot,
  .pilot-planner,
  .readiness-panel {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .stats-strip {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .outcomes {
    grid-template-columns: 1fr;
  }

  .outcomes div {
    padding: 26px 20px;
  }

  .proof-grid,
  .channel-grid,
  .deliverable-grid,
  .cadence-grid,
  .decision-grid,
  .motion-map-grid,
  .scenario-grid,
  .fit-grid,
  .anti-fit-grid,
  .urgency-grid,
  .comparison-grid,
  .artifact-board,
  .economics-grid,
  .signal-grid,
  .rules-grid,
  .ownership-grid,
  .start-grid,
  .client-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow-x: visible;
    padding: 0;
  }

  .proof-grid article,
  .channel-grid article,
  .deliverable-grid article,
  .cadence-grid article,
  .decision-grid article,
  .motion-map-grid article,
  .scenario-grid article,
  .fit-grid article,
  .anti-fit-grid article,
  .urgency-grid article,
  .comparison-grid article,
  .artifact-board article,
  .economics-grid article,
  .signal-grid article,
  .rules-grid article,
  .ownership-grid article,
  .start-grid article,
  .client-grid article {
    min-width: 0;
    width: 100%;
  }

  .window-main {
    padding: 14px;
  }

  .mini-metrics {
    gap: 10px;
  }

  .mini-metrics div {
    padding: 14px;
  }

  .table-preview div {
    padding: 10px;
  }

  .chart-row {
    gap: 10px;
    height: 110px;
    padding: 14px;
  }

  .trust-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    max-width: 330px;
  }

  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-list summary {
    padding: 18px;
  }

  .faq-list p {
    padding: 16px 18px 18px;
  }

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

  .timeline article,
  .timeline article:nth-child(even) {
    grid-template-columns: 52px 1fr;
  }

  .timeline article div,
  .timeline article:nth-child(even) div {
    grid-column: 2;
  }

  .timeline article span,
  .timeline article:nth-child(even) span {
    grid-column: 1;
    grid-row: 1;
  }

  .js-ready .reveal {
    transform: translateY(10px) scale(0.995);
  }

  .pilot-planner {
    gap: 24px;
    padding: 46px 14px;
  }

  .planner-shell {
    border-radius: 14px;
    gap: 12px;
    padding: 12px;
  }

  .planner-copy {
    text-align: center;
  }

  .planner-copy p {
    font-size: 0.98rem;
  }

  .contact-form {
    border-radius: 14px;
    margin-top: 22px;
    padding: 12px;
    text-align: left;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form input {
    min-height: 44px;
  }

  .contact-form button {
    width: 100%;
  }

  .planner-controls select,
  .planner-controls input {
    font-size: 0.9rem;
    min-height: 44px;
  }

  .planner-output-head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .copy-brief,
  .download-brief {
    width: 100%;
  }

  .planner-actions {
    flex-direction: column;
  }

  .submit-brief {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
  }

  .stat-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    justify-content: flex-start;
    min-height: 132px;
    overflow: hidden;
    padding: 26px 132px 24px 22px;
    text-align: left;
  }

  .stat-card::before {
    left: 22px;
    top: 18px;
    transform: none;
    width: 46px;
  }

  .stat-card::after {
    background-position: right -28px center;
    background-size: 170px auto;
    opacity: 0.7;
  }

  .stat-founder::after {
    background-position: right -46px center;
  }

  .stats-strip strong {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }

  .stats-strip span {
    font-size: 0.98rem;
    line-height: 1.35;
    margin-top: 8px;
  }

  .planner-output textarea {
    font-size: 0.78rem;
    line-height: 1.45;
    min-height: 280px;
    padding: 12px;
  }

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

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

  .mobile-sticky-cta {
    align-items: center;
    background: var(--aqua);
    border-radius: 14px;
    bottom: 14px;
    box-shadow: 0 16px 36px rgba(23, 132, 232, 0.34);
    color: white;
    display: flex;
    font-weight: 900;
    height: 54px;
    justify-content: center;
    left: 18px;
    position: fixed;
    right: 18px;
    transform: translateY(88px);
    transition: transform 220ms ease;
    z-index: 50;
  }

  .mobile-sticky-cta.is-visible {
    transform: translateY(0);
  }

  .mobile-sticky-cta:active {
    transform: translateY(0) scale(0.985);
  }

  .quick-contact {
    display: none;
  }
}

@media (pointer: coarse) {
  .proof-grid article:hover,
  .channel-grid article:hover,
  .client-grid article:hover,
  .pilot-steps article:hover,
  .timeline article > div:hover,
  .client-chips span:hover,
  .stat-card:hover,
  .button.primary:hover,
  .button.secondary:hover {
    box-shadow: inherit;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
