/* ═══════════════════════════════════════════════
   7XL עם רועי — סוכן רשמי
   Obsidian black · 7XL red · champagne gold
   ═══════════════════════════════════════════════ */

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('/assets/fonts/frank-ruhl-hebrew.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('/assets/fonts/frank-ruhl-latin.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F;
}
@font-face {
    font-family: 'Rubik';
    src: url('/assets/fonts/rubik-hebrew.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Rubik';
    src: url('/assets/fonts/rubik-latin.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F;
}
@font-face { font-family: 'Heebo'; src: url('/assets/fonts/heebo-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Heebo'; src: url('/assets/fonts/heebo-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Heebo'; src: url('/assets/fonts/heebo-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Heebo'; src: url('/assets/fonts/heebo-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Heebo'; src: url('/assets/fonts/heebo-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }

:root {
    --ink: #070608;
    --coal: #0E0B10;
    --card: #16121A;
    --line: rgba(216, 179, 106, .22);
    --line-soft: rgba(243, 237, 228, .09);
    --gold-metal: linear-gradient(100deg, #8A6A2F 0%, #D8B36A 22%, #F7E7B4 38%, #D8B36A 52%, #9C7838 70%, #E8CB86 88%, #B08D45 100%);
    --red: #E8232E;
    --red-deep: #9E1420;
    --gold: #D8B36A;
    --gold-bright: #F0D293;
    --bone: #F3EDE4;
    --muted: #A79DB0;
    --wa: #25D366;
    --display: 'Rubik', 'Heebo', sans-serif;
    --body: 'Heebo', -apple-system, sans-serif;
    --radius: 18px;
    --shadow-red: 0 12px 44px rgba(232, 35, 46, .32);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
    font-family: var(--body);
    background:
        radial-gradient(1200px 700px at 100% -5%, rgba(158, 20, 32, .2), transparent 60%),
        radial-gradient(1000px 700px at 0% 30%, rgba(216, 179, 106, .05), transparent 55%),
        var(--ink);
    color: var(--bone);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: '';
    position: fixed; inset: 0; pointer-events: none; z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cpath d='M35 28c-4.4-4-8-6.9-8-10.5 0-2.5 2-4.5 4.4-4.5 1.4 0 2.8.7 3.6 1.8.8-1.1 2.2-1.8 3.6-1.8 2.5 0 4.4 2 4.4 4.5 0 3.6-3.6 6.5-8 10.5z' fill='%23F3EDE4' fill-opacity='.012'/%3E%3Cpath d='M105 90l2.9 6.4 6.1 2.6-6.1 2.6-2.9 6.4-2.9-6.4-6.1-2.6 6.1-2.6z' fill='%23E8232E' fill-opacity='.014'/%3E%3C/svg%3E");
}
main, footer, .nav, .offer-bar { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--red); color: #fff; }

.skip-link {
    position: absolute; top: -60px; right: 16px; z-index: 300;
    background: var(--red); color: #fff; padding: 10px 20px; border-radius: 8px;
    transition: top .2s;
}
.skip-link:focus { top: 12px; }

a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 6px;
}

/* ═══════ Buttons ═══════ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--body); font-weight: 700; font-size: 1rem;
    padding: 15px 30px; border-radius: 999px; border: 1px solid transparent;
    cursor: pointer; white-space: nowrap;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s, color .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-red {
    position: relative; overflow: hidden;
    background: linear-gradient(175deg, #FF4D56 0%, var(--red) 42%, #C11722 78%, var(--red-deep));
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255, 255, 255, .35), inset 0 -2px 6px rgba(0, 0, 0, .3);
}
.btn-red::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 62%);
    transform: translateX(160%);
    transition: transform .8s var(--ease);
}
.btn-red:hover::after { transform: translateX(-160%); }
.btn-red:hover { box-shadow: 0 18px 56px rgba(232, 35, 46, .5), inset 0 1px 0 rgba(255, 255, 255, .35), inset 0 -2px 6px rgba(0, 0, 0, .3); }

.btn-gold {
    background: linear-gradient(180deg, rgba(216, 179, 106, .12), rgba(216, 179, 106, .04));
    color: var(--gold-bright);
    border-color: rgba(216, 179, 106, .55);
    box-shadow: inset 0 1px 0 rgba(247, 231, 180, .18);
}
.btn-gold:hover { background: rgba(216, 179, 106, .16); border-color: var(--gold-bright); box-shadow: 0 8px 30px rgba(216, 179, 106, .18), inset 0 1px 0 rgba(247, 231, 180, .18); }

.btn-ghost {
    background: transparent; color: var(--bone);
    border-color: var(--line-soft);
}
.btn-ghost:hover { border-color: rgba(243, 237, 228, .3); background: rgba(243, 237, 228, .04); }

.btn-sm { padding: 10px 20px; font-size: .9rem; }
.btn-lg { padding: 17px 36px; font-size: 1.06rem; }

/* ═══════ Nav ═══════ */
.nav {
    position: fixed; inset-inline: 0; top: 0; z-index: 200;
    background: rgba(7, 6, 8, .55);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: border-color .3s, background .3s;
}
.nav.scrolled { background: rgba(7, 6, 8, .88); border-bottom-color: var(--line-soft); }

.nav-inner {
    max-width: 1200px; margin: 0 auto; padding: 14px 24px;
    display: flex; align-items: center; gap: 28px;
}
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-brand img { width: 86px; height: auto; }
.nav-brand-tag {
    font-size: .78rem; font-weight: 500; color: var(--gold);
    border-inline-start: 1px solid var(--line); padding-inline-start: 14px;
    letter-spacing: .02em;
}
.nav-links { display: flex; gap: 26px; margin-inline-start: auto; }
.nav-links a {
    font-size: .92rem; font-weight: 500; color: var(--muted);
    transition: color .2s;
}
.nav-links a:hover { color: var(--bone); }
.nav-cta { display: flex; gap: 10px; }

.nav-burger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: 0; padding: 8px; cursor: pointer;
    margin-inline-start: auto;
}
.nav-burger span { width: 22px; height: 2px; background: var(--bone); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
    display: none; flex-direction: column; gap: 6px;
    padding: 10px 24px 24px;
    border-bottom: 1px solid var(--line-soft);
    background: rgba(7, 6, 8, .96);
}
.nav-mobile a:not(.btn) { padding: 12px 4px; font-weight: 500; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.nav-mobile .btn { margin-top: 10px; }
.nav-mobile.open { display: flex; }

/* ═══════ Hero ═══════ */
.hero {
    position: relative; min-height: 100svh;
    display: flex; align-items: center;
    padding: 130px 24px 90px;
    background:
        radial-gradient(1100px 520px at 85% -10%, rgba(158, 20, 32, .34), transparent 65%),
        radial-gradient(900px 600px at 8% 110%, rgba(216, 179, 106, .07), transparent 60%),
        var(--ink);
    overflow: hidden;
}
.hero-glow {
    position: absolute; width: 640px; height: 640px; border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 35, 46, .16), transparent 68%);
    top: 50%; inset-inline-start: 12%; transform: translateY(-50%);
    filter: blur(10px);
    pointer-events: none;
}
.hero-suits { position: absolute; inset: 0; pointer-events: none; }
.hero-suits .suit {
    position: absolute; fill: rgba(243, 237, 228, .045); width: 120px; height: 120px;
    animation: drift 14s ease-in-out infinite;
}
.hero-suits .s1 { top: 12%; inset-inline-start: 6%; width: 90px; fill: rgba(232, 35, 46, .07); }
.hero-suits .s2 { bottom: 14%; inset-inline-start: 40%; width: 140px; animation-delay: -5s; }
.hero-suits .s3 { top: 20%; inset-inline-end: 8%; width: 70px; fill: rgba(216, 179, 106, .08); animation-delay: -9s; }
@keyframes drift {
    0%, 100% { transform: translateY(0) rotate(-6deg); }
    50% { transform: translateY(-24px) rotate(5deg); }
}

.hero-inner {
    max-width: 1200px; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center;
    position: relative;
}

.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--display);
    font-size: .84rem; font-weight: 700; letter-spacing: .06em;
    color: var(--gold-bright); text-transform: none;
    border: 1px solid rgba(216, 179, 106, .38); border-radius: 999px;
    padding: 7px 18px;
    background: linear-gradient(180deg, rgba(216, 179, 106, .1), rgba(216, 179, 106, .03));
    box-shadow: inset 0 1px 0 rgba(247, 231, 180, .12);
}
.eyebrow-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 10px var(--red);
    animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: .35; } }

.hero-title {
    font-family: var(--display);
    font-weight: 900;
    font-size: clamp(2.9rem, 6.2vw, 5rem);
    line-height: 1.04;
    letter-spacing: -.02em;
    margin: 24px 0 20px;
}
.hero-title span { display: block; }
.hero-title em, .section-title em, .final-title em {
    font-style: normal;
    background: var(--gold-metal);
    background-size: 200% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShift 7s ease-in-out infinite;
    filter: drop-shadow(0 2px 14px rgba(216, 179, 106, .22));
}
@keyframes goldShift { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }

.hero-sub {
    font-size: 1.13rem; font-weight: 300; color: var(--muted);
    max-width: 520px; margin-bottom: 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions.center { justify-content: center; }
.hero-note { margin-top: 22px; font-size: .82rem; color: rgba(167, 157, 176, .75); }

/* ═══════ VIP Card — signature ═══════ */
.hero-card-wrap {
    position: relative;
    display: flex; justify-content: center;
    perspective: 1200px;
}
.vip-card {
    position: relative;
    width: min(330px, 78vw);
    aspect-ratio: 63 / 88;
    border-radius: 22px;
    background:
        radial-gradient(140% 90% at 20% 8%, rgba(216, 179, 106, .13), transparent 55%),
        linear-gradient(155deg, #221C28, #120F16 55%, #0B090E);
    border: 1px solid rgba(216, 179, 106, .38);
    box-shadow:
        0 40px 90px rgba(0, 0, 0, .65),
        0 0 0 6px rgba(7, 6, 8, .9),
        0 0 0 7px rgba(216, 179, 106, .16),
        inset 0 1px 0 rgba(243, 237, 228, .1);
    transform-style: preserve-3d;
    transition: transform .5s var(--ease);
    animation: cardFloat 7s ease-in-out infinite;
    overflow: hidden;
}
@keyframes cardFloat {
    0%, 100% { transform: rotateZ(-4deg) rotateY(7deg) translateY(0); }
    50% { transform: rotateZ(-4deg) rotateY(7deg) translateY(-16px); }
}
.vip-card-sheen {
    position: absolute; inset: -60%;
    background: linear-gradient(115deg, transparent 42%, rgba(243, 237, 228, .09) 50%, transparent 58%);
    animation: sheen 5.5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes sheen {
    0%, 55%, 100% { transform: translateX(60%); }
    25% { transform: translateX(-60%); }
}
.vip-corner {
    position: absolute; display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.vip-corner.tl { top: 20px; inset-inline-start: 22px; }
.vip-corner.br { bottom: 20px; inset-inline-end: 22px; transform: rotate(180deg); }
.vip-rank {
    font-family: var(--display); font-weight: 900; font-size: 2rem; line-height: 1;
    color: var(--red);
}
.vip-corner svg { width: 20px; height: 20px; fill: var(--red); }
.vip-center {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
    padding: 30px;
}
.vip-center img { width: 150px; height: auto; filter: drop-shadow(0 6px 18px rgba(232, 35, 46, .3)); }
.vip-divider {
    width: 54px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.vip-name {
    font-family: var(--display); font-weight: 700; font-size: 1rem;
    letter-spacing: .34em; text-indent: .34em;
    color: var(--gold-bright);
}
.vip-code {
    font-size: .8rem; font-weight: 500; letter-spacing: .18em; text-indent: .18em;
    color: var(--muted);
    border: 1px solid var(--line); border-radius: 999px; padding: 4px 16px;
}
.vip-card-shadow {
    position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%);
    width: 65%; height: 40px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, .55), transparent 70%);
    animation: shadowPulse 7s ease-in-out infinite;
}
@keyframes shadowPulse {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
    50% { transform: translateX(-50%) scale(.86); opacity: .7; }
}

/* ═══════ Ticker ═══════ */
.ticker {
    border-block: 1px solid rgba(216, 179, 106, .3);
    background:
        linear-gradient(90deg, rgba(158, 20, 32, .22), rgba(216, 179, 106, .1) 50%, rgba(158, 20, 32, .22));
    overflow: hidden;
    padding: 15px 0;
    box-shadow: inset 0 1px 0 rgba(247, 231, 180, .08), inset 0 -1px 0 rgba(0, 0, 0, .4);
}
.ticker-track {
    display: flex; align-items: center; gap: 34px;
    width: max-content;
    animation: ticker 32s linear infinite;
}
.ticker-track span {
    font-weight: 500; font-size: .95rem; color: var(--gold);
    letter-spacing: .04em; white-space: nowrap;
}
.ticker-track i { font-style: normal; color: var(--red); font-size: 1.05rem; }
@keyframes ticker { to { transform: translateX(50%); } }

/* ═══════ Stats ═══════ */
.stats { padding: 80px 24px 20px; }
.stats-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    text-align: center;
}
.stat {
    position: relative;
    padding: 32px 16px;
    border: 1px solid var(--line); border-radius: var(--radius);
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(232, 35, 46, .09), transparent 60%),
        linear-gradient(180deg, #1A1420, #0F0C12);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(247, 231, 180, .07);
    transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.stat:hover { border-color: rgba(216, 179, 106, .45); transform: translateY(-4px); box-shadow: 0 22px 54px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(247, 231, 180, .07); }
.stat-num {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.1;
    background: var(--gold-metal);
    background-size: 200% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShift 7s ease-in-out infinite;
}
.stat-label { margin-top: 8px; font-size: .88rem; color: var(--muted); }

/* ═══════ Sections ═══════ */
.section { padding: 110px 24px; max-width: 1200px; margin: 0 auto; }
.section-head { max-width: 680px; margin-bottom: 60px; }
.section-title {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.1;
    letter-spacing: -.015em;
    margin: 22px 0 18px;
}
.section-sub { color: var(--muted); font-size: 1.06rem; font-weight: 300; }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card {
    position: relative;
    padding: 34px 26px;
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    background:
        radial-gradient(140% 80% at 50% 0%, rgba(216, 179, 106, .06), transparent 55%),
        linear-gradient(170deg, #1B1522, #100D13);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .35);
    transition: border-color .35s, transform .35s var(--ease), box-shadow .35s;
}
.why-card::before, .game-card::before, .promo-card::before, .step::before {
    content: ''; position: absolute; top: 0; inset-inline: 18%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 179, 106, .55), transparent);
}
.game-card, .promo-card, .step { position: relative; }
.why-card:hover {
    border-color: var(--line);
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .45);
}
.why-card img { width: 72px; height: 72px; object-fit: contain; margin-bottom: 20px; }
.why-card h3 { font-size: 1.14rem; font-weight: 700; margin-bottom: 10px; }
.why-card p { font-size: .93rem; color: var(--muted); font-weight: 300; }

/* Games */
.section-games {
    max-width: none;
    background:
        radial-gradient(1000px 460px at 50% 0%, rgba(158, 20, 32, .22), transparent 65%),
        radial-gradient(800px 500px at 90% 100%, rgba(216, 179, 106, .06), transparent 60%),
        #0C090E;
    border-block: 1px solid var(--line);
}
.section-games .section-head, .games-grid { max-width: 1200px; margin-inline: auto; }
.section-games .section-head { margin-bottom: 60px; }
.games-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.game-card {
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    background: linear-gradient(180deg, #191420, #100D13);
    padding: 28px 24px;
    text-align: center;
    transition: border-color .35s, transform .35s var(--ease), box-shadow .35s;
}
.game-card:hover {
    border-color: rgba(216, 179, 106, .3);
    transform: translateY(-6px);
    box-shadow: 0 26px 54px rgba(0, 0, 0, .5);
}
.game-img {
    height: 130px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}
.game-img img {
    max-height: 100%; width: auto; object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .5));
    transition: transform .4s var(--ease);
}
.game-card:hover .game-img img { transform: scale(1.07) translateY(-4px); }
.game-card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 8px; }
.game-card p { font-size: .9rem; color: var(--muted); font-weight: 300; }

/* Steps */
.steps {
    list-style: none;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    counter-reset: step;
}
.step {
    position: relative;
    display: flex; flex-direction: column; gap: 18px;
    padding: 36px 28px;
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    background: linear-gradient(170deg, var(--card), rgba(14, 11, 16, .5));
    transition: border-color .35s, transform .35s var(--ease);
}
.step:hover { border-color: var(--line); transform: translateY(-5px); }
.step-num {
    font-family: var(--display); font-weight: 900; font-size: 3rem; line-height: 1;
    background: linear-gradient(160deg, #FF3B45, var(--red-deep));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step h3 { font-size: 1.16rem; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: .94rem; color: var(--muted); font-weight: 300; }
.steps-cta { margin-top: 48px; text-align: center; }

/* FAQ */
.section-faq .section-head { margin-inline: auto; text-align: center; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    border: 1px solid var(--line-soft); border-radius: 14px;
    background: linear-gradient(170deg, var(--card), rgba(14, 11, 16, .5));
    transition: border-color .3s;
}
.faq-item[open], .faq-item:hover { border-color: var(--line); }
.faq-item summary {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    list-style: none; cursor: pointer;
    padding: 20px 24px;
    font-weight: 700; font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
    flex: none; position: relative; width: 22px; height: 22px;
    border: 1px solid var(--line); border-radius: 50%;
}
.faq-icon::before, .faq-icon::after {
    content: ''; position: absolute; inset: 0; margin: auto;
    background: var(--gold); transition: transform .3s var(--ease);
}
.faq-icon::before { width: 10px; height: 1.5px; }
.faq-icon::after { width: 1.5px; height: 10px; }
.faq-item[open] .faq-icon::after { transform: rotate(90deg); }
.faq-item p {
    padding: 0 24px 22px;
    color: var(--muted); font-weight: 300; font-size: .96rem;
    max-width: 640px;
}

/* ═══════ Final CTA ═══════ */
.final {
    position: relative; overflow: hidden;
    padding: 130px 24px;
    text-align: center;
    background:
        radial-gradient(800px 420px at 50% 115%, rgba(158, 20, 32, .38), transparent 70%),
        var(--ink);
    border-top: 1px solid var(--line-soft);
}
.final-glow {
    position: absolute; left: 50%; bottom: -220px; transform: translateX(-50%);
    width: 720px; height: 420px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(232, 35, 46, .2), transparent 65%);
    filter: blur(24px); pointer-events: none;
}
.final-inner { position: relative; max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.final-title {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(2.4rem, 5.4vw, 4.2rem); line-height: 1.1;
    margin: 24px 0 18px;
}
.final-sub { color: var(--muted); font-size: 1.08rem; font-weight: 300; max-width: 520px; margin-bottom: 38px; }
.final-ig {
    margin-top: 34px;
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--muted); font-size: .94rem; font-weight: 500;
    transition: color .25s;
}
.final-ig:hover { color: var(--gold-bright); }

/* ═══════ Footer ═══════ */
.footer { border-top: 1px solid var(--line-soft); background: #050406; }
.footer-inner {
    max-width: 1200px; margin: 0 auto; padding: 60px 24px 40px;
    display: grid; grid-template-columns: 1.2fr 1fr 1.3fr; gap: 44px;
}
.footer-brand img { width: 76px; margin-bottom: 16px; }
.footer-brand p, .footer-resp p { font-size: .88rem; color: var(--muted); font-weight: 300; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .9rem; color: var(--muted); transition: color .2s; width: fit-content; }
.footer-links a:hover { color: var(--bone); }
.footer-resp { display: flex; gap: 16px; align-items: flex-start; }
.footer-resp img { width: 40px; flex: none; }
.footer-bottom {
    border-top: 1px solid var(--line-soft);
    padding: 20px 24px; text-align: center;
    font-size: .82rem; color: rgba(167, 157, 176, .6);
}

/* ═══════ WhatsApp float ═══════ */
.wa-float {
    position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 150;
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(160deg, #2EE077, #1DA851);
    color: #fff;
    box-shadow: 0 12px 34px rgba(37, 211, 102, .4);
    transition: transform .3s var(--ease), box-shadow .3s;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 18px 44px rgba(37, 211, 102, .5); }

/* ═══════ Reveal animations ═══════ */
.reveal, .reveal-card {
    opacity: 0; transform: translateY(26px);
    transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal-card { transform: translateY(40px) scale(.96); }
.reveal.in, .reveal-card.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .42s; }
.d5 { transition-delay: .54s; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition-duration: .01s !important; }
    .reveal, .reveal-card { opacity: 1; transform: none; }
}

/* ═══════ Responsive ═══════ */
@media (max-width: 1080px) {
    .why-grid, .games-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-links { display: none; }
}
@media (max-width: 900px) {
    .hero { padding-top: 110px; min-height: auto; }
    .hero-inner { grid-template-columns: 1fr; gap: 70px; }
    .hero-card-wrap { order: 2; }
    .hero-sub { max-width: none; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 760px) {
    .nav-cta { display: none; }
    .nav-burger { display: flex; }
    .section { padding: 80px 20px; }
    .hero-title { font-size: clamp(2.5rem, 11vw, 3.4rem); }
}
@media (max-width: 520px) {
    .why-grid, .games-grid, .stats-inner { grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
    .wa-float { bottom: 18px; inset-inline-start: 18px; width: 52px; height: 52px; }
}

/* ═══════ Sub-page hero ═══════ */
.page-hero {
    position: relative; overflow: hidden;
    padding: 170px 24px 90px;
    text-align: center;
    background:
        radial-gradient(900px 460px at 50% -20%, rgba(158, 20, 32, .35), transparent 65%),
        var(--ink);
    border-bottom: 1px solid var(--line-soft);
}
.page-hero.has-img { padding: 0; text-align: start; }
.page-hero .eyebrow { margin-bottom: 0; }
.page-hero h1 {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(2.5rem, 5.6vw, 4.3rem); line-height: 1.1;
    margin: 22px 0 16px;
}
.page-hero h1 em { font-style: normal;
    background: var(--gold-metal);
    background-size: 200% 100%;
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    animation: goldShift 7s ease-in-out infinite;
    filter: drop-shadow(0 2px 14px rgba(216, 179, 106, .22)); }
.page-hero .lead { color: var(--muted); font-size: 1.1rem; font-weight: 300; max-width: 640px; margin: 0 auto 34px; }

/* ═══════ WSOP banner hero (image bg) ═══════ */
.banner-hero {
    position: relative; overflow: hidden;
    border-bottom: 1px solid var(--line-soft);
    min-height: 520px;
    display: flex; align-items: center;
    padding: 150px 24px 80px;
}
.banner-hero .bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: .85;
}
.banner-hero .bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(7,6,8,.92) 15%, rgba(7,6,8,.55) 55%, rgba(7,6,8,.25));
}
.banner-hero .banner-copy { position: relative; max-width: 1200px; margin: 0 auto; width: 100%; }

/* ═══════ Media split rows ═══════ */
.media-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    margin-bottom: 90px;
}
.media-row:last-child { margin-bottom: 0; }
.media-row .media-img {
    border-radius: var(--radius); overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.media-row .media-img img { width: 100%; display: block; }
.media-row h3 {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.2; margin-bottom: 14px;
}
.media-row p { color: var(--muted); font-weight: 300; margin-bottom: 12px; }
.media-row .btn { margin-top: 14px; }

/* ═══════ Feature tabs (GG features) ═══════ */
.features-wrap { max-width: 1100px; margin: 0 auto; }
.feature-tabs {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    margin-bottom: 40px;
}
.feature-tab {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 20px; border-radius: 999px;
    border: 1px solid var(--line-soft);
    background: rgba(22, 18, 26, .6);
    color: var(--muted); font-family: var(--body); font-size: .92rem; font-weight: 500;
    cursor: pointer; transition: all .25s var(--ease);
}
.feature-tab img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.feature-tab:hover { border-color: var(--line); color: var(--bone); }
.feature-tab.active {
    border-color: var(--red); color: #fff;
    background: rgba(232, 35, 46, .12);
}
.feature-stage {
    display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    background: linear-gradient(170deg, var(--card), rgba(14, 11, 16, .5));
    padding: 44px;
}
.feature-stage .fimg { display: flex; justify-content: center; }
.feature-stage .fimg img {
    width: min(320px, 100%); border-radius: 50%;
    border: 1px solid var(--line);
    box-shadow: 0 26px 60px rgba(0,0,0,.55);
}
.feature-stage h3 { font-family: var(--display); font-weight: 900; font-size: 1.8rem; margin-bottom: 12px; }
.feature-stage p { color: var(--muted); font-weight: 300; }

/* ═══════ Promo / tournament cards ═══════ */
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promo-card {
    border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden;
    background: linear-gradient(180deg, #191420, #100D13);
    transition: border-color .35s, transform .35s var(--ease), box-shadow .35s;
    display: flex; flex-direction: column;
}
.promo-card:hover {
    border-color: rgba(216, 179, 106, .3); transform: translateY(-6px);
    box-shadow: 0 26px 54px rgba(0, 0, 0, .5);
}
.promo-card .pimg { aspect-ratio: 16 / 8.4; overflow: hidden; }
.promo-card .pimg img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.promo-card:hover .pimg img { transform: scale(1.05); }
.promo-card .pbody { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.promo-card h3 { font-size: 1.14rem; font-weight: 700; }
.promo-card p { font-size: .92rem; color: var(--muted); font-weight: 300; flex: 1; }
.promo-card .plink {
    margin-top: 10px; color: var(--gold-bright); font-size: .9rem; font-weight: 700;
    display: inline-flex; align-items: center; gap: 8px;
}
.promo-tag {
    align-self: flex-start;
    font-size: .74rem; font-weight: 700; letter-spacing: .06em;
    color: var(--gold-bright); border: 1px solid var(--line);
    padding: 3px 12px; border-radius: 999px;
    margin-bottom: 4px;
}

/* ═══════ Download / devices ═══════ */
.download-band {
    border-block: 1px solid var(--line-soft);
    background:
        radial-gradient(800px 400px at 50% 120%, rgba(158, 20, 32, .18), transparent 65%),
        var(--coal);
}
.download-inner {
    max-width: 1200px; margin: 0 auto; padding: 100px 24px;
    display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center;
}
.device-shots { display: flex; align-items: flex-end; gap: 18px; justify-content: center; }
.device-shots img { border-radius: 14px; box-shadow: 0 30px 60px rgba(0,0,0,.55); }
.device-shots .dev-phone { width: 30%; }
.device-shots .dev-pc { width: 62%; }
.os-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.os-badge {
    display: inline-flex; align-items: center; gap: 10px;
    border: 1px solid var(--line); border-radius: 12px;
    padding: 12px 22px; font-weight: 700; font-size: .95rem;
    color: var(--bone); background: rgba(22, 18, 26, .6);
    transition: border-color .25s, transform .25s var(--ease), background .25s;
}
.os-badge:hover { border-color: var(--gold); transform: translateY(-3px); background: rgba(216,179,106,.07); }
.os-badge svg { width: 22px; height: 22px; fill: var(--gold-bright); }

/* ═══════ Payments strip ═══════ */
.pay-strip {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px;
    margin-top: 34px;
}
.pay-strip img {
    height: 40px; width: auto; border-radius: 8px;
    background: rgba(243, 237, 228, .06);
    padding: 6px 10px;
    border: 1px solid var(--line-soft);
}

/* ═══════ Poker school ═══════ */
.school-toc {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    margin: 0 auto 60px; max-width: 900px;
}
.school-section { max-width: 900px; margin: 0 auto 90px; }
.school-section:last-child { margin-bottom: 0; }
.school-section h2 {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 8px;
}
.school-section > p { color: var(--muted); font-weight: 300; margin-bottom: 26px; }
.school-num {
    font-family: var(--display); font-weight: 900; font-size: .95rem;
    color: var(--red); letter-spacing: .2em;
    display: block; margin-bottom: 10px;
}
.hand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hand-card {
    display: flex; align-items: center; gap: 18px;
    border: 1px solid var(--line-soft); border-radius: 14px;
    background: linear-gradient(170deg, var(--card), rgba(14, 11, 16, .5));
    padding: 16px 20px;
    transition: border-color .3s;
}
.hand-card:hover { border-color: var(--line); }
.hand-rank {
    font-family: var(--display); font-weight: 900; font-size: 1.5rem;
    color: var(--gold); width: 34px; flex: none; text-align: center;
}
.hand-cards { display: flex; gap: 4px; flex: none; }
.mini-card {
    width: 34px; height: 48px; border-radius: 5px;
    background: #F7F3EA; color: #16121A;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-weight: 800; font-size: .82rem; line-height: 1.05;
    font-family: var(--body);
    box-shadow: 0 3px 8px rgba(0,0,0,.4);
}
.mini-card.red { color: #C21823; }
.mini-card span { font-size: .78rem; }
.hand-info h3 { font-size: 1.02rem; font-weight: 700; }
.hand-info p { font-size: .85rem; color: var(--muted); font-weight: 300; }
.school-table {
    width: 100%; border-collapse: collapse;
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    overflow: hidden; display: block; overflow-x: auto;
}
.school-table table { width: 100%; border-collapse: collapse; }
.school-table th {
    background: rgba(232, 35, 46, .1); color: var(--gold-bright);
    font-weight: 700; font-size: .9rem; padding: 13px 18px; text-align: start;
    border-bottom: 1px solid var(--line);
}
.school-table td {
    padding: 12px 18px; font-size: .92rem; color: var(--bone);
    border-bottom: 1px solid var(--line-soft); font-weight: 300;
}
.school-table tr:last-child td { border-bottom: 0; }
.school-table td:first-child { font-weight: 700; }
.tip-box {
    border-inline-start: 3px solid var(--gold);
    background: rgba(216, 179, 106, .06);
    border-radius: 0 12px 12px 0;
    padding: 18px 22px; margin-top: 20px;
    font-size: .95rem; color: var(--bone);
}
.tip-box strong { color: var(--gold-bright); }
.term-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; }
.term {
    border-bottom: 1px solid var(--line-soft); padding: 12px 0;
}
.term dt { font-weight: 700; color: var(--gold-bright); font-size: .98rem; }
.term dd { color: var(--muted); font-weight: 300; font-size: .9rem; margin: 2px 0 0; }

/* ═══════ Stars ═══════ */
.stars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.star-card {
    position: relative; border-radius: var(--radius); overflow: hidden;
    border: 1px solid var(--line-soft);
    aspect-ratio: 3 / 3.4;
    transition: border-color .35s, transform .35s var(--ease);
}
.star-card:hover { border-color: var(--line); transform: translateY(-6px); }
.star-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.star-card .star-name {
    position: absolute; inset-inline: 0; bottom: 0;
    padding: 40px 20px 18px;
    background: linear-gradient(180deg, transparent, rgba(7, 6, 8, .95) 70%);
    font-weight: 700; font-size: 1.05rem;
}
.star-card .star-name small { display: block; font-weight: 300; color: var(--muted); font-size: .82rem; }

/* ═══════ Arcade teaser ═══════ */
.arcade-band {
    max-width: 1200px; margin: 0 auto;
    border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px);
    background:
        radial-gradient(600px 300px at 85% 0%, rgba(216, 179, 106, .1), transparent 60%),
        linear-gradient(170deg, #1C1622, #100D13);
    padding: 54px;
    display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center;
}
.arcade-band h2 { font-family: var(--display); font-weight: 900; font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin-bottom: 12px; }
.arcade-band p { color: var(--muted); font-weight: 300; }
.arcade-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.arcade-chip {
    border: 1px solid var(--line); border-radius: 999px;
    padding: 10px 22px; font-weight: 700; font-size: .92rem; color: var(--gold-bright);
    background: rgba(216, 179, 106, .05);
    transition: all .25s var(--ease);
}
.arcade-chip:hover { background: rgba(216, 179, 106, .14); transform: translateY(-3px); }

/* ═══════ Breadcrumb-ish page sections ═══════ */
.section-tight { padding-top: 80px; }

@media (max-width: 1080px) {
    .promo-grid, .stars-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .media-row, .feature-stage, .download-inner, .arcade-band { grid-template-columns: 1fr; }
    .media-row { gap: 30px; margin-bottom: 70px; }
    .media-row.flip .media-img { order: -1; }
    .hand-grid, .term-list { grid-template-columns: 1fr; }
    .banner-hero .bg::after { background: linear-gradient(180deg, rgba(7,6,8,.8), rgba(7,6,8,.9)); }
}
@media (max-width: 520px) {
    .promo-grid, .stars-grid { grid-template-columns: 1fr; }
    .feature-stage { padding: 28px; }
}

/* ═══════ Offer bar ═══════ */
.offer-bar {
    background: linear-gradient(90deg, var(--red-deep), var(--red) 50%, var(--red-deep));
    color: #fff; text-align: center;
    padding: 9px 16px;
    font-size: .92rem; font-weight: 700;
    position: relative; z-index: 210;
}
.offer-bar strong { color: #FFE9A8; font-weight: 800; }
body.has-offer .nav { top: 40px; }
@media (max-width: 640px) { .offer-bar { font-size: .8rem; padding: 8px 12px; } body.has-offer .nav { top: 36px; } }

/* ═══════ Hero v2 — banner carousel ═══════ */
.hero-v2 {
    position: relative; overflow: hidden;
    padding: 170px 24px 80px;
    background:
        radial-gradient(1100px 520px at 80% -10%, rgba(158, 20, 32, .38), transparent 65%),
        radial-gradient(900px 600px at 8% 110%, rgba(216, 179, 106, .08), transparent 60%),
        var(--ink);
}
.hero-v2-inner {
    max-width: 1240px; margin: 0 auto;
    display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center;
}
.live-pill {
    display: inline-flex; align-items: center; gap: 10px;
    border: 1px solid var(--line-soft); border-radius: 999px;
    background: rgba(22, 18, 26, .7);
    padding: 8px 18px; font-size: .9rem; color: var(--muted);
    margin-top: 26px;
}
.live-pill b { color: var(--bone); font-weight: 800; font-variant-numeric: tabular-nums; }
.live-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: #34D26B; box-shadow: 0 0 10px #34D26B;
    animation: pulse 1.8s ease-in-out infinite;
}
.bonus-line {
    display: inline-flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
    margin: 6px 0 26px;
}
.bonus-line .bonus-big {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    background: linear-gradient(120deg, var(--gold-bright), var(--gold) 55%, #B08D45);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bonus-line .bonus-note { color: var(--muted); font-size: .95rem; font-weight: 400; }

.carousel {
    position: relative;
    border-radius: calc(var(--radius) + 6px);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .6), 0 0 0 6px rgba(7, 6, 8, .9), 0 0 0 7px rgba(216, 179, 106, .14);
    aspect-ratio: 16 / 7.2;
    background: #0B090E;
}
.carousel .slide {
    position: absolute; inset: 0;
    opacity: 0; transition: opacity .9s var(--ease);
}
.carousel .slide.on { opacity: 1; }
.carousel .slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel .slide .slide-cap {
    position: absolute; inset-inline: 0; bottom: 0;
    padding: 46px 26px 18px;
    background: linear-gradient(180deg, transparent, rgba(7, 6, 8, .88) 75%);
    display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
}
.carousel .slide .slide-cap h3 { font-size: 1.06rem; font-weight: 700; }
.carousel .slide .slide-cap span {
    font-size: .8rem; font-weight: 700; color: var(--gold-bright);
    border: 1px solid var(--line); border-radius: 999px; padding: 4px 14px;
    background: rgba(7, 6, 8, .55);
    white-space: nowrap;
}
.carousel-dots {
    position: absolute; bottom: 12px; inset-inline-start: 24px;
    display: flex; gap: 7px; z-index: 5;
}
.carousel-dots button {
    width: 22px; height: 4px; border-radius: 4px; border: 0; cursor: pointer;
    background: rgba(243, 237, 228, .25);
    transition: background .3s;
    padding: 0;
}
.carousel-dots button.on { background: var(--red); }

@media (max-width: 980px) {
    .hero-v2 { padding-top: 150px; }
    .hero-v2-inner { grid-template-columns: 1fr; gap: 40px; }
    .carousel { order: -1; }
}

/* ═══════ Mega footer ═══════ */
.footer-mega {
    max-width: 1240px; margin: 0 auto;
    padding: 70px 24px 50px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr 1fr 1fr;
    gap: 40px 32px;
}
.fm-brand img { width: 110px; margin-bottom: 18px; }
.fm-brand p { font-size: .9rem; color: var(--muted); font-weight: 300; max-width: 300px; }
.fm-wa {
    margin-top: 18px;
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(37, 211, 102, .1);
    color: #4ADE80;
    border: 1px solid rgba(37, 211, 102, .25);
    border-radius: 10px;
    padding: 10px 18px;
    font-size: .9rem; font-weight: 600;
    transition: background .25s;
}
.fm-wa:hover { background: rgba(37, 211, 102, .18); }
.fm-social { margin-top: 22px; display: flex; gap: 10px; }
.fm-social a {
    width: 42px; height: 42px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(243, 237, 228, .05);
    color: var(--muted);
    border: 1px solid transparent;
    transition: all .25s;
}
.fm-social a:hover { background: rgba(232, 35, 46, .12); color: #FF4D56; border-color: rgba(232, 35, 46, .3); }
.fm-social svg { width: 20px; height: 20px; }
.fm-col h4 {
    font-family: var(--display); font-weight: 800; font-size: 1rem;
    color: var(--bone); margin-bottom: 18px;
}
.fm-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.fm-col a {
    font-size: .89rem; color: var(--muted); font-weight: 400;
    transition: color .2s;
}
.fm-col a:hover { color: var(--gold-bright); }
.footer-legal {
    border-top: 1px solid var(--line-soft);
    padding: 22px 24px;
}
.footer-legal-inner {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.footer-legal img { width: 34px; flex: none; }
.footer-legal p { font-size: .8rem; color: rgba(167, 157, 176, .75); font-weight: 300; flex: 1; min-width: 260px; }
.footer-legal .copy { flex: none; font-size: .8rem; color: rgba(167, 157, 176, .6); }
@media (max-width: 1080px) { .footer-mega { grid-template-columns: repeat(3, 1fr); } .fm-brand { grid-column: 1 / -1; } }
@media (max-width: 640px) { .footer-mega { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; } }
