@import url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/style.css');
@import url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-mono/style.css');

:root {
  --ink: #17191f;
  --muted: #666d7c;
  --line: #dfe2e8;
  --paper: #ffffff;
  --wash: #f4f5f7;
  --red: #c43f48;
  --green: #28775a;
  --blue: #4269c7;
  --yellow: #ebc642;
  --nav: #14161b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Geist', Arial, sans-serif; color: var(--ink); background: var(--wash); line-height: 1.5; }
a { color: inherit; }

.site-nav { position: sticky; top: 0; z-index: 10; height: 68px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: var(--nav); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.brand img { width: 135px; display: block; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 14px; }
.nav-links > a:not(.button) { color: #d9dce4; text-decoration: none; }

.screen-section { max-width: 1180px; margin: 32px auto; background: var(--paper); min-height: 820px; padding: 64px 68px 48px; box-shadow: 0 18px 60px rgba(18,21,29,.09); position: relative; overflow: hidden; }
.screen-section::before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg,var(--red),var(--yellow),var(--green),var(--blue)); }

.hero-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font: 12px 'Geist Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.mark { width: 46px; height: 46px; }
.eyebrow { margin: 52px 0 12px; color: var(--red); font: 700 12px 'Geist Mono', monospace; letter-spacing: .18em; }
h1 { max-width: 900px; margin: 0; font-size: clamp(42px,6vw,72px); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 810px; font-size: 21px; line-height: 1.45; color: var(--muted); margin: 24px 0 32px; }

.outcome-card { display: grid; grid-template-columns: 140px 1fr; gap: 22px; margin: 30px 0; padding: 22px 26px; background: var(--nav); color: #fff; border-radius: 16px; }
.outcome-label { font: 700 11px 'Geist Mono', monospace; letter-spacing: .12em; text-transform: uppercase; color: #f4d862; }
.outcome-card p { margin: 0; font-size: 18px; line-height: 1.45; }

.cycles { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cycle { position: relative; padding: 24px 22px 20px; border: 1px solid var(--line); border-radius: 14px; min-height: 330px; background: #fff; }
.cycle::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; border-radius: 14px 14px 0 0; background: var(--red); }
.cycle-design::before { background: var(--blue); }
.cycle-build::before { background: var(--green); }
.cycle-month { color: var(--muted); font: 700 11px 'Geist Mono', monospace; text-transform: uppercase; letter-spacing: .12em; }
.cycle-number { position: absolute; right: 18px; top: 12px; color: #eceef2; font-size: 54px; font-weight: 800; }
.cycle h2 { margin: 28px 0 8px; font-size: 28px; letter-spacing: -.035em; }
.cycle p { margin: 0 0 15px; color: var(--muted); }
.cycle ul { padding-left: 18px; margin: 0; font-size: 14px; }
.cycle li { margin: 7px 0; }
.cycle .note { margin-top: 14px; font-size: 12px; font-weight: 600; color: var(--green); }

.page-footer { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font: 11px 'Geist Mono', monospace; }
.section-heading .eyebrow { margin-top: 0; }
.section-heading h2 { max-width: 850px; font-size: 44px; line-height: 1.06; letter-spacing: -.04em; margin: 0 0 30px; }
h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
.two-column { display: grid; grid-template-columns: 1.35fr .85fr; gap: 28px; align-items: start; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0 28px; }
.included-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.included-grid strong, .included-grid span { display: block; }
.included-grid strong { margin-bottom: 7px; color: var(--blue); }
.included-grid span { color: var(--muted); font-size: 14px; }

.decision-card { padding: 26px; background: var(--nav); color: #fff; border-radius: 16px; box-shadow: 0 14px 36px rgba(16,18,24,.18); }
.decision-kicker { color: #f3d75f; font: 700 10px 'Geist Mono', monospace; letter-spacing: .14em; }
.decision-card h3 { font-size: 28px; margin-bottom: 22px; }
.price-row { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 15px; }
.price-row span { color: #c8cbd4; font-size: 13px; }
.price-row.highlight strong { color: #f3d75f; }
.small { font-size: 12px; color: #b9bdc9; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 13px 18px; border-radius: 9px; background: var(--red); color: #fff; font-weight: 700; text-decoration: none; }
.button-small { padding: 9px 13px; font-size: 13px; }
.decision-card .button { width: 100%; margin-top: 12px; }
.text-link { display: block; text-align: center; margin-top: 13px; color: #d6d9e1; font-size: 13px; }
.print-cta { display: none; }

.build-options { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.build-options > p { color: var(--muted); margin-top: -4px; }
.build-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.build-grid article { padding: 18px 20px; border-radius: 12px; background: var(--wash); }
.build-grid strong, .build-grid p { display: block; }
.build-grid p { margin: 8px 0 0; font-size: 13px; color: var(--muted); }
.option-tag { display: block; font: 700 10px 'Geist Mono', monospace; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }

.next-steps { margin-top: 26px; display: grid; grid-template-columns: 180px 1fr; column-gap: 26px; }
.next-steps h3 { grid-row: 1 / span 2; }
.next-steps ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.next-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; font-size: 13px; }
.next-steps li span { color: var(--red); font: 700 11px 'Geist Mono', monospace; }
.supplier-step { grid-column: 2; margin: 12px 0 0; font-size: 13px; color: var(--muted); }
.legal-note { margin-top: 22px; padding: 15px 18px; border-left: 4px solid var(--blue); background: #eef2ff; font-size: 12px; }
.legal-note p { margin: 0; }
.final-actions { margin-top: 18px; display: flex; gap: 12px; }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }

@media (max-width: 820px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .site-nav { padding: 0 18px; }
  .brand img { width: 105px; }
  .nav-links { flex-shrink: 0; }
  .button-small { padding: 8px 10px; font-size: 11px; white-space: nowrap; }
  .nav-links > a:not(.button) { display: none; }
  .screen-section { width: 100%; max-width: 100%; margin: 0; padding: 40px 22px 36px; box-shadow: none; overflow: hidden; }
  .hero-topline { gap: 10px; font-size: 9px; }
  .hero-topline span { text-align: right; }
  .cycles, .two-column, .included-grid, .build-grid { grid-template-columns: 1fr; }
  .next-steps { grid-template-columns: 1fr; }
  .next-steps h3, .next-steps ol, .supplier-step { grid-column: 1; }
  .next-steps h3 { grid-row: auto; }
  .next-steps ol { grid-template-columns: 1fr; }
  .outcome-card { grid-template-columns: 1fr; }
  h1 { max-width: 100%; font-size: 38px; line-height: 1.02; overflow-wrap: anywhere; }
  .lead { max-width: 100%; font-size: 17px; overflow-wrap: anywhere; }
  .outcome-card { width: 100%; max-width: 100%; }
}

@page { size: A4; margin: 0; }
@media print {
  body { background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .site-nav { display: none; }
  .cycles { grid-template-columns: repeat(3, 1fr); }
  .two-column { grid-template-columns: 1.35fr .85fr; }
  .included-grid, .build-grid { grid-template-columns: 1fr 1fr; }
  .next-steps { grid-template-columns: 135px 1fr; }
  .next-steps h3 { grid-row: 1 / span 2; }
  .next-steps ol { grid-template-columns: 1fr 1fr; }
  .supplier-step { grid-column: 2; }
  .screen-section { width: 210mm; height: 297mm; min-height: 297mm; max-width: none; margin: 0; padding: 15mm 16mm 12mm; box-shadow: none; page-break-after: always; }
  .screen-section:last-child { page-break-after: auto; }
  .print-page-one h1 { font-size: 47px; }
  .print-page-one .eyebrow { margin-top: 18px; }
  .print-page-one .lead { font-size: 16px; margin: 14px 0 18px; }
  .print-page-one .outcome-card { margin: 17px 0; padding: 14px 17px; }
  .print-page-one .outcome-card p { font-size: 14px; }
  .cycle { min-height: 0; padding: 18px 15px 14px; }
  .cycle h2 { font-size: 22px; margin-top: 21px; }
  .cycle p, .cycle li { font-size: 11px; }
  .cycle-number { font-size: 42px; }
  .page-footer { position: absolute; left: 16mm; right: 16mm; bottom: 9mm; margin: 0; }
  .section-heading h2 { font-size: 32px; margin-bottom: 17px; }
  .two-column { gap: 18px; }
  .included-grid { margin: 12px 0 16px; gap: 8px; }
  .included-grid > div { padding: 11px; }
  .included-grid span, .two-column p { font-size: 11px; }
  .decision-card { padding: 18px; }
  .decision-card h3 { font-size: 21px; margin-bottom: 12px; }
  .price-row { padding: 8px 0; }
  .decision-card .button, .decision-card .text-link { display: none; }
  .print-cta { display: block; margin: 12px 0 0; color: #d6d9e1; font-size: 9px; }
  .build-options { margin-top: 15px; padding-top: 12px; }
  .build-grid article { padding: 11px 13px; }
  .build-grid p { font-size: 10px; }
  .next-steps { margin-top: 12px; display: block; }
  .next-steps h3 { grid-row: auto; font-size: 18px; margin: 0 0 7px; }
  .next-steps ol { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .next-steps li { grid-template-columns: 20px 1fr; gap: 4px; font-size: 8.5px; line-height: 1.3; }
  .supplier-step { grid-column: auto; margin-top: 7px; font-size: 8.5px; }
  .legal-note { margin-top: 9px; padding: 7px 10px; font-size: 8px; line-height: 1.3; }
  .final-actions { display: none; }
}
