/* b9999bet - Cassino VIP CSS */

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a2e 50%, #0a0a0a 100%);
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #ffd700;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

h2 {
    font-size: 2.5rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.8rem;
    color: #e6c200;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #ffd700;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: linear-gradient(180deg, rgba(26, 10, 46, 0.95) 0%, rgba(10, 10, 10, 0.9) 100%);
    border-bottom: 2px solid #ffd700;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.logo-section img {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-nav a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
    background: linear-gradient(135deg, #ffd700 0%, #e6c200 100%);
    color: #1a0a2e;
    transform: translateY(-2px);
}

.btn-jogar-agora {
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    color: #1a0a2e;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
}

.btn-jogar-agora:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.6);
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 90%;
}

.hero-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
}

.hero-subtitle {
    font-size: 2rem;
    color: #ffd700;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.btn-hero {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    color: #1a0a2e;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1.3rem;
    text-transform: uppercase;
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5);
    transition: all 0.3s ease;
}

.btn-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(255, 215, 0, 0.7);
}

/* Main Content */
.main-content {
    background: rgba(10, 10, 10, 0.8);
}

.intro-section,
.jogos-section,
.bonus-section,
.pagamento-section,
.licenca-section,
.suporte-section,
.jogo-responsavel-section,
.sobre-section,
.faq-section,
.avaliacoes-section {
    padding: 4rem 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

/* Destaques Grid */
.destaques-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.destaque-card {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.8) 0%, rgba(10, 10, 10, 0.8) 100%);
    border: 2px solid #ffd700;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.destaque-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.destaque-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Jogos Grid */
.jogos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.jogo-card {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border: 2px solid #e6c200;
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.jogo-card:hover {
    transform: translateY(-8px);
    border-color: #ffd700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.jogo-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Bônus Lista */
.bonus-lista {
    margin-top: 2rem;
}

.bonus-item {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%);
    border-left: 4px solid #ffd700;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

/* Pagamento Grid */
.pagamento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.pagamento-metodo {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.8) 0%, rgba(10, 10, 10, 0.8) 100%);
    border: 2px solid #e6c200;
    border-radius: 12px;
    padding: 1.5rem;
}

.pagamento-nota {
    margin-top: 2rem;
    padding: 1rem;
    background: rgba(255, 215, 0, 0.1);
    border-left: 4px solid #ffd700;
    border-radius: 5px;
}

/* Segurança Lista */
.seguranca-lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.seguranca-item {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%);
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 1.5rem;
}

/* Suporte Canais */
.suporte-canais {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.canal-item {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.8) 0%, rgba(10, 10, 10, 0.8) 100%);
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

/* Jogo Responsável */
.responsavel-ferramentas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.ferramenta-item {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%);
    border: 2px solid #ff9800;
    border-radius: 12px;
    padding: 1.5rem;
}

.responsavel-ajuda {
    margin-top: 2rem;
    font-weight: 700;
    color: #ff9800;
}

.responsavel-links {
    list-style: none;
    margin-top: 1rem;
}

.responsavel-links li {
    margin-bottom: 0.5rem;
}

/* Sobre Lista */
.sobre-lista {
    margin-top: 1.5rem;
    padding-left: 2rem;
}

.sobre-lista li {
    margin-bottom: 0.8rem;
}

/* FAQ */
.faq-item {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%);
    border: 2px solid #9c27b0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Avaliações */
.avaliacoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.avaliacao-card {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border: 2px solid #ffd700;
    border-radius: 15px;
    padding: 1.5rem;
}

.avaliacao-header {
    margin-bottom: 1rem;
}

.avaliacao-local {
    display: block;
    color: #aaa;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

.avaliacao-estrelas {
    color: #ffd700;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.avaliacao-texto {
    font-style: italic;
    margin: 1rem 0;
}

.avaliacao-data {
    color: #888;
    font-size: 0.85rem;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    color: #1a0a2e;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    margin-top: 3rem;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.4);
}

.cta-box h3 {
    color: #1a0a2e;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.btn-primary {
    display: inline-block;
    background: #1a0a2e;
    color: #ffd700;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 1rem;
    box-shadow: 0 6px 20px rgba(26, 10, 46, 0.5);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 10, 46, 0.7);
}

/* Footer */
.site-footer {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 10, 46, 0.95) 100%);
    border-top: 2px solid #ffd700;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    color: #ffd700;
    margin-bottom: 1rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.5rem;
}

.footer-col img {
    margin-top: 1rem;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3));
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.payment-methods span {
    background: rgba(255, 215, 0, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    padding-top: 2rem;
    text-align: center;
}

.age-warning {
    color: #ff9800;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.license,
.responsible {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    padding: 3rem 0;
    text-align: center;
    border-bottom: 3px solid #ffd700;
}

.page-subtitle {
    font-size: 1.3rem;
    color: #e0e0e0;
}

/* Content Section */
.content-section {
    padding: 3rem 0;
}

.featured-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.game-highlight {
    background: linear-gradient(135deg, rgba(26, 10, 46, 0.8) 0%, rgba(10, 10, 10, 0.8) 100%);
    border-left: 4px solid #ffd700;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: rgba(26, 10, 46, 0.5);
}

.comparison-table th,
.comparison-table td {
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 1rem;
    text-align: left;
}

.comparison-table th {
    background: rgba(255, 215, 0, 0.2);
    color: #ffd700;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }

    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .destaques-grid,
    .jogos-grid,
    .pagamento-grid,
    .seguranca-lista,
    .suporte-canais,
    .responsavel-ferramentas,
    .avaliacoes-grid {
        grid-template-columns: 1fr;
    }
}
