:root {
  --blue: #b57f2d;
  --blue-dark: #9b7735;
  --ink: #1f2530;
  --text: #3d424a;
  --muted: #6d747d;
  --line: rgba(31, 37, 48, .12);
  --soft: #fff7e8;
  --bg: #fff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
a { color: var(--blue); }
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.top {
  min-height: 74px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.top img {
  display: block;
  width: 158px;
  max-width: 46vw;
  height: auto;
}
.hero {
  padding: 56px 0 34px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  color: #526b86;
  font-weight: 800;
}
.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 72px;
}
.service {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(11,32,56,.06);
}
.service b {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
}
.service span {
  color: var(--muted);
  line-height: 1.45;
}
.arrow {
  margin-top: 8px;
  color: #0757ad;
  font-weight: 800;
}
.cal-page {
  min-height: 100vh;
  padding: 48px 24px;
  display: grid;
  place-items: start center;
}
.cal-shell {
  width: min(1380px, 100%);
  min-height: 760px;
  display: grid;
  grid-template-columns: 43% 57%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(11, 32, 56, .08);
  overflow: hidden;
  position: relative;
}
.event-card {
  padding: 38px 42px 30px;
  border-right: 1px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.back-circle {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 34px;
}
.expert-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
  max-width: 470px;
}
.expert-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.expert-list-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 100%;
}
.expert-list-multi .expert-card {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
}
.expert-list-multi .event-logo {
  width: 68px;
  height: 68px;
}
.expert-list-multi .event-host {
  font-size: 16px;
  margin-bottom: 4px;
}
.expert-list-multi .event-role {
  font-size: 12px;
  line-height: 1.25;
}
.event-logo {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.expert-bio {
  min-width: 0;
}
.event-host {
  color: #526b86;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.event-role {
  color: #53677d;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: break-word;
}
.event-role span {
  display: block;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(32px, 3.8vw, 42px);
  line-height: 1.16;
  margin-bottom: 28px;
  max-width: 560px;
}
h1:has(span) {
  font-size: clamp(30px, 3vw, 32px);
  line-height: 1.18;
}
h1 span {
  white-space: nowrap;
}
h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
  margin-bottom: 48px;
}
.event-meta {
  display: grid;
  gap: 13px;
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 800;
}
.event-meta div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.event-meta span {
  width: 24px;
  flex: 0 0 24px;
  font-size: 20px;
  line-height: 1;
}
.selected-line b {
  font-weight: 800;
}
.selected-line small {
  display: block;
  margin-top: 3px;
  color: #53677d;
  font-size: 13px;
  line-height: 1.35;
}
.event-copy-main,
.event-copy {
  color: #24364a;
  font-size: 19px;
  line-height: 1.55;
}
.event-copy-details {
  color: #24364a;
}
.event-copy-details summary {
  display: none;
}
.event-copy-details:not([open]) .event-copy {
  display: block;
}
.event-copy-main { margin-bottom: 22px; }
.event-copy p { margin-bottom: 22px; }
.resource-links {
  margin-top: auto;
  padding-top: 20px;
  color: #24364a;
  font-size: 16px;
  line-height: 1.55;
}
.resource-links div { margin-top: 8px; }
.policy-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.policy-links a {
  white-space: nowrap;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}
.booking-stage {
  padding: 44px 40px;
  min-width: 0;
}
.calendar-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(220px, 300px);
  gap: 28px;
  align-items: start;
  min-width: 0;
}
.calendar-col,
.time-col,
.time-list,
.time-row {
  min-width: 0;
  width: 100%;
}
.month-nav {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  margin-bottom: 34px;
}
.month-nav strong {
  text-align: center;
  font-size: 20px;
}
.month-nav button {
  border: 0;
  background: transparent;
  color: #1268b3;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
}
.weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(34px, 1fr));
  gap: 10px;
  text-align: center;
}
.weekdays {
  color: #53677d;
  font-weight: 800;
  margin-bottom: 18px;
}
.weekend-head,
.cal-spacer.weekend,
.cal-day.weekend {
  background-color: #f4f1ec;
  background-image:
    radial-gradient(rgba(11, 32, 56, .055) .7px, transparent .8px),
    radial-gradient(rgba(11, 32, 56, .035) .7px, transparent .8px);
  background-position: 0 0, 4px 5px;
  background-size: 8px 8px;
}
.weekend-head {
  border-radius: 999px;
  padding: 8px 0;
}
.cal-spacer {
  aspect-ratio: 1;
  min-width: 0;
  border-radius: 50%;
}
.cal-day {
  aspect-ratio: 1;
  min-height: 44px;
  min-width: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #4e6278;
  font-size: 21px;
  cursor: default;
}
.cal-day.available {
  background: var(--soft);
  color: #07518f;
  cursor: pointer;
}
.cal-day.weekend.available {
  background-color: #edf4fb;
  background-image:
    radial-gradient(rgba(0, 107, 255, .08) .7px, transparent .8px),
    radial-gradient(rgba(11, 32, 56, .035) .7px, transparent .8px);
}
.cal-day.active {
  background: #063a7a;
  background-image: none;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(6, 58, 122, .14);
}
.cal-day.weekend.active {
  background: #063a7a;
  background-image: none;
  color: #fff;
}
.timezone {
  margin-top: 48px;
  display: grid;
  gap: 10px;
  font-size: 18px;
}
.timezone b {
  font-size: 20px;
}
.time-col h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 2px 0 48px;
}
.time-list {
  display: grid;
  gap: 14px;
}
.time-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.time-row.active {
  grid-template-columns: 1fr 1fr;
}
.time,
.next {
  min-height: 64px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.time {
  border: 1px solid #1493cf;
  background: #fff;
  color: #0757ad;
  display: grid;
  gap: 2px;
  place-items: center;
  padding: 9px 10px;
  text-align: center;
}
.time-main,
.time-sub {
  display: block;
}
.time-sub {
  color: #53677d;
  font-size: 12px;
  font-weight: 700;
}
.time-row.active .time {
  background: #8d99a6;
  color: #fff;
  border-color: #8d99a6;
}
.time-row.active .time-sub {
  color: rgba(255,255,255,.88);
}
.next {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}
.details-step {
  max-width: 560px;
}
.details-step h2 {
  margin-bottom: 16px;
}
.field {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
label,
legend {
  font-size: 18px;
  font-weight: 800;
}
input,
textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid #bfc8d2;
  border-radius: 8px;
  padding: 14px 16px;
  font: inherit;
  font-size: 18px;
  background: #fff;
}
input::placeholder,
textarea::placeholder {
  color: #8a96a4;
  opacity: 1;
}
textarea {
  min-height: 96px;
  resize: vertical;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 14px;
}
.country-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.country-row label {
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  background: #fff;
  white-space: nowrap;
}
fieldset label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #2c3d51;
}
.other-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}
.other-row label {
  margin: 0;
  white-space: nowrap;
}
input[type="radio"],
input[type="checkbox"] {
  width: 22px;
  height: 22px;
  min-height: 22px;
  flex: 0 0 22px;
}
.terms {
  color: #53677d;
  font-size: 16px;
  line-height: 1.45;
}
.terms a {
  font-weight: 700;
}
.submit {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.submit:disabled {
  opacity: .6;
  cursor: wait;
}
.status {
  margin-top: 16px;
  color: #9b2c2c;
  line-height: 1.4;
}
.success {
  grid-column: 1 / -1;
  padding: 72px;
  text-align: center;
  margin: auto;
}
.success-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f7ee;
  color: #0f8f4d;
  font-size: 42px;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 107, 255, .22);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .calendar-layout {
    grid-template-columns: 1fr;
  }
  .time-col {
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .cal-shell {
    grid-template-columns: 1fr;
  }
  .event-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .event-copy {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .cal-page {
    padding: 0;
  }
  .cal-shell {
    border: 0;
    border-radius: 0;
    min-height: 100vh;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  .event-card {
    display: contents;
  }
  .booking-stage {
    padding: 28px 20px;
    width: 100%;
    min-width: 0;
  }
  .expert-list,
  h1,
  .event-meta,
  .event-copy-main,
  .event-copy-details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .expert-list {
    order: 1;
    margin-top: 28px;
  }
  .expert-list-multi {
    gap: 12px;
  }
  .expert-list-multi .expert-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px;
  }
  .expert-list-multi .event-logo {
    width: 56px;
    height: 56px;
  }
  .expert-list-multi .event-host {
    font-size: 14px;
    line-height: 1.15;
  }
  .expert-list-multi .event-role {
    font-size: 11px;
    line-height: 1.2;
  }
  h1 {
    order: 2;
  }
  .event-meta {
    order: 3;
  }
  .event-copy-main {
    order: 4;
  }
  .event-copy-details {
    order: 5;
  }
  .booking-stage {
    order: 6;
  }
  .resource-links {
    order: 7;
  }
  .policy-links {
    order: 8;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  h1.baby-title {
    font-size: clamp(23px, 6.2vw, 26px);
    line-height: 1.14;
    max-width: 100%;
  }
  h1.baby-title span {
    white-space: nowrap;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .month-nav {
    grid-template-columns: 38px 1fr 38px;
    margin-bottom: 22px;
  }
  .month-nav strong {
    font-size: 18px;
    font-weight: 800;
  }
  .month-nav button {
    font-size: 34px;
  }
  .calendar-layout {
    gap: 24px;
    width: 100%;
  }
  .event-meta {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  .event-meta span {
    width: 22px;
    flex-basis: 22px;
    font-size: 19px;
  }
  .event-copy-main,
  .event-copy {
    font-size: 16px;
    line-height: 1.42;
  }
  .event-copy-main {
    margin-bottom: 10px;
  }
  .event-copy p {
    margin-bottom: 14px;
  }
  .event-copy-details summary {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    color: #0757ad;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px dashed rgba(7, 87, 173, .72);
    line-height: 1.2;
  }
  .event-copy-details summary::-webkit-details-marker {
    display: none;
  }
  .event-copy-details summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .16s ease;
  }
  .event-copy-details[open] summary::after {
    transform: rotate(225deg) translateY(-1px);
  }
  .event-copy-details:not([open]) .event-copy {
    display: none;
  }
  .resource-links {
    margin: 0 20px;
    padding-top: 0;
    font-size: 14px;
  }
  .weekdays,
  .calendar-grid {
    gap: 8px;
  }
  .cal-day {
    font-size: 18px;
  }
  .time-row.active {
    grid-template-columns: 1fr;
  }
  .time,
  .next {
    height: 58px;
    font-size: 18px;
  }
  .details-step {
    max-width: none;
  }
  .field {
    margin-bottom: 18px;
  }
  input,
  textarea {
    min-height: 52px;
    font-size: 16px;
    padding: 12px 14px;
  }
  fieldset {
    gap: 10px;
    margin-bottom: 18px;
  }
  legend {
    font-size: 16px;
    line-height: 1.25;
  }
  .country-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .country-row label {
    min-height: 40px;
    padding: 8px 10px;
    gap: 8px;
    font-size: 15px;
  }
  fieldset input[type="checkbox"] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 0;
  }
  .other-row {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 8px;
  }
  .other-row label {
    min-height: 40px;
    gap: 8px;
    font-size: 15px;
  }
  .other-row input[name="country_other"] {
    min-height: 44px;
  }
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .top {
    min-height: 64px;
  }
  .hero {
    padding: 34px 0 24px;
  }
  .services {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 44px;
  }
  .service {
    padding: 18px;
  }
  .service b {
    font-size: 19px;
  }
  .policy-links a {
    min-height: 44px;
    align-items: center;
    white-space: normal;
  }
  .policy-links {
    margin: 18px 20px 28px;
  }
}

/* Baby booking layout, adapted to the RULATAM charcoal-and-gold palette. */
.cal-page {
  padding: 62px 24px 88px;
  background: #fff;
}
.cal-shell {
  width: min(1120px, 100%);
  min-height: 0;
  grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: none;
}
.event-card,
.booking-stage,
.details-step {
  padding: 26px 24px;
}
.event-card {
  border-right: 1px solid var(--line);
}
.back-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 6px;
  color: var(--blue);
  font-size: 34px;
}
.expert-list { margin-bottom: 24px; gap: 14px; }
.expert-card { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; }
.event-logo { width: 72px; height: 72px; border: 1px solid var(--line); }
.event-host { color: var(--ink); font-size: 20px; margin-bottom: 5px; }
.event-role,
.selected-line small { color: var(--muted); }
h1,
h1:has(span) {
  max-width: none;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}
h2 { margin-bottom: 24px; color: var(--ink); font-size: 22px; line-height: 1.25; }
.event-meta { gap: 10px; margin-bottom: 24px; color: var(--ink); font-size: 16px; }
.event-meta div { gap: 10px; }
.event-meta span { width: auto; flex-basis: auto; font-size: 16px; }
.event-copy-main,
.event-copy,
.event-copy-details,
.resource-links { color: var(--text); font-size: 16px; line-height: 1.35; }
.event-copy-main { margin-bottom: 12px; }
.event-copy p { margin-bottom: 12px; }
.resource-links { margin-top: 0; padding-top: 0; }
.policy-links { margin-top: auto; padding-top: 20px; font-size: 13px; }
.calendar-layout { grid-template-columns: minmax(0, 1fr) minmax(210px, .65fr); gap: 24px; }
.calendar-col { grid-column: 1; }
.time-col { grid-column: 2; }
.timezone {
  grid-column: 1 / -1;
  border: 1px solid var(--ink);
}
.cal-day:disabled {
  background: #fff7e8;
  color: var(--muted);
}
.month-nav { grid-template-columns: 44px 1fr 44px; gap: 12px; margin-bottom: 22px; }
.month-nav strong { color: var(--ink); font-size: 20px; }
.month-nav button { color: var(--blue); font-size: 40px; }
.weekdays,
.calendar-grid { gap: 8px; }
.weekdays { margin-bottom: 8px; color: var(--muted); font-weight: 700; }
.weekend-head,
.cal-spacer.weekend,
.cal-day.weekend {
  background: #fff7e8;
  background-image: none;
}
.weekend-head { border-radius: 6px; padding: 0; }
.cal-spacer,
.cal-day {
  aspect-ratio: auto;
  min-height: 46px;
  border-radius: 6px;
}
.cal-day {
  border: 1px solid transparent;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}
.cal-day.available,
.cal-day.weekend.available {
  border-color: var(--line);
  background: #fff;
  background-image: none;
  color: var(--ink);
}
.cal-day.available:hover { border-color: var(--blue); color: var(--blue); }
.cal-day.active,
.cal-day.weekend.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: none;
}
.timezone { margin-top: 24px; padding: 16px; border-radius: 8px; background: var(--soft); color: var(--text); font-size: 14px; }
.timezone b { color: var(--ink); font-size: 15px; }
.time-col h3 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.time-list { gap: 0; }
.time-row { gap: 8px; margin-bottom: 10px; }
.time-row.active { grid-template-columns: minmax(0, 1fr) auto; }
.time,
.next,
.submit { min-height: 52px; border-radius: 6px; font-size: 15px; }
.time { border-color: var(--line); color: var(--ink); box-shadow: none; }
.time-sub { color: var(--muted); font-weight: 500; }
.time-row.active .time { border-color: var(--ink); background: var(--ink); }
.next,
.submit { border: 0; background: var(--blue); color: #fff; }
.next { min-width: 68px; padding: 0 12px; }
.next:hover,
.submit:hover { background: var(--blue-dark); }
.details-step { max-width: none; grid-column: 2; }
.details-step h2 { font-size: 26px; margin-bottom: 24px; }
.field { gap: 0; margin-bottom: 14px; }
.details-step > input,
.details-step > textarea { margin-bottom: 14px; }
input,
textarea {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 16px;
}
textarea { min-height: 112px; padding-top: 14px; }
input::placeholder,
textarea::placeholder { color: #9aa1aa; }
.baby-fields { margin-bottom: 14px; }
.baby-fields h3 { margin: 8px 0 12px; color: var(--ink); font-size: 16px; line-height: 1.35; }
.country-row { gap: 8px; margin-bottom: 10px; }
.country-row label,
.other-country label {
  min-height: 40px;
  padding: 8px 10px;
  border-color: var(--line);
  border-radius: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
.country-row label { display: inline-flex; align-items: center; }
.country-row input,
.other-country input[type="checkbox"],
.agree input { width: 20px; height: 20px; min-height: 20px; margin: 0 6px 0 0; accent-color: var(--blue); }
.other-country { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px; align-items: center; margin-bottom: 10px; }
.other-country label { display: inline-flex; align-items: center; white-space: nowrap; }
.other-country input:not([type="checkbox"]) { min-height: 40px; margin: 0; padding: 0 12px; font-size: 14px; }
.agree { display: block; margin: 4px 0 18px; color: var(--text); font-size: 14px; line-height: 1.45; }
.agree input { vertical-align: middle; }
.agree a { color: var(--blue); }
.terms { color: var(--text); font-size: 14px; }
.terms a { color: var(--blue); }
.submit { width: auto; padding: 0 18px; }
.success { padding: 64px 38px; }
.success-mark { width: 64px; height: 64px; background: var(--blue); color: #fff; font-size: 36px; }
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline-color: rgba(181, 127, 45, .24); }

@media (max-width: 980px) {
  .cal-page { padding: 52px 0 56px; }
  .cal-shell { display: block; border-right: 0; border-left: 0; border-radius: 0; }
  .event-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .details-step { grid-column: auto; }
}

@media (max-width: 680px) {
  .cal-page { padding: 0; }
  .cal-shell { min-height: 100vh; }
  .event-card,
  .booking-stage,
  .details-step { padding: 24px 20px; }
  .event-card { display: flex; }
  .event-card > * { margin-left: 0; margin-right: 0; }
  .calendar-layout { grid-template-columns: 1fr; gap: 24px; }
  .calendar-col,
  .time-col,
  .timezone { grid-column: auto; }
  .time-row.active { grid-template-columns: 1fr; }
  .weekdays,
  .calendar-grid { gap: 6px; }
  .cal-day { font-size: 15px; }
  .other-country { grid-template-columns: 1fr; }
}

/* Canonical empty-state treatment for the booking calendar.
   The same structure is used on the Baby and Go calendars. */
.time-placeholder {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.time-placeholder p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.time-preview {
  display: grid;
  gap: 8px;
}
.time-preview span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px dashed rgba(31, 37, 48, .18);
  border-radius: 6px;
  color: #9aa1aa;
  background: #fafafa;
  font-weight: 700;
}
.booking-package-note {
  max-width: 640px;
  margin: -8px 0 24px;
  padding: 13px 15px;
  border-left: 3px solid var(--blue);
  background: var(--soft);
  color: var(--text);
  font-size: 14px;
  line-height: 1.42;
}
.booking-package-note strong { color: var(--ink); }
.tax-cuit {
  width: 100%;
  min-inline-size: 0;
  gap: 12px;
}
.tax-cuit__choices { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.tax-cuit__choices label { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; white-space: nowrap; }
.tax-cuit__number { margin-top: 2px; }
.tax-support-page {
  display: block;
  min-height: calc(100vh - 74px);
  padding: 34px 24px;
}
.cal-page--tax:not(.tax-support-page) {
  padding: 34px 24px 38px;
}
.tax-support-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 36px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.tax-support-shell__intro {
  max-width: 660px;
}
.tax-support-shell__intro h1 {
  margin: 0 0 16px;
  max-width: none;
  font-size: clamp(28px, 4vw, 38px);
}
.tax-support-shell__intro p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.48;
}
.tax-support-book {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
}
.tax-support-book:hover { background: var(--soft); }
.tax-support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  align-content: start;
  max-width: none;
}
.tax-support-form > label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}
.tax-support-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.tax-support-form .agree {
  display: block;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.tax-support-form .agree input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.tax-support-form .tax-cuit,
.tax-support-form__note,
.tax-support-form .status { grid-column: 1 / -1; }
.tax-support-form input { min-height: 46px; }
.tax-support-form textarea { min-height: 72px; }
.tax-support-form .tax-cuit { margin: 0; }
.tax-support-form .tax-cuit legend {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  white-space: nowrap;
}
.tax-support-form .agree { grid-column: 1 / -1; margin: 0; }
.tax-support-form .submit {
  grid-column: 1 / -1;
  align-self: start;
  justify-self: start;
}
.tax-support-form .status { margin: 0; }
.tax-support-form .status.is-error { color: #9b2c2c; }

/* Two consultants remain in one row; the tax sidebar is widened just enough for names and roles. */
.cal-shell--tax {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
}
.cal-shell--tax .expert-list-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.cal-shell--tax .expert-list-multi .expert-card {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
}
.cal-shell--tax .expert-list-multi .event-host,
.cal-shell--tax .expert-list-multi .event-role span { white-space: nowrap; }
@media (max-width: 760px) {
  .tax-support-page { padding: 0; }
  .tax-support-shell { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px 36px; border: 0; border-radius: 0; }
  .tax-support-form { grid-template-columns: 1fr; }
  .tax-support-form__name,
  .tax-support-form__contact,
  .tax-support-form__email,
  .tax-support-form__email-confirm,
  .tax-support-form .agree,
  .tax-support-form .submit { grid-column: 1; }
  .tax-support-form .submit { justify-self: start; }
  .cal-shell--tax { grid-template-columns: 1fr; }
  .cal-shell--tax .expert-list-multi { grid-template-columns: 1fr; }
}
