/* FAVORIT V6 — Big Bad Wolf — shared components for rebuilt pillar pages
   Loaded AFTER index.css / page.css. Reuses the same gold/navy tokens. */

:root {
    --gold: #d4af37;
    --gold-light: #f7c948;
    --orange: #f59e0b;
    --green: #10b981;
    --navy: #0f172a;
    --navy-light: #1e293b;
    --navy-lighter: #334155;
    --text-primary: #f1f5f9;
    --text-secondary: #cbd5e1;
    --border: rgba(212, 175, 55, 0.2);
}

/* ---------- Quick spec bar under the H1 ---------- */
.spec-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}
.spec-bar .spec {
    background: var(--navy-light);
    border: 2px solid var(--border);
    border-radius: 1rem;
    padding: 1rem 0.75rem;
    text-align: center;
}
.spec .spec-value {
    font-size: clamp(1.1rem, 2.4vw, 1.6rem);
    font-weight: 800;
    color: var(--gold-light);
    line-height: 1.2;
}
.spec .spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}
@media (max-width: 640px) {
    .spec-bar { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Game demo facade / embed ---------- */
.game-embed { margin: 2.5rem 0; }
.game-facade {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 1.25rem;
    border: 2px solid var(--border);
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 25%, rgba(212,175,55,0.18), transparent 55%),
        radial-gradient(circle at 75% 80%, rgba(245,158,11,0.15), transparent 55%),
        linear-gradient(135deg, var(--navy-light), var(--navy));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    text-align: center;
    cursor: pointer;
}
.game-facade__reels {
    display: flex;
    gap: 0.75rem;
}
.game-facade__reel {
    width: clamp(48px, 12vw, 84px);
    height: clamp(58px, 15vw, 104px);
    border-radius: 0.6rem;
    border: 2px solid var(--gold);
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 900;
    color: var(--gold-light);
}
.game-facade__title {
    font-size: clamp(1.1rem, 2.6vw, 1.6rem);
    font-weight: 800;
    color: var(--text-primary);
    padding: 0 1rem;
}
.play-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 3rem;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: var(--navy);
    font-family: inherit;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(212,175,55,0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.play-btn:hover, .play-btn:focus-visible {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 30px rgba(212,175,55,0.5);
}
.play-btn::before { content: '▶'; font-size: 0.9em; }
.game-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid var(--border);
    border-radius: 1.25rem;
    display: block;
}
.game-note {
    margin-top: 0.85rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}
.game-note a { color: var(--gold); font-weight: 600; }

/* ---------- Prose blocks on the pillar page ---------- */
.prose { margin: 2.5rem 0; }
.prose h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    margin: 2.5rem 0 1rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.prose h3 {
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 700;
    margin: 1.75rem 0 0.6rem;
    color: var(--text-primary);
}
.prose p { margin-bottom: 1.25rem; color: var(--text-primary); line-height: 1.8; }
.prose ul { list-style: none; padding: 0; margin: 1.25rem 0; }
.prose ul li {
    position: relative; padding-left: 1.75rem; margin-bottom: 0.85rem; line-height: 1.7;
    color: var(--text-secondary);
}
.prose ul li::before {
    content: '▸'; position: absolute; left: 0; color: var(--gold); font-weight: 900;
}
.prose strong { color: var(--gold-light); font-weight: 700; }
.prose a { color: var(--gold); font-weight: 600; border-bottom: 1px solid var(--border); text-decoration: none; }
.prose a:hover { color: var(--gold-light); }

/* ---------- Paytable ---------- */
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.paytable {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
    font-size: 0.95rem;
}
.paytable th, .paytable td {
    padding: 0.8rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
.paytable thead th {
    color: var(--gold-light);
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}
.paytable tbody tr:hover { background: rgba(212,175,55,0.05); }
.paytable td:last-child, .paytable th:last-child { text-align: right; color: var(--gold-light); font-weight: 700; }

/* ---------- Feature cards ---------- */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.feature-card {
    background: var(--navy-light);
    border: 2px solid var(--border);
    border-radius: 1.25rem;
    padding: 1.5rem;
}
.feature-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gold-light);
}
.feature-card p { margin: 0; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; }
.feature-card a { color: var(--gold); font-weight: 600; text-decoration: none; }

/* ---------- Visible FAQ accordion ---------- */
.faq-list { margin: 1.5rem 0; }
.faq-item {
    background: var(--navy-light);
    border: 2px solid var(--border);
    border-radius: 1rem;
    margin-bottom: 0.85rem;
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    padding: 1.1rem 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-weight: 900; font-size: 1.4rem; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body {
    padding: 0 1.5rem 1.3rem;
    color: var(--text-secondary);
    line-height: 1.75;
}
