:root {
  --bg: #08131e;
  --bg-soft: #0f1b29;
  --surface: rgba(11, 23, 36, 0.86);
  --surface-strong: rgba(16, 30, 46, 0.96);
  --surface-soft: rgba(255, 249, 239, 0.08);
  --text: #f7f0e2;
  --muted: #d7c8aa;
  --line: rgba(214, 175, 93, 0.24);
  --primary: #d6af5d;
  --primary-strong: #f1d27e;
  --accent: #b98f3f;
  --success: #9ccf9a;
  --danger: #ffaba4;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 175, 93, 0.22), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(241, 210, 126, 0.12), transparent 18%),
    radial-gradient(circle at bottom right, rgba(185, 143, 63, 0.16), transparent 26%),
    linear-gradient(140deg, #06101a 0%, #0b1724 45%, #132131 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(214, 175, 93, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 175, 93, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  padding: 26px 0 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  background: rgba(255, 248, 233, 0.06);
  border: 1px solid rgba(214, 175, 93, 0.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.brand strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-strong);
}

.brand div div {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
}

.brand-logo {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 28px;
  padding: 14px 0 54px;
  align-items: start;
}

.hero-copy,
.hero-card,
.payment-card,
.summary-card,
.empty-state {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 231, 0.08), rgba(255, 247, 231, 0.03)),
    var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: sticky;
  top: 16px;
  padding: 40px;
  overflow: hidden;
}

.hero-copy::after,
.hero-card::after,
.payment-card::after,
.summary-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 233, 182, 0.08), transparent 36%, transparent 70%, rgba(214, 175, 93, 0.06));
}

.hero-copy,
.hero-card,
.payment-card,
.summary-card {
  position: relative;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 249, 239, 0.06);
  border: 1px solid rgba(214, 175, 93, 0.18);
}

.hero-logo {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.hero-brand-copy {
  display: grid;
  gap: 4px;
}

.hero-brand-kicker {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--primary-strong);
}

.hero-brand-sub {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--primary-strong);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  max-width: 11ch;
  color: #fff7e8;
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #fff3da;
}

.lead {
  margin: 20px 0 24px;
  max-width: 48ch;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.premium-banner {
  margin-bottom: 28px;
  padding: 16px 18px;
  border-radius: 20px;
  color: #f5e4b8;
  background: linear-gradient(90deg, rgba(214, 175, 93, 0.16), rgba(255, 242, 202, 0.06));
  border: 1px solid rgba(214, 175, 93, 0.24);
  line-height: 1.7;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-highlights article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 248, 233, 0.05);
  border: 1px solid rgba(214, 175, 93, 0.14);
}

.hero-highlights strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-strong);
  font-size: 1rem;
}

.hero-highlights span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.promo-banner-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.promo-image-link {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(214, 175, 93, 0.32);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  outline: none;
}

.promo-image-link:hover,
.promo-image-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(214, 175, 93, 0.28);
}

.promo-image-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.promo-image {
  display: block;
  width: 100%;
  height: auto;
}

.promo-cta {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.promo-hint {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.hero-card,
.payment-card {
  padding: 30px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.section-header p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.step-badge {
  min-width: 52px;
  height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b1724;
  font-weight: 800;
  background: linear-gradient(135deg, #f6dc98, #c99734);
  box-shadow: 0 14px 28px rgba(201, 151, 52, 0.26);
}

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

.field-group {
  display: grid;
  gap: 12px;
}

.field-label {
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff2d1;
}

.helper-text {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.option-grid,
.times-grid {
  display: grid;
  gap: 12px;
}

.option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.procedure-selector {
  display: grid;
  gap: 18px;
}

.procedure-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid rgba(214, 175, 93, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.06), rgba(255, 248, 233, 0.02)),
    rgba(8, 19, 30, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 248, 233, 0.05);
}

.procedure-nav-pill {
  flex: 1 1 180px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 175, 93, 0.18);
  background: rgba(255, 249, 239, 0.05);
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.procedure-nav-pill.is-active {
  color: #0a1622;
  border-color: rgba(241, 210, 126, 0.72);
  background: linear-gradient(135deg, #f6dc98, #c99734);
  box-shadow: 0 14px 24px rgba(201, 151, 52, 0.18);
}

.procedure-groups {
  display: block;
}

.procedure-group {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(214, 175, 93, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.06), rgba(255, 248, 233, 0.02)),
    rgba(8, 19, 30, 0.58);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.procedure-group[hidden] {
  display: none;
}

.procedure-group.is-active {
  animation: procedure-panel-reveal 0.18s ease;
}

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

.procedure-group-header h3 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  color: #fff2d1;
}

.procedure-group-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.procedure-group-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--primary-strong);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

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

.procedure-choice {
  min-height: 92px;
}

.times-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.day-scroller {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 12px;
}

.choice-card,
.day-card,
.time-card {
  width: 100%;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 175, 93, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.08), rgba(255, 248, 233, 0.03)),
    var(--surface-strong);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.time-card {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.choice-card:hover,
.day-card:hover,
.time-card:hover,
.btn:hover,
.secondary-btn:hover,
.mini-btn:hover {
  transform: translateY(-2px);
}

.choice-card.is-selected,
.day-card.is-selected,
.time-card.is-selected {
  border-color: rgba(241, 210, 126, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 242, 205, 0.22), rgba(214, 175, 93, 0.08)),
    #152536;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.choice-card strong,
.day-card strong,
.time-card strong {
  display: block;
  font-size: 1rem;
  color: #fff2d1;
}

.choice-card small,
.day-card small,
.time-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.procedure-choice small {
  font-size: 0.88rem;
}

@keyframes procedure-panel-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.input-wrap.full {
  grid-column: 1 / -1;
}

label span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #fff2d1;
}

input {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(214, 175, 93, 0.18);
  background: rgba(255, 249, 239, 0.06);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input::placeholder {
  color: rgba(215, 200, 170, 0.72);
}

input:focus {
  border-color: rgba(241, 210, 126, 0.72);
  box-shadow: 0 0 0 4px rgba(214, 175, 93, 0.12);
  background: rgba(255, 249, 239, 0.08);
}

.inline-summary,
.summary-card,
.payment-steps,
.pix-box,
.proof-box,
.empty-state,
.resume-panel,
.hold-notice {
  border-radius: var(--radius-lg);
}

.inline-summary,
.payment-steps,
.pix-box,
.proof-box,
.summary-card,
.empty-state,
.resume-panel,
.hold-notice {
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.06), rgba(255, 248, 233, 0.02)),
    rgba(8, 19, 30, 0.74);
  border: 1px solid rgba(214, 175, 93, 0.14);
}

.inline-summary {
  padding: 18px 20px;
}

.inline-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-strong);
}

.inline-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.btn,
.secondary-btn {
  padding: 15px 22px;
  border-radius: 999px;
  border: none;
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn {
  color: #0a1622;
  font-weight: 800;
  background: linear-gradient(135deg, #f6dc98, #c99734);
  box-shadow: 0 18px 30px rgba(201, 151, 52, 0.24);
}

.secondary-btn,
.mini-btn {
  color: var(--text);
  background: rgba(255, 249, 239, 0.08);
  border: 1px solid rgba(214, 175, 93, 0.18);
}

.microcopy {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.resume-panel {
  margin-top: 20px;
  padding: 20px;
  display: grid;
  gap: 14px;
}

.resume-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.hold-notice {
  padding: 18px 20px;
}

.hold-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-strong);
}

.toast {
  margin: 0;
  min-height: 22px;
  font-size: 0.92rem;
  color: var(--success);
}

.toast.is-error {
  color: var(--danger);
}

.status-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 249, 239, 0.06);
  border: 1px dashed rgba(214, 175, 93, 0.22);
  line-height: 1.65;
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 28px;
  padding: 28px 0 52px;
}

.admin-layout {
  display: grid;
  gap: 24px;
  padding: 12px 0 52px;
}

.admin-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 231, 0.08), rgba(255, 247, 231, 0.03)),
    var(--surface);
  box-shadow: var(--shadow);
}

.admin-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  max-width: 12ch;
}

.admin-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-calendar-panel {
  margin-top: 22px;
}

.admin-calendar-list {
  display: grid;
  gap: 14px;
}

.admin-calendar-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.06), rgba(255, 248, 233, 0.02)),
    rgba(8, 19, 30, 0.74);
  border: 1px solid rgba(214, 175, 93, 0.14);
}

.admin-calendar-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.admin-calendar-head strong {
  color: #fff2d1;
}

.admin-calendar-id {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(214, 175, 93, 0.16);
  background: rgba(255, 249, 239, 0.06);
  color: #f4ebd3;
  word-break: break-all;
  line-height: 1.6;
}

.admin-stat-card,
.admin-booking-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 248, 233, 0.06), rgba(255, 248, 233, 0.02)),
    rgba(8, 19, 30, 0.74);
  border: 1px solid rgba(214, 175, 93, 0.14);
}

.admin-stat-label,
.admin-meta-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.admin-stat-card strong,
.admin-booking-card h3,
.admin-booking-grid strong {
  color: #fff2d1;
}

.admin-booking-list {
  display: grid;
  gap: 16px;
}

.admin-booking-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.admin-booking-top h3 {
  margin: 10px 0 8px;
  font-size: 1.6rem;
}

.admin-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.booking-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(214, 175, 93, 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-badge--pending_payment {
  color: #f4dea3;
  background: rgba(214, 175, 93, 0.12);
}

.booking-badge--confirmed {
  color: #b8edb0;
  background: rgba(116, 189, 110, 0.14);
  border-color: rgba(116, 189, 110, 0.22);
}

.booking-badge--cancelled {
  color: #ffc0b8;
  background: rgba(255, 117, 96, 0.14);
  border-color: rgba(255, 117, 96, 0.22);
}

.booking-badge--expired {
  color: #ffd79e;
  background: rgba(255, 186, 88, 0.14);
  border-color: rgba(255, 186, 88, 0.22);
}

.summary-card,
.empty-state {
  padding: 28px;
}

.summary-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.summary-item {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(214, 175, 93, 0.12);
}

.summary-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.summary-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.summary-item strong {
  color: #fff2d1;
  font-size: 1.02rem;
}

.payment-steps,
.pix-box,
.proof-box {
  padding: 22px;
}

.payment-methods {
  display: grid;
  gap: 12px;
}

.method-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.method-toggle {
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 175, 93, 0.18);
  background: rgba(255, 249, 239, 0.05);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.method-toggle.is-active {
  color: #0a1622;
  border-color: rgba(241, 210, 126, 0.72);
  background: linear-gradient(135deg, #f6dc98, #c99734);
  box-shadow: 0 16px 28px rgba(201, 151, 52, 0.2);
}

.payment-method-panel[hidden] {
  display: none;
}

.payment-steps {
  display: grid;
  gap: 12px;
}

.payment-steps strong,
.pix-box .field-label,
.proof-box strong {
  color: var(--primary-strong);
}

.payment-steps ol {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.pix-box img {
  width: min(100%, 320px);
  margin: 18px auto;
  border-radius: 20px;
  border: 1px solid rgba(214, 175, 93, 0.16);
  background: #fff7e6;
}

.pix-code-box {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 249, 239, 0.08);
  border: 1px solid rgba(214, 175, 93, 0.16);
}

.pix-code-box code {
  display: block;
  color: #f4ebd3;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 0.9rem;
  line-height: 1.7;
}

.mini-btn {
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.footer-note {
  padding: 0 0 34px;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.fade-in {
  animation: fadeUp 0.75s ease both;
}

.delay-1 {
  animation-delay: 0.08s;
}

.delay-2 {
  animation-delay: 0.16s;
}

.delay-3 {
  animation-delay: 0.24s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .hero,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .admin-status-grid,
  .admin-booking-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--container));
  }

  .topbar {
    padding: 18px 0 10px;
  }

  .brand {
    width: 100%;
    border-radius: 24px;
    justify-content: flex-start;
    padding: 8px 14px 8px 8px;
    gap: 12px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .hero {
    gap: 16px;
    padding: 8px 0 32px;
  }

  .admin-panel {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-copy,
  .hero-card,
  .payment-card,
  .summary-card,
  .empty-state {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-brand-lockup {
    width: 100%;
    padding: 12px 14px;
    gap: 12px;
    margin-bottom: 18px;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .hero-logo {
    width: 72px;
    height: 72px;
  }

  .hero-brand-kicker {
    font-size: 1.6rem;
  }

  .hero-brand-sub {
    letter-spacing: 0.18em;
  }

  .hero-card {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }

  .premium-banner {
    display: none;
  }

  .option-grid,
  .inputs,
  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .promo-headline,
  .promo-price {
    width: 100%;
  }

  .promo-price-value {
    align-self: flex-start;
  }

  .procedure-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
  }

  .procedure-nav::-webkit-scrollbar {
    display: none;
  }

  .procedure-nav-pill {
    white-space: nowrap;
    flex: 0 0 auto;
    min-height: 50px;
    padding: 12px 18px;
  }

  .procedure-group {
    padding: 16px;
    border-radius: 18px;
  }

  .procedure-group-header {
    display: grid;
    gap: 8px;
    align-items: start;
  }

  .procedure-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .procedure-choice {
    min-height: auto;
  }

  .day-scroller {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .method-selector,
  .times-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .choice-card,
  .day-card,
  .time-card {
    padding: 14px;
    border-radius: 16px;
  }

  .section-header {
    margin-bottom: 18px;
  }

  .section-header {
    flex-direction: column;
  }

  .section-header p,
  .helper-text,
  .microcopy {
    line-height: 1.55;
  }

  .admin-booking-top,
  .admin-booking-actions,
  .resume-form,
  .admin-calendar-head {
    flex-direction: column;
    align-items: stretch;
  }

  .resume-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stack {
    gap: 18px;
  }

  .inline-summary {
    padding: 16px;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
    position: sticky;
    bottom: 10px;
    z-index: 2;
    padding-top: 6px;
  }

  .btn,
  .secondary-btn,
  .mini-btn {
    width: 100%;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.4rem, 9vw, 3.2rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .lead {
    margin: 14px 0 0;
    font-size: 0.96rem;
  }
}
