/* Crash Games Page Specific Styles */

/* Why Play Crash Games Section */
.why-play-crash {
    text-align: center;
    padding: 4rem 0;
}

.why-play-crash h2 {
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.crash-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.crash-feature {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.crash-feature:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.crash-feature i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.crash-feature h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.crash-feature p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.95rem;
}

.crash-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Aviator Section */
.aviator-section {
    text-align: center;
    padding: 4rem 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.aviator-section h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.aviator-section > p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: var(--text-secondary);
}

.aviator-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.aviator-feature {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.aviator-feature:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.aviator-feature i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.aviator-feature h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.aviator-feature p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.9rem;
}

.aviator-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Other Crash Games Section */
.other-crash-games {
    text-align: center;
    padding: 4rem 0;
}

.other-crash-games h2 {
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.crash-games-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.crash-game {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.crash-game:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.crash-game i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.crash-game h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.crash-game p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.9rem;
}

.crash-games-table {
    margin: 4rem 0;
}

.crash-games-table h3 {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.crash-games-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Mobile Crash Games Section */
.mobile-crash-games {
    text-align: center;
    padding: 4rem 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.mobile-crash-games h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.mobile-crash-games > p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: var(--text-secondary);
}

.mobile-crash-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.mobile-crash-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.mobile-crash-feature:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.mobile-crash-feature i {
    font-size: 1.5rem;
    color: var(--primary-color);
    min-width: 24px;
    flex-shrink: 0;
}

.mobile-crash-feature span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
}

.mobile-crash-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Crash Bonuses Section */
.crash-bonuses {
    text-align: center;
    padding: 4rem 0;
}

.crash-bonuses h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.crash-bonuses > p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: var(--text-secondary);
}

.crash-bonus-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.crash-bonus-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.crash-bonus-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.crash-bonus-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    min-width: 24px;
    flex-shrink: 0;
}

.crash-bonus-item span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
}

.crash-bonus-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Security and Fair Play Section */
.security-fair-play {
    text-align: center;
    padding: 4rem 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.security-fair-play h2 {
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.security-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.security-feature:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.security-feature i {
    font-size: 1.5rem;
    color: var(--primary-color);
    min-width: 24px;
    flex-shrink: 0;
}

.security-feature span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
}

.security-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Mini Guide Section */
.mini-guide {
    text-align: center;
    padding: 4rem 0;
}

.mini-guide h2 {
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.guide-step {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.guide-step:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.guide-number {
    background-color: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.guide-step p {
    color: var(--text-color);
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

/* Responsive Design for Crash Games Page */
@media (max-width: 768px) {
    .crash-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .aviator-features,
    .crash-games-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mobile-crash-features,
    .crash-bonus-list,
    .security-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .guide-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .crash-buttons,
    .aviator-buttons,
    .crash-games-buttons,
    .mobile-crash-buttons,
    .crash-bonus-buttons,
    .security-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .crash-buttons .btn,
    .aviator-buttons .btn,
    .crash-games-buttons .btn,
    .mobile-crash-buttons .btn,
    .crash-bonus-buttons .btn,
    .security-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .crash-feature,
    .aviator-feature,
    .crash-game,
    .guide-step {
        padding: 1.5rem;
    }
    
    .mobile-crash-feature,
    .crash-bonus-item,
    .security-feature {
        padding: 1rem;
    }
    
    .guide-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}
