/* ==========================================================================
   Watily Game Hub — /game-hub/{ar|en}/  (2026-09-25). Served as game-hub-20260925.css: the edge cache once kept a truncated copy of the old filename, so edit this file atomically (write a temp file, then mv).
   Light theme on the site tokens (follows the site-wide dark-mode flip), brand orange + game accents.
   Loaded per route (no bundle rebuild). Motion respects prefers-reduced-motion.
   ========================================================================== */

.gh {
    --gh-bg: var(--wt-surface, #ffffff);
    --gh-bg-2: var(--wt-surface-soft, #FAF8F5);
    --gh-panel: var(--wt-surface, #ffffff);
    --gh-panel-2: var(--wt-orange-50, #FFF4EC);
    --gh-line: var(--wt-border, rgba(15, 23, 42, 0.08));
    --gh-line-2: var(--wt-border-strong, rgba(15, 23, 42, 0.16));
    --gh-text: var(--text-primary, #0F172A);
    --gh-muted: var(--text-muted, #475569);
    --gh-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    --gh-orange: #F06C14;
    --gh-orange-2: #DC5A0E;
    --gh-cyan: #22D3EE;
    --gh-violet: #8B5CF6;
    --gh-green: #22C55E;
    --gh-amber: #F59E0B;
    --gh-red: #F43F5E;
    background: var(--gh-bg);
    color: var(--gh-text);
    overflow: hidden;
}
#wt-main:has(> .gh) { padding-top: 0; }
.gh h1, .gh h2, .gh h3 { color: var(--gh-text); }
.gh p { color: var(--gh-muted); }
.gh a { color: inherit; }
.gh .wt-icon { width: 18px; height: 18px; flex: none; }

/* ---------- Buttons, chips ---------- */
.gh-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 24px; border-radius: 999px;
    font-weight: 800; font-size: 1rem; text-decoration: none; line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.gh-btn--primary {
    background: linear-gradient(135deg, var(--gh-orange-2), var(--gh-orange) 55%, #c9530c);
    color: #fff; box-shadow: 0 10px 30px rgba(240, 108, 20, .45), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.gh-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(240, 108, 20, .55); color: #fff; }
.gh-btn--ghost { background: var(--gh-panel); border: 1px solid var(--gh-line-2); color: var(--gh-text); box-shadow: var(--gh-shadow); }
.gh-btn--ghost:hover { border-color: var(--gh-orange); color: var(--gh-orange-2); }
.gh-pill {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .72rem; font-weight: 800; padding: 3px 10px; border-radius: 999px;
    background: var(--gh-bg-2); color: var(--gh-text); white-space: nowrap;
}
.gh-eyebrow {
    display: inline-block; font-size: .8rem; font-weight: 800; letter-spacing: .02em;
    color: var(--gh-orange-2); background: rgba(240, 108, 20, .12);
    border: 1px solid rgba(240, 108, 20, .35); border-radius: 999px; padding: 5px 14px; margin-bottom: 14px;
}
[dir="ltr"] .gh-eyebrow { letter-spacing: .06em; text-transform: uppercase; }
.gh-demo-note { font-size: .78rem; color: var(--gh-muted) !important; opacity: .75; margin: 10px 0 0; }
.gh-demo-note--center { text-align: center; }

/* ---------- Hero ---------- */
.gh-hero { position: relative; padding: 118px 0 72px; isolation: isolate; background: linear-gradient(180deg, var(--wt-orange-50, #FFF4EC) 0%, var(--gh-bg) 85%); }
.gh-hero__grid {
    position: absolute; inset: 0; z-index: -2; pointer-events: none;
    background-image:
        linear-gradient(rgba(240, 108, 20, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240, 108, 20, .09) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 75%);
    animation: gh-grid 18s linear infinite;
}
@keyframes gh-grid { to { background-position: 0 56px, 56px 0; } }
.gh-hero__orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); opacity: .22; pointer-events: none; }
.gh-hero__orb--a { width: 420px; height: 420px; background: var(--gh-orange); top: -120px; inset-inline-start: -120px; animation: gh-orb 12s ease-in-out infinite alternate; }
.gh-hero__orb--b { width: 380px; height: 380px; background: var(--gh-violet); bottom: -160px; inset-inline-end: -80px; animation: gh-orb 14s ease-in-out infinite alternate-reverse; }
@keyframes gh-orb { to { transform: translate(40px, 30px) scale(1.12); } }
.gh-float { position: absolute; z-index: -1; pointer-events: none; animation: gh-bob 7s ease-in-out infinite; }
.gh-float svg { width: 100%; height: auto; display: block; }
.gh-float--1 { width: 90px; top: 18%; inset-inline-end: 46%; color: rgba(240, 108, 20, .22); }
.gh-float--2 { width: 46px; top: 12%; inset-inline-end: 3%; animation-delay: -2s; color: rgba(34, 211, 238, .30); }
.gh-float--3 { width: 50px; top: 14%; inset-inline-start: 4%; animation-delay: -4s; color: rgba(139, 92, 246, .35); }
.gh-float--4 { width: 56px; bottom: 10%; inset-inline-end: 44%; animation-delay: -1s; color: rgba(34, 197, 94, .28); }
@keyframes gh-bob { 50% { transform: translateY(-16px) rotate(6deg); } }

.gh-hero__inner { display: grid; gap: 44px; align-items: center; }
@media (min-width: 1000px) { .gh-hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); } }
.gh-crumbs { display: flex; gap: 8px; font-size: .82rem; color: var(--gh-muted); margin-bottom: 18px; }
.gh-crumbs a { text-decoration: none; color: var(--gh-muted); }
.gh-crumbs a:hover { color: var(--gh-text); }
.gh-kicker {
    display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: .88rem;
    padding: 7px 14px; border-radius: 999px; background: var(--gh-panel); border: 1px solid var(--gh-line-2); box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
}
.gh-kicker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gh-green); box-shadow: 0 0 0 0 rgba(34, 197, 94, .7); animation: gh-ping 1.8s infinite; }
@keyframes gh-ping { 70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }
.gh-hero__title { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.18; margin: 18px 0 16px; }
.gh-grad {
    display: block;
    background: linear-gradient(90deg, #F06C14, #FA903A 40%, #7C3AED 95%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    background-size: 200% 100%; animation: gh-shine 6s ease-in-out infinite;
}
@keyframes gh-shine { 50% { background-position: 100% 0; } }
.gh-hero__lead { font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.9; max-width: 620px; margin: 0 0 26px; }
.gh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gh-hero__actions--center { justify-content: center; }
.gh-hero__chips { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.gh-hero__chips li { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; color: var(--gh-muted); }
.gh-hero__chips .wt-icon { width: 16px; height: 16px; color: #16A34A; }

/* Hero screen (mini live board) */
.gh-screen {
    position: relative; border-radius: 24px; padding: 16px;
    background: var(--gh-panel);
    border: 1px solid var(--gh-line-2);
    box-shadow: 0 40px 90px rgba(15, 23, 42, .14), 0 0 0 1px rgba(240, 108, 20, .06), 0 30px 60px rgba(240, 108, 20, .12);
    transform: perspective(1200px) rotateY(var(--gh-tilt, -6deg)) rotateX(4deg);
    transition: transform .6s ease;
}
[dir="ltr"] .gh-screen { --gh-tilt: 6deg; }
.gh-hero__stage:hover .gh-screen { transform: perspective(1200px) rotateY(0) rotateX(0); }
.gh-screen__bar { display: flex; align-items: center; gap: 12px; padding: 4px 6px 14px; }
.gh-screen__bar strong { font-size: .95rem; }
.gh-screen__dots { display: inline-flex; gap: 6px; }
.gh-screen__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--gh-line-2); }
.gh-screen__dots i:first-child { background: var(--gh-red); } .gh-screen__dots i:nth-child(2) { background: var(--gh-amber); } .gh-screen__dots i:nth-child(3) { background: var(--gh-green); }
.gh-live { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 800; color: var(--gh-red); }
.gh-live span { width: 8px; height: 8px; border-radius: 50%; background: var(--gh-red); animation: gh-blink 1.2s infinite; }
@keyframes gh-blink { 50% { opacity: .25; } }
.gh-mini { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gh-mini__tile {
    position: relative; border-radius: 16px; padding: 14px; overflow: hidden;
    background: var(--gh-bg-2); border: 1px solid var(--gh-line);
    display: flex; flex-direction: column; gap: 4px; min-height: 124px;
}
.gh-mini__tile::before { content: ''; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 3px; background: var(--gh-state, var(--gh-line)); }
.gh-mini__top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.gh-mini__top b { font-size: .95rem; letter-spacing: .02em; }
.gh-mini__game { font-size: .8rem; color: var(--gh-muted); }
.gh-mini__time { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.35rem; font-weight: 700; margin-top: auto; color: var(--gh-text); }
.gh-mini__cost { font-size: .82rem; font-weight: 800; color: var(--gh-orange-2); min-height: 1.2em; }

.gh-state--live { --gh-state: var(--gh-green); }
.gh-state--paused { --gh-state: var(--gh-amber); }
.gh-state--free { --gh-state: var(--gh-cyan); }
.gh-state--booked { --gh-state: var(--gh-violet); }
.gh-state--live .gh-pill { background: #DCFCE7; color: #15803D; }
.gh-state--paused .gh-pill { background: #FEF3C7; color: #B45309; }
.gh-state--free .gh-pill { background: #CFFAFE; color: #0E7490; }
.gh-state--booked .gh-pill { background: #EDE9FE; color: #6D28D9; }
.gh-state--paused .gh-mini__time, .gh-state--paused .gh-station__timer { animation: gh-blink 1.4s infinite; }

.gh-toast {
    position: absolute; inset-inline-start: -18px; bottom: -22px; display: flex; gap: 12px; align-items: center;
    padding: 12px 16px; border-radius: 16px; background: var(--gh-panel); border: 1px solid rgba(37, 211, 102, .45);
    box-shadow: 0 20px 40px rgba(15, 23, 42, .16); max-width: 290px;
    opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .45s ease, transform .45s ease;
}
.gh-toast.is-show { opacity: 1; transform: none; }
.gh-toast__icon { display: inline-flex; width: 36px; height: 36px; border-radius: 12px; align-items: center; justify-content: center; background: #25D366; color: #fff; flex: none; }
.gh-toast strong { display: block; font-size: .9rem; }
.gh-toast small { display: block; color: var(--gh-muted); font-size: .78rem; margin-top: 2px; line-height: 1.5; }

/* ---------- Marquee ---------- */
.gh-marquee { border-block: 1px solid var(--gh-line); background: var(--gh-bg-2); overflow: hidden; padding: 16px 0; }
.gh-marquee__track { display: flex; gap: 14px; width: max-content; animation: gh-marquee 36s linear infinite; }
.gh-marquee:hover .gh-marquee__track { animation-play-state: paused; }
@keyframes gh-marquee { to { transform: translateX(-50%); } }
.gh-marquee__item {
    display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px;
    background: var(--gh-panel); border: 1px solid var(--gh-line); font-weight: 700; white-space: nowrap; color: var(--gh-text); box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
}
.gh-marquee__icon { display: inline-flex; width: 26px; color: var(--gh-orange-2); }
.gh-marquee__icon svg { width: 100%; height: auto; }

/* ---------- Sections ---------- */
.gh-sec { position: relative; padding: 88px 0; }
.gh-sec--deep { background: var(--gh-bg-2); border-block: 1px solid var(--gh-line); }
.gh-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.gh-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
.gh-head p { font-size: 1.05rem; line-height: 1.85; margin: 0; }

/* Reveal — below-the-fold blocks fade up when scrolled into view (JS adds .is-in).
   Hero copy is never hidden: it is the LCP content, so it only slides in via CSS. */
.gh-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); transition-delay: calc(var(--i, 0) * 80ms); }
.gh-reveal.is-in { opacity: 1; transform: none; }
.gh-in { animation: gh-rise .8s cubic-bezier(.2, .7, .2, 1) both; }
.gh-hero__copy .gh-in:nth-child(3) { animation-delay: 60ms; } .gh-hero__copy .gh-in:nth-child(4) { animation-delay: 120ms; }
.gh-hero__copy .gh-in:nth-child(5) { animation-delay: 180ms; } .gh-hero__copy .gh-in:nth-child(6) { animation-delay: 240ms; }
.gh-hero__stage.gh-in { animation: gh-stage 1s cubic-bezier(.2, .7, .2, 1) .15s both; }
@keyframes gh-rise { from { transform: translateY(18px); } }
@keyframes gh-stage { from { opacity: 0; transform: translateY(30px) scale(.97); } }

/* Journey */
.gh-journey { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); position: relative; }
@media (min-width: 1100px) {
    .gh-journey { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .gh-journey::before {
        content: ''; position: absolute; top: 46px; inset-inline: 8%; height: 2px;
        background: linear-gradient(90deg, var(--gh-orange), var(--gh-cyan));
        transform: scaleX(0); transform-origin: var(--gh-origin, right); transition: transform 1.6s ease .2s; opacity: .6;
    }
    [dir="ltr"] .gh-journey::before { --gh-origin: left; }
    .gh-journey.is-drawn::before { transform: scaleX(1); }
}
.gh-journey__step { position: relative; padding: 22px 18px; border-radius: 20px; background: var(--gh-panel); border: 1px solid var(--gh-line); text-align: center; box-shadow: var(--gh-shadow); }
.gh-journey__num {
    position: absolute; top: 12px; inset-inline-start: 14px; font-size: .75rem; font-weight: 800;
    color: var(--gh-muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gh-journey__icon {
    position: relative; z-index: 1; display: inline-flex; width: 52px; height: 52px; border-radius: 16px; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #FFE4D0, #EDE9FE); border: 1px solid rgba(240, 108, 20, .30);
    color: #B74D0D; margin-bottom: 14px; box-shadow: 0 0 0 6px var(--gh-bg);
}
.gh-journey__icon .wt-icon { width: 22px; height: 22px; }
.gh-journey__step h3 { font-size: 1.02rem; font-weight: 800; margin: 0 0 6px; }
.gh-journey__step p { font-size: .9rem; line-height: 1.7; margin: 0; }

/* Live board */
.gh-board { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
@media (min-width: 1000px) { .gh-board { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.gh-station {
    position: relative; overflow: hidden; border-radius: 20px; padding: 18px;
    background: var(--gh-panel);
    border: 1px solid var(--gh-line); box-shadow: var(--gh-shadow); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.gh-station::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 3px 0 0 var(--gh-state); opacity: .9; }
.gh-station:hover { transform: translateY(-3px); }
.gh-station.gh-flash { animation: gh-flash .7s ease; }
@keyframes gh-flash { 40% { box-shadow: 0 0 0 3px var(--gh-orange), 0 0 50px rgba(240, 108, 20, .5); } }
.gh-station__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.gh-station__code { font-weight: 800; font-size: 1.05rem; letter-spacing: .03em; }
.gh-station__game { margin: 4px 0 10px; font-size: .88rem; }
.gh-station__timer { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 2rem; font-weight: 700; letter-spacing: .02em; color: var(--gh-text); }
.gh-station__meta { display: flex; gap: 16px; margin: 8px 0 14px; font-size: .88rem; color: var(--gh-muted); }
.gh-station__meta span { display: inline-flex; align-items: center; gap: 6px; }
.gh-station__meta b { color: var(--gh-text); }
.gh-station__meta .wt-icon { width: 15px; height: 15px; }
.gh-station__actions { display: flex; flex-wrap: wrap; gap: 6px; }
.gh-station__actions button {
    border: 1px solid var(--gh-line-2); background: var(--gh-bg-2); color: var(--gh-text);
    border-radius: 10px; padding: 7px 11px; font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer;
    transition: background .2s, border-color .2s;
}
.gh-station__actions button:hover { background: var(--wt-orange-50, #FFF4EC); border-color: var(--gh-orange); color: var(--gh-orange-2); }
.gh-state--free .gh-station__actions, .gh-state--booked .gh-station__actions { opacity: .35; pointer-events: none; }
.gh-station__bar { position: absolute; inset-inline: 0; bottom: 0; height: 3px; background: var(--gh-line); }
.gh-station__bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gh-orange), var(--gh-amber)); transition: width .6s ease; }
.gh-ticks { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 12px 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.gh-ticks--col { grid-template-columns: 1fr; margin-top: 22px; }
.gh-ticks li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; color: var(--gh-text); font-size: .95rem; }
.gh-ticks .wt-icon { width: 18px; height: 18px; margin-top: 4px; color: #16A34A; }

/* Pricing */
.gh-pricing { display: grid; gap: 24px; align-items: start; }
@media (min-width: 1000px) { .gh-pricing { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); } }
.gh-modes { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.gh-mode { display: flex; gap: 14px; padding: 18px; border-radius: 18px; background: var(--gh-panel); border: 1px solid var(--gh-line); box-shadow: 0 6px 18px rgba(15, 23, 42, .04); transition: border-color .25s, background .25s; }
.gh-mode:hover { border-color: rgba(240, 108, 20, .45); background: var(--gh-panel-2); }
.gh-mode__icon { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; background: rgba(240, 108, 20, .14); color: var(--gh-orange-2); flex: none; }
.gh-mode h3 { font-size: 1rem; font-weight: 800; margin: 0 0 4px; }
.gh-mode p { margin: 0; font-size: .9rem; line-height: 1.7; }
.gh-quote {
    position: sticky; top: 100px; border-radius: 22px; padding: 22px;
    background: linear-gradient(160deg, var(--wt-orange-50, #FFF4EC), var(--gh-panel) 70%);
    border: 1px solid rgba(240, 108, 20, .30); box-shadow: 0 30px 70px rgba(15, 23, 42, .10);
}
.gh-quote h3 { margin: 0 0 14px; font-size: 1.15rem; font-weight: 800; }
.gh-quote__games { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.gh-quote__games button {
    border: 1px solid var(--gh-line-2); background: var(--gh-panel); color: var(--gh-text);
    border-radius: 999px; padding: 8px 14px; font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer;
}
.gh-quote__games button[aria-pressed="true"] { background: var(--gh-orange); border-color: var(--gh-orange); color: #fff; }
.gh-quote__row { display: grid; gap: 8px; margin-bottom: 14px; }
.gh-quote__row[hidden] { display: none; }
.gh-quote__row span { display: flex; justify-content: space-between; font-weight: 700; font-size: .92rem; }
.gh-quote__row b { color: var(--gh-orange-2); }
.gh-quote input[type="range"] { width: 100%; accent-color: var(--gh-orange); }
.gh-quote__switch { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .92rem; margin-bottom: 16px; cursor: pointer; }
.gh-quote__switch input { width: 18px; height: 18px; accent-color: var(--gh-orange); }
.gh-quote__total { display: grid; gap: 4px; padding: 16px; border-radius: 16px; background: var(--gh-panel); border: 1px solid var(--gh-line-2); }
.gh-quote__total > span { font-size: .85rem; color: var(--gh-muted); }
.gh-quote__total strong { font-size: 2.2rem; font-weight: 800; line-height: 1.1; }
.gh-quote__total strong small { font-size: .95rem; color: var(--gh-muted); }
.gh-quote__total > small { color: #B45309; font-weight: 700; font-size: .85rem; }
.gh-pop { animation: gh-pop .35s ease; }
@keyframes gh-pop { 40% { transform: scale(1.08); color: var(--gh-orange-2); } }

/* Split sections */
.gh-split { display: grid; gap: 44px; align-items: center; }
@media (min-width: 1000px) {
    .gh-split { grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); }
    .gh-split--rev > :first-child { order: 2; }
}
.gh-split__copy h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.35; margin: 0 0 14px; }
.gh-split__copy > p { font-size: 1.03rem; line-height: 1.9; margin: 0; }

/* Phone mock */
.gh-phone {
    position: relative; width: min(320px, 100%); margin-inline: auto; padding: 18px 16px 20px; border-radius: 38px;
    background: var(--gh-panel); border: 1px solid var(--gh-line-2);
    box-shadow: 0 40px 80px rgba(15, 23, 42, .16), inset 0 0 0 6px #1F2937;
}
.gh-phone__notch { width: 110px; height: 22px; border-radius: 0 0 14px 14px; background: #1F2937; margin: -18px auto 14px; }
.gh-phone__head { display: flex; justify-content: space-between; align-items: center; padding: 0 6px 12px; font-size: .88rem; }
.gh-phone__head span { font-weight: 800; color: var(--gh-orange-2); }
.gh-phone__items { display: grid; gap: 10px; }
.gh-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 16px; background: var(--gh-bg-2); border: 1px solid var(--gh-line); opacity: .55; transform: translateX(0); color: var(--gh-text); }
.gh-item b { display: block; font-size: .9rem; }
.gh-item small { color: var(--gh-muted); font-size: .8rem; }
.gh-item i { margin-inline-start: auto; font-style: normal; width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--gh-orange); color: #fff; font-weight: 800; }
.gh-item__img { width: 44px; height: 44px; border-radius: 12px; flex: none; }
.gh-item__img--a { background: linear-gradient(135deg, #22D3EE, #0e7490); }
.gh-item__img--b { background: linear-gradient(135deg, #F59E0B, #b45309); }
.gh-item__img--c { background: linear-gradient(135deg, #F43F5E, #9f1239); }
.gh-phone__cart {
    display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 14px; padding: 12px 14px;
    border-radius: 16px; background: linear-gradient(135deg, var(--gh-orange), #c9530c); color: #fff; font-size: .88rem;
    opacity: 0; transform: translateY(12px);
}
.gh-phone__cart strong { font-size: 1rem; }
.gh-phone.is-play .gh-item { animation: gh-item 4.8s ease infinite; }
.gh-phone.is-play .gh-item:nth-child(2) { animation-delay: .6s; }
.gh-phone.is-play .gh-item:nth-child(3) { animation-delay: 1.2s; }
.gh-phone.is-play .gh-phone__cart { animation: gh-cart 4.8s ease infinite; }
@keyframes gh-item { 0%, 8% { opacity: .55; } 14%, 80% { opacity: 1; border-color: rgba(240, 108, 20, .5); background: var(--wt-orange-50, #FFF4EC); } 100% { opacity: .55; } }
@keyframes gh-cart { 0%, 30% { opacity: 0; transform: translateY(12px); } 40%, 85% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(12px); } }

/* Tournament card */
.gh-cup {
    position: relative; width: min(380px, 100%); margin-inline: auto; padding: 28px 24px; border-radius: 26px; text-align: center;
    background: radial-gradient(120% 90% at 50% 0%, #FEF3C7, var(--gh-panel) 60%);
    border: 1px solid rgba(245, 158, 11, .40); box-shadow: 0 30px 70px rgba(15, 23, 42, .10);
}
.gh-cup__badge {
    width: 76px; height: 76px; margin: -62px auto 12px; border-radius: 24px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #fde68a, #f59e0b); color: #3b2503; box-shadow: 0 12px 30px rgba(245, 158, 11, .45);
    animation: gh-bob 5s ease-in-out infinite;
}
.gh-cup__badge .wt-icon { width: 36px; height: 36px; }
.gh-cup__label { display: block; font-size: 1.15rem; font-weight: 800; margin-bottom: 16px; }
.gh-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 18px; }
.gh-countdown div { padding: 10px 4px; border-radius: 14px; background: var(--gh-panel); border: 1px solid var(--gh-line-2); }
.gh-countdown b { display: block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.5rem; }
.gh-countdown small { font-size: .72rem; color: var(--gh-muted); }
.gh-cap { text-align: start; margin-bottom: 14px; }
.gh-cap__row { display: flex; justify-content: space-between; font-size: .9rem; font-weight: 700; margin-bottom: 8px; }
.gh-cap__bar { height: 10px; border-radius: 999px; background: var(--gh-line); overflow: hidden; }
.gh-cap__bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--gh-amber), var(--gh-orange)); transition: width .1s linear; }
.gh-cup__fee { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px dashed var(--gh-line); font-size: .92rem; }
.gh-cup__cta { display: block; margin-top: 8px; padding: 12px; border-radius: 14px; background: var(--gh-orange); color: #fff; font-weight: 800; }

/* Bento */
.gh-bento { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
@media (min-width: 1000px) { .gh-bento { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.gh-card { padding: 22px; border-radius: 22px; background: var(--gh-panel); border: 1px solid var(--gh-line); box-shadow: 0 6px 18px rgba(15, 23, 42, .04); }
.gh-card h3 { font-size: 1.08rem; font-weight: 800; margin: 0 0 8px; }
.gh-card p { margin: 0; font-size: .93rem; line-height: 1.75; }
.gh-card__icon { display: inline-flex; width: 44px; height: 44px; border-radius: 14px; align-items: center; justify-content: center; background: var(--wt-orange-50, #FFF4EC); color: var(--gh-orange-2); margin-bottom: 14px; }
.gh-card--ring { display: flex; gap: 18px; align-items: center; }
.gh-ring { position: relative; width: 104px; height: 104px; flex: none; }
.gh-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.gh-ring circle { fill: none; stroke-width: 10; }
.gh-ring__bg { stroke: var(--gh-line); }
.gh-ring__fg { stroke: var(--gh-orange); stroke-linecap: round; stroke-dasharray: var(--p) 100; }
.gh-ring > span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.3rem; }
.gh-bars { display: flex; align-items: flex-end; gap: 6px; height: 170px; margin: 14px 0 16px; padding-bottom: 2px; border-bottom: 1px solid var(--gh-line); }
.gh-bars span { flex: 1; height: 4%; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #F06C14, #FDC9A1); transition: height 1s cubic-bezier(.2, .7, .2, 1); }
.gh-bars.is-grown span { height: var(--h); }
.gh-bars span:nth-child(n) { transition-delay: calc(var(--d, 0) * 1ms); }
.gh-bars span:nth-child(2) { --d: 60; } .gh-bars span:nth-child(3) { --d: 120; } .gh-bars span:nth-child(4) { --d: 180; }
.gh-bars span:nth-child(5) { --d: 240; } .gh-bars span:nth-child(6) { --d: 300; } .gh-bars span:nth-child(7) { --d: 360; }
.gh-bars span:nth-child(8) { --d: 420; } .gh-bars span:nth-child(9) { --d: 480; } .gh-bars span:nth-child(10) { --d: 540; }
.gh-bars span:nth-child(11) { --d: 600; } .gh-bars span:nth-child(12) { --d: 660; }

/* FAQ */
.gh-faq { max-width: 860px; }
.gh-faq details { border-radius: 16px; background: var(--gh-panel); border: 1px solid var(--gh-line); margin-bottom: 10px; box-shadow: 0 4px 12px rgba(15, 23, 42, .03); }
.gh-faq summary { display: flex; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 18px 20px; font-weight: 800; line-height: 1.6; }
.gh-faq summary::-webkit-details-marker { display: none; }
.gh-faq summary::after { content: '+'; flex: none; color: var(--gh-orange-2); font-size: 1.3rem; line-height: 1; }
.gh-faq details[open] summary::after { content: '–'; }
.gh-faq details p { margin: 0; padding: 0 20px 18px; line-height: 1.9; }

/* CTA */
.gh-cta { position: relative; isolation: isolate; padding: 96px 0 100px; text-align: center; background: radial-gradient(80% 90% at 50% 100%, rgba(240, 108, 20, .16), transparent 70%), var(--gh-bg-2); }
.gh-cta__inner { max-width: 760px; }
.gh-cta__icon { display: inline-flex; width: 84px; color: var(--gh-orange); margin-bottom: 18px; filter: drop-shadow(0 10px 18px rgba(240, 108, 20, .35)); animation: gh-bob 5s ease-in-out infinite; }
.gh-cta__icon svg { width: 100%; height: auto; }
.gh-cta h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; margin: 0 0 14px; }
.gh-cta p { font-size: 1.05rem; line-height: 1.85; margin: 0 auto 26px; }
.gh-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.gh-links a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--gh-line-2); background: var(--gh-panel); color: var(--gh-muted); text-decoration: none; font-size: .88rem; }
.gh-links a:hover { color: var(--gh-text); border-color: rgba(240, 108, 20, .5); }

/* Mobile */
@media (max-width: 640px) {
    .gh-hero { padding: 96px 0 56px; }
    .gh-hero__title { font-size: 2rem; }
    .gh-btn { width: 100%; justify-content: center; }
    .gh-screen { transform: none; padding: 12px; }
    .gh-mini { gap: 8px; }
    .gh-mini__tile { padding: 12px; min-height: 112px; }
    .gh-mini__time { font-size: 1.1rem; }
    .gh-toast { position: relative; inset: auto; margin-top: 12px; max-width: none; }
    .gh-sec { padding: 64px 0; }
    .gh-head { margin-bottom: 30px; }
    .gh-station__timer { font-size: 1.7rem; }
    .gh-quote { position: static; }
    .gh-float--1, .gh-float--2, .gh-float--3, .gh-float--4 { display: none; }
    .gh-cta { padding-bottom: calc(64px + 72px); }
}

@media (prefers-reduced-motion: reduce) {
    .gh *, .gh *::before, .gh *::after { animation: none !important; transition: none !important; }
    .gh-reveal { opacity: 1; transform: none; }
    .gh-bars span { height: var(--h); }
}

/* Range sliders — light track with brand-orange fill (the native track rendered near-black) */
.gh-quote input[type="range"] {
    -webkit-appearance: none; appearance: none; height: 8px; border-radius: 999px; cursor: pointer;
    background: linear-gradient(90deg, #F06C14 var(--gh-fill, 20%), var(--gh-line-2) var(--gh-fill, 20%));
}
[dir="rtl"] .gh-quote input[type="range"] { direction: ltr; }
.gh-quote input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%;
    background: #fff; border: 3px solid #F06C14; box-shadow: 0 2px 8px rgba(240, 108, 20, .35);
}
.gh-quote input[type="range"]::-moz-range-thumb {
    width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid #F06C14;
}
.gh-quote input[type="range"]::-moz-range-track { background: transparent; }

/* ---------- Hero arena: animated controller + floating feature chips (2026-09-25 v2) ---------- */
.gh-arena { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
.gh-arena__glow {
    position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 108, 20, .22), rgba(139, 92, 246, .10) 45%, transparent 70%);
    animation: gh-breathe 6s ease-in-out infinite;
}
.gh-arena__ring { position: absolute; border-radius: 50%; border: 1.5px dashed rgba(240, 108, 20, .28); }
.gh-arena__ring--1 { width: 86%; aspect-ratio: 1; animation: gh-spin 40s linear infinite; }
.gh-arena__ring--2 { width: 62%; aspect-ratio: 1; border-color: rgba(139, 92, 246, .22); animation: gh-spin 28s linear infinite reverse; }
@keyframes gh-spin { to { transform: rotate(360deg); } }
@keyframes gh-breathe { 50% { transform: scale(1.08); opacity: .85; } }

.gh-pad {
    position: relative; z-index: 1; width: min(460px, 92%); height: auto; overflow: visible;
    filter: drop-shadow(0 30px 40px rgba(15, 23, 42, .18)) drop-shadow(0 8px 12px rgba(15, 23, 42, .08));
    animation: gh-pad-float 6s ease-in-out infinite;
    transform-origin: 50% 60%;
}
@keyframes gh-pad-float {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-16px) rotate(2deg); }
}
.gh-pad__body { fill: url(#ghBody); stroke: #E2E8F0; stroke-width: 2; }
.gh-pad__shoulder { fill: #D7DCE4; }
.gh-pad__shoulder--l { animation: gh-shoulder 4.8s ease-in-out infinite; }
.gh-pad__shoulder--r { animation: gh-shoulder 4.8s ease-in-out 2.4s infinite; }
@keyframes gh-shoulder { 0%, 86%, 100% { transform: none; fill: #D7DCE4; } 90% { transform: translateY(5px); fill: #F06C14; } }
.gh-pad__light { animation: gh-lightbar 3s ease-in-out infinite; }
@keyframes gh-lightbar { 50% { opacity: .35; } }
.gh-pad__dpad rect { fill: #1F2937; }
.gh-pad__home { fill: #1F2937; stroke: #F06C14; stroke-width: 2; }
.gh-face circle:first-child { fill: #F8FAFC; stroke: #E2E8F0; stroke-width: 1.5; }
.gh-face { transform-box: fill-box; transform-origin: center; }
.gh-face > * { transition: none; }
.gh-face--1 { animation: gh-press 4s ease-in-out infinite; }
.gh-face--2 { animation: gh-press 4s ease-in-out 1s infinite; }
.gh-face--3 { animation: gh-press 4s ease-in-out 2s infinite; }
.gh-face--4 { animation: gh-press 4s ease-in-out 3s infinite; }
@keyframes gh-press {
    0%, 20%, 100% { transform: scale(1); filter: none; }
    8% { transform: scale(.82); filter: drop-shadow(0 0 8px rgba(240, 108, 20, .9)); }
}
.gh-stick__base { fill: #111827; }
.gh-stick__cap { fill: #374151; stroke: #4B5563; stroke-width: 2; }
.gh-stick { transform-box: fill-box; transform-origin: center; }
.gh-stick--l .gh-stick__cap { animation: gh-stick-l 5s ease-in-out infinite; }
.gh-stick--r .gh-stick__cap { animation: gh-stick-r 6s ease-in-out infinite; }
@keyframes gh-stick-l { 25% { transform: translate(6px, -5px); } 50% { transform: translate(-5px, 4px); } 75% { transform: translate(4px, 6px); } }
@keyframes gh-stick-r { 30% { transform: translate(-6px, -3px); } 60% { transform: translate(5px, 5px); } }
.gh-arena__shadow {
    position: absolute; bottom: 40px; width: 52%; height: 22px; border-radius: 50%;
    background: radial-gradient(closest-side, rgba(15, 23, 42, .16), transparent);
    animation: gh-shadow 6s ease-in-out infinite;
}
@keyframes gh-shadow { 50% { transform: scaleX(.82); opacity: .6; } }

.gh-chip {
    position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 16px; background: rgba(255, 255, 255, .92);
    border: 1px solid var(--gh-line); box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    white-space: nowrap; animation: gh-chip-in .8s cubic-bezier(.2, .7, .2, 1) both, gh-chip-bob 6s ease-in-out infinite;
}
.gh-chip b { display: block; font-size: .88rem; color: var(--gh-text); line-height: 1.3; }
.gh-chip small { display: block; font-size: .75rem; color: var(--gh-muted); line-height: 1.4; }
.gh-chip__icon { display: inline-flex; width: 34px; height: 34px; border-radius: 11px; align-items: center; justify-content: center; flex: none; }
.gh-chip__icon .wt-icon { width: 17px; height: 17px; }
.gh-chip__icon--green { background: #DCFCE7; color: #15803D; }
.gh-chip__icon--wa { background: #25D366; color: #fff; }
.gh-chip__icon--orange { background: #FFE4D0; color: #B74D0D; }
.gh-chip__icon--amber { background: #FEF3C7; color: #B45309; }
.gh-chip__icon--violet { background: #EDE9FE; color: #6D28D9; }
.gh-chip--1 { top: 6%; inset-inline-start: 0; animation-delay: .5s, 0s; }
.gh-chip--2 { top: 14%; inset-inline-end: 0; animation-delay: .7s, 1.2s; }
.gh-chip--3 { bottom: 18%; inset-inline-start: 2%; animation-delay: .9s, 2.4s; }
.gh-chip--4 { bottom: 6%; inset-inline-end: 4%; animation-delay: 1.1s, 3.6s; }
.gh-chip--5 { top: 46%; inset-inline-end: -2%; animation-delay: 1.3s, .6s; }
@keyframes gh-chip-in { from { opacity: 0; transform: translateY(14px) scale(.94); } }
@keyframes gh-chip-bob { 50% { translate: 0 -8px; } }

@media (max-width: 1100px) and (min-width: 1000px) { .gh-chip--5 { display: none; } }
@media (max-width: 640px) {
    .gh-arena { min-height: 360px; margin-inline: -6px; }
    .gh-pad { width: 88%; }
    .gh-chip { padding: 8px 10px; gap: 8px; border-radius: 13px; }
    .gh-chip b { font-size: .78rem; }
    .gh-chip small { font-size: .68rem; }
    .gh-chip__icon { width: 28px; height: 28px; border-radius: 9px; }
    .gh-chip--1 { top: 0; }
    .gh-chip--2 { top: 12%; }
    .gh-chip--3 { bottom: 6%; }
    .gh-chip--4 { bottom: -2%; }
    .gh-chip--5 { display: none; }
}
@media (prefers-reduced-motion: reduce) { .gh-chip { opacity: 1; } }

/* ---------- Plans ---------- */
.gh-billing { display: flex; width: max-content; margin: 0 auto 34px; padding: 5px; gap: 4px; border-radius: 999px; background: var(--gh-panel); border: 1px solid var(--gh-line-2); box-shadow: var(--gh-shadow); }
.gh-billing button { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--gh-muted); font: inherit; font-weight: 800; font-size: .92rem; padding: 10px 20px; border-radius: 999px; cursor: pointer; transition: background .2s, color .2s; }
.gh-billing button[aria-pressed="true"] { background: var(--gh-orange); color: #fff; }
.gh-billing__save { font-size: .72rem; font-weight: 800; padding: 2px 8px; border-radius: 999px; background: #DCFCE7; color: #15803D; }
.gh-plans { display: grid; gap: 22px; max-width: 900px; margin: 0 auto; }
@media (min-width: 820px) { .gh-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; } }
.gh-plan {
    position: relative; display: flex; flex-direction: column; gap: 16px;
    padding: 30px 26px 26px; border-radius: 26px; background: var(--gh-panel);
    border: 1px solid var(--gh-line-2); box-shadow: var(--gh-shadow);
}
.gh-plan--featured {
    border: 2px solid var(--gh-orange);
    box-shadow: 0 30px 70px rgba(240, 108, 20, .18);
    background: linear-gradient(180deg, var(--wt-orange-50, #FFF4EC), var(--gh-panel) 45%);
}
.gh-plan__ribbon {
    position: absolute; top: -14px; inset-inline-start: 50%; transform: translateX(-50%);
    padding: 6px 14px; border-radius: 999px; background: var(--gh-orange); color: #fff; font-size: .8rem; font-weight: 800; white-space: nowrap;
    box-shadow: 0 8px 20px rgba(240, 108, 20, .35);
}
[dir="rtl"] .gh-plan__ribbon { transform: translateX(50%); }
.gh-plan header h3 { font-size: 1.4rem; font-weight: 800; margin: 0 0 4px; }
.gh-plan__tag { display: inline-block; font-size: .78rem; font-weight: 800; color: #6D28D9; background: #EDE9FE; padding: 3px 10px; border-radius: 999px; margin-bottom: 6px; }
.gh-plan header p { margin: 0; font-size: .95rem; }
.gh-plan__price { display: flex; align-items: baseline; gap: 8px; }
.gh-plan__price strong { font-size: 3rem; font-weight: 800; line-height: 1; color: var(--gh-text); letter-spacing: -.02em; }
.gh-plan__price span { color: var(--gh-muted); font-weight: 700; }
.gh-plan__billed { margin: -8px 0 0; font-size: .85rem; font-weight: 700; color: #15803D !important; min-height: 1.4em; }
.gh-plan__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.gh-plan__stats div { padding: 10px 6px; border-radius: 14px; background: var(--gh-bg-2); border: 1px solid var(--gh-line); text-align: center; }
.gh-plan__stats b { display: block; font-size: 1.15rem; font-weight: 800; color: var(--gh-text); }
.gh-plan__stats span { display: block; font-size: .72rem; color: var(--gh-muted); line-height: 1.35; margin-top: 2px; }
.gh-plan__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gh-plan__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; line-height: 1.6; color: var(--gh-text); }
.gh-plan__list .wt-icon { width: 18px; height: 18px; margin-top: 3px; color: #16A34A; flex: none; }
.gh-plan__cta { margin-top: auto; justify-content: center; }
.gh-plans__note { text-align: center; max-width: 720px; margin: 26px auto 0; font-size: .88rem; line-height: 1.8; }
.gh-plans__note a { color: var(--gh-orange-2); font-weight: 700; }
@media (max-width: 640px) {
    .gh-plan { padding: 26px 18px 20px; }
    .gh-plan__price strong { font-size: 2.5rem; }
    .gh-billing button { padding: 9px 14px; }
}


/* ---------- Hero controller — the same artwork as the Game Hub store theme (v5) ----------
   Angled DualSense render with a real alpha channel (site.watily.com media 2499),
   floating with the theme's own motion, cyan/fuchsia glow, feature chips around it. */
.gh-arena__glow { background: radial-gradient(circle, rgba(34, 211, 238, .22), rgba(217, 70, 239, .14) 45%, rgba(240, 108, 20, .08) 62%, transparent 72%); }
.gh-pad { position: relative; z-index: 1; width: min(440px, 84%); animation: gh-controller-float 7s ease-in-out infinite; }
.gh-pad picture, .gh-pad img { display: block; width: 100%; height: auto; }
.gh-pad img { filter: drop-shadow(0 30px 40px rgba(15, 23, 42, .28)) drop-shadow(0 0 45px rgba(34, 211, 238, .25)); }
@keyframes gh-controller-float {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-24px) rotate(4deg); }
}
.gh-arena__shadow { bottom: 36px; width: 50%; height: 28px; background: radial-gradient(closest-side, rgba(15, 23, 42, .20), transparent); animation: gh-shadow 7s ease-in-out infinite; }
@media (max-width: 640px) {
    .gh-arena { min-height: 380px; }
    .gh-pad { width: 76%; }
}
@media (prefers-reduced-motion: reduce) { .gh-pad { animation: none; transform: rotate(-4deg); } }

/* Orange buttons always carry white text (the generic `.gh a { color: inherit }` was winning) */
.gh a.gh-btn--primary, .gh .gh-btn--primary, .gh .gh-btn--primary span, .gh .gh-btn--primary .wt-icon { color: #fff; }
.gh .gh-cup__cta, .gh .gh-plan__ribbon, .gh .gh-billing button[aria-pressed="true"], .gh .gh-quote__games button[aria-pressed="true"] { color: #fff; }

/* Venues */
.gh-sec--tight { padding: 64px 0 40px; }
.gh-venues { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.gh-venue { position: relative; overflow: hidden; padding: 24px 22px; border-radius: 22px; background: var(--gh-panel); border: 1px solid var(--gh-line); box-shadow: var(--gh-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.gh-venue:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(15, 23, 42, .12); }
.gh-venue::after { content: ''; position: absolute; inset-inline-end: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: var(--gh-tone-bg); opacity: .6; }
.gh-venue__icon { display: inline-flex; width: 54px; height: 54px; border-radius: 16px; align-items: center; justify-content: center; background: var(--gh-tone-bg); color: var(--gh-tone); margin-bottom: 14px; }
.gh-venue__icon svg { width: 30px; height: auto; }
.gh-venue h3 { font-size: 1.08rem; font-weight: 800; margin: 0 0 6px; position: relative; z-index: 1; }
.gh-venue p { margin: 0; font-size: .92rem; line-height: 1.75; position: relative; z-index: 1; }
.gh-venue--orange { --gh-tone: #F06C14; --gh-tone-bg: #FFE4D0; }
.gh-venue--green { --gh-tone: #15803D; --gh-tone-bg: #DCFCE7; }
.gh-venue--cyan { --gh-tone: #0E7490; --gh-tone-bg: #CFFAFE; }
.gh-venue--violet { --gh-tone: #6D28D9; --gh-tone-bg: #EDE9FE; }

/* Plans: three columns on wide screens */
.gh-plans { max-width: 1180px; }
@media (min-width: 1080px) { .gh-plans { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 820px) and (max-width: 1079px) { .gh-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
