:root {
  --ink: #0f172a;
  --teal: #14b8a6;
  --coral: #ff6b6b;
  --stone: #64748b;
  --bg: #fafaf6;
  --line: #e5e7eb;
  --card: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

a {
  color: var(--ink);
  text-decoration: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 44px);
  background: rgba(250, 250, 246, 0.94);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 156px;
  height: auto;
}

.page {
  width: min(1100px, calc(100vw - 32px));
  margin: 32px auto;
}

.narrow-page {
  width: min(620px, calc(100vw - 32px));
}

.stack {
  display: grid;
  gap: 18px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  padding: 20px;
}

.booking-unavailable-page {
  display: grid;
  min-height: calc(100vh - 150px);
  place-items: center;
}

.booking-unavailable-card {
  display: grid;
  width: min(520px, 100%);
  justify-items: start;
  gap: 12px;
}

.booking-unavailable-card h1,
.booking-unavailable-card p {
  margin: 0;
}

.booking-unavailable-card > p:not(.booking-info-label) {
  color: var(--stone);
  line-height: 1.6;
}

.booking-unavailable-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: #e7f8f5;
  color: #0f766e;
  font-weight: 900;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.1;
}

p {
  color: var(--stone);
  line-height: 1.55;
}

label {
  display: grid;
  gap: 7px;
  color: var(--stone);
  font-size: 0.92rem;
  min-width: 0;
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button.secondary,
button.secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.teal,
button.teal {
  background: var(--teal);
}

.button.coral,
button.coral {
  background: var(--coral);
}

button:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.button.secondary:hover,
button.secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: none;
}

button:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.24);
  outline-offset: 2px;
}

.row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.muted {
  color: var(--stone);
}

.eyebrow {
  margin: 0 0 8px;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.outcome-card {
  display: grid;
  gap: 14px;
}

.outcome-card h1,
.outcome-card p {
  margin: 0;
}

.outcome-business-name {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.outcome-alert-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.outcome-alert-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  fill: var(--coral);
  transform: translateY(0.15em);
}

.outcome-alert-icon path + path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.outcome-alert-icon circle {
  fill: #fff;
}

.booking-summary-panel {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px;
}

.booking-summary-panel strong {
  color: var(--ink);
}

.booking-summary-panel span,
.small-print {
  color: var(--stone);
}

.small-print {
  margin: 0;
  font-size: 0.9rem;
}

.booking-confirmation-card {
  gap: 18px;
}

.outcome-status-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #e7f8f5;
  color: #0f766e;
}

.outcome-status-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.outcome-status-icon.is-pending {
  background: #fff1ec;
  color: #d94f4f;
}

.confirmation-details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.confirmation-details-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
  color: var(--stone);
  font-size: 0.88rem;
}

.confirmation-details-heading strong {
  color: var(--ink);
  text-align: right;
}

.confirmation-details dl {
  margin: 0;
  padding: 4px 16px;
}

.confirmation-details dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid #eef2f7;
}

.confirmation-details dl div:last-child {
  border-bottom: 0;
}

.confirmation-details dt {
  color: var(--stone);
  font-size: 0.9rem;
}

.confirmation-details dd {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
  text-align: right;
}

.confirmation-email-note {
  margin: 0;
  font-size: 0.9rem;
}

.notice {
  border-radius: 8px;
  padding: 12px 14px;
  background: #e7f8f5;
  color: #0f766e;
  margin-bottom: 16px;
}

.notice.error {
  background: #fff1ec;
  color: #c2410c;
}

.field-error {
  margin: 0;
  color: #b42323;
  font-size: 0.86rem;
  font-weight: 700;
}

.account-page {
  width: min(760px, calc(100vw - 32px));
}

.account-nav,
.account-nav form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.account-nav a,
.account-nav-link,
.account-auth-links a {
  color: var(--ink);
  font-weight: 800;
}

.account-nav a:hover,
.account-nav-link:hover,
.account-auth-links a:hover {
  color: var(--teal);
}

.account-nav-link {
  min-height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.account-nav-link:hover {
  transform: none;
  box-shadow: none;
}

.account-auth-wrap {
  display: grid;
  min-height: calc(100dvh - 145px);
  place-items: center;
}

.account-auth-card {
  width: min(520px, 100%);
}

.account-auth-card h1,
.account-auth-card p {
  margin-top: 0;
}

.account-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.account-auth-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: var(--stone);
  font-size: 0.92rem;
  flex-wrap: wrap;
}

.account-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.account-page-header h1,
.account-page-header p {
  margin-top: 0;
}

.account-page-header > div > p:last-child {
  margin-bottom: 0;
}

.account-verification-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.account-verification-card h2,
.account-verification-card p {
  margin: 0;
}

.account-verification-card p {
  margin-top: 7px;
}

.account-booking-section {
  margin-top: 28px;
}

.account-booking-section > h2 {
  font-size: 1.15rem;
}

.account-booking-list {
  display: grid;
  gap: 10px;
}

.account-booking-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.account-booking-card:hover {
  border-color: rgba(20, 184, 166, 0.5);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.account-booking-date {
  display: grid;
  width: 52px;
  min-height: 52px;
  place-content: center;
  border-radius: 8px;
  background: #e7f8f5;
  color: #0f766e;
  text-align: center;
}

.account-booking-date strong {
  font-size: 1.2rem;
}

.account-booking-date span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-booking-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-booking-copy > span,
.account-booking-copy small {
  color: var(--stone);
}

.account-booking-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #f1f5f9;
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.account-status.success {
  background: #e7f8f5;
  color: #0f766e;
}

.account-status.warning,
.account-status.coral {
  background: #fff1ec;
  color: #b42323;
}

.account-empty-state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.account-empty-state p {
  margin: 0;
}

.account-appointment-card {
  gap: 20px;
}

.account-appointment-status {
  display: flex;
  justify-content: flex-end;
}

.account-detail-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.account-detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.account-detail-list dt {
  color: var(--stone);
}

.account-detail-list dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.account-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, 0.46);
}

.account-modal-backdrop[hidden] {
  display: none;
}

.account-modal {
  width: min(460px, 100%);
}

.account-modal h2 {
  font-size: 1.3rem;
}

.booking-account-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: #e7f8f5;
  color: #0f766e;
}

.booking-account-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.booking-account-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booking-guest-link {
  min-height: auto;
  justify-self: center;
  border: 0;
  padding: 6px;
  background: transparent;
  color: var(--stone);
  font-weight: 800;
  box-shadow: none;
}

.booking-guest-link:hover {
  transform: none;
  background: transparent;
  color: var(--teal);
  box-shadow: none;
}

.booking-account-choice {
  display: grid;
  justify-items: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafaf6;
  padding: 18px;
}

.booking-account-choice h3,
.booking-account-choice p {
  margin: 0;
}

.booking-account-choice .booking-account-actions {
  width: 100%;
}

.booking-account-choice .booking-guest-link {
  justify-self: center;
}

.desktop-booking-step {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.desktop-booking-step[hidden] {
  display: none;
}

.desktop-time-continue {
  justify-self: end;
}

.desktop-step-back {
  justify-self: start;
}

.booking-account-signed-in {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 10px;
  align-items: baseline;
  border-left: 3px solid var(--teal);
  padding: 8px 12px;
  background: #e7f8f5;
  color: #0f766e;
}

.booking-account-signed-in span,
.booking-account-signed-in small {
  color: var(--stone);
}

.booking-account-signed-in small {
  grid-column: 2;
}

.marketing-body {
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 184, 166, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 42%, #ffffff 100%);
}

.site-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  backdrop-filter: blur(16px);
}

.site-nav,
.site-actions,
.site-footer div {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-nav a,
.site-footer a,
.text-link {
  color: var(--ink);
  font-weight: 800;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--teal);
}

.site-actions .button {
  min-height: 40px;
  padding: 9px 14px;
}

.marketing-hero,
.marketing-section,
.split-section,
.pricing-section,
.final-cta,
.contact-page {
  width: min(1120px, calc(100vw - 32px));
  margin-inline: auto;
}

.marketing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: calc(100dvh - 76px);
  padding: clamp(42px, 7vw, 86px) 0 clamp(32px, 5vw, 64px);
}

.hero-copy,
.section-heading,
.final-cta,
.contact-hero > div:first-child {
  display: grid;
  gap: 16px;
  align-content: start;
}

.eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-hero h1,
.contact-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  line-height: 0.98;
}

.marketing-section h2,
.split-section h2,
.pricing-section h2,
.final-cta h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
}

.hero-lede,
.section-heading p,
.split-section p,
.pricing-section p,
.final-cta p,
.contact-hero p {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.03rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-row span,
.industry-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 999px;
  background: rgba(231, 248, 245, 0.72);
  color: #0f766e;
  padding: 7px 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

.product-preview {
  min-width: 0;
}

.preview-window {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.preview-header {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  padding: 0 16px;
}

.preview-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.preview-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(16px, 3vw, 24px);
}

.preview-column {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.preview-column h2 {
  margin: 0;
  font-size: 1.45rem;
}

.preview-label {
  margin: 0;
  color: var(--stone);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-booking,
.summary-preview,
.pricing-card,
.contact-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.preview-booking {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: center;
  padding: 12px;
}

.preview-booking span {
  font-weight: 800;
}

.preview-booking small {
  grid-column: 2;
  justify-self: start;
  border-radius: 999px;
  background: #e7f8f5;
  color: #0f766e;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-booking small.coral-text {
  background: rgba(255, 107, 107, 0.12);
  color: #b42323;
}

.booking-card-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  padding: 16px;
}

.time-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.time-chip-grid span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.time-chip-grid .selected {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.summary-preview {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
}

.summary-preview span {
  color: var(--stone);
  font-weight: 700;
}

.booking-card-preview button {
  width: 100%;
  background: var(--coral);
  opacity: 1;
}

.marketing-section,
.split-section,
.pricing-section,
.final-cta {
  padding: clamp(42px, 7vw, 82px) 0;
}

.section-heading {
  margin-bottom: 24px;
}

.feature-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.steps-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.feature-card h3,
.steps-grid h3,
.pricing-card h3,
.contact-note h2 {
  margin: 0 0 9px;
  font-size: 1.08rem;
}

.feature-card p,
.steps-grid p,
.pricing-card p,
.contact-note p {
  margin: 0;
}

.line-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #e7f8f5;
  color: #0f766e;
}

.line-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.split-section,
.pricing-section,
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: center;
}

.industry-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.steps-grid article span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.pricing-section {
  align-items: stretch;
}

.pricing-card,
.contact-note {
  padding: 20px;
}

.pricing-card ul {
  display: grid;
  gap: 11px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 26px;
  color: var(--stone);
  line-height: 1.45;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
}

.final-cta {
  margin-bottom: 32px;
  border: 1px solid rgba(20, 184, 166, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(231, 248, 245, 0.9), #fff);
  padding-inline: clamp(20px, 4vw, 42px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 44px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer .brand img {
  width: 132px;
}

.contact-page {
  padding: clamp(34px, 6vw, 72px) 0;
}

.contact-hero {
  margin-bottom: 22px;
}

.contact-hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.5rem);
}

.contact-form-section {
  width: min(720px, 100%);
}

.contact-form {
  padding: clamp(18px, 4vw, 26px);
}

.legal-page,
.knowledge-page {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0;
}

.legal-hero,
.knowledge-hero {
  display: grid;
  max-width: 840px;
  gap: 14px;
  margin-bottom: 24px;
}

.legal-hero h1,
.knowledge-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.4rem);
}

.legal-hero p,
.knowledge-hero p {
  margin: 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.legal-nav a {
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--stone);
  font-size: 0.9rem;
  font-weight: 800;
}

.legal-nav a:hover {
  background: #e7f8f5;
  color: #0f766e;
}

.legal-content {
  display: grid;
  gap: 30px;
  padding: clamp(20px, 4vw, 34px);
}

.legal-content section {
  display: grid;
  gap: 12px;
}

.legal-content h2,
.knowledge-content h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.legal-content p,
.legal-content ul,
.knowledge-content p,
.knowledge-content ul,
.knowledge-content ol {
  margin: 0;
}

.legal-content ul,
.knowledge-content ul,
.knowledge-content ol {
  display: grid;
  gap: 9px;
  padding-left: 20px;
  color: var(--stone);
  line-height: 1.55;
}

.legal-content strong,
.knowledge-content strong {
  color: var(--ink);
}

.policy-summary {
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 8px;
  background: #e7f8f5;
  padding: 18px;
}

.policy-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-table div {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}

.policy-table div:last-child {
  border-bottom: 0;
}

.policy-table span {
  color: var(--stone);
  line-height: 1.5;
}

.help-page,
.help-article-page {
  width: min(1120px, calc(100vw - 32px));
  margin-inline: auto;
}

.help-page {
  padding: clamp(34px, 6vw, 72px) 0;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(34px, 6vw, 64px);
}

.help-hero > div:first-child {
  display: grid;
  gap: 16px;
}

.help-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  line-height: 0.98;
}

.help-hero p {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1.03rem, 2vw, 1.16rem);
}

.help-hero-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.help-hero-card h2,
.help-hero-card p {
  margin: 0;
}

.help-section {
  padding-bottom: clamp(34px, 6vw, 72px);
}

.help-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.help-card {
  display: grid;
  gap: 9px;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.help-card:hover,
.help-card:focus-visible {
  border-color: rgba(20, 184, 166, 0.5);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
  transform: translateY(-1px);
}

.help-card span,
.help-article-nav span {
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.help-card h3,
.help-card p {
  margin: 0;
}

.help-card h3 {
  font-size: 1.08rem;
}

.help-breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 24px 0 14px;
  color: var(--stone);
  font-size: 0.9rem;
  font-weight: 800;
}

.help-breadcrumb a {
  color: #0f766e;
}

.help-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: var(--stone);
}

.help-article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-bottom: clamp(34px, 6vw, 68px);
}

.help-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.help-sidebar h2 {
  margin: 0;
  font-size: 1rem;
}

.help-article-nav {
  display: grid;
  gap: 7px;
}

.help-article-nav a {
  display: grid;
  gap: 3px;
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--ink);
  font-weight: 800;
}

.help-article-nav a:hover,
.help-article-nav a[aria-current="page"] {
  background: #e7f8f5;
  color: #0f766e;
}

.help-article {
  padding: clamp(20px, 4vw, 36px);
}

.help-article h1 {
  max-width: 780px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.help-lede {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 1.12rem;
}

.help-article h2 {
  margin: 28px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.help-article h2:first-of-type {
  margin-top: 0;
}

.help-article p {
  max-width: 760px;
  margin: 0 0 14px;
}

.help-article ul {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--stone);
  line-height: 1.55;
}

.help-next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
  border: 1px solid rgba(20, 184, 166, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(231, 248, 245, 0.9), #fff);
  padding: clamp(18px, 4vw, 28px);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.help-next-step h2,
.help-next-step p {
  margin: 0;
}

.help-next-step > div {
  display: grid;
  gap: 8px;
}

.booking-page {
  width: min(980px, calc(100vw - 32px));
}

.booking-hero {
  margin-bottom: 18px;
}

.booking-hero h1 {
  margin-bottom: 6px;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.booking-hero p {
  margin: 0;
}

.booking-business-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: 28px;
  margin-bottom: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-info-label {
  margin: 0 0 6px;
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-business-about h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.booking-business-about > p:not(.booking-info-label) {
  max-width: 620px;
  margin: 0;
  color: var(--stone);
  line-height: 1.6;
}

.booking-business-hours dl,
.mobile-business-hours dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.booking-business-hours dl div,
.mobile-business-hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.booking-business-hours dt,
.mobile-business-hours dt {
  color: var(--stone);
}

.booking-business-hours dd,
.mobile-business-hours dd {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
  text-align: right;
}

.booking-business-hours dd.is-closed,
.mobile-business-hours dd.is-closed {
  color: var(--stone);
  font-weight: 600;
}

.booking-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.booking-social-links a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #0f766e;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.booking-social-links a:hover,
.booking-social-links a:focus-visible {
  border-color: var(--teal);
  background: #e7f8f5;
  color: var(--teal);
}

.booking-social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-social-links svg .is-filled {
  fill: currentColor;
  stroke: none;
}

.booking-social-links a[aria-label="Facebook"] svg path {
  fill: currentColor;
  stroke: none;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.booking-options-card,
.booking-form-card {
  gap: 16px;
  min-width: 0;
  overflow: hidden;
}

.booking-options-card h2,
.booking-section-heading h2 {
  margin: 0;
  font-size: 1.15rem;
}

.selected-service-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.booking-refresh-button {
  justify-self: start;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.booking-date-input {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  min-inline-size: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  overflow: hidden;
}

.booking-date-input::-webkit-date-and-time-value {
  display: block;
  min-width: 0;
  max-width: 100%;
  text-align: left;
}

@supports (-webkit-touch-callout: none) {
  .booking-date-input {
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }
}

.booking-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-section-heading span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e7f8f5;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
}

.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.time-slot {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.time-slot input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 0;
  cursor: pointer;
}

.time-slot span {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.time-slot:hover,
.time-slot:has(input:focus-visible) {
  border-color: #99f6e4;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14);
}

.time-slot:has(input:checked) {
  border-color: var(--teal);
  background: #e7f8f5;
}

.time-empty-state {
  border: 1px solid rgba(255, 107, 107, 0.32);
  border-radius: 8px;
  background: rgba(255, 107, 107, 0.1);
  padding: 12px 14px;
}

.time-empty-state p {
  margin: 0;
  color: #b42323;
  line-height: 1.45;
}

.booking-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-notes-field {
  grid-column: 1 / -1;
}

.booking-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
  padding: 14px;
}

.booking-summary h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.booking-summary dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.booking-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.booking-summary dt {
  color: var(--stone);
  font-size: 0.88rem;
}

.booking-summary dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

.booking-submit {
  width: 100%;
}

.booking-submit:disabled {
  background: #cbd5e1;
  color: #f8fafc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.booking-addon-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.booking-service-multi {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.booking-service-multi legend {
  color: var(--stone);
  font-size: 0.92rem;
  font-weight: 800;
}

.booking-service-multi > strong {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-addon-heading {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.booking-addon-heading > span,
.mobile-addon-intro > span,
.mobile-addon-group legend small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: #e7f8f5;
  padding: 4px 8px;
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.booking-addon-heading div {
  display: grid;
  gap: 2px;
}

.booking-addon-heading strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.booking-addon-heading small {
  color: var(--stone);
  font-size: 0.8rem;
  line-height: 1.4;
}

.booking-addon-field legend {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: var(--stone);
  font-size: 0.88rem;
  font-weight: 800;
}

.booking-addon-field legend span {
  color: #0f766e;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-addon-rule {
  margin: 0;
  color: var(--stone);
  font-size: 0.8rem;
}

.booking-addon-options {
  display: grid;
  gap: 7px;
}

.booking-addon-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: var(--ink);
}

.booking-addon-option input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal);
}

.booking-addon-option input.booking-addon-quantity {
  width: 52px;
  min-height: 38px;
  padding: 6px;
}

.booking-addon-option:has(.booking-addon-quantity) {
  grid-template-columns: 52px minmax(0, 1fr);
}

.booking-addon-option strong,
.booking-addon-option small {
  display: block;
}

.booking-addon-option small {
  margin-top: 3px;
  color: var(--stone);
  font-size: 0.8rem;
  line-height: 1.35;
}

.booking-addon-warning {
  margin: 0;
  border-left: 3px solid var(--coral);
  border-radius: 4px;
  background: #fff1f1;
  padding: 9px 10px;
  color: #b42318;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.mobile-booking-flow {
  display: none;
}

@media (max-width: 760px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }

  .account-page {
    margin-top: 20px;
  }

  .account-name-grid {
    grid-template-columns: 1fr;
  }

  .account-page-header {
    align-items: center;
  }

  .account-page-header h1 {
    font-size: 1.65rem;
  }

  .account-verification-card {
    align-items: stretch;
    flex-direction: column;
  }

  .account-booking-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .account-booking-date {
    width: 46px;
    min-height: 50px;
  }

  .account-booking-card > .account-status {
    grid-column: 2;
  }

  .account-appointment-header {
    align-items: flex-start;
  }

  .account-detail-list div {
    gap: 12px;
  }

  .account-modal .row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-account-actions {
    grid-template-columns: 1fr;
  }

  .mobile-booking-account-choice {
    align-self: start;
    background: #fff;
    padding: 18px;
  }

  body {
    background: #fff;
  }

  .topbar {
    min-height: 64px;
    padding: 12px 16px;
  }

  .topbar .muted {
    display: none;
  }

  .site-topbar {
    position: static;
    align-items: flex-start;
  }

  .site-nav {
    order: 3;
    width: 100%;
    gap: 10px;
  }

  .site-nav a {
    font-size: 0.92rem;
  }

  .site-actions {
    justify-content: flex-end;
    gap: 10px;
  }

  .site-actions .button {
    display: none;
  }

  .marketing-hero,
  .split-section,
  .pricing-section,
  .contact-hero,
  .help-hero {
    grid-template-columns: 1fr;
  }

  .marketing-hero {
    min-height: auto;
    padding-top: 32px;
  }

  .product-preview {
    order: -1;
  }

  .preview-content,
  .feature-grid,
  .steps-grid,
  .help-card-grid,
  .help-article-layout {
    grid-template-columns: 1fr;
  }

  .preview-content {
    padding: 14px;
  }

  .preview-window {
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  }

  .marketing-hero h1,
  .contact-hero h1,
  .help-hero h1 {
    font-size: clamp(2.45rem, 16vw, 3.7rem);
  }

  .marketing-section h2,
  .split-section h2,
  .pricing-section h2,
  .final-cta h2,
  .help-section h2 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }

  .hero-actions .button,
  .contact-form button {
    width: 100%;
  }

  .help-page {
    padding-top: 28px;
  }

  .help-hero {
    align-items: stretch;
    margin-bottom: 34px;
  }

  .help-card {
    min-height: auto;
  }

  .help-breadcrumb {
    padding-top: 18px;
  }

  .help-sidebar {
    position: static;
  }

  .help-article-nav {
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, max-content);
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .help-article {
    padding: 18px;
  }

  .help-next-step {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-page,
  .knowledge-page {
    padding-top: 24px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: thin;
  }

  .legal-nav a {
    white-space: nowrap;
  }

  .policy-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-page {
    width: 100%;
    margin: 0;
  }

  .booking-hero,
  .booking-business-info,
  .booking-layout {
    display: none;
  }

  .mobile-booking-flow {
    display: block;
    min-height: calc(100dvh - 64px);
    background: var(--bg);
  }

  .mobile-booking-step {
    display: none;
    min-height: calc(100dvh - 64px);
    padding: 16px 16px 116px;
  }

  .mobile-booking-step.is-active {
    display: grid;
    align-content: start;
    gap: 16px;
  }

  .mobile-step-header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
  }

  .mobile-step-header h2 {
    margin: 0 0 4px;
    font-size: 1.35rem;
  }

  .mobile-step-header p {
    margin: 0;
    overflow: hidden;
    color: var(--stone);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-icon-button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
  }

  .mobile-icon-button.is-placeholder {
    visibility: hidden;
  }

  .mobile-business-info {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobile-business-info summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }

  .mobile-business-info summary::-webkit-details-marker {
    display: none;
  }

  .mobile-business-info summary::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid var(--stone);
    border-bottom: 2px solid var(--stone);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 160ms ease;
  }

  .mobile-business-info[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .mobile-business-info-icon {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: #e7f8f5;
    color: #0f766e;
    font-family: Georgia, serif;
    font-weight: 800;
  }

  .mobile-business-info-content {
    display: grid;
    gap: 16px;
    padding: 2px 0 16px;
  }

  .mobile-business-info-content > p {
    margin: 0;
    color: var(--stone);
    line-height: 1.6;
  }

  .mobile-business-hours {
    display: grid;
    gap: 9px;
  }

  .mobile-business-hours > strong {
    font-size: 0.88rem;
  }

  .mobile-business-hours dl {
    gap: 7px;
  }

  .mobile-business-hours dt,
  .mobile-business-hours dd {
    font-size: 0.9rem;
  }

  .mobile-business-info .booking-social-links {
    margin-top: 0;
  }

  .mobile-group-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .mobile-group-pills::-webkit-scrollbar {
    display: none;
  }

  .mobile-group-pills a {
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: 8px 12px;
    color: #0f766e;
    font-weight: 800;
  }

  .mobile-service-groups,
  .mobile-staff-grid,
  .mobile-addon-list {
    display: grid;
    gap: 16px;
  }

  .mobile-addon-group {
    display: grid;
    gap: 8px;
    min-width: 0;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .mobile-addon-group legend {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 900;
  }

  .mobile-addon-group legend small {
    min-height: 22px;
    font-size: 0.66rem;
  }

  .mobile-addon-intro {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #bcece5;
    border-radius: 8px;
    background: #f0fdfa;
    padding: 11px 12px;
  }

  .mobile-addon-intro p {
    margin: 0;
    color: var(--stone);
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .mobile-addon-group > p {
    margin: -4px 0 2px;
    color: var(--stone);
    font-size: 0.82rem;
  }

  .mobile-addon-option {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 70px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  }

  .mobile-addon-option:has(input[type="number"]) {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .mobile-addon-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    accent-color: var(--teal);
  }

  .mobile-addon-option input[type="number"] {
    width: 58px;
    min-height: 42px;
    padding: 8px;
    text-align: center;
  }

  .mobile-addon-option strong,
  .mobile-addon-option small {
    display: block;
  }

  .mobile-addon-option small {
    margin-top: 3px;
    color: var(--stone);
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .mobile-service-group {
    display: grid;
    gap: 9px;
    scroll-margin-top: 14px;
  }

  .mobile-service-group h3,
  .mobile-times h3 {
    margin: 0;
    color: var(--stone);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-choice-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
    width: 100%;
    min-height: 88px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    padding: 10px;
    text-align: left;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .mobile-choice-card.is-selected {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.16);
  }

  .mobile-choice-card img,
  .mobile-service-image-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
  }

  .mobile-service-image-placeholder,
  .mobile-staff-avatar {
    display: inline-grid;
    place-items: center;
    background: #e7f8f5;
    color: #0f766e;
    font-size: 1.3rem;
    font-weight: 900;
  }

  .mobile-service-image-placeholder svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-staff-avatar svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-choice-card strong,
  .mobile-choice-card small,
  .mobile-choice-card b {
    display: block;
  }

  .mobile-choice-card small {
    margin-top: 4px;
    color: var(--stone);
    font-size: 0.88rem;
    font-weight: 700;
  }

  .mobile-choice-card b {
    color: var(--ink);
    font-size: 0.98rem;
    white-space: nowrap;
  }

  .mobile-staff-card {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 74px;
  }

  .mobile-staff-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
  }

  .mobile-staff-select-label {
    color: var(--stone);
    font-weight: 800;
  }

  .mobile-calendar-card {
    display: grid;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .mobile-calendar-header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    text-align: center;
  }

  .mobile-calendar-weekdays,
  .mobile-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
  }

  .mobile-calendar-weekdays span {
    color: var(--stone);
    font-size: 0.72rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-calendar-grid button,
  .mobile-calendar-grid > span {
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 999px;
    padding: 0;
    background: transparent;
    color: var(--stone);
    box-shadow: none;
    font-weight: 800;
  }

  .mobile-calendar-grid button.is-available {
    background: #e7f8f5;
    color: #0f766e;
  }

  .mobile-calendar-grid button.is-selected {
    background: var(--teal);
    color: #fff;
  }

  .mobile-calendar-grid button:disabled {
    opacity: 0.32;
    cursor: not-allowed;
  }

  .mobile-times {
    display: grid;
    gap: 10px;
  }

  .mobile-time-button.is-selected {
    border-color: var(--teal);
    background: #e7f8f5;
  }

  .mobile-continue-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    padding: 14px 16px max(14px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -18px 36px rgba(15, 23, 42, 0.12);
    transform: translateY(110%);
    transition: transform 180ms ease;
  }

  .mobile-continue-sheet.is-visible {
    transform: translateY(0);
  }

  .mobile-continue-sheet button {
    width: 100%;
  }

  .booking-options-card,
  .booking-form-card {
    padding: 16px;
  }

  .booking-details-grid {
    grid-template-columns: 1fr;
  }

  .booking-summary dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .booking-summary dd {
    text-align: left;
  }

  .confirmation-details-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .confirmation-details-heading strong {
    text-align: left;
  }
}
