/* Clinic size selection and selected-size summary; scoped to the clinic flow. */
.cp-page { color: var(--text, #425466); background: linear-gradient(180deg, #f6f9fc 0, #fff 560px); padding: 132px 0 80px; }
.cp-page .container { max-width: 1120px; }
.cp-steps { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; list-style: none; padding: 0; margin: 0 0 32px; color: #62758a; font-size: .82rem; }
.cp-steps li { display: flex; align-items: center; gap: 8px; }
.cp-steps span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #d4dde5; border-radius: 50%; font-weight: 700; }
.cp-steps [aria-current="step"] { color: #0a2540; font-weight: 700; }
.cp-steps [aria-current="step"] span { background: #0a2540; color: white; border-color: #0a2540; }
.cp-hero { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.cp-hero .eyebrow { color: #c56600; text-transform: uppercase; font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.cp-hero h1 { font-family: 'Outfit', 'Inter', sans-serif; color: var(--anthracite, #425466); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.12; margin: 14px 0 18px; }
.cp-hero p { line-height: 1.7; margin: 0; }
.cp-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, 1fr); gap: 26px; align-items: start; }
.cp-options { min-width: 0; margin: 0; padding: 28px; border: 1px solid #d4dde5; border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(10,37,64,.035); }
.cp-options legend { float: left; width: 100%; margin: 0 0 6px; color: #0a2540; font-family: 'Outfit','Inter',sans-serif; font-size: 1.45rem; font-weight: 700; }
.cp-hint { clear: both; margin: 0 0 22px; font-size: .88rem; line-height: 1.6; color: #62758a; }
.cp-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.cp-option { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 18px 14px; min-height: 88px; border: 1px solid #d4dde5; border-radius: 14px; cursor: pointer; background: #fff; color: #425466; transition: background .15s, border-color .15s; }
.cp-option strong { display: block; font-family: 'Outfit','Inter',sans-serif; font-size: 1.13rem; color: #0a2540; line-height: 1.2; }
.cp-option small { display: block; margin-top: 4px; font-size: .78rem; }
.cp-option input { width: 17px; height: 17px; margin: 0; accent-color: #557c1b; flex-shrink: 0; }
.cp-option:hover { background: #f6f9fc; border-color: #8c9cad; }
.cp-option:has(input:checked) { background: #f5f8f0; border-color: #6e9729; box-shadow: inset 0 0 0 1px #6e9729; }
.cp-option:has(input:focus-visible) { outline: 2px solid #6e9729; outline-offset: 3px; }
.cp-option input:focus-visible { outline: none; }
.cp-summary { padding: 30px; background: #f1f5f8; border: 1px solid #d4dde5; border-radius: 24px; }
.cp-summary h2 { font-family: 'Outfit','Inter',sans-serif; color: #0a2540; font-size: 1.5rem; line-height: 1.2; margin: 0 0 14px; }
.cp-summary p { font-size: .9rem; line-height: 1.7; }
.cp-summary [hidden] { display: none; }
.cp-preview { padding: 16px 0 0; margin-top: 18px; border-top: 1px solid #d4dde5; }
.cp-preview dl { margin: 0; }
.cp-preview dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 0 0 12px; }
.cp-preview dt { font-size: .9rem; }
.cp-preview dd { margin: 0; white-space: nowrap; font-family: 'Outfit','Inter',sans-serif; font-size: 1.4rem; color: #0a2540; font-weight: 700; }
.cp-summary .btn { display: flex; width: 100%; margin-top: 22px; min-height: 48px; justify-content: center; white-space: normal; text-align: center; background: #557c1b; color: #fff; border-color: #557c1b; }
.cp-summary .btn:hover { background: #466817; }
.cp-summary .cp-small { color: #62758a; font-size: .75rem; margin-bottom: 0; }
.cp-footnote { text-align: center; margin: 26px auto 0; max-width: 720px; font-size: .85rem; line-height: 1.65; color: #62758a; }
.cp-selected { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; max-width: 880px; padding: 16px 22px; margin: 0 auto 28px; background: #f1f5f8; border: 1px solid #d4dde5; border-radius: 16px; color: #0a2540; }
.cp-selected p { margin: 0; line-height: 1.5; }
.cp-selected span { display: block; font-size: .75rem; color: #62758a; }
.cp-selected a { color: #4b6e18; font-size: .88rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.pz-booking-page .cp-selected { max-width: none; margin-bottom: 24px; }
@media(max-width: 920px) { .cp-layout { grid-template-columns: minmax(0,1fr); } .cp-summary { max-width: none; } }
@media(max-width: 540px) {
  .cp-page { padding: 112px 0 48px; }
  .cp-steps { gap: 10px; font-size: .7rem; }
  .cp-steps span { width: 23px; height: 23px; }
  .cp-options,.cp-summary { padding: 22px 18px; border-radius: 18px; }
  .cp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .cp-option { padding: 14px 10px; }
  .cp-option strong { font-size: 1rem; }
}
@media(prefers-reduced-motion: reduce) { .cp-option { transition: none; } }
