/* style/hi88-game-features-free-spins-feature.css */

:root {
    --primary-color: #0A192F;
    --secondary-color: #FFD700;
    --text-light: #F0F2F5;
    --text-dark: #333333;
    --background-dark: #0A192F;
    --background-light: #FFFFFF;
    --accent-gold-dark: #B39700; /* Darker variant for text on gold background */
    --accent-blue-light: #6C7582; /* Lighter variant for text on dark blue background */
}

.page-hi88-game-features-free-spins-feature {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-light);
}

.page-hi88-game-features-free-spins-feature .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-hi88-game-features-free-spins-feature .hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a2a47 100%); /* Slightly lighter gradient for visual depth */
    color: var(--text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hi88-game-features-free-spins-feature .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:hi88,nổ_hũ,vòng_quay_miễn_phí,abstract_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-hi88-game-features-free-spins-feature .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-hi88-game-features-free-spins-feature .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Buttons */
.page-hi88-game-features-free-spins-feature .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 1;
}

.page-hi88-game-features-free-spins-feature .btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.page-hi88-game-features-free-spins-feature .btn-primary:hover {
    background-color: var(--accent-gold-dark);
    transform: translateY(-3px);
}

.page-hi88-game-features-free-spins-feature .btn-secondary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    margin-left: 15px;
}

.page-hi88-game-features-free-spins-feature .btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
}

.page-hi88-game-features-free-spins-feature .cta-group .btn {
    margin-top: 20px;
}

/* Content Sections */
.page-hi88-game-features-free-spins-feature .content-section {
    padding: 60px 0;
    background-color: var(--background-light);
}

.page-hi88-game-features-free-spins-feature .content-section:nth-of-type(even) {
    background-color: #F8F8F8; /* Slightly different background for alternating sections */
}

.page-hi88-game-features-free-spins-feature .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-hi88-game-features-free-spins-feature .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-hi88-game-features-free-spins-feature .subsection-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--secondary-color);
    padding-left: 15px;
}

.page-hi88-game-features-free-spins-feature p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.page-hi88-game-features-free-spins-feature .image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-hi88-game-features-free-spins-feature .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-hi88-game-features-free-spins-feature .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-hi88-game-features-free-spins-feature .feature-list li {
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 1.1em;
    color: var(--text-dark);
}

.page-hi88-game-features-free-spins-feature .feature-list li strong {
    color: var(--primary-color);
}

/* FAQ Section */
.page-hi88-game-features-free-spins-feature .faq-section {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 60px 0;
}

.page-hi88-game-features-free-spins-feature .faq-section .section-title {
    color: var(--secondary-color);
}

.page-hi88-game-features-free-spins-feature .faq-section .section-title::after {
    background-color: var(--secondary-color);
}

.page-hi88-game-features-free-spins-feature .faq-item {
    background-color: #1a2a47; /* Slightly lighter primary for contrast */
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-hi88-game-features-free-spins-feature .faq-question {
    font-size: 1.3em;
    color: var(--secondary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-hi88-game-features-free-spins-feature .faq-answer {
    font-size: 1.05em;
    color: var(--text-light);
    display: block; /* Ensure it's visible by default for now */
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Call to Action Section */
.page-hi88-game-features-free-spins-feature .call-to-action-section {
    background: linear-gradient(45deg, var(--secondary-color) 0%, #ffc107 100%);
    color: var(--primary-color);
    padding: 80px 0;
    text-align: center;
}

.page-hi88-game-features-free-spins-feature .cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.page-hi88-game-features-free-spins-feature .cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-hi88-game-features-free-spins-feature .call-to-action-section .btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-hi88-game-features-free-spins-feature .call-to-action-section .btn-primary:hover {
    background-color: #1a2a47;
    color: var(--secondary-color);
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-hi88-game-features-free-spins-feature .hero-title {
        font-size: 2.5em;
    }

    .page-hi88-game-features-free-spins-feature .hero-description,
    .page-hi88-game-features-free-spins-feature p,
    .page-hi88-game-features-free-spins-feature .feature-list li,
    .page-hi88-game-features-free-spins-feature .faq-answer {
        font-size: 1em;
    }

    .page-hi88-game-features-free-spins-feature .section-title {
        font-size: 2em;
    }

    .page-hi88-game-features-free-spins-feature .subsection-title {
        font-size: 1.5em;
    }

    .page-hi88-game-features-free-spins-feature .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-hi88-game-features-free-spins-feature .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-hi88-game-features-free-spins-feature .cta-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-hi88-game-features-free-spins-feature .cta-group .btn {
        width: 80%;
        margin: 10px 0;
    }

    .page-hi88-game-features-free-spins-feature .cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-hi88-game-features-free-spins-feature .hero-title {
        font-size: 2em;
    }

    .page-hi88-game-features-free-spins-feature .hero-description {
        font-size: 0.95em;
    }

    .page-hi88-game-features-free-spins-feature .section-title {
        font-size: 1.8em;
    }

    .page-hi88-game-features-free-spins-feature .subsection-title {
        font-size: 1.3em;
    }

    .page-hi88-game-features-free-spins-feature .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .page-hi88-game-features-free-spins-feature .btn-secondary {
        margin-top: 10px;
    }

    .page-hi88-game-features-free-spins-feature .cta-title {
        font-size: 1.8em;
    }
    .page-hi88-game-features-free-spins-feature .cta-description {
        font-size: 1em;
    }
}