.guided-mix-page main { overflow: hidden; }

.guided-pilot-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  max-width: 1240px;
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 5vw, 76px) clamp(22px, 6vw, 90px);
  margin: 0 auto;
}

.guided-pilot-hero h1,
.guided-pilot-section h2 {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-wrap: balance;
}

.guided-pilot-hero h1 {
  max-width: 790px;
  margin: 12px 0 22px;
  font-size: clamp(3.2rem, 5.5vw, 5.6rem);
  letter-spacing: -.055em;
  line-height: .93;
}

.guided-pilot-lede {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.guided-pilot-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 28px 0 18px;
}

.guided-pilot-price strong {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 550;
}

.guided-pilot-price span,
.guided-pilot-sheet > p:first-child,
.guided-target-row small,
.guided-rounds small,
.guided-grid span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  text-transform: uppercase;
}

.guided-pilot-price span {
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .05em;
}

.guided-pilot-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.guided-pilot-actions small {
  max-width: 350px;
  color: var(--muted);
  line-height: 1.45;
}

.guided-pilot-sheet {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--coral);
  transform: rotate(1deg);
}

.guided-pilot-sheet::before {
  position: absolute;
  top: -12px;
  left: 42%;
  width: 92px;
  height: 24px;
  background: rgba(195, 143, 43, .25);
  content: "";
  transform: rotate(-2deg);
}

.guided-pilot-sheet > p:first-child {
  margin: 0 0 26px;
  font-size: .67rem;
  letter-spacing: .1em;
}

.guided-target-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}

.guided-target-row p { margin: 0; }

.guided-target-swatch {
  width: 82px;
  aspect-ratio: 1;
  border: 8px solid var(--paper);
  border-radius: 50%;
  background: #9baa78;
  box-shadow: 0 0 0 1px var(--ink);
}

.guided-target-row small,
.guided-rounds small {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .08em;
}

.guided-target-row strong {
  display: block;
  margin-top: 5px;
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 550;
}

.guided-rounds {
  display: grid;
  gap: 13px;
  padding-top: 24px;
}

.guided-round {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
}

.guided-round span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .7rem;
}

.guided-round strong { font-size: .92rem; }

.guided-pilot-section { padding: clamp(70px, 9vw, 120px) clamp(22px, 6vw, 90px); }
.guided-pilot-section.deep { background: var(--paper-deep); }
.guided-pilot-section > header,
.guided-pilot-section > div { max-width: 1040px; margin: 0 auto; }

.guided-pilot-section h2 {
  max-width: 820px;
  margin: 10px 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.guided-pilot-section > header > p:last-child {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.guided-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin: 38px auto 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.guided-grid article {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  border-top: 6px solid var(--coral);
}

.guided-grid article:nth-child(2) { border-top-color: var(--ochre); }
.guided-grid article:nth-child(3) { border-top-color: var(--blue); }
.guided-grid article + article { border-left: 1px solid var(--line); }
.guided-grid span { font-size: .68rem; letter-spacing: .08em; }

.guided-grid h3,
.guided-scope h3 {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-weight: 550;
}

.guided-grid h3 { margin: 26px 0 10px; font-size: 1.55rem; }
.guided-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.guided-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1040px;
  margin: 38px auto 0;
  border: 1px solid var(--ink);
}

.guided-scope section { padding: clamp(25px, 4vw, 40px); background: var(--white); }
.guided-scope section + section { border-left: 1px solid var(--ink); color: var(--white); background: var(--ink); }
.guided-scope h3 { margin-top: 0; font-size: 1.6rem; }
.guided-scope ul { display: grid; gap: 12px; padding-left: 20px; margin-bottom: 0; line-height: 1.55; }
.guided-scope section + section ul { color: rgba(255, 255, 255, .76); }

.guided-final {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  gap: clamp(30px, 6vw, 72px);
  max-width: 1040px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--ink);
  border-left: 8px solid var(--ochre);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--coral);
}

.guided-final-copy h2 { margin-top: 0; font-size: clamp(2.35rem, 4.6vw, 4.25rem); }
.guided-final-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.guided-form { display: grid; gap: 18px; min-width: 0; }

.guided-field { display: grid; gap: 7px; }
.guided-field label,
.guided-consent label { font-size: .86rem; font-weight: 780; line-height: 1.4; }
.guided-field label span { color: var(--coral-text); }

.guided-field input,
.guided-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #7f7b6f;
  border-radius: 2px;
  color: var(--ink);
  background: #fffefa;
  font: inherit;
  line-height: 1.5;
}

.guided-field textarea { min-height: 108px; resize: vertical; }
.guided-field input::placeholder,
.guided-field textarea::placeholder { color: #777267; opacity: 1; }
.guided-field input:focus-visible,
.guided-field textarea:focus-visible,
.guided-consent input:focus-visible { outline: 3px solid rgba(63, 100, 122, .28); outline-offset: 2px; }
.guided-field input[aria-invalid="true"],
.guided-field textarea[aria-invalid="true"] { border-color: #97382d; box-shadow: 0 0 0 2px rgba(151, 56, 45, .14); }
.guided-field-note { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.guided-field-error { margin: 0; color: #8d2f25; font-size: .75rem; font-weight: 700; line-height: 1.45; }
.guided-field-error:empty { display: none; }

.guided-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.guided-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--sage-dark); }
.guided-form .button { width: 100%; }
.guided-form .button[disabled] { cursor: wait; opacity: .7; transform: none; }

.guided-form-status {
  min-height: 24px;
  padding: 12px 14px;
  border-left: 4px solid var(--blue);
  color: var(--ink);
  background: #edf1ef;
  font-size: .82rem;
  line-height: 1.55;
}

.guided-form-status:empty { min-height: 0; padding: 0; border: 0; }
.guided-form-status[data-state="success"] { border-left-color: var(--sage-dark); background: #edf3e8; }
.guided-form-status[data-state="error"] { border-left-color: #97382d; background: #f8e9e5; }
.guided-form-status a { font-weight: 800; text-underline-offset: 3px; }
.guided-policy { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.guided-policy a { font-weight: 750; text-underline-offset: 3px; }

.guided-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.guided-language-link { min-height: 44px; }

@media (max-width: 820px) {
  .guided-pilot-hero { grid-template-columns: 1fr; min-height: auto; }
  .guided-pilot-sheet { max-width: 560px; transform: none; }
  .guided-grid { grid-template-columns: 1fr; }
  .guided-grid article + article { border-top-width: 1px; border-left: 0; }
  .guided-grid article:nth-child(2),
  .guided-grid article:nth-child(3) { border-top-color: var(--line); }
  .guided-scope,
  .guided-final { grid-template-columns: 1fr; }
  .guided-scope section + section { border-top: 1px solid var(--ink); border-left: 0; }
}

@media (max-width: 520px) {
  .guided-pilot-hero { padding-top: 48px; }
  .guided-pilot-hero h1 { font-size: clamp(2.9rem, 15vw, 4.5rem); overflow-wrap: normal; }
  .guided-pilot-actions { display: grid; }
  .guided-pilot-actions .button { width: 100%; }
  .guided-target-row { grid-template-columns: 64px 1fr; }
  .guided-target-swatch { width: 64px; }
  .guided-final { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .guided-pilot-sheet { transform: none; }
}
