.booking-page { background: linear-gradient(135deg, #f8fafc 0%, #f8fafc 62%, #edf3fa 100%); }
.booking-header .language-switcher { justify-self: end; }
.booking-nav { justify-self: center; }
.booking-nav a { color: var(--navy); font: 700 .76rem/1 "Manrope"; letter-spacing: .07em; text-decoration-color: var(--pink); text-underline-offset: 5px; text-transform: uppercase; }
.booking-main { display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); gap: clamp(56px, 8vw, 110px); align-items: start; padding-block: 76px 110px; }
.booking-intro { position: sticky; top: 132px; }
.booking-intro h1 { margin: 36px 0 28px; font-size: clamp(3.2rem, 5vw, 5.4rem); }
.booking-lead { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.booking-badge { width: 116px; height: 116px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 50%; background: var(--pink); color: white; transform: rotate(-7deg); box-shadow: 0 18px 45px rgba(200, 37, 102, .24); }
.booking-badge strong { font: 800 2.5rem/1 "Manrope"; letter-spacing: -.07em; }
.booking-badge span { white-space: pre-line; font: 700 .66rem/1.25 "Manrope"; letter-spacing: .06em; text-transform: uppercase; }
.booking-points { list-style: none; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); }
.booking-points li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.booking-points span { padding-top: 4px; color: var(--pink-dark); font: 700 .7rem/1 "Manrope"; }
.booking-points p { margin: 0; color: var(--navy); font-weight: 600; }
.direct-contact { display: grid; gap: 3px; margin-top: 30px; font-size: .86rem; }
.direct-contact span { color: var(--muted); }
.direct-contact a { width: fit-content; color: var(--navy); font-weight: 700; text-decoration-color: var(--pink); text-underline-offset: 5px; }

.booking-card { padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: 0 28px 80px rgba(10,23,48,.11); }
.form-heading { margin-bottom: 34px; }
.form-heading h2 { margin-bottom: 15px; font-size: clamp(2rem, 3vw, 3rem); }
.form-heading > p:last-child { max-width: 620px; margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: var(--navy); font: 700 .78rem/1.35 "Manrope"; letter-spacing: .025em; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; border: 1px solid rgba(10,23,48,.2); border-radius: 10px; background: #fbfcfe; color: var(--ink); padding: 12px 14px; font: 500 1rem/1.45 "DM Sans"; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 126px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pink); background: white; box-shadow: 0 0 0 4px rgba(238,63,131,.11); }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 11px; align-items: start; margin: 24px 0; color: var(--muted); font-size: .84rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--pink); }
.form-submit { border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.form-status { min-height: 1.5em; margin: 13px 0 0; color: var(--pink-dark); font-weight: 700; font-size: .84rem; }
.form-status.success { color: #17744b; }
.form-status.error { color: #a8264f; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-footer { margin-top: 0; }

@media (max-width: 980px) {
  .booking-main { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
}

@media (max-width: 620px) {
  .booking-header { grid-template-columns: auto 1fr auto; }
  .booking-nav { justify-self: start; }
  .booking-nav a { font-size: 0; text-decoration: none; }
  .booking-nav a::before { content: "←"; font-size: 1.2rem; }
  .booking-main { padding-block: 52px 76px; }
  .booking-intro h1 { margin-top: 28px; }
  .booking-badge { width: 100px; height: 100px; }
  .booking-card { padding: 28px 20px; border-radius: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}
