/* New next-step pages use the site's existing palette, fonts and buttons. */
.next-steps-page [hidden] { display: none !important; }
.next-steps-page main { display: block; }
.next-hero {
  padding: 160px 0 74px;
  color: var(--warm-white);
  background: radial-gradient(ellipse at 85% 15%, rgba(166,138,86,.16), transparent 55%), linear-gradient(135deg, #302820, #1a1715 72%);
  border-bottom: 1px solid rgba(166,138,86,.35);
}
.next-hero .section-label { color: var(--gold-light); }
.next-hero h1 { max-width: 850px; font: 600 clamp(2.6rem, 5.2vw, 4.6rem)/1.12 var(--font-display); }
.next-hero h1 em { color: var(--gold-light); font-weight: 400; }
.next-hero .next-intro { max-width: 720px; margin-top: 24px; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.next-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; align-items: center; }
.next-section { padding: 78px 0; scroll-margin-top: 150px; }
.next-section--sand { background: var(--sandy); }
.next-section--dark { background: #1a1715; color: var(--warm-white); }
.next-section--dark .section-title { color: var(--warm-white); }
.next-section--dark .section-title em { color: var(--gold-light); }
.next-section--dark p { color: rgba(255,255,255,.8); }
.next-lead { max-width: 720px; color: var(--text-mid); margin-bottom: 30px; }
.next-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; align-items: start; }
.next-three-col { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.next-card { padding: 30px; border: 1px solid var(--beige); border-radius: 5px; background: #fff; box-shadow: var(--shadow-sm); }
.next-card h3 { font: 600 1.55rem/1.3 var(--font-display); margin-bottom: 14px; }
.next-card p { font-size: .98rem; color: var(--text-mid); }
.next-card .btn-primary, .next-card .btn-ghost { margin-top: 22px; }
.next-card .section-label { font-size: .65rem; }
.next-link { color: var(--gold-dark); text-underline-offset: 4px; text-decoration-thickness: 1px; }
.next-link:hover { color: var(--text-dark); }
.journey-step { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 28px; }
.journey-step-number { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font: 400 1.5rem var(--font-display); }
.journey-step .section-title { font-size: clamp(1.9rem, 3vw, 2.65rem); }
.journey-context { border-left: 3px solid var(--gold); margin-top: 30px; padding: 18px 24px; background: rgba(166,138,86,.12); max-width: 760px; }
.journey-context .section-label { margin-bottom: 5px; }
.journey-context p { color: var(--warm-white); }
.cohort-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 24px 0; }
.cohort-choices .next-card { padding: 24px; box-shadow: none; }
.cohort-choices h3 { font-size: 1.25rem; }
.serve-invitation { padding: 26px 30px; margin: 28px 0; background: var(--sandy); border-left: 3px solid var(--gold); }
.serve-invitation h3 { font: 600 1.4rem var(--font-display); margin-bottom: 10px; }
.next-form { background: #fff; padding: 30px; border: 1px solid var(--beige); border-radius: 5px; box-shadow: var(--shadow-sm); color: var(--text-dark); }
.next-form h3 { font: 600 1.5rem/1.3 var(--font-display); margin-bottom: 14px; }
.next-form > p { margin-bottom: 20px; font-size: .95rem; color: var(--text-mid); }
.next-form label, .next-form legend { display: block; font: 500 .78rem/1.6 var(--font-ui); color: var(--text-mid); margin-bottom: 6px; }
.next-form input:not([type=checkbox]):not([type=hidden]), .next-form select, .next-form textarea {
  display: block; width: 100%; padding: 12px 13px; margin: 0 0 18px; border: 1px solid #cfc3b6; border-radius: 3px; background: var(--warm-white); color: var(--text-dark); font: 400 1rem/1.4 var(--font-body);
}
.next-form textarea { resize: vertical; min-height: 100px; }
.next-form input:focus-visible, .next-form select:focus-visible, .next-form textarea:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 2px; }
.next-form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 18px; }
.next-form .next-consent { display: flex; align-items: flex-start; gap: 10px; margin: 7px 0 20px; font-size: .73rem; font-weight: 400; }
.next-consent input { margin-top: 4px; flex: 0 0 auto; width: 16px; height: 16px; accent-color: var(--gold-dark); }
.next-form [data-form-status] { margin: 14px 0 0; font-size: .9rem; }
.next-form [data-form-status]:empty { display: none; }
.book-order-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid var(--beige); border-radius: 8px; background: #fff; color: var(--text-dark); }
.book-order-dialog::backdrop { background: rgba(5, 16, 26, .75); }
.book-order-dialog .next-form { border: 0; box-shadow: none; padding-top: 58px; }
.book-order-close { position: absolute; top: 8px; right: 8px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--sandy); color: var(--text-dark); font-size: 28px; cursor: pointer; }
.next-form .form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.next-form button[disabled] { opacity: .65; cursor: wait; }
.next-muted { color: var(--text-muted); font-size: .9rem; }
.next-details { margin-top: 22px; }
.next-details summary { cursor: pointer; color: var(--gold-dark); font: 500 .8rem var(--font-ui); text-decoration: underline; text-underline-offset: 4px; }
.next-details[open] summary { margin-bottom: 20px; }
.next-details .next-form { padding: 0; border: 0; box-shadow: none; }
.resource-download-result { margin-top: 20px; padding: 18px; border-left: 3px solid var(--gold); background: var(--sandy); }
.resource-download-result p { margin-bottom: 12px; color: var(--text-dark); }
.resource-download-result .btn-primary { margin-top: 0; }
.resource-intro-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; }
.store-title-panel { border: 1px solid rgba(166,138,86,.38); padding: 36px; color: #fffaf2; background: linear-gradient(145deg,#302820,#1a1715); box-shadow: var(--shadow-md); text-align: center; border-radius: 5px; }
.store-title-panel h2 { margin: 18px 0 24px; font: 400 clamp(2rem,3vw,3rem)/1.22 var(--font-display); }
.store-title-panel .store-author { color: var(--gold-light); font: 500 .8rem var(--font-ui); letter-spacing: .12em; text-transform: uppercase; }
.store-title-panel blockquote { margin: 28px 0 0; padding-top: 24px; border-top: 1px solid rgba(166,138,86,.3); font-style: italic; font-size: .95rem; color: rgba(255,255,255,.75); }
.store-prices { align-items: stretch; }
.store-product { display: flex; flex-direction: column; }
.store-product .store-price { margin: 5px 0 18px; color: var(--text-dark); font: 400 2.6rem var(--font-display); }
.store-product .store-price-note { font: 400 .85rem var(--font-body); color: var(--text-muted); }
.store-product .store-product-actions { margin-top: auto; padding-top: 10px; }
.store-product .next-muted { margin-top: 18px; font-size: .85rem; }
.store-note { margin-top: 26px; font-size: .9rem; color: var(--text-mid); }
.store-launch-box { border: 1px solid var(--beige); padding: 28px; margin-top: 28px; background: var(--sandy); }
.store-launch-box h3 { font: 600 1.4rem var(--font-display); margin-bottom: 14px; }
.store-launch-box ol { padding-left: 22px; font-size: .98rem; }
.store-launch-box li + li { margin-top: 8px; }
@media (max-width: 850px) {
  .next-three-col { grid-template-columns: 1fr; }
  .next-two-col { gap: 28px; }
  .journey-step { grid-template-columns: 48px minmax(0,1fr); gap: 18px; }
  .journey-step-number { width: 46px; height: 46px; font-size: 1.25rem; }
}
@media (max-width: 640px) {
  .next-hero { padding: 140px 0 54px; }
  .next-section { padding: 52px 0; }
  .next-steps-page .container { padding: 0 22px; }
  .next-two-col, .cohort-choices, .next-form-row { grid-template-columns: 1fr; }
  .journey-step { grid-template-columns: 1fr; gap: 20px; }
  .next-card, .next-form, .serve-invitation { padding: 24px; }
  .next-actions { align-items: stretch; flex-direction: column; }
  .next-actions a { text-align: center; }
  .next-form .btn-primary { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .next-steps-page { scroll-behavior: auto; }
  .next-steps-page *, .next-steps-page *::before, .next-steps-page *::after { animation: none !important; transition: none !important; }
}
