/* ==========================================================================
   Pricing page: ROI calculator + demo booking
   ========================================================================== */

.roi { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 18px; }
.roi-inputs { display: grid; align-content: start; gap: 26px; padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.roi-kicker { color: var(--muted); font-size: 11px; font-weight: 640; letter-spacing: .07em; text-transform: uppercase; }
.roi-kicker.is-light { color: #9dc4b2; }
.roi-kicker b { color: var(--accent-2); font-weight: 640; }
.roi-field { display: grid; gap: 10px; }
.roi-field-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.roi-field-top label, .roi-label { font-size: 13.5px; font-weight: 500; }
.roi-field-top output { color: var(--accent); font-size: 14px; font-weight: 640; font-variant-numeric: tabular-nums; }
.roi-sub { color: var(--muted); font-size: 11.5px; }

.roi input[type="range"] { width: 100%; height: 24px; margin: 0; background: transparent; appearance: none; -webkit-appearance: none; cursor: pointer; }
.roi input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--accent) var(--fill, 50%), #dfe4de var(--fill, 50%)); }
.roi input[type="range"]::-moz-range-track { height: 6px; border-radius: 999px; background: #dfe4de; }
.roi input[type="range"]::-moz-range-progress { height: 6px; border-radius: 999px; background: var(--accent); }
.roi input[type="range"]::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; margin-top: -7px; border: 3px solid var(--white); border-radius: 50%; background: var(--accent); box-shadow: 0 3px 10px rgba(16, 32, 25, .26); }
.roi input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 3px solid var(--white); border-radius: 50%; background: var(--accent); }
.roi input[type="range"]:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; border-radius: 999px; }

.roi-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.roi-choices button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: #5c636d; font: inherit; font-size: 13px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.roi-choices button[aria-pressed="true"] { color: var(--white); background: var(--accent); border-color: var(--accent); }

.roi-result { display: grid; align-content: start; gap: 22px; padding: clamp(26px, 3vw, 38px); border-radius: 26px; color: var(--white); background: linear-gradient(155deg, #123d2c, #0a2418); }
.roi-savings span { display: block; color: #9dc4b2; font-size: 13px; }
.roi-savings strong { display: block; margin: 8px 0 4px; font-size: clamp(36px, 4.4vw, 54px); letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.roi-savings strong em { font-size: .42em; font-style: normal; opacity: .6; }
.roi-lines { display: grid; gap: 11px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); }
.roi-line { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; font-size: 13px; }
.roi-line span { color: #a9bcb1; }
.roi-line b { font-weight: 500; font-variant-numeric: tabular-nums; }
.roi-result .button { justify-self: start; background: rgba(255, 255, 255, .12); color: var(--white); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24); }
.roi-result .button:hover { background: rgba(255, 255, 255, .18); }

/* ---- Booking ---- */
.book { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.book-copy h2 { margin-top: 18px; font-size: var(--fs-display-3); }
.book-copy > p { margin-top: 16px; max-width: 44ch; color: var(--muted); font-size: 15.5px; line-height: 1.7; }
.book-points { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.book-points li { display: grid; grid-template-columns: 15px minmax(0, 1fr); gap: 11px; color: #414c55; font-size: 14px; line-height: 1.6; }
.book-points li::before { content: ""; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: var(--accent-2); }

.book-card { padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 20px 54px rgba(16, 32, 25, .07); }
.book-steps { display: flex; gap: 22px; margin: 0 0 24px; padding: 0 0 16px; border-bottom: 1px solid var(--line); list-style: none; counter-reset: s; }
.book-steps li { counter-increment: s; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12.5px; }
.book-steps li::before { content: counter(s); display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--soft); font-size: 11px; font-weight: 640; }
.book-steps li.is-active { color: var(--ink); }
.book-steps li.is-active::before { color: var(--white); background: var(--accent); }

.cal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.cal-head strong { font-size: 15px; letter-spacing: -.02em; }
.cal-nav { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); cursor: pointer; }
.cal-nav svg { width: 15px; height: 15px; }
.cal-nav:disabled { color: #c2c8cd; cursor: not-allowed; }
.cal-weekdays, .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-weekdays { margin-bottom: 6px; }
.cal-weekdays span { text-align: center; color: #949aa2; font-size: 10.5px; font-weight: 640; letter-spacing: .04em; text-transform: uppercase; }
.cal-grid button { min-height: 40px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); font: inherit; font-size: 13.5px; font-variant-numeric: tabular-nums; cursor: pointer; transition: background .18s ease, color .18s ease; }
.cal-grid button:hover:not(:disabled) { background: var(--soft); }
.cal-grid button:disabled { color: #ccd2d6; cursor: default; }
.cal-grid button.is-out { visibility: hidden; }
.cal-grid button.is-on { color: var(--white); background: var(--accent); font-weight: 640; }

.book-label { display: block; margin: 22px 0 10px; color: var(--muted); font-size: 11px; font-weight: 640; letter-spacing: .06em; text-transform: uppercase; }
.book-times { display: flex; flex-wrap: wrap; gap: 8px; }
.book-times button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; font-size: 13.5px; font-variant-numeric: tabular-nums; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.book-times button[aria-pressed="true"] { color: var(--white); background: var(--accent); border-color: var(--accent); }
.book-next { width: 100%; margin-top: 22px; }
.book-next:disabled { background: var(--soft); color: #949aa2; box-shadow: none; cursor: not-allowed; transform: none; }

.book-chosen { margin-bottom: 20px; padding: 13px 16px; border-radius: 12px; background: var(--accent-2-soft); color: var(--accent); font-size: 13.5px; font-weight: 500; }
.book-field { display: grid; gap: 8px; margin-bottom: 16px; }
.book-field label { font-size: 13px; font-weight: 500; }
.book-field input, .book-field select { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); font: inherit; font-size: 14px; }
.book-field input:focus, .book-field select:focus { outline: 2px solid var(--accent); outline-offset: -1px; border-color: transparent; }
.book-error { margin-bottom: 14px; color: #b4442f; font-size: 13px; }
.book-actions { display: flex; gap: 10px; }
.book-actions .button { flex: 1; }

.book-step[hidden] { display: none !important; }
.book-done { display: grid; justify-items: start; gap: 10px; padding: 14px 0; }
.book-tick { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 6px; border-radius: 50%; color: var(--white); background: var(--success); }
.book-tick svg { width: 22px; height: 22px; }
.book-done strong { font-size: 19px; letter-spacing: -.025em; }
.book-done p { color: var(--muted); font-size: 14px; }
.book-fine { color: #949aa2; font-size: 12.5px; }

@media (max-width: 900px) {
  .roi, .book { grid-template-columns: 1fr; }
}

/* Pricing small print: the AI-usage footnote the plan cards point at. */
.price-fine { margin-top: 18px; max-width: 62ch; color: var(--muted); font-size: 12.5px; line-height: 1.6; }

/* A section heading with no body text beside it: one column, not two,
   so the grid does not leave an empty half. */
.section-intro.is-single { grid-template-columns: minmax(0, 1fr); }
/* The eyebrow above this heading was removed. */
.book-copy h2:first-child { margin-top: 0; }
/* Shown only when the volume runs past the largest plan. */
.roi-note { margin-top: -8px; color: #9dc4b2; font-size: 12px; line-height: 1.55; }
.roi-note[hidden] { display: none; }
