.booking-page-body,
.flow-page-body,
.ticket-page-body{
    min-height:100vh;
    background:
        radial-gradient(circle at top left, rgba(49,231,211,.12), transparent 28%),
        radial-gradient(circle at top right, rgba(255,159,67,.12), transparent 24%),
        #050706;
}

.booking-header{
    background:rgba(5,7,6,.74);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.booking-page-main,
.flow-page-main,
.ticket-page-main{
    padding:94px 0 28px;
}

.booking-page-hero .container{
    width:min(100% - 44px,1680px);
}

.booking-page-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0;
    align-items:start;
}

.booking-surface,
.flow-panel{
    min-width:0;
    border:1px solid rgba(255,255,255,.1);
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    border-radius:34px;
    box-shadow:var(--shadow);
    padding:28px 34px 30px;
}

.booking-surface-top h1{
    max-width:none;
    font-size:clamp(42px,4.4vw,70px);
    line-height:.92;
    text-transform:none;
    letter-spacing:-.06em;
    margin-bottom:10px;
    overflow-wrap:anywhere;
}

.booking-surface-lead{
    max-width:920px;
    margin:0;
    color:#d7e4df;
    font-size:clamp(16px,1.35vw,20px);
    line-height:1.35;
}

.booking-alert{
    padding:16px 18px;
    border-radius:18px;
    border:1px solid rgba(255,107,107,.24);
    background:rgba(255,107,107,.08);
    color:#ffe2e2;
    margin:18px 0 0;
}

.booking-alert strong{display:block;margin-bottom:8px}
.booking-alert ul{margin:0;padding-left:20px}
.booking-alert a{color:#fff3f3;text-decoration:underline}

.booking-stage-pills{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:18px 0 28px;
}

.booking-stage-pill{
    padding:10px 14px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.04);
    color:#c8d8d1;
    font-size:13px;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.booking-stage-pill.is-active{
    background:rgba(49,231,211,.14);
    border-color:rgba(49,231,211,.45);
    color:#effffc;
}

.booking-stage-pill.is-complete{background:rgba(255,255,255,.09);color:#fff}
.booking-form-stage.is-hidden{display:none}

.booking-single-layout{
    display:grid;
    grid-template-columns:minmax(320px,430px) minmax(0,1fr);
    gap:22px;
    align-items:stretch;
    margin-top:22px;
}

.booking-info-column{
    min-width:0;
    display:grid;
    grid-template-rows:auto minmax(0,1fr);
    gap:16px;
    height:100%;
    align-self:stretch;
}

.booking-contact-card,
.booking-calendar-panel,
.booking-summary-panel,
.payment-card,
.payment-summary-card{
    min-width:0;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.05);
    padding:20px 22px;
}

.booking-contact-card{
    display:flex;
    flex-direction:column;
    height:auto;
}

.booking-calendar-panel{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:18px 22px;
}

.booking-contact-card h2,
.booking-calendar-top h2{
    font-size:clamp(26px,2.4vw,34px);
    line-height:1;
    text-transform:none;
    letter-spacing:-.04em;
    margin-bottom:8px;
}

.booking-card-copy{
    margin:0 0 14px;
    color:#bfd1ca;
    line-height:1.45;
}

.booking-form-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}

.booking-form-grid small{color:var(--muted)}

.booking-form-grid label span{
    display:block;
    margin-bottom:6px;
}

.booking-form-grid input{
    min-height:48px;
}

.booking-form-actions{
    display:flex;
    gap:14px;
    justify-content:flex-start;
    align-items:center;
    margin-top:18px;
    flex-wrap:wrap;
}

.booking-submit-note{
    margin:12px 0 0;
    color:#bfd1ca;
    line-height:1.45;
}

.booking-calendar-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.booking-calendar-top .eyebrow{display:none}
.booking-calendar-top h2{margin-bottom:0;font-size:clamp(24px,2.25vw,32px)}

.booking-calendar-help{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-bottom:0;
    color:#d8e7e2;
    font-size:14px;
}

.legend-dot{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:8px;
    vertical-align:middle;
    border:1px solid rgba(0,0,0,.08);
}

.legend-dot.is-free{background:#f4f7f5}
.legend-dot.is-busy{background:#ffd6d6}

.booking-calendar-shell{
    flex:1 1 auto;
    min-height:0;
    padding:14px 18px 16px;
    border-radius:24px;
    background:#ecf3f0;
    color:#09110f;
}

.booking-calendar-shell .calendar-head{
    margin-bottom:8px;
}

.booking-calendar-shell .calendar-head button{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#09110f;
    border-color:rgba(0,0,0,.08);
    font-size:24px;
    line-height:1;
}

.booking-calendar-shell .calendar-head strong{
    text-transform:capitalize;
    font-size:16px;
}

.booking-calendar-shell .weekdays,
.booking-calendar-shell .calendar-days{
    gap:6px;
}

.booking-calendar-shell .weekdays span{
    color:#677c75;
    padding:2px;
    font-size:12px;
}

.booking-calendar-days .day{
    aspect-ratio:auto !important;
    min-height:0 !important;
    height:108px !important;
    border-radius:12px;
    background:#fff;
    color:#0b1512;
    border-color:rgba(8,16,14,.08);
}

.booking-calendar-days .day:hover{
    border-color:rgba(49,231,211,.55);
    background:#f7fffd;
}

.booking-calendar-days .day.is-empty{
    visibility:hidden;
    pointer-events:none;
}

.booking-calendar-days .day.is-weekend{color:#c86c45}
.booking-calendar-days .day.is-selected{background:#0d1613;color:#fff;border-color:#0d1613}
.booking-calendar-days .day.is-disabled{opacity:1;background:#f4f7f5;color:#90a19b}
.booking-calendar-days .day.is-full{background:#ffdede;color:#8d4c4c;border-color:#efb5b5}
.booking-calendar-days .day.is-today:after{bottom:5px}

.booking-summary-panel--side{
    display:flex;
    flex-direction:column;
    min-height:0;
    height:100%;
    background:rgba(255,255,255,.05);
    padding:18px 22px;
}

.booking-summary-panel h3{
    font-size:28px;
    text-transform:none;
    letter-spacing:-.03em;
    margin-bottom:18px;
}

.booking-summary-line,
.payment-summary-line{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.booking-summary-line span,
.payment-summary-line span{color:var(--muted)}

.booking-summary-line strong,
.payment-summary-line strong{
    font-size:15px;
    text-align:right;
    overflow-wrap:anywhere;
}

.booking-summary-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    margin-top:auto;
    padding:15px 18px;
    border-radius:18px;
    background:#050706;
}

.booking-summary-total span{color:#89a29a}
.booking-summary-total strong{font-size:28px;color:var(--accent);overflow-wrap:anywhere}

.booking-summary-note,
.payment-hint{
    margin:12px 0 0;
    color:#bfd1ca;
    line-height:1.45;
}

.payment-layout{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
    gap:22px;
}

.payment-card h1{
    max-width:11ch;
    font-size:clamp(32px,3.6vw,52px);
    line-height:.96;
    text-transform:none;
    letter-spacing:-.04em;
    margin-bottom:14px;
}

.payment-lead{font-size:18px;line-height:1.7;color:#d2e1db}
.payment-status-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}
.payment-action-form{margin-top:20px}

.status-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:9px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    border:1px solid rgba(255,255,255,.12);
}

.status-chip.is-ok{background:rgba(49,231,211,.12);border-color:rgba(49,231,211,.4);color:#c9fff5}
.status-chip.is-waiting{background:rgba(255,255,255,.08);color:#fff}
.status-chip.is-danger{background:rgba(255,107,107,.12);border-color:rgba(255,107,107,.35);color:#ffdede}

.payment-summary-card h2{
    max-width:12ch;
    font-size:clamp(26px,3vw,30px);
    line-height:1;
    text-transform:none;
    letter-spacing:-.03em;
    margin-bottom:10px;
}

.payment-summary-total{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.1);
}

.payment-summary-total span{color:var(--muted)}
.payment-summary-total strong{font-size:34px;color:var(--accent);overflow-wrap:anywhere}

@media (min-width:1061px) and (max-height:780px){
    .booking-page-main,
    .flow-page-main,
    .ticket-page-main{padding-top:82px;padding-bottom:18px}
    .booking-surface,.flow-panel{padding:24px 34px 26px}
    .booking-single-layout{margin-top:18px}
    .booking-surface-top h1{font-size:clamp(40px,4vw,58px);margin-bottom:8px}
    .booking-contact-card h2,
    .booking-calendar-top h2{font-size:clamp(24px,2.1vw,30px)}
    .booking-card-copy{margin-bottom:10px}
    .booking-form-grid{gap:10px}
    .booking-form-grid input{min-height:44px}
    .booking-form-actions{margin-top:14px}
    .booking-calendar-shell{padding:12px 16px 14px}
    .booking-calendar-days .day{
    height:108px !important;
    font-size:19px;
}
    .booking-summary-line{padding:8px 0}
    .booking-summary-total{padding:13px 16px}
    .booking-summary-note{margin-top:10px}
}

@media (max-width:1180px){
    .booking-single-layout{
        grid-template-columns:minmax(300px,390px) minmax(0,1fr);
    }
    .booking-calendar-days .day{height:42px !important}
}

@media (max-width:1060px){
    .booking-single-layout,
    .payment-layout{
        grid-template-columns:minmax(0,1fr);
        align-items:start;
    }
    .booking-surface-top h1,
    .payment-card h1,
    .payment-summary-card h2{max-width:none}
    .booking-info-column{grid-template-rows:auto auto;height:auto}
    .booking-calendar-panel{height:auto}
    .booking-summary-panel--side{height:auto}
    .booking-calendar-days .day{height:52px !important}
}

@media (max-width:760px){
    .booking-page-main,
    .flow-page-main,
    .ticket-page-main{padding-top:96px}
    .booking-header{grid-template-columns:1fr;gap:12px;justify-items:start}
    .booking-nav{display:none}
    .booking-header .header-cta{display:inline-flex;width:100%;justify-content:center}
    .booking-page-hero .container{width:min(100% - 24px,1680px)}
    .booking-surface-top h1{font-size:clamp(30px,8.8vw,42px);line-height:.96;max-width:none}
    .booking-contact-card h2,
    .booking-calendar-top h2,
    .payment-card h1,
    .payment-summary-card h2{font-size:clamp(24px,8vw,32px);line-height:1;max-width:none}
    .booking-surface,.flow-panel{padding:22px}
    .booking-contact-card,
    .booking-calendar-panel,
    .payment-card,
    .payment-summary-card{padding:20px}
    .booking-summary-panel--side{padding:18px}
    .booking-form-actions{flex-direction:column;align-items:stretch}
    .booking-calendar-top{align-items:flex-start}
}

@media (max-width:520px){
    .booking-header{gap:10px}
    .booking-header .header-cta{width:100%;justify-content:center;padding-inline:16px}
    .booking-surface-top h1{font-size:clamp(26px,8.2vw,36px)}
    .booking-stage-pills{gap:8px}
    .booking-stage-pill{font-size:11px;letter-spacing:.06em}
    .booking-calendar-shell{padding:14px}
    .booking-calendar-help{gap:10px;font-size:13px}
    .booking-calendar-days .day{height:44px !important;border-radius:10px}
    .payment-lead{font-size:16px}
}
.booking-consents{
    display:grid;
    gap:12px;
    margin-top:18px;
}

.booking-consent{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:14px;
    align-items:center;
    cursor:pointer;
    color:#d7e4df;
    line-height:1.35;
}

.booking-consent input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.booking-consent-toggle{
    position:relative;
    width:58px;
    height:32px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.14);
    transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.booking-consent-toggle:before{
    content:"";
    position:absolute;
    width:26px;
    height:26px;
    left:3px;
    top:2px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 6px 16px rgba(0,0,0,.28);
    transition:transform .2s ease;
}

.booking-consent input:checked + .booking-consent-toggle{
    background:var(--accent);
    border-color:rgba(49,231,211,.75);
    box-shadow:0 10px 28px rgba(49,231,211,.18);
}

.booking-consent input:checked + .booking-consent-toggle:before{
    transform:translateX(26px);
    background:#04110f;
}

.booking-consent-text{
    color:#c8d8d1;
    font-size:14px;
}

.booking-consent-text a{
    color:var(--accent);
    text-decoration:none;
    border-bottom:1px solid rgba(49,231,211,.45);
}

.booking-consent-text a:hover{
    color:#effffc;
    border-bottom-color:#effffc;
}

@media (max-width:520px){
    .booking-consent{
        grid-template-columns:52px minmax(0,1fr);
        gap:12px;
    }

    .booking-consent-toggle{
        width:52px;
        height:30px;
    }

    .booking-consent-toggle:before{
        width:24px;
        height:24px;
    }

    .booking-consent input:checked + .booking-consent-toggle:before{
        transform:translateX(22px);
    }
}