.booking-section { padding: clamp(48px,7vw,96px) 0; background:#f1eee9; color:#2c1636; scroll-margin-top:100px; }
.booking-intro { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:end; margin-bottom:32px; }
.booking-kicker { display:flex; align-items:center; gap:12px; margin:0 0 16px; font-family:"Space Mono",monospace; font-size:.875rem; text-transform:uppercase; letter-spacing:.07em; }
.booking-kicker::before { content:""; flex:none; width:10px; height:10px; border-radius:50%; background:#e85d3f; }
.booking-intro h2 { margin:0; font-family:"Fraunces",Georgia,serif; font-size:clamp(2.5rem,4.5vw,4.5rem); font-weight:400; line-height:1; letter-spacing:-.035em; }
.booking-intro p:not(.booking-kicker) { margin:0; max-width:48ch; font-size:1rem; line-height:1.65; color:#624f68; }
.booking-frame { border:1px solid #b68d40; background:#fff; box-shadow:8px 8px 0 #d6bb7a; }
.booking-frame-header { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; padding:20px 24px; color:#f9f8f6; background:#2c1636; }
.booking-frame-header strong { font-family:"Fraunces",Georgia,serif; font-size:1.5rem; font-weight:400; }
.booking-frame-header span { font-family:"Space Mono",monospace; font-size:.875rem; color:#d6bb7a; }
.booking-frame iframe { display:block; width:100%; height:780px; border:0; background:#fff; }
.booking-footer { display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; padding:18px 24px; border-top:1px solid #e4ded8; background:#f9f8f6; font-size:.875rem; line-height:1.5; }
.booking-footer a { color:#2c1636; text-decoration:underline; text-underline-offset:4px; }
.booking-footer p { margin:0; color:#624f68; }
.booking-cta { display:inline-flex; align-items:center; justify-content:center; padding:14px 20px; margin-top:24px; border:1px solid #d6bb7a; background:#d6bb7a; color:#2c1636!important; font-size:1rem; line-height:1.4; text-decoration:none!important; }
.booking-cta:hover { background:#f9f8f6; }
.booking-cta:focus-visible,.booking-footer a:focus-visible { outline:3px solid #e85d3f; outline-offset:4px; }
.diagnostic-result .booking-secondary { display:block; margin-top:20px; width:fit-content; color:inherit; font-size:.875rem; text-underline-offset:4px; }
@media(max-width:700px) { .booking-intro { grid-template-columns:1fr; gap:20px; } .booking-frame { box-shadow:4px 4px 0 #d6bb7a; } .booking-frame-header,.booking-footer { padding:18px 16px; } .booking-frame iframe { height:960px; } }
