.page-hero .booking-hero-copy { max-width: 820px; }
.booking-layout { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 42px; align-items: start; max-width: 1120px; }
.booking-aside { padding: 30px 4px; }
.booking-number { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: #E7F5EC; color: var(--color-brand-mid); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-aside h2 { margin-top: 22px; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; letter-spacing: -.035em; }
.booking-aside > p { margin-top: 16px; color: var(--color-body); font-size: 17px; line-height: 1.65; }
.booking-points { margin-top: 28px; display: grid; gap: 15px; color: var(--color-body); }
.booking-points li { display: flex; gap: 11px; align-items: flex-start; }
.booking-points li span { color: var(--color-brand-mid); font-weight: 700; }
.booking-contact { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(11,23,16,.1); display: flex; gap: 12px; align-items: center; color: var(--color-muted); }
.booking-contact strong, .booking-contact a { display: block; }
.booking-contact a { margin-top: 3px; color: var(--color-brand-mid); }
.booking-contact-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #E7F5EC; color: var(--color-brand-mid); font-weight: 700; }
.booking-card { padding: 30px; border: 1px solid #E1EAE3; border-radius: 28px; background: #fff; box-shadow: 0 28px 70px -46px rgba(11,23,16,.6); }
.booking-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.booking-card-head h2 { margin-top: 5px; font-size: 28px; }
.booking-status { padding: 7px 10px; border-radius: 999px; background: #EAF7F0; color: var(--color-brand-mid); font-size: 12px; font-weight: 600; white-space: nowrap; }
.booking-status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #1BAE63; }
.booking-embed { min-height: 650px; margin-top: 24px; overflow: hidden; border-radius: 18px; background: #fff; }
.calendly-inline-widget { min-width: 320px; height: 650px; }
.booking-note { margin-top: 16px; color: var(--color-muted); font-size: 13px; text-align: center; }
.booking-reassurance { padding-top: 72px; padding-bottom: 100px; }
.booking-cards { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.booking-cards article { padding: 26px; border: 1px solid #E0EAE2; border-radius: 22px; background: #fff; }
.booking-cards article > span { color: var(--color-brand-mid); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.booking-cards h3 { margin-top: 24px; font-size: 21px; }
.booking-cards p { margin-top: 9px; color: var(--color-muted); line-height: 1.6; }
@media (max-width: 760px) { .booking-layout { grid-template-columns: 1fr; gap: 18px; } .booking-aside { padding: 10px 0 0; } .booking-card { padding: 20px 14px; border-radius: 22px; } .booking-card-head { align-items: flex-start; flex-direction: column; } .booking-embed, .calendly-inline-widget { min-height: 700px; height: 700px; } .booking-cards { grid-template-columns: 1fr; } }
