/* ================================================
   ROYAL CASINO - Index Page Styles
   Theme: Emerald Gold Luxury
   ================================================ */

:root {
    --primary-color: #00c97b;
    --primary-hover: #00a862;
    --gold: #d4a017;
    --gold-light: #f0c940;
    --bg-dark: #050d08;
    --bg-card: #0c1a10;
    --bg-card2: #0f2014;
    --bg-surface: #132018;
    --text-main: #e8f5e9;
    --text-muted: #7aab86;
    --text-gold: #d4a017;
    --border-color: #1c3a22;
    --border-gold: rgba(212, 160, 23, 0.3);
    --font-heading: 'Cinzel', serif;
    --font-display: 'Orbitron', sans-serif;
    --font-body: 'Rajdhani', sans-serif;
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 6px;
    --border-radius-lg: 16px;
    --shadow-md: 0 6px 24px rgba(0, 201, 123, 0.15);
    --shadow-lg: 0 16px 50px rgba(0, 201, 123, 0.25);
    --shadow-gold: 0 8px 32px rgba(212, 160, 23, 0.3);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    background: var(--bg-dark);
    font-family: var(--font-body);
}

/* ─── Index Body Class Overrides ─────────────── */
body.mobile-style-index { overflow-x: hidden; }
body.mobile-style-index main { overflow-x: hidden; }

.mobile-style-index header {
    background: rgba(5, 13, 8, 0.98);
    border-bottom: 1px solid var(--border-gold);
}
.mobile-style-index .header-container { padding: 12px 18px; }
.mobile-style-index .header-auth .btn-signup {
    background: linear-gradient(135deg, var(--primary-color), var(--gold));
    color: #000;
    border: none;
    box-shadow: 0 6px 22px rgba(0,201,123,0.4);
    border-radius: var(--border-radius);
    font-weight: 700;
    letter-spacing: 1.5px;
}
.mobile-style-index .mobile-menu-toggle span { background: var(--primary-color); }

/* Text readability on dark */
.mobile-style-index .text-muted,
.mobile-style-index .section-subtitle,
.mobile-style-index .hero-desc,
.mobile-style-index .process-content p,
.mobile-style-index .game-provider,
.mobile-style-index .news-excerpt,
.mobile-style-index .feature-desc,
.mobile-style-index .footer-desc,
.mobile-style-index .responsible-gaming,
.mobile-style-index p { color: var(--text-muted) !important; opacity: 1 !important; }

.mobile-style-index .process-title,
.mobile-style-index .feature-title,
.mobile-style-index .game-name,
.mobile-style-index .news-title,
.mobile-style-index .footer-title { color: var(--text-main) !important; }

.mobile-style-index .process-number,
.mobile-style-index .section-prefix { color: var(--gold-light) !important; }

.mobile-style-index .game-card-modern,
.mobile-style-index .news-card-glow,
.mobile-style-index .testimonial-card { color: var(--text-main); }

.mobile-style-index .game-card-modern .game-card-title,
.mobile-style-index .game-card-modern .game-card-desc,
.mobile-style-index .news-card-glow h3,
.mobile-style-index .news-card-glow p,
.mobile-style-index .news-card-glow a,
.mobile-style-index .testimonial-card h4,
.mobile-style-index .testimonial-card p,
.mobile-style-index .testimonial-quote { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .popular-games .section-title,
.mobile-style-index .popular-games .section-subtitle,
.mobile-style-index .popular-games .section-prefix,
.mobile-style-index .popular-games .game-name,
.mobile-style-index .popular-games .game-provider,
.mobile-style-index .popular-games .game-rating,
.mobile-style-index .popular-games .game-players { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .faq-section .section-title,
.mobile-style-index .faq-section .section-subtitle,
.mobile-style-index .faq-section .faq-question h4,
.mobile-style-index .faq-section .faq-answer p { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .news-section .section-title,
.mobile-style-index .news-section .section-subtitle,
.mobile-style-index .news-section .news-title,
.mobile-style-index .news-section .news-date,
.mobile-style-index .news-section .news-excerpt,
.mobile-style-index .news-section .read-more { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .latest-news .section-title,
.mobile-style-index .latest-news .section-subtitle,
.mobile-style-index .latest-news .news-title,
.mobile-style-index .latest-news .news-title a,
.mobile-style-index .latest-news .news-date,
.mobile-style-index .latest-news .news-excerpt,
.mobile-style-index .latest-news .news-readmore { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .latest-news .news-content h3,
.mobile-style-index .latest-news .news-content h3 a,
.mobile-style-index .latest-news .news-content p,
.mobile-style-index .latest-news .news-meta,
.mobile-style-index .latest-news .news-meta span { color: var(--text-main) !important; opacity: 1 !important; }

.mobile-style-index .game-card-modern .game-card-desc,
.mobile-style-index .popular-games .game-provider,
.mobile-style-index .popular-games .game-rating,
.mobile-style-index .popular-games .game-players,
.mobile-style-index .latest-news .news-excerpt,
.mobile-style-index .latest-news .news-date,
.mobile-style-index .faq-section .section-subtitle,
.mobile-style-index .faq-section .faq-answer p { color: var(--text-muted) !important; }

.mobile-style-index .game-thumb-link { display: block; width: 100%; height: 100%; }
.mobile-style-index .game-title-link { color: inherit; text-decoration: none; }

.mobile-style-index .winner-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,201,123,0.12);
}
.mobile-style-index .winner-avatar i { color: var(--primary-color); font-size: 1.1rem; }
.mobile-style-index .testimonial-author .author-icon {
    width: 90px; height: 90px; border-radius: 50%;
    margin: 0 auto 1.5rem;
    border: 3px solid var(--primary-color);
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,201,123,0.12);
    color: var(--primary-color);
    font-size: 1.8rem;
}

.mobile-style-index .mobile-bottom-bar {
    background: rgba(5, 13, 8, 0.98);
    border-top: 1px solid var(--border-gold);
    box-shadow: 0 -6px 28px rgba(0,0,0,0.7);
    gap: 10px;
}
.mobile-style-index .mobile-bottom-bar a {
    border-radius: var(--border-radius);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 0;
}
.mobile-style-index .mobile-bottom-bar .btn-login {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid rgba(0,201,123,0.5);
    box-shadow: none;
}
.mobile-style-index .mobile-bottom-bar .btn-register {
    background: linear-gradient(135deg, var(--primary-color), var(--gold));
    color: #000;
    border: none;
    box-shadow: 0 4px 16px rgba(0,201,123,0.45);
}
.mobile-style-index .ad-container { margin: 1.2rem auto 1.6rem !important; }

@media (max-width: 768px) {
    .mobile-style-index .mobile-bottom-bar { display: flex !important; }
    .mobile-style-index .mid-cta h2 { font-size: clamp(1.6rem, 8vw, 2.1rem) !important; line-height: 1.12 !important; }
    .mobile-style-index .ad-container { margin: 0.75rem auto 1rem !important; border-radius: 8px; }
    .mobile-style-index .grid-container { grid-template-columns: 1fr !important; }
}
@media (min-width: 769px) {
    .mobile-style-index .mobile-bottom-bar { display: none !important; }
}

/* ═══════════════════════════════════════════════
   SECTIONS BASE
═══════════════════════════════════════════════ */
section { padding: 100px 0; }

.section-header { text-align: center; margin-bottom: 65px; }

.section-prefix {
    display: inline-block;
    color: var(--gold-light);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 20px;
}
.section-prefix::before,
.section-prefix::after {
    content: '';
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 14px; height: 1px;
    background: var(--gold);
}
.section-prefix::before { left: 0; }
.section-prefix::after { right: 0; }

.section-title {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    padding-bottom: 22px;
    line-height: 1.2;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 55px; height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--gold));
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 620px;
    margin: 1.8rem auto 0;
    line-height: 1.8;
}

/* ═══════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════ */
.hero {
    position: relative;
    padding: 190px 0 130px;
    background:
        linear-gradient(160deg, rgba(5,13,8,0.93) 0%, rgba(10,26,15,0.85) 50%, rgba(5,13,8,0.95) 100%),
        url('https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    color: var(--text-main);
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 15% 50%, rgba(0,201,123,0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(212,160,23,0.12) 0%, transparent 45%);
}
.hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 130px;
    background: linear-gradient(to top, var(--bg-dark), transparent);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,201,123,0.1);
    border: 1px solid rgba(0,201,123,0.3);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-color);
}
.hero-eyebrow i { font-size: 0.9rem; color: var(--gold-light); }

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 6.5vw, 5rem);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 1.8rem;
    letter-spacing: 1px;
}
.hero-title .highlight {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.15rem;
    max-width: 580px;
    margin-bottom: 3rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-weight: 400;
}

.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }

.hero-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.glass-promo-card {
    background: linear-gradient(135deg, rgba(10,26,15,0.7) 0%, rgba(5,13,8,0.85) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0,201,123,0.3);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 40px rgba(0,201,123,0.1);
    width: 100%;
    max-width: 420px;
    position: relative;
    overflow: hidden;
}

.glass-promo-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at center, rgba(212,160,23,0.15) 0%, transparent 60%);
    animation: rotate-glow 15s linear infinite;
    z-index: 0;
}

@keyframes rotate-glow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.glass-promo-card > * {
    position: relative;
    z-index: 1;
}

.glass-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff4d4d;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.pulse-dot {
    width: 8px; height: 8px;
    background: #ff4d4d;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff4d4d;
    animation: live-pulse 1.5s ease-in-out infinite;
}

.glass-promo-card h3 {
    font-family: var(--font-heading);
    color: var(--text-main);
    font-size: 1.6rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.bonus-amount {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--gold-light), #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}

.bonus-amount small {
    font-size: 1rem;
    font-family: var(--font-body);
    vertical-align: middle;
    color: var(--text-muted);
    -webkit-text-fill-color: var(--text-muted);
    background: none;
}

.glass-promo-card p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 30px;
}

.btn-glass {
    display: block;
    text-align: center;
    background: rgba(0,201,123,0.15);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition);
}

.btn-glass:hover {
    background: var(--primary-color);
    color: #000;
    box-shadow: 0 10px 20px rgba(0,201,123,0.3);
}

.floating-anim {
    animation: float-card 6s ease-in-out infinite;
}

@keyframes float-card {
    0%, 100% { transform: translateY(0) rotateY(-5deg) rotateX(5deg); }
    50% { transform: translateY(-15px) rotateY(-2deg) rotateX(8deg); }
}

@media (max-width: 992px) {
    .hero-split { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { display: flex; } /* Show on mobile */
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #00a862 100%);
    color: #fff;
    padding: 1.05rem 2.8rem;
    border-radius: var(--border-radius);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    transition: var(--transition);
    box-shadow: 0 6px 24px rgba(0,201,123,0.4);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn-primary::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 100%);
    opacity: 0;
    transition: var(--transition);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,201,123,0.55);
    color: #fff;
}
.btn-primary:hover::before { opacity: 1; }

.btn-outline {
    background: transparent;
    color: var(--text-main);
    padding: 1.05rem 2.8rem;
    border-radius: var(--border-radius);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.btn-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* ─── Stats Bar ──────────────────────────────── */
.hero-stats-bar {
    background: rgba(12, 26, 16, 0.97);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-gold);
    border-radius: var(--border-radius-lg);
    display: flex;
    justify-content: space-between;
    margin-top: -65px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,201,123,0.1);
}
.hero-stats-bar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), var(--gold), var(--primary-color), transparent);
}

.stats-item {
    flex: 1;
    text-align: center;
    padding: 2.8rem 2rem;
    border-right: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
}
.stats-item:last-child { border-right: none; }
.stats-item:hover { background: rgba(0,201,123,0.06); }

.stats-number {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-main);
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.stats-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stats-item.highlighted {
    background: linear-gradient(160deg, rgba(212,160,23,0.15), rgba(0,201,123,0.08));
    border-color: var(--border-gold);
}
.stats-item.highlighted .stats-number { color: var(--gold-light); }
.stats-item.highlighted .stats-label { color: var(--gold); }

/* ═══════════════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════════════ */
.about-section {
    background: var(--bg-dark);
    position: relative;
}
.about-section .text-muted {
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.85;
}

/* ═══════════════════════════════════════════════
   GAME CARDS (Services Grid)
═══════════════════════════════════════════════ */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

.game-card-modern {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 48px 32px;
    text-align: center;
    transition: var(--transition);
    border-radius: var(--border-radius-lg);
    position: relative;
    overflow: hidden;
}
.game-card-modern::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}
.game-card-modern:hover {
    transform: translateY(-10px);
    border-color: rgba(0,201,123,0.4);
    box-shadow: var(--shadow-lg);
}
.game-card-modern:hover::before { transform: scaleX(1); }

.card-icon {
    width: 85px; height: 85px;
    background: linear-gradient(135deg, rgba(0,201,123,0.12), rgba(212,160,23,0.08));
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    margin: 0 auto 28px;
    font-size: 2.5rem;
    color: var(--primary-color);
    border: 1px solid rgba(0,201,123,0.25);
    transition: var(--transition);
}
.game-card-modern:hover .card-icon {
    background: linear-gradient(135deg, var(--primary-color), #00754a);
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0,201,123,0.5);
}

.game-card-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-main);
    letter-spacing: 0.5px;
}
.game-card-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.visual-category-card {
    position: relative;
    height: 340px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,201,123,0.15);
    display: flex;
    align-items: flex-end;
}
.visual-category-card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(5,13,8,0.95) 0%, rgba(5,13,8,0.3) 60%, transparent 100%);
    transition: all 0.5s ease;
}
.visual-category-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6), 0 0 30px rgba(0,201,123,0.2);
    border-color: rgba(0,201,123,0.5);
}
.visual-category-card:hover::before {
    background: linear-gradient(to top, rgba(0,201,123,0.9) 0%, rgba(5,13,8,0.7) 60%, transparent 100%);
}
.category-overlay {
    position: relative;
    z-index: 2;
    padding: 35px 30px;
    width: 100%;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.visual-category-card:hover .category-overlay { transform: translateY(0); }
.category-title {
    font-family: var(--font-heading);
    font-size: 1.8rem; color: #fff; margin-bottom: 10px; letter-spacing: 1px;
}
.category-desc {
    color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-bottom: 25px; opacity: 0;
    transition: opacity 0.5s ease; line-height: 1.6;
}
.visual-category-card:hover .category-desc { opacity: 1; }
.btn-play-now {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--gold-light), #fff);
    color: #000; padding: 12px 28px; border-radius: 50px; font-weight: 800;
    font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(212,160,23,0.4); opacity: 0; transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.visual-category-card:hover .btn-play-now { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════
   POPULAR GAMES
═══════════════════════════════════════════════ */
.popular-games { padding: 100px 0; background: var(--bg-dark); }

.games-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.game-item {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}
.game-item:hover {
    transform: translateY(-6px);
    border-color: rgba(0,201,123,0.35);
    box-shadow: var(--shadow-lg);
}

.game-thumbnail {
    position: relative;
    height: 185px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f2014, #1a3520);
}
.game-thumbnail img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.game-item:hover .game-thumbnail img { transform: scale(1.08); }

.game-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: var(--transition);
}
.game-item:hover .game-overlay { opacity: 1; }

.btn-play {
    width: 58px; height: 58px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    transition: var(--transition);
    border: 3px solid rgba(255,255,255,0.3);
    padding-left: 4px;
}
.btn-play:hover {
    background: var(--gold);
    color: #000;
    transform: scale(1.1);
}

.game-badge {
    position: absolute;
    top: 12px; left: 12px;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.game-badge.hot {
    background: linear-gradient(135deg, #ff4500, #ff8c00);
    color: #fff;
}
.game-badge.new {
    background: linear-gradient(135deg, var(--primary-color), #00754a);
    color: #fff;
}

.game-info { padding: 18px 20px; }
.game-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.game-name a { color: inherit; }
.game-name a:hover { color: var(--primary-color); }
.game-provider {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.game-stats {
    display: flex;
    gap: 14px;
    font-size: 0.82rem;
}
.game-rating { color: var(--gold-light); }
.game-players { color: var(--text-muted); }

.games-footer { text-align: center; margin-top: 50px; }
.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 3rem;
    background: transparent;
    border: 1px solid rgba(0,201,123,0.4);
    color: var(--primary-color);
    border-radius: var(--border-radius);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition);
}
.btn-view-all:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,201,123,0.35);
}

/* ═══════════════════════════════════════════════
   LIVE WINNERS / JACKPOT
═══════════════════════════════════════════════ */
.live-winners {
    background: linear-gradient(160deg, #060e09, #0c1a10);
    padding: 90px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.winners-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}
.winners-title-group { display: flex; flex-direction: column; gap: 10px; }

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,60,60,0.1);
    border: 1px solid rgba(255,60,60,0.3);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff4d4d;
    width: fit-content;
}
.live-dot {
    width: 8px; height: 8px;
    background: #ff4d4d;
    border-radius: 50%;
    animation: live-pulse 1.5s ease-in-out infinite;
}
@keyframes live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.7); }
}

.winners-marquee { position: relative; overflow: hidden; }
.winners-track {
    display: flex;
    gap: 20px;
}
.winners-track-inner {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: marquee-scroll 35s linear infinite;
}
.winners-track-inner:hover { animation-play-state: paused; }
@keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.winner-card {
    min-width: 240px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    transition: var(--transition);
}
.winner-card:hover {
    border-color: rgba(0,201,123,0.4);
    box-shadow: 0 8px 30px rgba(0,201,123,0.15);
}
.winner-avatar {
    width: 46px; height: 46px;
    background: rgba(0,201,123,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(0,201,123,0.25);
}
.winner-avatar i { color: var(--primary-color); font-size: 1.1rem; }
.winner-info h4 {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    color: var(--text-main);
    margin-bottom: 2px;
}
.winner-game { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 4px; }
.winner-amount {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--gold-light);
    font-weight: 700;
}

.jackpot-display {
    display: flex;
    gap: 25px;
    margin-top: 45px;
    flex-wrap: wrap;
}
.jackpot-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(212,160,23,0.07);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    padding: 22px 30px;
    flex: 1;
    min-width: 240px;
}
.jackpot-item > i {
    font-size: 2rem;
    color: var(--gold-light);
    filter: drop-shadow(0 0 10px rgba(212,160,23,0.5));
}
.jackpot-info { display: flex; flex-direction: column; gap: 4px; }
.jackpot-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.jackpot-value {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--gold-light);
    font-weight: 700;
    letter-spacing: 1px;
    animation: pulse-glow 2s ease-in-out infinite;
}
@keyframes pulse-glow {
    0%, 100% { text-shadow: 0 0 10px rgba(212,160,23,0.3); }
    50%       { text-shadow: 0 0 25px rgba(212,160,23,0.7); }
}

/* ═══════════════════════════════════════════════
   PAYMENT METHODS
═══════════════════════════════════════════════ */
.payment-methods {
    background: var(--bg-dark);
    padding: 80px 0;
    border-top: 1px solid var(--border-color);
}
.payment-header { text-align: center; margin-bottom: 45px; }
.payment-header h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.payment-header p { color: var(--text-muted); font-size: 0.95rem; }

.payment-grid {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.payment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    min-width: 100px;
    transition: var(--transition);
    cursor: default;
}
.payment-item:hover {
    border-color: rgba(0,201,123,0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,201,123,0.1);
}
.payment-icon {
    width: 48px; height: 48px;
    background: rgba(0,201,123,0.1);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    color: var(--primary-color);
    border: 1px solid rgba(0,201,123,0.2);
}
.payment-icon.pix { background: rgba(0,201,123,0.15); color: var(--primary-color); }
.payment-icon.crypto { background: rgba(247,147,26,0.1); color: #f7931a; border-color: rgba(247,147,26,0.2); }
.payment-item span { font-size: 0.88rem; font-weight: 700; color: var(--text-main); letter-spacing: 0.5px; }
.payment-item small { font-size: 0.72rem; color: var(--text-muted); }

.payment-security {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.security-badge {
    display: flex; align-items: center; gap: 8px;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.security-badge i { color: var(--primary-color); font-size: 1rem; }

/* ═══════════════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════════════ */
.process-section {
    background: linear-gradient(160deg, var(--bg-card2), var(--bg-dark));
    padding: 100px 0;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
}
.process-grid::before {
    content: '';
    position: absolute;
    top: 45px; left: 12%;
    width: 76%; height: 1px;
    background: linear-gradient(90deg, var(--primary-color), var(--gold), var(--primary-color));
    opacity: 0.25;
}

.process-item {
    position: relative;
    padding-top: 35px;
    text-align: center;
}
.process-number {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-main);
    background: linear-gradient(135deg, var(--primary-color), var(--gold));
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    box-shadow: 0 0 0 6px rgba(0,201,123,0.12);
    position: relative;
    z-index: 2;
}
.process-content { position: relative; z-index: 1; }
.process-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-main);
    letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════
   FEATURES / ADVISORS
═══════════════════════════════════════════════ */
.advisors-section {
    background: linear-gradient(160deg, #070f09 0%, #0c1a10 50%, #060e09 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.advisors-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(0,201,123,0.05) 0%, transparent 70%);
    animation: breath 6s ease-in-out infinite;
}
@keyframes breath {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative; z-index: 1;
}

.feature-card {
    background: rgba(12,26,16,0.7);
    border: 1px solid rgba(0,201,123,0.1);
    padding: 42px 32px;
    text-align: center;
    border-radius: var(--border-radius-lg);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}
.feature-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    transform: scaleX(0);
    transition: var(--transition);
}
.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0,201,123,0.3);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(0,201,123,0.1);
}
.feature-card:hover::before { transform: scaleX(1); }

.feature-card.featured {
    border-color: var(--border-gold);
    background: rgba(19,32,24,0.9);
}
.feature-badge {
    position: absolute;
    top: 14px; right: 14px;
    background: linear-gradient(135deg, var(--primary-color), var(--gold));
    color: #000;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-icon-wrapper {
    position: relative;
    width: 90px; height: 90px;
    margin: 0 auto 22px;
}
.feature-icon {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,201,123,0.15), rgba(0,201,123,0.05));
    border: 2px solid rgba(0,201,123,0.25);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 2;
    transition: var(--transition);
}
.feature-icon i {
    font-size: 2.2rem;
    color: var(--primary-color);
    transition: var(--transition);
}
.feature-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0,201,123,0.4) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.feature-card:hover .feature-icon {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(0,201,123,0.3), rgba(0,201,123,0.1));
    box-shadow: 0 0 30px rgba(0,201,123,0.4);
}
.feature-card:hover .feature-icon i { transform: scale(1.15); }
.feature-card:hover .feature-glow { opacity: 1; }

.feature-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    position: relative; z-index: 2;
}
.feature-desc {
    font-size: 0.93rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 18px;
    position: relative; z-index: 2;
}
.feature-tag {
    display: inline-block;
    background: rgba(0,201,123,0.1);
    color: var(--primary-color);
    padding: 7px 16px;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid rgba(0,201,123,0.25);
    position: relative; z-index: 2;
    transition: var(--transition);
}
.feature-card:hover .feature-tag {
    background: var(--primary-color);
    color: #fff;
    border-color: transparent;
}

/* ═══════════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════════ */
.faq-section {
    background: var(--bg-dark);
    padding: 100px 0;
}
.faq-grid { display: flex; flex-direction: column; gap: 16px; }
.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition);
}
.faq-item.active { border-color: rgba(0,201,123,0.4); }
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    cursor: pointer;
    transition: var(--transition);
    gap: 20px;
}
.faq-question:hover { background: rgba(0,201,123,0.04); }
.faq-question h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-main);
    letter-spacing: 0.3px;
}
.faq-question i {
    color: var(--primary-color);
    transition: var(--transition);
    flex-shrink: 0;
    font-size: 0.9rem;
}
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-item.active .faq-answer { max-height: 200px; }
.faq-answer p {
    padding: 0 28px 24px;
    color: var(--text-muted) !important;
    font-size: 0.97rem;
    line-height: 1.8;
}

/* ═══════════════════════════════════════════════
   NEWS / BLOG SECTION
═══════════════════════════════════════════════ */
.latest-news {
    background: linear-gradient(160deg, #060e09, var(--bg-dark));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.latest-news::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(212,160,23,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative; z-index: 1;
}

.news-card {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}
.news-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0,201,123,0.35);
    box-shadow: var(--shadow-lg);
}

.news-image-wrapper {
    position: relative;
    height: 215px;
    overflow: hidden;
    background: #0c1a10;
}
.news-image-wrapper img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.news-card:hover .news-image-wrapper img { transform: scale(1.08); }

.news-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.5) 100%);
    display: flex; align-items: flex-start; justify-content: flex-end;
    padding: 14px;
}
.news-category {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 13px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.news-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.news-meta {
    display: flex; gap: 18px;
    margin-bottom: 14px;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.news-meta i { color: var(--primary-color); margin-right: 5px; }
.news-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.45;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}
.news-title a { color: inherit; }
.news-title a:hover { color: var(--primary-color); }
.news-excerpt {
    color: var(--text-muted);
    font-size: 0.93rem;
    line-height: 1.75;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: var(--transition);
}
.news-readmore:hover { color: var(--gold-light); gap: 12px; }
.news-readmore i { font-size: 0.8rem; }

.news-footer { text-align: center; margin-top: 50px; }

/* ═══════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════ */
.testimonials-section {
    background: rgba(12, 26, 16, 0.5);
    padding: 120px 0;
}
.testimonial-card {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-quote {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    color: var(--text-main);
    padding: 55px;
    border-radius: 20px;
    position: relative;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 45px;
    line-height: 1.85;
    font-weight: 400;
    letter-spacing: 0.3px;
    box-shadow: var(--shadow-gold);
}
.testimonial-quote::before {
    content: '\201C';
    position: absolute;
    top: -30px; left: 40px;
    font-family: var(--font-heading);
    font-size: 7rem;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
}
.testimonial-quote::after {
    content: '';
    position: absolute;
    bottom: -18px; left: 50%;
    transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid var(--border-gold);
}
.testimonial-author h4 { color: var(--text-main) !important; font-family: var(--font-heading); }

/* ═══════════════════════════════════════════════
   FINAL CTA / MID CTA
═══════════════════════════════════════════════ */
.mid-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 120px 0;
    background:
        linear-gradient(160deg, rgba(0,100,50,0.9) 0%, rgba(212,160,23,0.7) 100%),
        url('https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}
.mid-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: rgba(3,8,5,0.55);
}
.mid-cta .container { position: relative; z-index: 2; }

/* ═══════════════════════════════════════════════
   MAIN FOOTER
═══════════════════════════════════════════════ */
.main-footer { background: #040a06; padding: 0; border-top: 1px solid var(--border-gold); }
.footer-main { padding: 80px 0 60px; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
}
.footer-col {}
.footer-logo img { height: 40px; margin-bottom: 20px; }
.footer-desc {
    color: var(--text-muted);
    font-size: 0.93rem;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 280px;
}
.footer-social { display: flex; gap: 12px; }
.social-link {
    width: 40px; height: 40px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: var(--transition);
}
.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.footer-title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--gold));
    border-radius: 1px;
}

.footer-menu { display: flex; flex-direction: column; gap: 13px; }
.footer-menu li a {
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: var(--transition);
    display: flex; align-items: center; gap: 8px;
}
.footer-menu li a::before {
    content: '›';
    color: var(--primary-color);
    font-size: 1.2rem;
    line-height: 1;
}
.footer-menu li a:hover { color: var(--primary-color); padding-left: 5px; }

.footer-badges { display: flex; flex-direction: column; gap: 12px; }
.badge-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: var(--transition);
}
.badge-item:hover { border-color: rgba(0,201,123,0.35); }
.badge-item i { color: var(--primary-color); font-size: 1rem; }
.badge-item span { color: var(--text-muted); font-size: 0.85rem; font-weight: 600; }

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.copyright { color: var(--text-muted); font-size: 0.85rem; }
.responsible-gaming { color: var(--text-muted); font-size: 0.85rem; }
.footer-link { color: var(--primary-color); font-size: 0.85rem; }
.footer-link:hover { color: var(--gold-light); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 35px; }
}
@media (max-width: 992px) {
    .hero-stats-bar { flex-direction: column; margin-top: 0; }
    .stats-item { border-right: none; border-bottom: 1px solid var(--border-color); padding: 2.5rem 0; }
    .stats-item:last-child { border-bottom: none; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid::before { display: none; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .games-showcase { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .winners-header { flex-direction: column; align-items: flex-start; }
    .jackpot-display { flex-direction: column; }
    .jackpot-item { min-width: unset; }
}
@media (max-width: 768px) {
    section { padding: 70px 0; }
    .hero { padding: 140px 0 90px; min-height: auto; }
    .hero-title { font-size: 2.4rem; }
    .section-title { font-size: 1.9rem; }
    .features-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .games-showcase { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .payment-grid { gap: 12px; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .hero-actions .btn-primary,
    .hero-actions .btn-outline { width: 100%; justify-content: center; }
}
@media (max-width: 576px) {
    .process-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2rem; }
    .testimonial-quote { padding: 35px 25px; font-size: 1.05rem; }
    .footer-social { justify-content: flex-start; }
}
