:root {
    --vb-red: #c8102e;
    --vb-red-dark: #9f0b24;
    --vb-navy: #10233f;
    --vb-navy-2: #183557;
    --vb-text: #243248;
    --vb-muted: #66758a;
    --vb-line: #dfe5ed;
    --vb-soft: #f4f7fa;
    --vb-green: #087a55;
    --vb-gold: #f3bf36;
    --vb-shadow: 0 12px 35px rgba(22, 39, 66, .08);
}

body { background: #f5f7fa; }

.booking-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 78px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 20%, rgba(243,191,54,.19), transparent 24%),
        linear-gradient(118deg, #0c1d35 0%, #15365b 62%, #19466e 100%);
}
.booking-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.booking-hero::after {
    content: "";
    position: absolute;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--vb-red);
}
.booking-hero .container, .booking-page { max-width: 1220px; margin: auto; padding-left: 24px; padding-right: 24px; }
.booking-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 54px; }
.booking-hero__inner > div:first-child { max-width: 760px; }
.booking-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.booking-kicker i { color: #72e0b4; }
.booking-hero h1 { margin: 16px 0 13px; max-width: 760px; font-size: clamp(35px, 4.7vw, 54px); line-height: 1.07; letter-spacing: -.035em; color: #fff; }
.booking-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.65; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; color: rgba(255,255,255,.92); font-size: 13px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { color: #72e0b4; }
.hero-seal {
    width: 202px;
    min-height: 174px;
    flex: 0 0 202px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 24px;
    background: rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 20px 45px rgba(0,0,0,.15);
    backdrop-filter: blur(10px);
}
.hero-seal > i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #fff; color: var(--vb-red); font-size: 26px; }
.hero-seal strong { margin: 10px 0 4px; font-size: 20px; line-height: 1.12; color: #fff; }
.hero-seal small { color: rgba(255,255,255,.68); }

.booking-page { padding-top: 0; padding-bottom: 90px; }
.booking-progress {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin: -28px 0 32px;
    padding: 18px 24px;
    border: 1px solid var(--vb-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--vb-shadow);
}
.progress-step { display: flex; align-items: center; gap: 12px; color: #8a96a7; }
.progress-step > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border: 1px solid #dce2ea; border-radius: 50%; background: #f1f4f7; font-weight: 800; }
.progress-step div { display: flex; min-width: 0; flex-direction: column; }
.progress-step strong { color: inherit; font-size: 14px; }
.progress-step small { overflow: hidden; margin-top: 2px; color: #9aa5b4; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.progress-step.active { color: var(--vb-navy); }
.progress-step.active > span { border-color: var(--vb-red); background: var(--vb-red); color: #fff; box-shadow: 0 6px 14px rgba(200,16,46,.25); }
.booking-progress > i { color: #c3cbd6; }

.booking-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 28px; align-items: start; }
.booking-main { min-width: 0; }
.booking-card, .summary-card, .help-card { border: 1px solid var(--vb-line); border-radius: 16px; background: #fff; box-shadow: 0 6px 24px rgba(22,39,66,.055); }
.booking-card { overflow: hidden; margin-bottom: 24px; }
.booking-card__head { position: relative; display: flex; align-items: center; gap: 14px; padding: 22px 26px; border-bottom: 1px solid var(--vb-line); background: linear-gradient(180deg, #fff, #fbfcfe); }
.booking-card__head::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 0 4px 4px 0; background: var(--vb-red); }
.booking-card__head > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; background: #fff0f2; color: var(--vb-red); font-size: 19px; }
.booking-card__head > div { flex: 1; }
.booking-card h2, .summary-card h2 { margin: 0; color: var(--vb-navy); font-size: 20px; letter-spacing: -.015em; }
.booking-card__head p { margin: 4px 0 0; color: var(--vb-muted); font-size: 13px; line-height: 1.45; }
.booking-card__head em { color: #929dab; font-size: 11px; font-style: normal; }
.booking-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 23px; padding: 28px; }
.field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { display: flex; align-items: center; gap: 6px; color: #344054; font-size: 13px; font-weight: 750; }
.field label > i { color: #7c899b; font-size: 14px; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #cdd5e0; border-radius: 10px; outline: 0; background: #fff; color: var(--vb-text); font: inherit; transition: border-color .15s, box-shadow .15s, background .15s; }
.field textarea { height: auto; min-height: 94px; padding-top: 12px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #9eabbc; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--vb-red); background: #fff; box-shadow: 0 0 0 4px rgba(200,16,46,.09); }
.field > span { color: #b42318; font-size: 12px; }
.validation-summary-valid { display: none; }
.alert-danger { margin-bottom: 22px; border-radius: 12px; }
.exemption-notice { padding: 17px 18px; border: 1px solid #eac766; border-radius: 12px; background: #fffae9; color: #674d0a; }
.exemption-notice > div { display: flex; align-items: center; gap: 8px; color: #835f00; }
.exemption-notice p { margin: 8px 0 5px; line-height: 1.5; }
.exemption-notice small { display: block; line-height: 1.5; }
.exemption-notice label { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid #eadba9; font-weight: 650; }
.exemption-notice label input { width: auto; height: auto; margin-right: 7px; }

.order-summary { position: sticky; top: 84px; }
.summary-card { position: relative; overflow: hidden; border-color: #d8e0e9; box-shadow: 0 14px 36px rgba(16,35,63,.1); }
.summary-card::before { content: ""; display: block; height: 5px; background: linear-gradient(90deg, var(--vb-red), #e4435c 62%, var(--vb-gold)); }
.summary-heading { display: flex; align-items: center; gap: 12px; padding: 21px 22px 18px; border-bottom: 1px solid var(--vb-line); }
.summary-heading > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #fff0f2; color: var(--vb-red); font-size: 19px; }
.summary-heading small { color: var(--vb-muted); }
.summary-product { display: flex; align-items: center; gap: 13px; margin: 20px 21px; padding: 16px; border: 1px solid #e5eaf0; border-radius: 12px; background: linear-gradient(135deg, #f7f9fc, #fff); }
.summary-product > i { font-size: 27px; color: var(--vb-red); }
.summary-product div { display: flex; min-width: 0; flex-direction: column; }
.summary-product small { color: var(--vb-muted); }
.summary-product strong { overflow: hidden; margin-top: 3px; color: var(--vb-navy); text-overflow: ellipsis; }
.summary-details { padding: 0 22px; }
.summary-row, .summary-total { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; font-size: 14px; }
.summary-row + .summary-row { border-top: 1px dashed #e4e8ee; }
.summary-row span { color: var(--vb-muted); }
.summary-row strong { color: var(--vb-navy); }
.summary-total { align-items: center; margin: 11px 22px 0; padding: 20px 0 7px; border-top: 2px solid var(--vb-navy); }
.summary-total span { color: var(--vb-navy); font-weight: 800; }
.summary-total small { display: block; margin-top: 4px; color: var(--vb-green); font-size: 11px; font-weight: 600; }
.summary-total strong { color: var(--vb-red); font-size: 27px; letter-spacing: -.025em; white-space: nowrap; }
.quote-message { min-height: 37px; margin: 8px 22px 13px; color: var(--vb-muted); font-size: 12px; line-height: 1.5; }
.booking-submit { width: calc(100% - 44px); margin: 0 22px; padding: 15px 14px; border: 0; border-radius: 10px; background: linear-gradient(135deg, var(--vb-red), #df2947); box-shadow: 0 9px 20px rgba(200,16,46,.24); color: #fff; font-weight: 800; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.booking-submit:hover { transform: translateY(-1px); box-shadow: 0 13px 25px rgba(200,16,46,.3); }
.booking-submit:focus-visible { outline: 3px solid rgba(200,16,46,.25); outline-offset: 3px; }
.booking-submit i { margin-left: 6px; }
.summary-trust { display: flex; justify-content: center; gap: 15px; padding: 17px 10px 20px; color: var(--vb-muted); font-size: 11px; }
.summary-trust span { display: flex; align-items: center; gap: 5px; }
.summary-trust i { color: var(--vb-green); }
.help-card { display: flex; gap: 14px; margin-top: 16px; padding: 18px; }
.help-card > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; background: #e8f7f1; color: var(--vb-green); font-size: 21px; }
.help-card strong { color: var(--vb-navy); }
.help-card p { margin: 4px 0 7px; color: var(--vb-muted); font-size: 12px; line-height: 1.45; }
.help-card button { padding: 0; border: 0; background: none; color: var(--vb-red); font-size: 13px; font-weight: 800; cursor: pointer; }

@media (max-width: 960px) {
    .booking-grid { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .hero-seal { display: none; }
    .summary-card { max-width: none; }
}

@media (max-width: 720px) {
    .booking-hero { padding: 40px 0 62px; }
    .booking-hero h1 { font-size: 35px; }
    .hero-trust { gap: 10px 16px; }
    .booking-progress { grid-template-columns: 1fr auto auto auto auto; gap: 10px; padding: 14px 16px; }
    .progress-step:not(.active) div { display: none; }
    .booking-fields { grid-template-columns: 1fr; padding: 21px; }
    .field.full { grid-column: auto; }
    .booking-card__head { padding: 19px 20px; }
    .booking-card__head em { display: none; }
}

@media (max-width: 480px) {
    .booking-hero .container, .booking-page { padding-left: 15px; padding-right: 15px; }
    .booking-hero h1 { font-size: 32px; }
    .booking-hero p { font-size: 15px; }
    .hero-trust { flex-direction: column; font-size: 12px; }
    .booking-progress { margin-top: -24px; }
    .booking-card__head > span { width: 38px; height: 38px; flex-basis: 38px; }
    .booking-card h2 { font-size: 17px; }
    .booking-fields { padding: 18px; }
    .summary-total { align-items: flex-end; }
    .summary-total strong { font-size: 24px; }
    .summary-trust { flex-direction: column; align-items: center; gap: 7px; }
}
