/* Free consultation — landing, booking and figures pages (loaded after the shared theme) */
.land { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 44px 0 56px; }
.land-copy .eyebrow { text-align: left; }
.land-copy h1 { font-family: var(--font-display); font-weight: 900; letter-spacing: -.035em; line-height: .98; font-size: clamp(38px, 5.4vw, 64px); margin: 10px 0 14px; }
.land-copy .lede { font-size: 18px; color: var(--ink-soft); max-width: 46ch; margin: 0; }
.get-h { font-family: var(--font-display); font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 28px 0 10px; }
.get { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; max-width: 52ch; }
.get li { display: grid; grid-template-columns: 22px 1fr; column-gap: 12px; row-gap: 2px; align-items: start; }
.get li::before { content: ""; width: 22px; height: 22px; border-radius: 50%; background: var(--good-bg); border: 1px solid var(--good-line); grid-row: 1 / span 2; margin-top: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315803d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4L19 7'/></svg>"); background-size: 13px; background-repeat: no-repeat; background-position: center; }
.get li b { font-weight: 700; font-size: 16px; color: var(--ink); }
.get li span { font-size: 14px; color: var(--muted); grid-column: 2; }
.land-cta { margin: 26px 0 0; }
.land-cta .btn { min-height: 52px; padding: 14px 26px; font-size: 16px; }
.micro { margin: 12px 0 0; font-size: 13px; color: var(--muted); }

.land-doc { display: grid; justify-items: center; gap: 12px; }
.doc-stack { position: relative; width: min(320px, 78vw); aspect-ratio: 1 / 1.35; }
.doc { position: absolute; inset: 0; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 10px; box-shadow: var(--shadow-lg); }
.doc.back2 { transform: rotate(-5deg) translate(-10px, 8px); opacity: .55; }
.doc.back1 { transform: rotate(3deg) translate(8px, 4px); opacity: .8; }
.doc.front { padding: 20px 20px 16px; display: grid; align-content: start; gap: 8px; }
.doc-brand { display: flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 800; font-size: 11px; }
.doc-brand .h { width: 18px; height: 18px; border-radius: 5px; background: var(--ink); color: var(--surface); display: grid; place-items: center; font-size: 10px; }
.doc-title { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.02em; margin-top: 8px; }
.doc-meta { font-size: 9.5px; color: var(--muted); border-bottom: 1px solid var(--line-strong); padding-bottom: 8px; }
.doc-part { font-family: var(--font-display); font-weight: 800; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.doc-tile { background: var(--good-bg); border: 1px solid var(--good-line); border-radius: 8px; padding: 8px 10px; display: grid; gap: 2px; }
.doc-tile span { font-size: 7.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.doc-tile b { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--good); letter-spacing: -.02em; }
/* the mock follows the real page 1: cover line, figures, the two donuts, the maximum loan */
.doc-for { font-family: var(--font-display); font-weight: 800; font-size: 11px; margin-top: -2px; }
.doc-tbl { display: grid; gap: 4px; }
.doc-tbl div { display: grid; grid-template-columns: 46px 1fr; gap: 6px; align-items: center; }
.doc-tbl span { font-size: 7px; color: var(--muted); }
.doc-tbl i { display: block; height: 5px; border-radius: 3px; background: var(--surface-sunk); }
.doc-tbl .tot span { color: var(--ink); font-weight: 700; }
.doc-tbl .tot i { background: var(--line-strong); }
.doc-charts { display: flex; align-items: center; gap: 7px; margin-top: 2px; }
.doc-donut { position: relative; width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: conic-gradient(var(--ink) 0 20%, var(--good) 20% 70%, var(--line-strong) 70% 100%); }
.doc-donut.term { background: conic-gradient(var(--ink) 0 90%, var(--line-strong) 90% 100%); }
.doc-donut::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--surface); }
.doc-chart-lab { font-size: 7px; color: var(--muted); line-height: 1.35; }
.doc-chart-lab b { font-size: 9px; color: var(--ink); }
.doc-rows { display: grid; gap: 5px; }
.doc-rows i { display: block; height: 6px; border-radius: 3px; background: var(--surface-sunk); }
.doc-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.doc-cols span { font-size: 7.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-soft); border-bottom: 1px solid var(--line-strong); padding-bottom: 3px; }
.doc-badge { position: absolute; top: -12px; right: -8px; background: var(--ink); color: var(--surface); font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: .04em; padding: 7px 12px; border-radius: 999px; box-shadow: var(--shadow-md); }
.doc-note { font-size: 12.5px; color: var(--muted); margin: 8px 0 0; text-align: center; }
.land-cta-right { display: none; margin: 4px 0 0; }

@media (max-width: 860px) {
  .land { grid-template-columns: 1fr; gap: 28px; padding: 24px 0 40px; }
  .land-copy h1 { font-size: clamp(34px, 9.5vw, 48px); }
  .land-copy .lede { font-size: 16.5px; }
  .land-cta { display: none; }
  .land-cta-right { display: block; }
  .land-cta-right .btn { min-height: 52px; padding: 14px 26px; font-size: 16px; }
  .doc-stack { width: min(280px, 72vw); margin-top: 14px; }
}

/* ---- booking + figures pages ---- */
.flow { max-width: 760px; margin: 0 auto; padding: 26px 0 50px; display: grid; gap: 18px; }
.flow-step { font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.flow h1 { font-family: var(--font-display); font-weight: 900; letter-spacing: -.03em; font-size: clamp(28px, 5vw, 40px); margin: 4px 0 6px; }
.flow .sub { color: var(--muted); font-size: 15px; }
.purpose { background: var(--surface-muted); border-radius: var(--r-md); padding: 14px 16px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.purpose strong { color: var(--ink); }
.notice { border: 1px dashed var(--line-strong); border-radius: var(--r-md); padding: 14px 16px; font-size: 14px; color: var(--muted); }
.booking-frame { width: 100%; min-height: 660px; border: 0; border-radius: var(--r-md); }
/* ---- the calendar (Calendly's layout: event panel · month grid · the day's times) ---- */
.flow.wide { max-width: 1040px; }
.book-card { padding: 0; overflow: hidden; }
.cal-shell { display: grid; grid-template-columns: 272px minmax(0, 1fr); }
.cal-info { padding: 26px 24px 28px; border-right: 1px solid var(--line); display: grid; align-content: start; gap: 8px; }
.cal-info .who { font-size: 13.5px; font-weight: 700; color: var(--muted); }
.cal-info h2 { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -.025em; line-height: 1.1; margin: 0 0 8px; }
.cal-info .meta { display: grid; gap: 9px; margin: 2px 0 10px; }
.cal-info .meta div { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.cal-info .meta svg { width: 18px; height: 18px; flex: none; color: var(--muted); }
.cal-info p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.cal-body { padding: 26px 24px 28px; min-width: 0; }
.cal-h { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.01em; margin: 0 0 14px; }
.cal { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
.cal.has-times { grid-template-columns: minmax(0, 1fr) 196px; }
.cal-month { max-width: 400px; }
.cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cal-title { font-size: 16px; font-weight: 700; }
.cal-arrow { width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--surface-muted); color: var(--ink); font: inherit; font-size: 24px; line-height: 1; cursor: pointer; display: grid; place-items: center; padding: 0 0 3px; }
.cal-arrow:hover:not(:disabled) { background: var(--surface-sunk); }
.cal-arrow:disabled { opacity: .3; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px 2px; }
.cal-wd { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--muted); padding: 4px 0 6px; }
.cal-blank { aspect-ratio: 1; }
.cal-day { position: relative; aspect-ratio: 1; width: 100%; max-width: 46px; margin: 0 auto; border-radius: 50%; border: 0; background: transparent; font: inherit; font-size: 15px; font-weight: 600; color: var(--faint); cursor: default; display: grid; place-items: center; padding: 0; }
.cal-day.avail { background: var(--surface-sunk); color: var(--ink); font-weight: 700; cursor: pointer; }
.cal-day.avail:hover { background: var(--line-strong); }
.cal-day.on, .cal-day.on:hover { background: var(--ink); color: #fff; }
.cal-day.today::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: currentColor; }
.cal-day:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.cal-tz { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.cal-tz svg { width: 16px; height: 16px; color: var(--muted); }
.cal-times { position: relative; min-height: 0; align-self: stretch; }
.cal-times-inner { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 12px; }
.cal-dayhead { font-size: 15px; font-weight: 600; color: var(--ink); padding-top: 8px; }
.cal-list { display: grid; align-content: start; gap: 8px; flex: 1; min-height: 0; overflow-y: auto; padding: 2px 4px 2px 2px; scrollbar-width: thin; }
.cal-slot { display: flex; gap: 6px; min-width: 0; }
.cal-time { flex: 1; min-width: 0; font: inherit; font-size: 14.5px; font-weight: 700; padding: 12px 8px; border-radius: var(--r-sm); border: 1px solid var(--ink); background: var(--surface); color: var(--ink); cursor: pointer; font-variant-numeric: tabular-nums; }
.cal-time:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.cal-slot.on .cal-time { background: var(--ink-soft); border-color: var(--ink-soft); color: #fff; cursor: default; box-shadow: none; }
.cal-slot.off .cal-time { background: var(--surface-muted); border-color: var(--line); color: var(--faint); font-weight: 600; cursor: not-allowed; box-shadow: none; }
.cal-hint { font-size: 12.5px; color: var(--muted); margin-top: -6px; }
.cal-foot { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.cal-pick { font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.cal-go { min-height: 48px; padding: 12px 28px; }
.cal-go.is-disabled { opacity: .4; pointer-events: none; box-shadow: none; transform: none; }
#continueRow { margin-top: 16px; }
#continueRow:has(> .hidden) { display: none; }
@media (max-width: 860px) {
  .cal-shell { grid-template-columns: 1fr; }
  .cal-info { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 18px; }
  .cal-body { padding: 20px 18px 24px; }
  .cal.has-times { grid-template-columns: 1fr; }
  .cal-month { max-width: none; }
  .cal-times, .cal-times-inner { position: static; }
  .cal-list { max-height: 328px; }   /* six slots, a Saturday's worth; the rest scrolls */
}
.muted { color: var(--muted); font-size: 13.5px; }
.test-mode { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--warn); background: var(--warn-bg); border: 1px solid var(--warn-line); border-radius: var(--pill); padding: 3px 10px; }
.hidden { display: none !important; }
.input-money input:disabled { background: var(--surface-muted); color: var(--faint); cursor: not-allowed; }
.field select, .field input[type="text"], .field input[type="tel"] { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-md); background: var(--surface); color: var(--ink); }

.wizard { margin-top: 6px; }
.wz-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.wz-count { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.wz-progress { flex: 1; height: 6px; border-radius: 999px; background: var(--surface-sunk); overflow: hidden; }
.wz-bar { height: 100%; width: 0; background: var(--ink); border-radius: 999px; transition: width .25s ease; }
.wz-step { border: 0; padding: 0; margin: 0; min-width: 0; }
.wz-step legend { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -.02em; margin-bottom: 4px; padding: 0; }
.wz-step .lead { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.wizard.on .wz-step { display: none; }
.wizard.on .wz-step.active { display: block; }
.wz-nav { display: flex; gap: 10px; justify-content: space-between; margin-top: 18px; }
.wz-nav .btn { min-height: 48px; }
.wz-error { display: none; margin-top: 12px; padding: 10px 14px; border-radius: var(--r-md); background: var(--bad-bg); color: var(--bad); font-size: 14px; }
.wz-error.show { display: block; }
.review { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; margin-bottom: 14px; }
.review .rw { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.review .rw:last-child { border-bottom: 0; }
.review .rk { color: var(--muted); }
.review .rv { font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.review .re { font-size: 13px; font-weight: 700; color: var(--ink); background: none; border: 0; cursor: pointer; text-decoration: underline; padding: 4px 0 4px 6px; }
.consent { display: grid; grid-template-columns: max-content 1fr; gap: 10px; align-items: start; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-md); }
.consent input { width: 20px; height: 20px; margin-top: 2px; }
.consent label { font-size: 14.5px; color: var(--ink); }
.idbox { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; padding: 10px 14px; border-radius: var(--r-md); background: var(--surface-muted); font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: .03em; margin: 10px 0; word-break: break-all; max-width: 100%; }
.idbox small { font-family: var(--font-body); font-weight: 500; font-size: 12.5px; color: var(--muted); letter-spacing: 0; }
@media (max-width: 560px) { .review .rw { grid-template-columns: 1fr auto; } .review .re { grid-column: 1 / -1; justify-self: end; padding-top: 0; } }

/* At phone size the mock card is 280px wide, so the miniature tightens to stay inside it. */
@media (max-width: 560px) {
  .doc.front { padding: 15px 15px 12px; gap: 6px; }
  .doc-title { font-size: 16px; margin-top: 5px; }
  .doc-for { font-size: 10px; }
  .doc-meta { padding-bottom: 6px; }
  .doc-part { margin-top: 3px; }
  .doc-tbl { gap: 3px; }
  .doc-donut { width: 30px; height: 30px; }
  .doc-donut::after { inset: 7px; }
  .doc-tile { padding: 6px 9px; }
  .doc-tile b { font-size: 15px; }
}
