.booking-shell { margin-top: 22px; padding: clamp(25px, 4vw, 50px); background: #fff; border-radius: 28px; box-shadow: 0 28px 78px rgba(7,27,45,.10); scroll-margin-top: 110px; }
.booking-tabs { display: inline-flex; gap: 5px; padding: 5px; margin-bottom: 42px; background: #edf4f5; border-radius: 999px; }
.booking-tab { min-height: 46px; padding: 0 20px; color: #50606a; background: transparent; border: 0; border-radius: 999px; font-size: 13px; font-weight: 850; cursor: pointer; }
.booking-tab.active { color: #fff; background: #063f7b; }
.form-panel { display: none; grid-template-columns: .62fr 1fr; gap: clamp(45px, 7vw, 90px); }
.form-panel.active { display: grid; }
.form-intro h3 { margin: 0; max-width: 500px; font-size: clamp(32px, 3.6vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.form-intro > p:last-child { max-width: 480px; margin: 23px 0 0; color: #60707a; }
.smart-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { min-width: 0; }
.field.full, .smart-form .full { grid-column: 1 / -1; }
.field label, .field-label { display: block; margin-bottom: 8px; color: #263844; font-size: 12px; font-weight: 820; }
.field label small { color: #71808a; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 13px 14px; color: #101a22; background: #f8fafb; border: 1px solid rgba(13,35,51,.16); border-radius: 12px; font: inherit; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #08aebd; box-shadow: 0 0 0 3px rgba(8,174,189,.12); }
.time-slots { min-height: 51px; display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.time-slots p { margin: 0; color: #60707a; font-size: 13px; }
.time-slot { min-height: 40px; padding: 0 12px; color: #063f7b; background: #eff8f9; border: 1px solid rgba(8,174,189,.25); border-radius: 10px; font-size: 12px; font-weight: 820; cursor: pointer; }
.time-slot.selected { color: #fff; background: #063f7b; border-color: #063f7b; }
.consent { display: flex; align-items: flex-start; gap: 11px; color: #53636d; font-size: 12px; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: #063f7b; flex: 0 0 auto; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-actions button:disabled { opacity: .58; cursor: wait; }
.form-status { margin: 0; color: #60707a; font-size: 13px; }
.form-status.error { color: #a52e2e; }
.form-status.success { color: #197044; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.system-notice { margin-bottom: 28px; padding: 14px 17px; border-radius: 12px; font-size: 13px; }
.system-notice.warning { color: #735215; background: #fff3cf; }
.booking-success { grid-column: 1 / -1; padding: 28px; color: #fff; background: #0a2943; border-radius: 20px; }
.booking-success h4 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.booking-success p { color: rgba(255,255,255,.72); }
.success-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.success-links a { padding: 10px 14px; color: #0a2943; background: #83e0e6; border-radius: 999px; font-size: 12px; font-weight: 850; }

@media (max-width: 900px) {
  .form-panel { grid-template-columns: 1fr; }
  .form-intro { max-width: 650px; }
}

@media (max-width: 620px) {
  .booking-shell { padding: 24px 18px; }
  .booking-tabs { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .booking-tab { padding: 0 10px; }
  .smart-form { grid-template-columns: 1fr; }
  .field, .field.full, .smart-form .full { grid-column: 1; }
  .form-actions .button { width: 100%; }
}

