* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', 'Arial', sans-serif;
    background: linear-gradient(180deg, #0a3d2d 0%, #041a12 50%, #020f0a 100%);
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

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

/* Header */
.header {
    background: rgba(5, 34, 25, 0.95);
    border-bottom: 2px solid #0a4d35;
    padding: 15px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-btn {
    background: transparent;
    border: none;
    color: #d4af37;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.menu-btn span:not(.menu-text) {
    width: 25px;
    height: 2px;
    background: #d4af37;
    display: block;
}

.menu-text {
    font-size: 11px;
    margin-top: 3px;
    color: #d4af37;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #f0d678;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s;
}

.logo-image:hover {
    transform: scale(1.05);
}

.auth-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-login {
    background: linear-gradient(135deg, #c5a05e 0%, #9d7c3f 100%);
    color: #1a1a1a;
}

.btn-signup {
    background: linear-gradient(135deg, #f0d678 0%, #c5a05e 100%);
    color: #1a1a1a;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Hero Section */
.hero {
    padding: 80px 20px;
    text-align: center;
    background: radial-gradient(ellipse at center, rgba(10, 61, 45, 0.8) 0%, rgba(5, 34, 25, 0.4) 70%);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.hero-bonus {
    font-size: 80px;
    font-weight: 900;
    background: linear-gradient(135deg, #f0d678 0%, #c5a05e 50%, #9d7c3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.btn-bonus {
    background: linear-gradient(135deg, #c5a05e 0%, #9d7c3f 100%);
    color: #1a1a1a;
    padding: 18px 60px;
    font-size: 16px;
    margin-bottom: 60px;
}

/* Payment Methods */
.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0.7;
    margin-top: 40px;
}

.payment-icon {
    font-size: 14px;
    color: #999;
}

/* Categories */
.categories {
    padding: 40px 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.category-btn {
    background: rgba(10, 61, 45, 0.6);
    border: 2px solid #0a4d35;
    border-radius: 12px;
    padding: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.category-btn:hover {
    background: rgba(10, 61, 45, 0.9);
    border-color: #d4af37;
    transform: translateY(-3px);
}

.category-icon {
    font-size: 24px;
}

/* Search */
.search-section {
    padding: 20px 0;
}

.search-box {
    background: rgba(5, 34, 25, 0.8);
    border: 2px solid #0a4d35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 15px;
}

.search-icon {
    font-size: 20px;
}

.search-input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    outline: none;
}

.search-input::placeholder {
    color: #666;
}

/* Games Section */
.games-section {
    padding: 40px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: 700;
}

.fire-icon {
    font-size: 32px;
}

.btn-show-all {
    background: transparent;
    border: 2px solid #0a4d35;
    border-radius: 20px;
    padding: 10px 25px;
    color: #4CAF50;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-show-all:hover {
    border-color: #4CAF50;
    background: rgba(76, 175, 80, 0.1);
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.game-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    aspect-ratio: 3/4;
}

.game-card:hover {
    transform: scale(1.05);
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.game-card:hover .game-overlay {
    opacity: 1;
}

.game-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-play {
    background: linear-gradient(135deg, #c5a05e 0%, #9d7c3f 100%);
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    color: #1a1a1a;
    font-weight: 700;
    cursor: pointer;
}

/* Cookie Notice */
.cookie-notice {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(5, 34, 25, 0.98);
    border: 2px solid #d4af37;
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 1000;
}

.cookie-notice p {
    color: #e0e0e0;
    font-size: 14px;
}

.cookie-notice a {
    color: #d4af37;
    text-decoration: underline;
}

.btn-cookie-ok {
    background: linear-gradient(135deg, #c5a05e 0%, #9d7c3f 100%);
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    color: #1a1a1a;
    font-weight: 700;
    cursor: pointer;
    min-width: 80px;
}

/* Chat Button */
.chat-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0d678 0%, #c5a05e 100%);
    border: none;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
    transition: all 0.3s;
    z-index: 999;
}

.chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 7px 25px rgba(212, 175, 55, 0.6);
}

/* Hero Updates */
.hero-subtitle {
    font-size: 16px;
    color: #b8c5c1;
    margin: 10px 0 30px;
    font-weight: 400;
}

.hero-desc {
    font-size: 18px;
    color: #d4af37;
    margin-bottom: 30px;
    font-weight: 600;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(10, 61, 45, 0.6);
    border: 1px solid #0a4d35;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.payment-title {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: rgba(5, 34, 25, 0.4);
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text h3 {
    color: #d4af37;
    font-size: 28px;
    margin: 30px 0 20px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    margin: 30px 0;
}

.features-list li {
    font-size: 16px;
    line-height: 2;
    color: #ddd;
    padding: 10px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

/* Bonus Section */
.bonus-section {
    padding: 80px 0;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.bonus-card {
    background: linear-gradient(135deg, rgba(10, 61, 45, 0.8) 0%, rgba(5, 34, 25, 0.9) 100%);
    border: 2px solid #0a4d35;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s;
    position: relative;
}

.bonus-card.featured {
    grid-column: span 2;
    border-color: #d4af37;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(10, 61, 45, 0.9) 100%);
}

.bonus-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.bonus-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c5a05e 0%, #9d7c3f 100%);
    color: #1a1a1a;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.bonus-card h3 {
    font-size: 26px;
    color: #d4af37;
    margin-bottom: 10px;
}

.bonus-subtitle {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

.bonus-details {
    margin: 20px 0;
}

.bonus-tier {
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    margin: 8px 0;
    border-radius: 8px;
    font-size: 14px;
    border-left: 3px solid #d4af37;
}

.bonus-terms {
    margin: 20px 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 13px;
    color: #aaa;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #d4af37;
    color: #d4af37;
}

.btn-secondary:hover {
    background: rgba(212, 175, 55, 0.1);
}

/* Games Info Section */
.games-info-section {
    padding: 80px 0;
    background: rgba(5, 34, 25, 0.4);
}

.games-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.game-type-card {
    background: linear-gradient(135deg, rgba(10, 61, 45, 0.6) 0%, rgba(5, 34, 25, 0.8) 100%);
    border: 2px solid #0a4d35;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s;
}

.game-type-card:hover {
    border-color: #d4af37;
    transform: translateY(-5px);
}

.game-type-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.game-type-card h3 {
    color: #d4af37;
    font-size: 22px;
    margin-bottom: 15px;
}

.game-type-card p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 15px;
}

.game-type-card ul {
    list-style: none;
    color: #ccc;
}

.game-type-card ul li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}

.game-type-card ul li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #d4af37;
}

.providers-section {
    margin-top: 60px;
    text-align: center;
}

.providers-section h3 {
    color: #d4af37;
    font-size: 24px;
    margin-bottom: 30px;
}

.providers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.provider {
    background: rgba(10, 61, 45, 0.6);
    border: 1px solid #0a4d35;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.provider:hover {
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
}

/* Payment Section */
.payment-section {
    padding: 80px 0;
}

.payment-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.payment-info-card {
    background: linear-gradient(135deg, rgba(10, 61, 45, 0.6) 0%, rgba(5, 34, 25, 0.8) 100%);
    border: 2px solid #0a4d35;
    border-radius: 15px;
    padding: 35px;
    transition: all 0.3s;
}

.payment-info-card:hover {
    border-color: #d4af37;
    transform: translateY(-5px);
}

.payment-info-card h3 {
    color: #d4af37;
    font-size: 22px;
    margin-bottom: 20px;
}

.payment-info-card ul {
    list-style: none;
    margin: 15px 0;
}

.payment-info-card ul li {
    padding: 8px 0;
    color: #ddd;
    line-height: 1.6;
}

.highlight {
    background: rgba(212, 175, 55, 0.15);
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid #d4af37;
    margin: 15px 0;
    color: #f0d678;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: rgba(5, 34, 25, 0.4);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.faq-item {
    background: linear-gradient(135deg, rgba(10, 61, 45, 0.6) 0%, rgba(5, 34, 25, 0.8) 100%);
    border: 2px solid #0a4d35;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s;
}

.faq-item:hover {
    border-color: #d4af37;
}

.faq-item h3 {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-item p {
    color: #ddd;
    line-height: 1.7;
    font-size: 15px;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.15) 0%, rgba(10, 61, 45, 0.3) 70%);
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.cta-content > p {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 40px;
}

.cta-offer {
    margin: 40px 0;
}

.cta-bonus {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, #f0d678 0%, #c5a05e 50%, #9d7c3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-large {
    font-size: 18px;
    padding: 20px 60px;
    margin: 30px 0;
}

.cta-disclaimer {
    color: #999;
    font-size: 13px;
    margin-top: 20px;
}

/* Footer */
.footer {
    background: rgba(5, 34, 25, 0.95);
    border-top: 2px solid #0a4d35;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col p {
    color: #aaa;
    line-height: 1.7;
    font-size: 14px;
}

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

.footer-col ul li {
    margin: 10px 0;
}

.footer-col ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #d4af37;
}

.footer-license {
    margin-top: 20px;
}

.footer-license p {
    margin: 8px 0;
}

.responsible-gaming-logos {
    margin-top: 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #0a4d35;
}

.footer-bottom p {
    color: #888;
    font-size: 13px;
    margin: 10px 0;
}

.footer-links {
    margin: 15px 0;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 10px;
    font-size: 13px;
}

.footer-links a:hover {
    color: #d4af37;
}

.footer-disclaimer {
    max-width: 900px;
    margin: 20px auto;
    line-height: 1.6;
}

/* Icons */
.crown-icon, .gift-icon, .slot-icon, .faq-icon {
    font-size: 32px;
}

/* Responsive */
@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .logo-image {
        height: 40px;
        max-width: 150px;
    }

    .hero-bonus {
        font-size: 50px;
    }

    .hero-title {
        font-size: 18px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .bonus-card.featured {
        grid-column: span 1;
    }

    .cta-bonus {
        font-size: 36px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .payment-methods {
        margin-top: 30px;
    }

    .trust-badges {
        flex-direction: column;
        gap: 15px;
    }
}
