/* Live Casino Page Specific Styles */

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0D3421 0%, #02432D 100%);
    color: #FFEFB0;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23FFEFB0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23FFEFB0" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23FFEFB0" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23FFEFB0" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23FFEFB0" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #FFEFB0 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Why Play Live Section */
.why-play-live {
    padding: 80px 0;
    background: #0D3421;
    color: #e0e0e0;
}

.why-play-live h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #FFEFB0;
}

.why-play-live p {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.live-features h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #FFEFB0;
}

.table-responsive {
    overflow-x: auto;
    margin-bottom: 2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

th, td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 239, 176, 0.2);
}

th {
    background: #197B59;
    color: #FFEFB0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

td {
    color: #FFEFB0;
}

tr:hover {
    background: rgba(255, 239, 176, 0.05);
}

.cta-buttons {
    text-align: center;
    margin-top: 3rem;
}

.cta-buttons .btn {
    margin: 0.5rem;
}

/* Live Games Section */

.live-games h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #FFEFB0;
}

.live-games p {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.game-category {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 239, 176, 0.2);
}

.game-category h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #FFEFB0;
    text-align: center;
}

/* Mobile Live Section */
.mobile-live {
    padding: 80px 0;
    background: #0D3421;
    color: #e0e0e0;
}

.mobile-live h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #FFEFB0;
}

.mobile-live p {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.mobile-features h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #FFEFB0;
}

/* Comparison Section */
.comparison {
    padding: 80px 0;
    background: linear-gradient(135deg, #02432D 0%, #0D3421 100%);
    color: #FFEFB0;
}

.comparison h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #FFEFB0;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    background: #0D3421;
    color: #FFEFB0;
}

.reviews h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #FFEFB0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.review-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 239, 176, 0.2);
    text-align: center;
}

.review-item p {
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.review-item cite {
    color: rgba(255, 239, 176, 0.8);
    font-weight: 500;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: linear-gradient(135deg, #02432D 0%, #0D3421 100%);
    color: #FFEFB0;
}

.faq h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #FFEFB0;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 239, 176, 0.2);
}

.faq-item h3 {
    background: #FFEFB0;
    color: #055434;
    padding: 1.5rem;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.faq-item p {
    padding: 1.5rem;
    margin: 0;
    line-height: 1.6;
    color: #FFEFB0;
}

/* Final CTA Section */
.final-cta {
    padding: 80px 0;
    background: #0D3421;
    color: #FFEFB0;
    text-align: center;
}

.final-cta p {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.125rem;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 60px 0;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .why-play-live,
    .live-games,
    .mobile-live,
    .comparison,
    .reviews,
    .faq,
    .final-cta {
        padding: 60px 0;
    }
    
    .why-play-live h2,
    .live-games h2,
    .mobile-live h2,
    .comparison h2,
    .reviews h2,
    .faq h2 {
        font-size: 2rem;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .game-category {
        padding: 1.5rem;
    }
    
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.75rem;
    }
    
    .game-category {
        padding: 1rem;
    }
    
    .review-item {
        padding: 1.5rem;
    }
    
    .faq-item h3 {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .faq-item p {
        padding: 1rem;
        font-size: 0.95rem;
    }
}

/* Images */
.live-casino-features-image,
.mobile-live-image,
.reviews-image {
    margin: 2rem 0;
    text-align: center;
}

.live-casino-features-image img,
.mobile-live-image img,
.reviews-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.live-casino-features-image img:hover,
.mobile-live-image img:hover,
.reviews-image img:hover {
    transform: translateY(-5px);
}
