/*
Theme Name:   Flatsome Child - 789club88
Theme URI:    https://789club88.uk.com/
Description:  Child theme for Flatsome – 789CLUB brand
Author:       789CLUB Dev Team
Author URI:   https://789club88.uk.com/
Template:     flatsome
Version:      1.0.0
*/

@import url("../flatsome/style.css");
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&display=swap');

:root {
    --club-navy       : #0d1b2e;
    --club-deep       : #060e1a;
    --club-blue       : #1a3a6e;
    --club-blue-mid   : #1e4080;
    --club-gold       : #e8a020;
    --club-gold-light : #ffc64a;
    --club-text       : #c5cfe0;
    --club-radius     : 16px;
}

body, .c78-section {
    font-family: 'Be Vietnam Pro', 'Roboto', 'Segoe UI', Arial, sans-serif !important;
}

.c78-btn {
    font-family: 'Be Vietnam Pro', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}
.c78-btn-gold {
    background: linear-gradient(to bottom, var(--club-gold-light), var(--club-gold));
    color: #3a1f00 !important;
    border: 2px solid #ffe09a;
    box-shadow: 0 0 25px rgba(232,160,32,0.5);
}
.c78-btn-gold:hover { transform: translateY(-3px); box-shadow: 0 0 40px rgba(232,160,32,0.7); }
.c78-btn-outline {
    background: rgba(255,255,255,0.05);
    color: #fff !important;
    border: 2px solid rgba(100,140,200,0.5);
}
.c78-btn-outline:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }

.c78-game-card { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }
.c78-game-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(232,160,32,0.8) !important;
    box-shadow: 0 20px 40px rgba(232,160,32,0.25) !important;
}

.c78-faq-item {
    background: linear-gradient(145deg, #0f1d33, #0a1220);
    margin-bottom: 14px; border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s;
}
.c78-faq-item:hover { border-color: rgba(232,160,32,0.3); transform: translateY(-2px); }
.c78-faq-q {
    padding: 22px 25px; cursor: pointer; font-weight: 700; font-size: 17px;
    display: flex; justify-content: space-between; align-items: center;
    color: #d0daea; transition: color 0.3s;
}
.c78-faq-q span { font-size: 24px; color: var(--club-gold); transition: transform 0.3s; }
.c78-faq-a {
    padding: 0 25px; display: none; color: var(--club-text);
    line-height: 1.7; font-size: 16px;
    border-top: 1px dashed rgba(255,255,255,0.08);
}
.c78-faq-item.active { border-color: var(--club-gold); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.c78-faq-item.active .c78-faq-a  { display: block; padding: 20px 25px; }
.c78-faq-item.active .c78-faq-q  { color: var(--club-gold-light); }
.c78-faq-item.active .c78-faq-q span { transform: rotate(45deg); }

.c78-popup-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.88);
    backdrop-filter: blur(8px); z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.c78-popup-overlay.active { opacity: 1; visibility: visible; }
.c78-popup-content {
    background: #0d1b2e; padding: 40px; border-radius: 20px;
    border: 1px solid rgba(232,160,32,0.35);
    width: 90%; max-width: 420px; position: relative;
    transform: translateY(20px); transition: all 0.3s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.9);
}
.c78-popup-overlay.active .c78-popup-content { transform: translateY(0); }
.c78-popup-close {
    position: absolute; top: 15px; right: 20px;
    background: transparent; border: none; color: #6a7a9a; font-size: 30px; cursor: pointer;
}
.c78-popup-close:hover { color: #e8233a; }
.c78-input {
    width: 100%; padding: 14px 15px; background: #111f35;
    border: 1px solid #1e3050; color: #fff; border-radius: 8px;
    box-sizing: border-box; margin-bottom: 20px; font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.c78-input:focus { outline: none; border-color: var(--club-gold); }
