.hero-vip-content {
    display: grid;
    align-content: center;
}

.hero-vip-heading {
    max-width: 620px;
    margin: 18px 0 12px;
    color: #f8fafc;
    font-size: clamp(2rem, 3.8vw, 3.35rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1 !important;
}

.hero-vip-signal {
    display: grid;
    gap: 6px;
    max-width: 650px;
    margin-top: 20px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(120deg, #f59e0b, #ea580c 72%);
    box-shadow: 0 18px 40px rgba(234, 88, 12, .27);
    color: #fff;
    padding: 18px 22px 20px;
}

.hero-vip-signal-free {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    color: #fff7ed;
    font-size: .82rem;
    line-height: 1.35;
}

.hero-vip-signal-free span {
    color: #431407;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-vip-signal-free strong {
    font-weight: 750;
}

.hero-vip-signal-label {
    color: #431407;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero-vip-signal > strong {
    color: #fff;
    font-size: clamp(1.05rem, 2.2vw, 1.65rem);
    font-weight: 950;
    letter-spacing: .01em;
    line-height: 1.08;
    text-transform: uppercase;
}

.hero-board-column {
    display: grid;
    align-self: center;
    gap: 14px;
}

.hero-vip-board {
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, .48);
    border-radius: 20px;
    background: rgba(8, 20, 39, .88);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.hero-vip-board-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(251, 191, 36, .2);
    padding: 18px 20px 15px;
}

.hero-vip-board-head > div {
    min-width: 0;
}

.hero-vip-board-kicker {
    display: block;
    color: #fbbf24;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hero-vip-board-head strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 1.18rem;
    font-weight: 800;
}

.hero-vip-board-date {
    flex: 0 0 auto;
    color: #fcd34d;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.hero-vip-board-label {
    display: block;
    color: #fed7aa;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .11em;
    padding: 14px 20px 8px;
    text-transform: uppercase;
}

.hero-vip-games {
    display: grid;
}

.hero-vip-play {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, .14);
    padding: 14px 20px;
}

.hero-vip-play-number {
    display: inline-flex;
    min-width: 50px;
    justify-content: center;
    border-radius: 999px;
    background: rgba(245, 158, 11, .18);
    color: #fbbf24;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 7px 8px;
    text-transform: uppercase;
}

.hero-vip-play strong {
    display: block;
    overflow-wrap: anywhere;
    color: #f8fafc;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-vip-play small {
    display: block;
    margin-top: 4px;
    color: #a9bad1;
    font-size: .72rem;
    line-height: 1.3;
}

.hero-vip-empty {
    border-top: 1px solid rgba(148, 163, 184, .14);
    color: #a9bad1;
    font-size: .85rem;
    padding: 20px;
}

.hero-vip-board-link {
    display: block;
    border-top: 1px solid rgba(251, 191, 36, .2);
    color: #fcd34d;
    font-size: .78rem;
    font-weight: 800;
    padding: 14px 20px 16px;
    text-decoration: none;
}

.hero-vip-board-link:hover,
.hero-vip-board-link:focus-visible {
    color: #fff;
}

@media (max-width: 760px) {
    .hero-vip-heading { font-size: clamp(1.9rem, 9vw, 2.7rem) !important; }
    .hero-vip-signal { margin-top: 16px; padding: 16px 18px 18px; }
    .hero-vip-board-head { align-items: start; flex-direction: column; gap: 6px; }
    .hero-vip-board-date { white-space: normal; }
}


.hero-vip-left,
.hero-vip-right {
    min-width: 0;
}

.hero-vip-left {
    display: grid;
    align-content: center;
    gap: 14px;
}

.hero-vip-right {
    display: grid;
    align-content: center;
}

.hero-vip-left .hero-vip-signal {
    margin-top: 0;
    background: linear-gradient(120deg, #c2410c, #9a3412 72%);
    box-shadow: 0 18px 40px rgba(154, 52, 18, .35);
}

.hero-vip-signal > strong {
    color: #93c5fd;
}

.hero-free-link {
    color: #bfdbfe;
    font-size: .8rem;
    font-weight: 900;
    text-underline-offset: 3px;
}

.hero-free-link:hover,
.hero-free-link:focus-visible {
    color: #fff;
}

.hero-vip-left .hero-board-column {
    gap: 0;
}

.hero-vip-left .hero-vip-offers {
    max-width: none;
    margin-top: 0;
}

@media (max-width: 980px) {
    .hero-vip-left,
    .hero-vip-right {
        width: 100%;
    }
}

/* Shared orange action accent for the VIP path. */
.nav-cta {
    background: #c2410c !important;
    box-shadow: 0 10px 26px rgba(154, 52, 18, .28) !important;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    background: #9a3412 !important;
}

.hero-vip-board-date {
    color: #fb923c;
}

/* Match the VIP access link accent and typography for the board date. */
.hero-vip-board-date {
    color: #fcd34d;
    font-size: .78rem;
    font-weight: 800;
}

/* Keep the homepage callout on the same lighter yellow-orange accent as the VIP link. */
.hero-vip-left .hero-vip-signal {
    background: #fcd34d;
    box-shadow: 0 18px 40px rgba(252, 211, 77, .28);
    color: #0f172a;
}

.hero-vip-left .hero-vip-signal-free {
    color: #0f172a;
}

.hero-vip-left .hero-vip-signal > strong {
    color: #1d4ed8;
}

.hero-vip-left .hero-free-link {
    color: #1d4ed8;
}

.hero-vip-left .hero-free-link:hover,
.hero-vip-left .hero-free-link:focus-visible {
    color: #172554;
}

/* Restore the darker orange callout and white VIP title. */
.hero-vip-left .hero-vip-signal {
    background: linear-gradient(120deg, #c2410c, #9a3412 72%);
    box-shadow: 0 18px 40px rgba(154, 52, 18, .35);
    color: #fff;
}

.hero-vip-left .hero-vip-signal-free {
    color: #fff7ed;
}

.hero-vip-left .hero-vip-signal > strong {
    color: #fff;
}

.hero-vip-left .hero-free-link {
    color: #bfdbfe;
}

.hero-vip-left .hero-free-link:hover,
.hero-vip-left .hero-free-link:focus-visible {
    color: #fff;
}
