.booking-v3{
    min-height:100vh;
    display:grid;
    place-items:center;
    padding:120px 5vw 140px;
    background:
        radial-gradient(circle at 18% 18%,rgba(200,167,90,.14),transparent 32%),
        radial-gradient(circle at 82% 72%,rgba(255,255,255,.045),transparent 34%),
        linear-gradient(180deg,#050505,#0B0B0B 55%,#050505);
}

.booking-card-v3{
    width:min(1240px,100%);
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:64px;
    align-items:start;
    border:1px solid rgba(248,242,232,.12);
    border-radius:56px;
    padding:76px clamp(34px,6vw,86px);
    background:
        linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
        rgba(5,5,5,.54);
    backdrop-filter:blur(28px);
    box-shadow:
        0 38px 120px rgba(0,0,0,.58),
        inset 0 1px 0 rgba(255,255,255,.06);
}

.booking-copy-v3{
    position:sticky;
    top:110px;
}

.booking-kicker{
    margin:0 0 28px;
    color:#c8a75a;
    text-transform:uppercase;
    letter-spacing:.36em;
    font-size:12px;
}

.booking-v3 h2{
    margin:0;
    font-family:var(--display);
    font-weight:400;
    font-size:clamp(54px,6.8vw,106px);
    line-height:.88;
    letter-spacing:-.065em;
    color:#f8f2e8;
}

.booking-v3 p:not(.booking-kicker){
    max-width:520px;
    margin:34px 0 0;
    color:rgba(248,242,232,.68);
    font-size:19px;
    line-height:1.75;
}

.booking-signature-v3{
    margin-top:42px;
    padding-top:26px;
    border-top:1px solid rgba(200,167,90,.34);
}

.booking-signature-v3 span{
    display:block;
    max-width:420px;
    color:rgba(248,242,232,.52);
    font-size:13px;
    line-height:1.7;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.booking-form-v3{
    display:grid;
    gap:16px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.booking-form-v3 input,
.booking-form-v3 select,
.booking-form-v3 textarea{
    width:100%;
    border:1px solid rgba(248,242,232,.16);
    background:rgba(0,0,0,.34);
    color:#f8f2e8;
    border-radius:22px;
    padding:19px 21px;
    font-family:var(--sans);
    font-size:15px;
    outline:none;
    transition:border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.booking-form-v3 textarea{
    min-height:170px;
    resize:vertical;
}

.booking-form-v3 input::placeholder,
.booking-form-v3 textarea::placeholder{
    color:rgba(248,242,232,.44);
}

.booking-form-v3 select{
    color:rgba(248,242,232,.72);
}

.booking-form-v3 input:focus,
.booking-form-v3 select:focus,
.booking-form-v3 textarea:focus{
    border-color:#c8a75a;
    background:rgba(0,0,0,.46);
    box-shadow:0 0 0 4px rgba(200,167,90,.08);
}

.booking-form-v3 button{
    justify-self:start;
    min-height:58px;
    margin-top:10px;
    padding:0 38px;
    border:1px solid rgba(200,167,90,.58);
    border-radius:999px;
    background:#f8f2e8;
    color:#050505;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
    transition:transform .35s ease, background .35s ease, color .35s ease, border-color .35s ease;
}

.booking-form-v3 button:hover{
    transform:translateY(-4px);
    background:#c8a75a;
    color:#050505;
    border-color:#c8a75a;
}

@media(max-width:900px){
    .booking-v3{
        padding:90px 22px 110px;
    }

    .booking-card-v3{
        grid-template-columns:1fr;
        gap:42px;
        padding:48px 26px;
        border-radius:36px;
    }

    .booking-copy-v3{
        position:relative;
        top:auto;
    }

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

    .booking-v3 h2{
        font-size:clamp(46px,14vw,68px);
    }

    .booking-form-v3 button{
        width:100%;
    }
}

/* ==========================================================
   PAGE SPONSORING
========================================================== */

.sponsoring-page{
    min-height:100vh;
    padding-top:150px !important;
}

.sponsoring-page .booking-card-v3{
    border-color:rgba(200,167,90,.28);
}

.sponsoring-page .booking-kicker{
    color:#c8a75a;
}


/* ==========================================================
   PAGE SPONSORING · VERSION PREMIUM
========================================================== */

.sponsoring-page{
    min-height:100vh;
    padding:132px 5vw 110px !important;
    background:
        radial-gradient(circle at 18% 20%,rgba(200,167,90,.18),transparent 30%),
        radial-gradient(circle at 86% 70%,rgba(255,255,255,.05),transparent 34%),
        linear-gradient(180deg,#050505,#10100f 54%,#050505) !important;
}

.sponsoring-card{
    grid-template-columns:.86fr 1.14fr !important;
    gap:70px !important;
    border-color:rgba(200,167,90,.24) !important;
}

.sponsoring-copy h2{
    font-size:clamp(54px,5vw,92px) !important;
    line-height:.92 !important;
    letter-spacing:-.055em !important;
}

.sponsoring-copy p{
    max-width:560px !important;
    font-size:18px !important;
    line-height:1.75 !important;
}

.sponsor-benefits{
    margin-top:42px;
    display:grid;
    gap:13px;
}

.benefit{
    position:relative;
    padding-left:26px;
    color:#d9c8a0;
    font-size:13px;
    letter-spacing:.12em;
    line-height:1.55;
    text-transform:uppercase;
}

.benefit::before{
    content:"";
    position:absolute;
    left:0;
    top:.62em;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#c8a75a;
    box-shadow:0 0 18px rgba(200,167,90,.45);
}

.sponsoring-form-area{
    display:grid;
    gap:26px;
}

.sponsor-preview{
    padding:28px 30px;
    border:1px solid rgba(248,242,232,.10);
    border-radius:28px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015)),
        rgba(0,0,0,.18);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.sponsor-preview h3{
    margin:0 0 18px;
    font-family:var(--display);
    font-size:clamp(28px,2.3vw,42px);
    line-height:1;
    font-weight:400;
    color:#f8f2e8;
}

.sponsor-preview ul{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 24px;
}

.sponsor-preview li{
    position:relative;
    padding-left:18px;
    color:rgba(248,242,232,.68);
    font-size:14px;
    line-height:1.5;
}

.sponsor-preview li::before{
    content:"";
    position:absolute;
    left:0;
    top:.68em;
    width:6px;
    height:1px;
    background:#c8a75a;
}

.sponsoring-page .booking-form-v3 textarea{
    min-height:180px !important;
}

.sponsoring-page .booking-form-v3 button{
    margin-top:4px !important;
}

@media(max-width:900px){
    .sponsoring-page{
        padding:100px 22px 90px !important;
    }

    .sponsoring-card{
        grid-template-columns:1fr !important;
        gap:42px !important;
    }

    .sponsor-preview ul{
        grid-template-columns:1fr;
    }

    .sponsoring-copy h2{
        font-size:clamp(44px,12vw,66px) !important;
    }
}

