.appointment-page { background: #f5f7fa; color: #17212b; }
.appointment-main { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 4.5rem 0 5rem; }
.appointment-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 3rem; align-items: center; margin-bottom: 2.5rem; }
.appointment-hero h1 { max-width: 14ch; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: .98; margin: .45rem 0 1.25rem; letter-spacing: -.045em; }
.appointment-hero .lede { max-width: 62ch; font-size: 1.12rem; line-height: 1.7; color: #52606d; }
.policy-card, .booking-card, .appointment-details article { border: 1px solid #dce3ea; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(28, 45, 61, .08); }
.policy-card { padding: 1.6rem; border-top: 4px solid #ef6c35; }
.policy-card__label { margin: 0 0 .35rem; color: #667788; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.policy-card strong { display: block; font-size: 1.55rem; margin-bottom: .75rem; }
.policy-card p { color: #52606d; line-height: 1.55; }
.policy-card__note { padding-top: .8rem; border-top: 1px solid #e6ebef; font-size: .9rem; }
.booking-card { padding: clamp(1.25rem, 4vw, 2.25rem); }
.booking-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.booking-heading h2 { margin: .2rem 0; font-size: 2rem; }
.privacy-badge { border-radius: 999px; padding: .5rem .8rem; background: #eef7f2; color: #236544; font-size: .82rem; font-weight: 750; }
.state-panel { margin-top: 1.25rem; padding: 1rem 1.1rem; border-radius: 12px; background: #f0f4f7; color: #405261; }
.slot-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .75rem; margin-top: 1.25rem; }
.slot-button { width: 100%; border: 1px solid #c8d3dc; border-radius: 12px; padding: 1rem; background: #fff; color: #17212b; font: inherit; text-align: left; cursor: pointer; }
.slot-button:hover, .slot-button:focus-visible, .slot-button[aria-pressed="true"] { border-color: #ef6c35; outline: 3px solid rgba(239, 108, 53, .16); }
.slot-button strong, .slot-button span { display: block; }
.slot-button span { margin-top: .25rem; color: #667788; font-size: .88rem; }
.selection-panel { margin-top: 1.5rem; padding: 1.25rem; border: 1px solid #f0c1ad; border-radius: 14px; background: #fff8f4; }
.selection-panel h3 { margin: 0 0 .35rem; }
.selection-panel .button, .approval-state .button { margin: .6rem .5rem 0 0; }
.approval-state { border-left: 4px solid #e4a11b; background: #fff8e8; }
.appointment-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.appointment-details article { padding: 1.4rem; box-shadow: none; }
.appointment-details article > span { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #17212b; color: #fff; font-weight: 800; }
.appointment-details h2 { margin: 1rem 0 .5rem; font-size: 1.15rem; }
.appointment-details p { margin: 0; color: #5f6e7a; line-height: 1.55; }
@media (max-width: 760px) {
  .appointment-main { padding-top: 2.5rem; }
  .appointment-hero, .appointment-details { grid-template-columns: 1fr; gap: 1rem; }
  .appointment-hero { margin-bottom: 1.25rem; }
  .booking-heading { display: block; }
  .privacy-badge { display: inline-block; margin-top: .6rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

