.swr-cc-page{
    --swr-orange:#d17b13;
    --swr-black:#070707;
    --swr-soft:#f6f4f1;
    --swr-border:rgba(255,255,255,.13);
    font-family:inherit;
    background:radial-gradient(circle at top left,rgba(209,123,19,.18),transparent 34%),linear-gradient(135deg,#050505,#161616);
    color:#fff;
    padding:clamp(34px,6vw,82px) 18px;
    border-radius:28px;
    overflow:hidden;
}
.swr-cc-shell{
    width:min(1120px,100%);
    margin:0 auto;
}
.swr-cc-hero{
    max-width:820px;
    margin:0 auto 26px;
    text-align:center;
}
.swr-cc-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 13px;
    border:1px solid rgba(209,123,19,.4);
    border-radius:999px;
    color:#ffd09a;
    background:rgba(209,123,19,.12);
    font-size:13px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.swr-cc-hero h1,
.swr-cc-invalid h1{
    margin:16px 0 14px;
    font-size:clamp(32px,5vw,60px);
    line-height:1.02;
    letter-spacing:-.045em;
    color:#fff;
}
.swr-cc-hero p,
.swr-cc-invalid p{
    margin:0 auto;
    max-width:760px;
    color:rgba(255,255,255,.76);
    font-size:clamp(16px,2vw,19px);
    line-height:1.65;
}
.swr-cc-status-pill{
    display:inline-flex;
    margin-top:22px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.78);
    font-size:14px;
}
.swr-cc-status-pill strong{
    color:#fff;
    margin-left:5px;
}
.swr-cc-download-card,
.swr-cc-card,
.swr-cc-invalid{
    background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.06));
    border:1px solid var(--swr-border);
    box-shadow:0 24px 70px rgba(0,0,0,.28);
    backdrop-filter:blur(16px);
}
.swr-cc-download-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:18px;
    border-radius:24px;
    margin:0 0 22px;
}
.swr-cc-download-card strong,
.swr-cc-download-card span{
    display:block;
}
.swr-cc-download-card strong{
    font-size:18px;
    margin-bottom:3px;
}
.swr-cc-download-card span{
    color:rgba(255,255,255,.68);
}
.swr-cc-options{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
}
.swr-cc-card{
    position:relative;
    padding:clamp(22px,3vw,32px);
    border-radius:28px;
    overflow:hidden;
}
.swr-cc-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 20% 0,rgba(209,123,19,.20),transparent 35%);
    pointer-events:none;
}
.swr-cc-card > *{
    position:relative;
    z-index:1;
}
.swr-cc-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:rgba(209,123,19,.14);
    border:1px solid rgba(209,123,19,.35);
    font-size:25px;
    margin-bottom:16px;
}
.swr-cc-card h2{
    margin:0 0 10px;
    color:#fff;
    font-size:clamp(23px,3vw,32px);
    letter-spacing:-.035em;
}
.swr-cc-card p{
    margin:0 0 20px;
    color:rgba(255,255,255,.72);
    line-height:1.65;
}
.swr-cc-form{
    display:flex;
    flex-direction:column;
    gap:13px;
    margin-top:18px;
}
.swr-cc-form label{
    color:rgba(255,255,255,.82);
    font-weight:750;
    font-size:14px;
}
.swr-cc-form select,
.swr-cc-form input[type="file"]{
    width:100%;
    min-height:48px;
    border-radius:15px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(0,0,0,.25);
    color:#fff;
    padding:12px 14px;
    outline:none;
}
.swr-cc-form select option{
    color:#111;
}
.swr-cc-checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:14px;
    border-radius:16px;
    background:rgba(0,0,0,.22);
    border:1px solid rgba(255,255,255,.10);
    line-height:1.45;
}
.swr-cc-checkbox input{
    margin-top:3px;
}
.swr-cc-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-height:49px;
    padding:13px 18px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#d17b13,#f4a647);
    color:#111!important;
    text-decoration:none!important;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 16px 32px rgba(209,123,19,.23);
    transition:transform .2s ease,box-shadow .2s ease;
}
.swr-cc-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 20px 42px rgba(209,123,19,.32);
}
.swr-cc-btn-secondary{
    background:#fff;
    color:#111!important;
    box-shadow:0 16px 32px rgba(255,255,255,.12);
}
.swr-cc-booked-box,
.swr-cc-empty{
    margin:16px 0;
    padding:14px;
    border-radius:18px;
    background:rgba(0,0,0,.28);
    border:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.78);
    line-height:1.55;
}
.swr-cc-booked-box strong{
    color:#fff;
}
.swr-cc-notice{
    margin:0 0 20px;
    padding:14px 16px;
    border-radius:18px;
    font-weight:800;
}
.swr-cc-notice.success{
    color:#112313;
    background:#dff7e2;
}
.swr-cc-notice.error{
    color:#311313;
    background:#ffdede;
}
.swr-cc-invalid{
    max-width:760px;
    margin:0 auto;
    padding:clamp(28px,5vw,48px);
    border-radius:28px;
    text-align:center;
}
@media (max-width:780px){
    .swr-cc-page{
        padding:30px 14px;
        border-radius:22px;
    }
    .swr-cc-options{
        grid-template-columns:1fr;
    }
    .swr-cc-download-card{
        align-items:stretch;
        flex-direction:column;
    }
    .swr-cc-btn{
        width:100%;
    }
}
