.booking-page { min-height: 100vh; background: #0a0a0a; color: white; }
.booking-header { height: 76px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #292929; font-size: 13px; }
.booking-header > span { color: #777; text-transform: uppercase; letter-spacing: .1em; }
.booking-header > a:last-child { justify-self: end; color: #bbb; }
.booking-shell { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(320px, .72fr) 1.28fr; }
.booking-aside { padding: clamp(50px, 7vw, 110px) 6vw; background: #101010; border-right: 1px solid #292929; }
.booking-aside h1 { max-width: 560px; font-size: clamp(52px, 4.4vw, 76px); line-height: .88; margin-bottom: 28px; }
.booking-aside > p:not(.kicker) { max-width: 480px; color: #999; font-size: 16px; line-height: 1.65; }
.booking-steps { list-style: none; margin: 60px 0 40px; padding: 0; border-top: 1px solid #333; }
.booking-steps li { display: flex; align-items: center; gap: 15px; padding: 17px 0; border-bottom: 1px solid #292929; color: #666; font: 700 16px/1 "Arial Narrow", sans-serif; text-transform: uppercase; }
.booking-steps li span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #444; border-radius: 50%; font-size: 12px; }
.booking-steps li.active { color: white; }.booking-steps li.active span { background: #d6131b; border-color: #d6131b; }
.quote-switch { padding: 0; border: 0; border-bottom: 1px solid #777; background: none; color: #bbb; cursor: pointer; }
.booking-panel { padding: clamp(45px, 7vw, 110px) clamp(24px, 7vw, 110px); background: #f0eee8; color: #0a0a0a; }
.booking-step { display: none; max-width: 850px; margin: 0 auto; padding: 0; border: 0; }.booking-step.active { display: block; }
.booking-step legend { width: 100%; margin-bottom: 40px; font: 800 clamp(42px, 5vw, 72px)/.9 "Arial Narrow", sans-serif; text-transform: uppercase; }
.booking-step legend small { display: block; margin-bottom: 12px; color: #d6131b; font: 700 12px/1 "Segoe UI", sans-serif; letter-spacing: .12em; }
.service-picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-choice { position: relative; min-height: 115px; display: grid; align-content: center; padding: 20px; border: 1px solid rgba(10,10,10,.2); cursor: pointer; }
.service-choice:has(input:checked) { border: 2px solid #d6131b; background: white; }.service-choice input { position: absolute; opacity: 0; }
.service-choice strong { font: 700 22px/1.1 "Arial Narrow", sans-serif; text-transform: uppercase; }.service-choice small { margin-top: 8px; color: #777; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.full { grid-column: 1/-1; }
.field { display: grid; gap: 8px; margin-top: 22px; font-size: 14px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(10,10,10,.25); border-radius: 0; background: #faf9f6; font: 16px/1.3 "Segoe UI", sans-serif; outline: none; }
.field input:focus, .field textarea:focus { border-color: #d6131b; box-shadow: 0 0 0 2px rgba(214,19,27,.12); }
.slot-zone { min-height: 180px; margin-top: 30px; }.slot-help, .loading-state { color: #777; }
.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.slot-grid button { min-height: 48px; border: 1px solid rgba(10,10,10,.2); background: transparent; cursor: pointer; }.slot-grid button.selected { background: #0a0a0a; color: white; border-color: #0a0a0a; }
.step-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(10,10,10,.15); }.step-actions button, .step-actions a { border: 0; background: none; cursor: pointer; }
.next-button { min-height: 52px; display: inline-grid; place-items: center; padding: 0 25px !important; background: #d6131b !important; color: white !important; font-weight: 800; text-transform: uppercase; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: #555; font-size: 13px; line-height: 1.5; }.consent input { margin-top: 3px; }
.booking-summary { margin-top: 28px; padding: 20px; border-left: 4px solid #d6131b; background: #e5e1d8; line-height: 1.6; }
.booking-alert { max-width: 850px; margin: 0 auto 25px; padding: 15px; border-left: 4px solid #d6131b; background: #f2d7d5; }
.booking-success { max-width: 700px; margin: 10vh auto 0; text-align: center; }.booking-success > span { width: 70px; height: 70px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: #d6131b; color: white; font-size: 32px; }.booking-success h2 { margin: 25px 0 15px; font-size: clamp(50px, 7vw, 82px); line-height: .85; }.booking-success p { margin-bottom: 35px; color: #666; line-height: 1.6; }
.honeypot { position: absolute !important; left: -10000px !important; }
@media (max-width: 900px) { .booking-shell { grid-template-columns: 1fr; }.booking-aside { padding: 45px 6vw; }.booking-aside h1 { font-size: 64px; }.booking-steps { display: flex; margin: 35px 0 20px; border: 0; }.booking-steps li { flex: 1; font-size: 0; border: 0; }.booking-panel { min-height: 650px; }.booking-header { grid-template-columns: 1fr auto; }.booking-header > span { display: none; } }
@media (max-width: 600px) { .booking-header { height: 68px; }.booking-header > a:last-child { font-size: 0; }.booking-header > a:last-child::after { content: "Appeler"; font-size: 13px; }.service-picker, .form-grid { grid-template-columns: 1fr; }.full { grid-column: auto; }.slot-grid { grid-template-columns: repeat(3, 1fr); }.booking-panel { padding: 45px 6vw; }.booking-step legend { font-size: 43px; } }
