.booking-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, .86), rgba(244, 241, 236, .98)),
    var(--paper);
}

.booking-page [hidden] {
  display: none !important;
}

.booking-shell {
  width: min(100% - 2rem, 1220px);
  margin-inline: auto;
  padding: .55rem 0 2rem;
}

.booking-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 96px;
  margin-bottom: .75rem;
}

.booking-brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--moss-dark);
  font-weight: 850;
  text-decoration: none;
}

.booking-brand img {
  width: 38px;
  height: auto;
}

.booking-brand span span {
  font-size: .72em;
}

.booking-brand--clinic {
  align-items: flex-start;
  flex-direction: column;
  gap: .12rem;
}

.booking-brand--clinic .clinic-logo {
  width: clamp(162px, 13.8vw, 218px);
  height: auto;
  object-fit: contain;
}

.powered-by {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.booking-header-call {
  align-self: flex-end;
  margin-bottom: .08rem;
  color: var(--moss-dark);
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.progress-stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: .75rem;
  padding: .85rem 1rem;
  background: rgba(255, 253, 249, .9);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(46, 45, 38, .06);
}

.progress-stepper--three {
  grid-template-columns: repeat(3, 1fr);
}

.step {
  position: relative;
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + .3rem);
  right: calc(-1rem + .3rem);
  top: 50%;
  height: 1px;
  background: rgba(63, 80, 62, .42);
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: rgba(63, 80, 62, .6);
  border-radius: 999px;
  flex: 0 0 auto;
}

.step.is-active span,
.step.is-complete span {
  background: var(--moss-dark);
}

.booking-grid {
  display: grid;
  gap: .75rem;
}

.booking-grid--wide {
  width: min(100%, 900px);
  margin-inline: auto;
  grid-template-columns: 1fr;
}

.booking-grid--single {
  width: min(100%, 640px);
  margin-inline: auto;
}

.booking-grid--time {
  width: min(100%, 470px);
}

.booking-grid--reserve {
  width: min(100%, 410px);
}

.booking-grid--confirm {
  width: min(100%, 390px);
}

.booking-panel {
  background: rgba(255, 253, 249, .9);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(46, 45, 38, .08);
}

.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 38%);
  overflow: hidden;
}

.hero-intro-copy {
  padding: clamp(1.1rem, 3vw, 1.75rem);
}

.booking-eyebrow {
  margin: 0 0 .55rem;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-panel h1,
.booking-panel h2 {
  color: #151a16;
}

.booking-panel h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 4.1vw, 3.1rem);
}

.booking-lede {
  margin: .8rem 0 1rem;
  color: var(--moss-dark);
  font-family: var(--serif);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}

.hero-intro p:not(.booking-eyebrow):not(.booking-lede) {
  max-width: 56ch;
  margin: 0 0 .85rem;
  font-size: .96rem;
}

.hero-intro-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: 51% 48%;
}

.evaluation-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .78fr);
  gap: 1rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.evaluation-card--simple {
  grid-template-columns: 1fr;
}

.evaluation-card h2,
.contact-step h2,
.time-selection-step h2,
.deposit-payment-step h2,
.confirmation-step h2 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 900;
}

.icon-list,
.check-list {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.icon-list li,
.check-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .92rem;
}

.list-icon,
.feature-icon,
.trust-bar img,
.large-icon img,
.visit-card img,
.help-card img,
.appointment-card img,
.booking-button img,
.outline-button img,
.date-strip img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.booking-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--moss-dark);
  mask: var(--icon-url) center / contain no-repeat;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  flex: 0 0 auto;
}

.booking-icon--exam { --icon-url: url("assets/icons/person.svg"); }
.booking-icon--document { --icon-url: url("assets/icons/document.svg"); }
.booking-icon--consult { --icon-url: url("assets/icons/providers.svg"); }
.booking-icon--adjust { --icon-url: url("assets/icons/chiropractic-spine.svg"); }
.booking-icon--laser { --icon-url: url("assets/icons/class-iv-laser.svg"); }
.booking-icon--same-week { --icon-url: url("assets/icons/same-week-appointments.svg"); }
.booking-icon--providers { --icon-url: url("assets/icons/experienced-providers.svg"); }
.booking-icon--insurance { --icon-url: url("assets/icons/insurance-pi-accepted.svg"); }
.booking-icon--intake { --icon-url: url("assets/icons/digital-intake-forms.svg"); }
.booking-icon--location { --icon-url: url("assets/icons/austin-location.svg"); }
.booking-icon--rating { --icon-url: url("assets/icons/star-rated.svg"); }
.booking-icon--shield { --icon-url: url("assets/icons/shield-check.svg"); }
.booking-icon--clock { --icon-url: url("assets/icons/clock.svg"); }
.booking-icon--phone { --icon-url: url("assets/icons/phone.svg"); }

.icon-list .list-icon {
  width: 16px;
  height: 16px;
  margin-top: .16rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.soft-card,
.payment-card {
  padding: 1rem;
  background: linear-gradient(135deg, rgba(244, 241, 236, .75), rgba(255, 253, 249, .95));
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
}

.soft-card p,
.payment-card p {
  margin: .65rem 0 0;
  font-size: .88rem;
}

.quiet-banner {
  grid-column: 1 / -1;
  margin: .25rem 0 0;
  padding: .85rem 1rem;
  background: rgba(168, 181, 154, .18);
  border-radius: 6px;
  color: var(--moss-dark);
  font-weight: 850;
  text-align: center;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  background: rgba(255, 253, 249, .9);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
}

.trust-bar--inside {
  grid-column: 1 / -1;
}

.trust-bar article {
  display: grid;
  justify-items: center;
  gap: .35rem;
  min-height: 76px;
  padding: .8rem;
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
}

.trust-bar article + article {
  border-left: 1px solid rgba(32, 39, 41, .1);
}

.trust-bar .feature-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.trust-bar--footer {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
  padding: .65rem;
}

.trust-bar--footer article {
  grid-template-columns: 56px 1fr;
  justify-items: start;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  text-align: left;
}

.trust-bar--footer .booking-icon,
.trust-bar--footer .footer-icon {
  grid-row: 1 / span 2;
}

.trust-bar--footer strong,
.trust-bar--footer small {
  grid-column: 2;
}

.trust-bar--footer .footer-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(63, 80, 62, .35);
  border-radius: 999px;
  mask: none;
  -webkit-mask: none;
}

.trust-bar--footer .footer-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.trust-bar--footer small {
  display: block;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 500;
}

.contact-step,
.time-selection-step,
.deposit-payment-step,
.confirmation-step {
  padding: clamp(1rem, 3vw, 1.65rem);
}

.contact-step {
  grid-column: 1 / -1;
}

.contact-step p,
.time-selection-step p,
.deposit-payment-step p,
.confirmation-step p {
  margin: .45rem 0 1rem;
}

.booking-form {
  display: grid;
  gap: .9rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.form-grid--thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-form label {
  display: grid;
  gap: .35rem;
  font-size: .82rem;
  font-weight: 850;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 .9rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(32, 39, 41, .18);
  border-radius: 6px;
  outline: 0;
}

.booking-form textarea {
  min-height: 116px;
  padding-top: .8rem;
  resize: vertical;
}

.checkbox-row {
  display: flex !important;
  align-items: center;
  gap: .55rem;
  cursor: pointer;
}

.checkbox-row input {
  width: 20px;
  height: 20px;
  min-height: 0;
  padding: 0;
  accent-color: var(--moss-dark);
  flex: 0 0 20px;
}

.attorney-fields {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
  background: rgba(244, 241, 236, .45);
}

.attorney-fields legend {
  padding: 0 .35rem;
  font-weight: 900;
}

.attorney-fields p {
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.attorney-route-note {
  margin: .2rem 0 0;
  color: var(--moss-dark);
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.attorney-route-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .22em;
}

.patient-route-note {
  margin: .8rem 0 0 !important;
  color: var(--moss-dark);
  font-size: .94rem;
  font-weight: 850;
}

.patient-route-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .22em;
}

.claim-toggle-row {
  margin-top: .15rem;
}

.claim-fields {
  margin: 0;
  padding: .72rem;
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
  background: rgba(244, 241, 236, .32);
}

.claim-fields legend {
  padding: 0 .3rem;
  font-size: .8rem;
  font-weight: 900;
}

.booking-button,
.outline-button,
.help-actions a,
.time-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.booking-button {
  gap: .5rem;
  width: 100%;
  color: #fff;
  background: var(--moss);
  border: 1px solid var(--moss);
}

.booking-button:hover {
  background: var(--moss-dark);
}

.booking-button img {
  filter: brightness(0) invert(1);
}

.secure-note {
  margin: 0 !important;
  color: var(--muted);
  font-size: .8rem;
  text-align: center;
}

.secure-note::before {
  content: "";
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin-right: .35rem;
  vertical-align: -.12rem;
  background: currentColor;
  mask: url("assets/icons/lock.svg") center / contain no-repeat;
}

.secure-note--left {
  text-align: left;
}

.step-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  margin-bottom: .85rem;
  padding: .15rem .9rem 0;
}

.time-selection-step {
  padding: 1.15rem 1.2rem 1.25rem;
}

.time-selection-step h1 {
  max-width: none;
  margin: 0 0 .42rem;
  font-family: var(--serif);
  font-size: 1.68rem;
  line-height: 1.08;
  font-weight: 900;
  text-align: left;
}

.time-selection-step p {
  max-width: 35ch;
  margin: 0 0 .65rem;
  color: var(--ink);
  font-size: .82rem;
  line-height: 1.45;
}

.time-selection-step h2 {
  margin: .05rem 0 .65rem;
  font-size: .92rem;
}

.large-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--moss-dark);
  border: 1px solid rgba(63, 80, 62, .28);
  border-radius: 8px;
}

.large-icon img {
  width: 18px;
  height: 18px;
}

.visit-card,
.appointment-card {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-bottom: .85rem;
  padding: .82rem .9rem;
  background: rgba(244, 241, 236, .5);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
}

.visit-card > span,
.appointment-card > span,
.help-card > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: rgba(168, 181, 154, .18);
  border-radius: 999px;
  flex: 0 0 auto;
}

.visit-card img,
.help-card img {
  width: 17px;
  height: 17px;
}

.visit-card strong {
  font-size: .88rem;
}

.visit-card small {
  font-size: .78rem;
}

.visit-card small,
.appointment-card small {
  display: block;
  color: var(--muted);
  margin-top: .2rem;
}

.date-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .42rem;
  margin: .05rem 0 1rem;
}

.date-strip button,
.outline-button,
.time-buttons a,
.help-actions a {
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(32, 39, 41, .22);
  cursor: pointer;
}

.date-strip button {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: .18rem;
  min-height: 54px;
  padding: .38rem .28rem;
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.15;
}

.date-strip span {
  color: var(--muted);
  font-size: .68rem;
}

.date-strip .is-selected {
  color: #fff;
  background: var(--moss-dark);
  border-color: var(--moss-dark);
}

.date-strip .is-selected span {
  color: rgba(255, 255, 255, .82);
}

.date-strip .is-selected img {
  filter: brightness(0) invert(1);
}

.time-groups {
  display: grid;
  gap: .72rem;
}

.time-groups h3 {
  margin: 0 0 .42rem;
  font-size: .8rem;
  font-weight: 900;
}

.time-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .42rem;
}

.time-buttons a {
  min-height: 36px;
  padding: .38rem .24rem;
  font-size: .74rem;
  font-weight: 500;
  background: rgba(244, 241, 236, .36);
  border-color: rgba(32, 39, 41, .16);
}

.time-buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: .38rem .24rem;
  color: var(--ink);
  background: rgba(244, 241, 236, .36);
  border: 1px solid rgba(32, 39, 41, .16);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: .74rem;
  font-weight: 500;
}

.time-buttons a:hover,
.time-buttons button:hover,
.time-buttons button.is-selected {
  border-color: var(--moss-dark);
  box-shadow: 0 0 0 3px rgba(91, 107, 87, .14);
}

.time-buttons button.is-selected {
  color: #fff;
  background: var(--moss-dark);
}

.outline-button {
  width: 100%;
  gap: .5rem;
  min-height: 42px;
  margin: 1rem 0;
  font-size: .82rem;
}

.outline-button--compact {
  width: fit-content;
  padding-inline: 1rem;
}

.booking-grid--attorney-schedule {
  width: min(100%, 760px);
}

.attorney-time-step {
  padding: 1.15rem 1.2rem 1.25rem;
}

.attorney-time-step .step-intro,
.attorney-time-step .visit-card,
.attorney-time-step .date-strip,
.attorney-time-step .time-groups,
.attorney-time-step .outline-button {
  max-width: 470px;
}

.attorney-time-step .step-intro {
  max-width: none;
  padding-inline: 1rem;
}

.attorney-time-step .step-intro > div {
  width: 100%;
}

.attorney-time-step .step-intro p {
  max-width: none;
}

.attorney-time-step .visit-card,
.attorney-time-step .date-strip,
.attorney-time-step .time-groups,
.attorney-time-step .outline-button,
.attorney-time-step .booking-error {
  margin-left: auto;
  margin-right: auto;
}

.attorney-time-step h2 {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.attorney-patient-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(32, 39, 41, .1);
}

.client-list {
  display: grid;
  gap: .75rem;
}

.client-card {
  display: grid;
  gap: .7rem;
  padding: .85rem;
  background: rgba(244, 241, 236, .28);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
}

.client-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.client-card-header strong {
  font-size: .86rem;
}

.client-card-header button,
.add-client-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 36px;
  color: var(--moss-dark);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(32, 39, 41, .16);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
}

.add-client-button {
  width: fit-content;
  padding: .45rem .75rem;
  justify-self: end;
}

.add-client-button span {
  font-size: 1.1rem;
  line-height: 1;
}

.booking-error {
  margin: -.2rem 0 .65rem !important;
  padding: .55rem .65rem;
  color: #7a2727;
  background: rgba(179, 47, 47, .09);
  border: 1px solid rgba(179, 47, 47, .22);
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 850;
}

.attorney-time-step.is-missing-time .time-groups {
  padding: .65rem;
  border: 1px solid rgba(179, 47, 47, .3);
  border-radius: 8px;
}

.help-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  padding: .82rem .9rem;
  background: linear-gradient(135deg, rgba(244, 241, 236, .68), rgba(255, 253, 249, .96));
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
}

.help-card p {
  margin: .12rem 0 .48rem;
  font-size: .8rem;
}

.help-card a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.help-card strong {
  font-size: .95rem;
  line-height: 1.2;
}

.help-card small {
  display: block;
  margin-top: .5rem;
  color: var(--muted);
  font-weight: 800;
}

.deposit-payment-step h1,
.confirmation-step h1 {
  font-size: 1.68rem;
  line-height: 1.08;
  font-weight: 900;
}

.deposit-payment-step h1 {
  max-width: 12ch;
  margin: .45rem auto .5rem;
  text-align: center;
}

.deposit-payment-step {
  padding: 1rem 1.15rem 1.15rem;
}

.deposit-payment-step > p:not(.secure-note):not(.quiet-banner),
.deposit-payment-step .booking-form > small {
  margin: 0 0 .5rem;
  color: var(--ink);
  font-size: .74rem;
  line-height: 1.38;
}

.deposit-payment-step .quiet-banner {
  margin: .55rem 0 .7rem;
  padding: .58rem .65rem;
  text-align: left;
  font-size: .74rem;
  line-height: 1.35;
}

.deposit-payment-step .booking-form {
  gap: .52rem;
}

.deposit-payment-step .booking-form h2,
.payment-card h2 {
  margin: 0 0 .12rem;
  font-size: .8rem;
}

.deposit-payment-step .booking-form input,
.deposit-payment-step .booking-form textarea {
  min-height: 38px;
  padding-inline: .68rem;
  font-size: .76rem;
  background: rgba(244, 241, 236, .24);
}

.deposit-payment-step .booking-form textarea {
  min-height: 74px;
}

.deposit-payment-step .booking-button {
  min-height: 42px;
  font-size: .82rem;
}

.payment-card {
  display: grid;
  gap: .42rem;
  padding: .72rem;
}

.payment-card strong {
  font-size: .84rem;
}

.payment-card .check-list {
  gap: .36rem;
  margin-top: .12rem;
}

.payment-card .check-list li {
  font-size: .74rem;
  line-height: 1.3;
}

.card-fields {
  display: grid;
  gap: .45rem;
}

.check-list li::before {
  content: "";
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: var(--moss-dark);
  mask: url("assets/icons/check-circle.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.confirmation-step {
  text-align: center;
  padding: 1.2rem 1.25rem 0;
  overflow: hidden;
}

.success-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: .35rem auto .9rem;
  background: var(--moss);
  border-radius: 999px;
}

.success-mark::before,
.success-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  pointer-events: none;
}

.success-mark::before {
  right: calc(100% + 14px);
  background: #6faf72;
  box-shadow:
    -28px -17px 0 #4f8f58,
    -12px -31px 0 #d9a92f,
    -38px 9px 0 #98c38f,
    -8px 20px 0 #5b6b57,
    -52px -4px 0 #d9a92f;
}

.success-mark::after {
  left: calc(100% + 14px);
  background: #6faf72;
  box-shadow:
    28px -17px 0 #4f8f58,
    12px -31px 0 #d9a92f,
    38px 9px 0 #98c38f,
    8px 20px 0 #5b6b57,
    52px -4px 0 #d9a92f;
}

.success-mark img {
  width: 31px;
  height: 31px;
  filter: brightness(0) invert(1);
}

.confirmation-step h1 {
  max-width: 11ch;
  margin-inline: auto;
  text-align: center;
}

.confirmation-step > p {
  max-width: 31ch;
  margin: .55rem auto 1rem;
  font-size: .84rem;
  line-height: 1.45;
}

.appointment-card {
  max-width: 330px;
  margin: 1.15rem auto;
  padding: .9rem;
  text-align: left;
}

.appointment-card > span {
  background: rgba(31, 94, 215, .1);
}

.appointment-card a {
  display: inline-block;
  margin-top: .55rem;
  color: var(--moss-dark);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.next-steps {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
}

.next-steps h2 {
  text-align: center;
  font-size: .92rem;
}

.next-steps article {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: .65rem;
  margin-top: .85rem;
}

.next-steps article > span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--moss-dark);
  border: 1px solid rgba(63, 80, 62, .35);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
}

.next-steps p {
  margin: .1rem 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.35;
}

.help-card--stacked {
  display: block;
  max-width: 340px;
  margin: 1.2rem auto 0;
}

.help-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .45rem;
  margin-top: .7rem;
}

.help-actions a {
  min-height: 40px;
  font-size: .74rem;
  font-weight: 700;
}

.tagline {
  display: block;
  max-width: none !important;
  margin: 1.15rem -1.25rem 0 !important;
  padding: .7rem 1rem .78rem;
  background: rgba(168, 181, 154, .14);
  color: var(--moss-dark);
  border-top: 1px solid rgba(63, 80, 62, .08);
  font-size: .64rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .booking-grid--wide,
  .hero-intro,
  .evaluation-card {
    grid-template-columns: 1fr;
  }

  .hero-intro-image {
    order: -1;
    height: auto;
    min-height: 0;
    max-height: 360px;
  }

  .trust-bar,
  .trust-bar--footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .progress-stepper {
    overflow-x: auto;
  }

  .step {
    min-width: max-content;
  }
}

@media (max-width: 640px) {
  .booking-shell {
    width: min(100% - .9rem, 1420px);
    padding-top: .4rem;
  }

  .booking-header-call {
    display: none;
  }

  .booking-header {
    min-height: 74px;
    justify-content: center;
  }

  .booking-brand--clinic {
    align-items: center;
  }

  .booking-brand--clinic .clinic-logo {
    width: min(58vw, 184px);
  }

  .progress-stepper {
    display: flex;
    gap: .55rem;
    padding: .65rem;
  }

  .step {
    font-size: .68rem;
  }

  .step:not(.is-active) {
    color: transparent;
    width: 28px;
    min-width: 28px;
    overflow: hidden;
  }

  .step::after {
    display: none;
  }

  .booking-panel h1 {
    max-width: 12ch;
    font-size: 2rem;
  }

  .hero-intro-copy,
  .contact-step,
  .time-selection-step,
  .deposit-payment-step,
  .confirmation-step {
    padding: 1rem;
  }

  .form-grid,
  .form-grid--thirds,
  .date-strip,
  .time-buttons,
  .trust-bar,
  .trust-bar--footer,
  .help-actions {
    grid-template-columns: 1fr 1fr;
  }

  .form-grid--thirds label:last-child {
    grid-column: 1 / -1;
  }

  .date-strip {
    gap: .5rem;
  }

  .date-strip button {
    min-height: 58px;
  }

  .trust-bar article:nth-child(odd) {
    border-left: 0;
  }

  .trust-bar--footer article {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .tagline {
    margin-inline: -1rem !important;
    margin-bottom: -1rem !important;
  }
}
