.geth-public { max-width: 760px; margin: 30px auto; padding: 24px; background: #fff; color: #1d2327; }
.geth-public h1 { margin-top: 0; }
.geth-language { text-align: right; margin-bottom: 12px; }
.geth-form fieldset { border: 1px solid #dcdcde; padding: 18px; margin: 0 0 20px; }
.geth-form legend, .geth-form label { font-weight: 600; }
.geth-form label { display: block; margin-bottom: 6px; }
.geth-form input[type="text"], .geth-form input[type="email"], .geth-form input[type="tel"], .geth-form input[type="date"], .geth-form select { box-sizing: border-box; width: 100%; max-width: 520px; padding: 10px; }
.geth-check { display: flex !important; gap: 8px; align-items: center; }
.geth-button { border: 0; border-radius: 3px; background: #135e96; color: #fff; cursor: pointer; padding: 12px 20px; font-weight: 700; }
.geth-booking-picker { max-width: 760px; }
.geth-booking-picker > h1 { margin-bottom: 22px; color: #082d60; }
.geth-booking-step { margin-bottom: 24px; }
.geth-booking-step h2 { margin: 0 0 12px; color: #183b66; font-size: 18px; line-height: 1.3; }
.geth-booking-days { display: grid; grid-template-columns: repeat(auto-fit,minmax(88px,1fr)); gap: 8px; }
.geth-booking-day { min-height: 64px; padding: 9px 10px; border: 1px solid #d4deea; border-radius: 10px; background: #fff; color: #183b66; cursor: pointer; text-align: center; font: 700 15px/1.15 inherit; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.geth-booking-day:hover { border-color: #81b9df; background: #f6fbff; }
.geth-booking-day:focus { outline: none; box-shadow: 0 0 0 3px rgba(17,188,195,.16); }
.geth-booking-day.is-active { border-color: #11bcc3; background: #eafafb; color: #075c66; }
.geth-booking-day-short { display: none; }
.geth-booking-day-full { display: block; }
.geth-booking-day small { display: block; margin-top: 5px; color: #7b8797; font-size: 10px; line-height: 1.2; font-weight: 500; white-space: nowrap; }
.geth-booking-times { display: none; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.geth-booking-times.is-active { display: grid; }
.geth-booking-time { display: block !important; margin: 0 !important; cursor: pointer; }
.geth-booking-time input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.geth-booking-time span { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 10px 8px; border: 1px solid #d4deea; border-radius: 9px; background: #fff; color: #183b66; font-size: 16px; font-weight: 700; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.geth-booking-time:hover span { border-color: #81b9df; background: #f6fbff; }
.geth-booking-time input:focus + span { box-shadow: 0 0 0 3px rgba(17,188,195,.16); }
.geth-booking-time input:checked + span { border-color: #11bcc3; background: #11bcc3; color: #fff; }
.geth-booking-selection { margin: 4px 0 16px; padding: 15px 17px; border: 1px solid #c9e8ea; border-radius: 10px; background: #f0fbfb; }
.geth-booking-selection > span, .geth-booking-selection > small { display: block; color: #647487; }
.geth-booking-selection > strong { display: block; margin: 3px 0; color: #082d60; font-size: 18px; }
.geth-booking-form .geth-button { display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:54px; border:0; border-radius:9px; background:#11bcc3; color:#fff; cursor:pointer; padding:13px 22px; font:750 17px/1.2 inherit; text-decoration:none; box-shadow:none; transition:background .15s ease, box-shadow .15s ease; }
.geth-booking-form .geth-button:hover { background:#0eaab1; color:#fff; }
.geth-booking-form .geth-button:focus { outline:none; box-shadow:0 0 0 3px rgba(17,188,195,.18); }
.geth-booking-form .geth-button:disabled, .geth-booking-form .geth-button[aria-disabled="true"] { background:#c7d9dc; cursor:not-allowed; opacity:1; }
.geth-message { border-left: 4px solid #00a32a; padding: 14px 16px; background: #edfaef; }
.geth-message.geth-error { border-color: #d63638; background: #fcf0f1; }
@media (max-width: 760px) {
    .geth-booking-days { display: flex; gap: 8px; overflow-x: auto; padding: 1px 1px 6px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
    .geth-booking-day { flex: 0 0 78px; min-height: 62px; scroll-snap-align: start; }
    .geth-booking-day-short { display: block; font-size: 16px; }
    .geth-booking-day-full { display: none; }
    .geth-booking-times { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 600px) {
    .geth-public { margin: 0; padding: 18px; }
    .geth-booking-picker > h1 { margin-bottom: 18px; font-size: 26px; }
    .geth-booking-step { margin-bottom: 20px; }
    .geth-booking-times { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .geth-booking-time span { min-height: 48px; }
    .geth-booking-selection { margin-bottom: 12px; }
}
.geth-payment-gate { max-width: 980px; }
#geth-stripe-checkout { font-size: 17px !important; line-height: 1.25 !important; }
#geth-stripe-checkout .geth-payment-pay-amount { margin-left: .35em; font-size: inherit !important; line-height: inherit !important; }
.geth-confirm-real { max-width: 980px; }
.geth-confirm-hero { padding: 28px; margin-bottom: 22px; border-radius: 14px; background: #f3f8fd; text-align: center; }
.geth-confirm-check { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; background: #13bcc3; color: #fff; font-size: 28px; font-weight: 800; }
.geth-confirm-hero h2 { margin: 0 0 8px; }
.geth-confirm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #e3eaf2; border-left: 1px solid #e3eaf2; }
.geth-confirm-grid > div { padding: 16px 18px; border-right: 1px solid #e3eaf2; border-bottom: 1px solid #e3eaf2; }
.geth-confirm-grid span { display: block; margin-bottom: 5px; color: #7d879d; font-size: 13px; }
.geth-confirm-grid strong { color: #082d60; }
.geth-confirm-price-standard,
.geth-confirm-price-paid,
.geth-confirm-price-code,
.geth-confirm-price-terms { margin-top: 7px; }
.geth-confirm-price small { display: block; margin-bottom: 1px; color: #7d879d; font-size: 11px; line-height: 1.25; }
.geth-confirm-price-standard del { color: #667085; font-size: 14px; }
.geth-confirm-price-paid strong { display: block; font-size: 19px; line-height: 1.25; }
.geth-confirm-price-code code { display: inline-block; padding: 2px 6px; border-radius: 5px; background: #eef3f8; color: #244b72; font: 700 12px/1.35 inherit; }
.geth-confirm-price-terms b { display: block; color: #526174; font-size: 12px; line-height: 1.35; font-weight: 600; }
.geth-confirm-note { margin: 18px 0 0; padding: 16px 18px; border-radius: 10px; background: #eefaf8; text-align: center; }
@media (max-width: 600px) { .geth-confirm-grid { grid-template-columns: 1fr; } }
.geth-booking-no-slots { margin-bottom: 18px; }
.geth-booking-assistance { margin-top: 22px; padding-top: 18px; border-top: 1px solid #e2e8f0; }
.geth-booking-assistance > strong { display: block; margin-bottom: 4px; color: #44566c; font-size: 15px; }
.geth-booking-assistance p { margin: 0 0 10px; color: #7a8796; font-size: 14px; line-height: 1.4; }
.geth-booking-assistance-form { margin: 0; }
.geth-booking-assistance-button { min-height: 40px; padding: 8px 13px; border: 1px solid #b9cbe0; border-radius: 8px; background: #fff; color: #315d8c; cursor: pointer; font: 700 13px/1.25 inherit; }
.geth-booking-assistance-button:hover { background: #eef6ff; color: #075ebc; }
.geth-booking-assistance-button:focus { outline: none; box-shadow: 0 0 0 3px rgba(8,103,209,.12); }
.geth-booking-assistance-confirmed { border-left-color: #11bcc3; background: #eefafa; }

#geth-booking-info .geth-booking-info-summary { width:100%; max-width:none; min-height:92px; display:flex; align-items:center; justify-content:center; text-align:center; }
#geth-booking-info .geth-booking-info-summary span { display:block; width:100%; max-width:860px; margin:0 auto; color:#526174; font-size:17px; line-height:1.55; font-weight:500; }
@media (max-width: 600px) {
    #geth-booking-info .geth-booking-info-summary { min-height:0; }
    #geth-booking-info .geth-booking-info-summary span { font-size:15px; line-height:1.5; }
}
