.ceo-consult { padding-bottom: 140px; }
.ceo-consult main > * { min-width: 0; }
.ceo-consult h1 { font-size: clamp(36px,4.2vw,56px); line-height: 1.15; }
.ceo-consult .consult-note { color: var(--muted); font-size: 13px; line-height: 1.6; }
.ceo-consult input, .ceo-consult select { font-size: 16px; min-width: 0; }
.ceo-consult .calendar-nav button { width: 44px; height: 44px; }
.ceo-consult .date { min-height: 44px; }
.ceo-consult .time, .ceo-consult .back { min-height: 44px; }
.ceo-consult #book { scroll-margin-top: 20px; }
@media(max-width:650px) {
  .ceo-consult header { padding: 22px 20px; }
  .ceo-consult main { padding: 0 16px; gap: 20px; }
  .ceo-consult .eyebrow { font-size: 10px; letter-spacing: .07em; }
  .ceo-consult h1 { margin: 16px 0; max-width: 420px; }
  .ceo-consult .lede { line-height: 1.6; }
  .ceo-consult .card-head { padding: 18px 20px; }
  .ceo-consult .card-head h2 { font-size: 24px; }
  .ceo-consult .inside { padding: 20px 16px; }
  .ceo-consult .steps { font-size: 10px; gap: 5px; margin-bottom: 22px; }
  .ceo-consult .days { gap: 3px; }
  .ceo-consult .fields { gap: 10px; }
}

/* Post-workshop offer page (warm audience, sent during the webinar) */
.ceo-consult main { grid-template-columns: 1.05fr 1fr; gap: 56px; }
.ceo-consult .intro { max-width: 560px; }
.ceo-consult .hero-nick { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.ceo-consult .hero-nick img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--lime); }
.ceo-consult .hero-nick strong { display: block; font-size: 16px; }
.ceo-consult .hero-nick span { display: block; margin-top: 3px; font-size: 13px; color: var(--muted); }
.ceo-consult h1 { max-width: 560px; margin: 18px 0 20px; }
.ceo-consult .lede { color: var(--ink); font-size: 21px; font-weight: 500; line-height: 1.5; max-width: 520px; margin: 0; }
.ceo-consult .intro .mobile-only { display: none; }

.ceo-consult .offer-cta { display: inline-block; background: var(--lime); color: var(--ink); text-decoration: none; border-radius: 8px; padding: 17px 26px; font-size: 16px; font-weight: 700; transition: background .15s; }
.ceo-consult .offer-cta:hover { background: var(--lime-hover); }
.ceo-consult .offer-cta:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.ceo-consult .offer-cta-bottom { margin-top: 28px; }

.ceo-consult .deep-dive { border-top: 1px solid var(--line); padding-top: 30px; margin-top: 34px; }
.ceo-consult .deep-dive h2 { font-size: 30px; font-weight: 600; letter-spacing: -.7px; line-height: 1.2; margin: 0 0 12px; }
.ceo-consult .deep-dive p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0; }

.ceo-consult .bonus-box { margin-top: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.ceo-consult .bonus-head { padding: 18px 22px; background: var(--ink); color: var(--white); font-size: 15px; font-weight: 600; }
.ceo-consult .bonus-box ul { list-style: none; margin: 0; padding: 8px 22px; }
.ceo-consult .bonus-box li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ceo-consult .bonus-box li:last-child { border-bottom: 0; }
.ceo-consult .bonus-box .check { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; font-size: 13px; font-weight: 700; margin-top: 1px; }
.ceo-consult .bonus-box li strong { display: block; font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.ceo-consult .bonus-box li span { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); line-height: 1.55; }
.ceo-consult .bonus-foot { padding: 14px 22px; background: var(--soft-lime); font-size: 14px; font-weight: 600; color: var(--green); border-top: 1px solid var(--line); }

/* Booking card: sticky beside the long copy column, urgency in the card head */
.ceo-consult .card { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; }
.ceo-consult .urgency { margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: var(--soft-lime); border: 1px solid #dff5ad; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ceo-consult .urgency-spots { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; color: var(--ink); }
.ceo-consult .pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(0,82,78,.45); animation: sw-pulse 1.6s ease-out infinite; }
@keyframes sw-pulse { 0% { box-shadow: 0 0 0 0 rgba(0,82,78,.45); } 100% { box-shadow: 0 0 0 9px rgba(0,82,78,0); } }
.ceo-consult .urgency-timer { display: flex; align-items: baseline; gap: 10px; }
.ceo-consult .timer-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.ceo-consult .timer-clock { font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 26px; font-weight: 500; color: var(--green); font-variant-numeric: tabular-nums; min-width: 4.4ch; text-align: right; line-height: 1; }
.ceo-consult .urgency.expired { background: #fff6f6; border-color: #f1c9c9; }
.ceo-consult .urgency.expired .timer-clock { color: #b3261e; }
.ceo-consult .urgency.expired .pulse { animation: none; background: #b3261e; }

/* Mobile sticky bar */
.ceo-consult .sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px #013a3d14; }
.ceo-consult .sticky-bar[hidden] { display: none; }
.ceo-consult .sticky-copy strong { display: block; font-size: 14px; }
.ceo-consult .sticky-copy span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; font-variant-numeric: tabular-nums; }
.ceo-consult .sticky-btn { padding: 13px 18px; font-size: 14px; white-space: nowrap; }
@media(min-width:651px) { .ceo-consult .sticky-bar { display: none !important; } }

@media(max-width:850px) {
  .ceo-consult main { grid-template-columns: 1fr 1fr; gap: 32px; }
  .ceo-consult .card { top: 16px; max-height: calc(100vh - 32px); }
}
@media(max-width:650px) {
  .ceo-consult { padding-bottom: 120px; }
  .ceo-consult main { grid-template-columns: 1fr; gap: 26px; }
  .ceo-consult .intro { max-width: none; }
  .ceo-consult .hero-nick { margin-bottom: 16px; }
  .ceo-consult .hero-nick img { width: 56px; height: 56px; }
  .ceo-consult h1 { max-width: none; }
  .ceo-consult .lede { font-size: 18px !important; }
  .ceo-consult .intro .mobile-only { display: block; }
  .ceo-consult .offer-cta { display: block; text-align: center; }
  .ceo-consult .offer-cta.mobile-only { margin-top: 24px; }
  .ceo-consult .hero-urgency { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 12px; width: 100%; }
  .ceo-consult .hero-urgency .urgency-timer { width: 100%; justify-content: space-between; }
  .ceo-consult .offer-cta-bottom { display: none; }
  .ceo-consult .bonus-box { margin-bottom: 4px; }
  .ceo-consult header { padding: 20px 22px 14px; }
  .ceo-consult .deep-dive { margin-top: 30px; padding-top: 26px; }
  .ceo-consult .deep-dive h2 { font-size: 25px; }
  .ceo-consult .bonus-head, .ceo-consult .bonus-box ul, .ceo-consult .bonus-foot { padding-left: 18px; padding-right: 18px; }
  .ceo-consult .card { position: static; max-height: none; overflow: visible; }
  .ceo-consult .urgency { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ceo-consult .urgency-timer { width: 100%; justify-content: space-between; }
}
