.appointment-page { background: var(--xy-ivory); }
.ap-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ap-hero {
  padding: 158px 0 88px;
  text-align: center;
  background: linear-gradient(145deg, rgba(114,186,180,.09), rgba(251,248,243,.98) 56%, rgba(228,190,124,.1));
  border-bottom: 1px solid rgba(206,154,75,.14);
}
.ap-hero-inner { max-width: 820px; }
.ap-breadcrumb { font-size: 13.5px; color: var(--xy-text-secondary); margin-bottom: 28px; }
.ap-breadcrumb a { color: var(--xy-teal-dark); border-bottom: 1px solid var(--xy-border); }
.ap-hero .eyebrow { margin-bottom: 10px; }
.ap-hero h1 { font-size: clamp(36px, 5vw, 54px); font-weight: 500; letter-spacing: .1em; line-height: 1.45; }
.ap-hero-sub { margin-top: 14px; font-size: clamp(19px, 2.2vw, 25px); color: var(--xy-teal-dark); letter-spacing: .08em; }
.ap-hero-copy { max-width: 640px; margin: 22px auto 0; color: var(--xy-text-secondary); font-size: 16px; line-height: 2; }
.ap-main { padding-top: 86px; }
.ap-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: clamp(42px, 6vw, 84px); max-width: 1160px; }
.ap-clinic { position: sticky; top: 112px; padding: 30px 28px; background: var(--xy-warm-white); border: 1px solid var(--xy-border); border-radius: var(--radius); }
.ap-clinic .eyebrow { margin-bottom: 18px; }
.ap-clinic img { object-fit: contain; margin-bottom: 18px; }
.ap-clinic h2 { font-size: 23px; font-weight: 500; }
.ap-clinic > p:not(.eyebrow) { color: var(--xy-teal-dark); font-size: 14px; letter-spacing: .1em; }
.ap-clinic address { font-style: normal; color: var(--xy-text-secondary); font-size: 13.5px; line-height: 1.75; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--xy-border); }
.ap-progress { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--xy-border); }
.ap-progress li { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--xy-text-secondary); margin: 11px 0; }
.ap-progress b { font-family: var(--display); color: var(--xy-gold); letter-spacing: .12em; font-weight: 500; }
.ap-form-wrap { min-width: 0; }
.ap-form { background: var(--xy-warm-white); border: 1px solid var(--xy-border); border-radius: 14px; padding: clamp(28px, 4.5vw, 58px); }
.ap-form-section + .ap-form-section { border-top: 1px solid var(--xy-border); margin-top: 58px; padding-top: 56px; }
.ap-section-head { display: grid; grid-template-columns: 38px 1fr; gap: 18px; margin-bottom: 32px; }
.ap-section-head > span { font-family: var(--display); font-size: 18px; letter-spacing: .12em; color: var(--xy-gold); padding-top: 5px; }
.ap-section-head h2 { font-size: clamp(22px, 2.6vw, 29px); font-weight: 500; line-height: 1.5; }
.ap-section-head p { font-size: 14.5px; color: var(--xy-text-secondary); margin-top: 6px; }
.ap-treatment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ap-treatment-group { min-width: 0; }
.ap-treatment-card { position: relative; display: flex; flex-direction: column; min-height: 124px; height: 100%; padding: 22px 46px 20px 22px; border: 1px solid rgba(206,154,75,.25); border-radius: var(--radius); background: var(--xy-ivory); cursor: pointer; transition: border-color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease), background .3s var(--ease); }
.ap-treatment-card:hover { border-color: rgba(65,127,124,.45); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(65,127,124,.06); }
.ap-treatment-card > input { position: absolute; opacity: 0; pointer-events: none; }
.ap-treatment-card:focus-within { outline: 2px solid var(--xy-teal-deep); outline-offset: 3px; }
.ap-card-check { position: absolute; right: 18px; top: 18px; width: 22px; height: 22px; border: 1px solid rgba(65,127,124,.4); border-radius: 50%; color: transparent; display: grid; place-items: center; font-size: 12px; transition: all .25s var(--ease); }
.ap-treatment-card.is-selected { border-color: var(--xy-teal-dark); background: rgba(220,236,234,.4); box-shadow: inset 0 0 0 1px var(--xy-teal-dark); }
.ap-treatment-card.is-selected .ap-card-check { background: var(--xy-teal-dark); border-color: var(--xy-teal-dark); color: white; }
.ap-treatment-name { font-size: 17px; font-weight: 500; line-height: 1.55; }
.ap-treatment-price, .ap-treatment-desc { display: block; margin-top: auto; padding-top: 14px; font-size: 13px; color: var(--xy-text-secondary); }
.ap-treatment-price b { color: var(--xy-gold); font-size: 16px; font-weight: 500; letter-spacing: .03em; }
.ap-treatment-options-preview { display: flex; flex-wrap: wrap; gap: 5px 12px; margin-top: auto; padding-top: 13px; font-size: 12px; line-height: 1.5; color: var(--xy-text-secondary); }
.ap-treatment-options-preview small { flex-basis: 100%; font-size: 12px; color: var(--xy-teal-dark); }
.ap-treatment-options-preview span { display: inline-flex; gap: 4px; white-space: nowrap; }
.ap-treatment-options-preview em { font-style: normal; }
.ap-treatment-options-preview b { color: var(--xy-gold); font-weight: 500; }
.ap-suboptions { grid-column: 1 / -1; margin-top: 10px; padding: 18px; border-radius: var(--radius); background: rgba(220,236,234,.34); border: 1px solid rgba(114,186,180,.28); }
.ap-suboptions[hidden] { display: none; }
.ap-suboptions > p:first-child { font-size: 13px; color: var(--xy-teal-dark); margin-bottom: 12px; }
.ap-suboptions label { display: inline-block; margin: 4px 6px 4px 0; cursor: pointer; }
.ap-suboptions input { position: absolute; opacity: 0; }
.ap-suboptions label span, .ap-options label span { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 8px 14px; border: 1px solid rgba(206,154,75,.28); border-radius: 999px; background: var(--xy-warm-white); font-size: 13.5px; transition: all .25s var(--ease); }
.ap-suboptions label span b { color: var(--xy-gold); font-weight: 400; }
.ap-suboptions input:focus-visible + span, .ap-options input:focus-visible + span { outline: 2px solid var(--xy-teal-deep); outline-offset: 2px; }
.ap-suboptions input:checked + span, .ap-options input:checked + span { background: var(--xy-teal-dark); color: white; border-color: var(--xy-teal-dark); }
.ap-suboptions input:checked + span b { color: var(--xy-gold-soft); }
.ap-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.ap-form .field { min-width: 0; }
.ap-form .field-full { grid-column: 1 / -1; }
.ap-form label, .ap-form legend { display: block; font-size: 14px; color: var(--xy-text-secondary); margin-bottom: 8px; }
.ap-form input[type="text"], .ap-form input[type="tel"], .ap-form input[type="email"], .ap-form input[type="date"], .ap-form textarea {
  width: 100%; border: 1px solid var(--xy-border); border-radius: var(--radius); background: var(--xy-ivory); color: var(--xy-text); font: inherit; font-size: 15px; padding: 13px 15px; min-height: 50px; transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.ap-form textarea { resize: vertical; min-height: 138px; }
.ap-form input:focus, .ap-form textarea:focus { outline: none; border-color: var(--xy-teal-dark); box-shadow: 0 0 0 3px rgba(114,186,180,.12); }
.ap-form [aria-invalid="true"] { border-color: #B76552; }
.ap-fieldset { border: 0; padding: 0; }
.ap-options { display: flex; flex-wrap: wrap; gap: 9px; }
.ap-options label { margin: 0; cursor: pointer; }
.ap-options input { position: absolute; opacity: 0; }
.ap-help { font-size: 13px; color: var(--xy-text-secondary); margin-top: 12px; }
.ap-error { min-height: 20px; margin-top: 6px; color: #A95545; font-size: 12.5px; line-height: 1.5; }
.ap-source-other { margin-top: 20px; }
.ap-source-other[hidden] { display: none; }
.ap-note { margin-top: 26px; }
.ap-consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; color: var(--xy-text) !important; cursor: pointer; line-height: 1.75; }
.ap-consent input { width: 18px; height: 18px; accent-color: var(--xy-teal-dark); margin-top: 4px; }
.ap-disclaimer { font-size: 13px; color: var(--xy-text-secondary); line-height: 1.8; margin: 20px 0 28px; }
.ap-submit { min-width: 170px; position: relative; }
.ap-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.ap-spinner { display: none; width: 16px; height: 16px; margin-right: 9px; vertical-align: -3px; border: 2px solid rgba(255,255,255,.4); border-top-color: white; border-radius: 50%; animation: apSpin .8s linear infinite; }
.ap-submit.loading .ap-spinner { display: inline-block; }
.ap-submit-error { color: #A95545; margin-top: 14px; font-size: 13.5px; }
.ap-success { text-align: center; background: var(--xy-warm-white); border: 1px solid var(--xy-border); border-radius: 14px; padding: clamp(46px, 7vw, 80px) clamp(24px, 6vw, 70px); }
.ap-success[hidden] { display: none; }
.ap-success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 28px; border-radius: 50%; background: var(--xy-teal-dark); color: white; font-size: 27px; }
.ap-success h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 500; margin-bottom: 18px; }
.ap-success > p:not(.eyebrow) { color: var(--xy-text-secondary); line-height: 2; }
.ap-success > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
@keyframes apSpin { to { transform: rotate(360deg); } }
@media (max-width: 980px) {
  .ap-shell { grid-template-columns: 1fr; }
  .ap-clinic { position: static; display: grid; grid-template-columns: auto 1fr; column-gap: 20px; align-items: center; }
  .ap-clinic .eyebrow, .ap-clinic address, .ap-progress { display: none; }
  .ap-clinic img { grid-row: 1 / 3; margin: 0; width: 58px; }
  .ap-clinic h2 { font-size: 20px; }
  .ap-clinic > p:not(.eyebrow) { grid-column: 2; }
}
@media (max-width: 700px) {
  .ap-hero { padding: 132px 0 64px; }
  .ap-main { padding: 54px 0 76px; }
  .ap-form { padding: 28px 20px; }
  .ap-treatment-grid, .ap-fields { grid-template-columns: 1fr; }
  .ap-form .field-full { grid-column: auto; }
  .ap-section-head { grid-template-columns: 32px 1fr; gap: 10px; }
  .ap-form-section + .ap-form-section { margin-top: 42px; padding-top: 42px; }
  .ap-submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .ap-treatment-card, .ap-suboptions label span, .ap-options label span { transition: none; }
  .ap-treatment-card:hover { transform: none; }
}