:root {
    --bg: #050507;
    --text: #fff;
    --muted: rgba(255,255,255,.64);
    --soft: rgba(255,255,255,.84);
    --line: rgba(255,255,255,.12);
    --gold: #f3c66b;
    --pink: #ff3f9f;
    --cyan: #39d7ff;
    --green: #25d366;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

.booking-cinema {
    background:
        radial-gradient(circle at 18% 10%, rgba(255,63,159,.16), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(57,215,255,.12), transparent 30%),
        #050507;
    overflow: hidden;
}

/* HERO */

.booking-film-hero {
    position: relative;
    min-height: 100vh;
    padding: 120px 7vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.booking-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        linear-gradient(135deg, rgba(255,63,159,.22), transparent 42%),
        url('/images/booking/booking-hero.jpg') center/cover no-repeat;
}

.booking-hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.18) contrast(1.08);
}

.booking-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58), rgba(0,0,0,.24)),
        linear-gradient(180deg, rgba(0,0,0,.12), #050507 100%);
}

.booking-hero-noise {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .14;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.09) 0 1px, transparent 1px 3px);
    mix-blend-mode: overlay;
}

.booking-hero-content {
    position: relative;
    z-index: 3;
    max-width: 1050px;
}

.booking-kicker,
.booking-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 900;
}

.booking-kicker span {
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.booking-hero-content h1 {
    margin: 26px 0 24px;
    font-size: clamp(58px, 11vw, 160px);
    line-height: .82;
    letter-spacing: -.08em;
    text-transform: uppercase;
    font-weight: 950;
    text-shadow: 0 28px 90px rgba(0,0,0,.9);
}

.booking-hero-content p {
    max-width: 720px;
    color: var(--soft);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6;
}

.booking-floating-note {
    position: absolute;
    right: 7vw;
    bottom: 13vh;
    width: 240px;
    padding: 28px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(22px);
    transform: rotate(-5deg);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.booking-floating-note span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .26em;
}

.booking-floating-note strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
    line-height: .9;
}

.booking-floating-note small {
    display: block;
    margin-top: 14px;
    color: var(--muted);
}

/* TRUST */

.booking-trust-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.035);
}

.booking-trust-flow article {
    min-height: 250px;
    padding: 34px;
    border-right: 1px solid var(--line);
}

.booking-trust-flow article:last-child {
    border-right: 0;
}

.booking-trust-flow span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .18em;
}

.booking-trust-flow strong {
    display: block;
    margin: 28px 0 12px;
    font-size: 26px;
    line-height: 1;
}

.booking-trust-flow p {
    color: var(--muted);
    line-height: 1.7;
}

/* STEPS */

.booking-steps-cinema {
    position: relative;
    min-height: 820px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 28%, rgba(255,63,159,.18), transparent 34%),
        radial-gradient(circle at 32% 72%, rgba(57,215,255,.12), transparent 30%);
}

.steps-heading {
    max-width: 580px;
    position: relative;
    z-index: 3;
}

.steps-heading h2,
.calendar-head h2,
.form-head h2,
.next-heading h2 {
    margin: 20px 0;
    font-size: clamp(44px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.06em;
}

.steps-heading p,
.calendar-head p,
.form-head p,
.next-heading p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.steps-orbit {
    position: absolute;
    inset: 0;
}

.step-card {
    position: absolute;
    width: 330px;
    min-height: 260px;
    padding: 30px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.step-card span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .16em;
}

.step-card h3 {
    margin: 22px 0 12px;
    font-size: 30px;
    line-height: 1;
}

.step-card p {
    color: var(--muted);
    line-height: 1.7;
}

.step-1 {
    right: 38vw;
    top: 140px;
    transform: rotate(-7deg);
}

.step-2 {
    right: 12vw;
    top: 230px;
    transform: rotate(5deg);
}

.step-3 {
    right: 26vw;
    bottom: 110px;
    transform: rotate(-3deg);
}

/* INTERFACE */

.booking-interface {
    padding: 140px 7vw;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 42px;
    align-items: start;
}

.booking-calendar-panel,
.booking-form-panel {
    position: relative;
    border-radius: 46px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 0, rgba(243,198,107,.12), transparent 42%),
        rgba(255,255,255,.06);
    backdrop-filter: blur(22px);
    box-shadow: 0 40px 130px rgba(0,0,0,.5);
    overflow: hidden;
}

.booking-calendar-panel {
    padding: 38px;
    transform: rotate(-1.5deg);
}

.booking-form-panel {
    padding: 42px;
    transform: rotate(1.5deg);
}

.calendar-head span,
.form-head span {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 900;
}

/* FULLCALENDAR */

#bookingCalendar {
    margin-top: 32px;
}

.fc {
    color: #fff;
    font-family: inherit;
}

.fc .fc-toolbar-title {
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.fc .fc-button {
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
}

.fc .fc-button:hover {
    background: rgba(243,198,107,.18) !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-color: rgba(255,255,255,.1) !important;
}

.fc-theme-standard .fc-scrollgrid {
    border-color: rgba(255,255,255,.1) !important;
}

.fc .fc-daygrid-day-number {
    color: rgba(255,255,255,.78);
}

.fc .fc-col-header-cell-cushion {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em;
}

.fc-event {
    border: 0 !important;
    background: rgba(255,63,159,.72) !important;
    border-radius: 999px !important;
    padding: 2px 6px !important;
}

.calendar-legend {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
    color: var(--muted);
    font-size: 14px;
}

.calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.calendar-legend i {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}

.legend-free {
    background: var(--green);
}

.legend-booked {
    background: var(--pink);
}

/* FORM */

.cinema-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 32px;
}

.form-group {
    display: grid;
    gap: 10px;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    color: rgba(255,255,255,.82);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
}

.booking-form-panel input,
.booking-form-panel textarea {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.24);
    color: #fff;
    padding: 17px 18px;
    outline: none;
    transition: .3s ease;
}

.booking-form-panel textarea {
    min-height: 150px;
    resize: vertical;
}

.booking-form-panel input:focus,
.booking-form-panel textarea:focus {
    border-color: rgba(243,198,107,.55);
    background: rgba(0,0,0,.34);
    box-shadow: 0 0 0 4px rgba(243,198,107,.09);
}

.form-submit {
    margin-top: 30px;
}

.booking-submit {
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: #08080b;
    background: linear-gradient(135deg, #fff, var(--gold));
    box-shadow: 0 18px 60px rgba(243,198,107,.28);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    transition: .35s ease;
}

.booking-submit:hover {
    transform: translateY(-4px);
}

/* NEXT */

.booking-next-cinema {
    position: relative;
    min-height: 820px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(243,198,107,.13), transparent 32%);
}

.next-bg-word {
    position: absolute;
    left: -3vw;
    bottom: 80px;
    font-size: clamp(90px, 18vw, 270px);
    font-weight: 950;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.06);
    pointer-events: none;
}

.next-heading {
    max-width: 620px;
    position: sticky;
}

.next-flow {
    position: absolute;
    right: 7vw;
    top: 30px;
    width: min(560px, 45vw);
    display: grid;
    gap: 32px;
}

.next-flow article {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 26px;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 100px rgba(0,0,0,.45);
}

.next-flow article:nth-child(1) {
    transform: rotate(-4deg);
}

.next-flow article:nth-child(2) {
    transform: translateX(-40px) rotate(3deg);
}

.next-flow article:nth-child(3) {
    transform: rotate(-2deg);
}

.next-flow article:nth-child(4) {
    transform: translateX(-20px) rotate(4deg);
}

.next-flow span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .18em;
}

.next-flow h3 {
    margin: 0 0 12px;
    font-size: 30px;
}

.next-flow p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .booking-interface {
        grid-template-columns: 1fr;
    }

    .booking-calendar-panel,
    .booking-form-panel {
        transform: none;
    }
}

@media (max-width: 980px) {
    .booking-film-hero,
    .booking-steps-cinema,
    .booking-interface,
    .booking-next-cinema {
        padding: 90px 22px;
    }

    .booking-floating-note {
        display: none;
    }

    .booking-trust-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-trust-flow article:nth-child(2) {
        border-right: 0;
    }

    .booking-steps-cinema,
    .booking-next-cinema {
        min-height: auto;
    }

    .steps-orbit,
    .next-flow {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 42px;
    }

    .step-card,
    .step-1,
    .step-2,
    .step-3 {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .next-heading {
        position: relative;
        top: auto;
    }

    .next-flow article,
    .next-flow article:nth-child(1),
    .next-flow article:nth-child(2),
    .next-flow article:nth-child(3),
    .next-flow article:nth-child(4) {
        transform: none;
    }
}

@media (max-width: 560px) {
    .booking-hero-content h1 {
        font-size: 54px;
    }

    .booking-trust-flow {
        grid-template-columns: 1fr;
    }

    .booking-trust-flow article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .booking-trust-flow article:last-child {
        border-bottom: 0;
    }

    .booking-calendar-panel,
    .booking-form-panel {
        padding: 24px;
        border-radius: 32px;
    }

    .cinema-form-grid {
        grid-template-columns: 1fr;
    }

    .next-flow article {
        grid-template-columns: 1fr;
    }

    .fc .fc-toolbar {
        flex-direction: column;
        gap: 12px;
    }
}