:root {
            --bg-primary: #0c0c0c;
            --bg-card: #1a1a1a;
            --accent: #f59e0b;
            --accent-hover: #d97706;
            --success: #10b981;
            --text-primary: #fafafa;
            --text-secondary: #a1a1aa;
            --border: #2a2a2a;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }

        body {
            font-family: 'Inter', sans-serif;
            background: var(--bg-primary);
            color: var(--text-primary);
            line-height: 1.7;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5 {
            font-family: 'Montserrat', sans-serif;
            line-height: 1.3;
        }

        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

        /* HEADER */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(12,12,12,0.88);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--border);
        }
        .header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
        .logo { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 800; }
        .logo span { color: var(--accent); }
        .nav-links { display: flex; gap: 24px; list-style: none; }
        .nav-links a { font-size: 0.9rem; font-weight: 600; color: var(--text-secondary); transition: color 0.25s; }
        .nav-links a:hover { color: var(--accent); }
        .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
        .hamburger span { width: 24px; height: 2px; background: var(--text-primary); border-radius: 2px; }
        .mobile-menu { display: none; position: absolute; top: 68px; left: 0; right: 0; background: rgba(12,12,12,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); padding: 20px; }
        .mobile-menu.active { display: block; }
        .mobile-menu a { display: block; padding: 12px 0; color: var(--text-secondary); font-weight: 600; border-bottom: 1px solid var(--border); }

        /* HERO */
        .hero {
            padding: 80px 0 60px;
            text-align: center;
            background: linear-gradient(180deg, rgba(245,158,11,0.06) 0%, var(--bg-primary) 100%);
        }
        .hero h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 18px; }
        .hero h1 span { color: var(--accent); }
        .hero-text { font-size: 1.05rem; color: var(--text-secondary); max-width: 660px; margin: 0 auto 32px; line-height: 1.8; }
        .filter-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
        .filter-btn {
            padding: 9px 22px; border-radius: 8px; font-size: 0.85rem; font-weight: 600;
            border: 1px solid var(--border); background: var(--bg-card); color: var(--text-secondary);
            cursor: pointer; transition: all 0.25s;
        }
        .filter-btn:hover, .filter-btn.active { background: var(--accent); color: #000; border-color: var(--accent); }

        /* SECTIONS */
        .section { padding: 70px 0; }
        .section-alt { background: rgba(26,26,26,0.4); }
        .section-title { font-size: 2rem; font-weight: 700; margin-bottom: 12px; text-align: center; }
        .section-title span { color: var(--accent); }
        .section-subtitle { color: var(--text-secondary); text-align: center; max-width: 640px; margin: 0 auto 45px; }

        /* TABLE */
        .table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid var(--border); }
        table { width: 100%; border-collapse: collapse; background: var(--bg-card); }
        th { background: rgba(245,158,11,0.12); padding: 14px 16px; text-align: left; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--accent); white-space: nowrap; }
        td { padding: 14px 16px; border-top: 1px solid var(--border); font-size: 0.88rem; color: var(--text-secondary); }
        tr:hover td { background: rgba(245,158,11,0.03); }
        .stars { color: var(--accent); letter-spacing: 2px; }
        .table-note { font-size: 0.86rem; color: var(--text-secondary); margin-top: 18px; line-height: 1.7; text-align: center; font-style: italic; }

        /* BONUS KARTLARI */
        .bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px; }
        .bonus-card {
            background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 32px;
            opacity: 0; transform: translateY(30px); transition: all 0.3s;
        }
        .bonus-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s ease, transform 0.5s ease; }
        .bonus-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.25); transform: translateY(-3px); }
        .bonus-icon { font-size: 2rem; margin-bottom: 14px; }
        .bonus-card h3 { font-size: 1.15rem; margin-bottom: 14px; }
        .bonus-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 14px; }
        .bonus-sub { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--accent); margin-bottom: 6px; margin-top: 14px; }
        .bonus-card ul { list-style: none; padding: 0; }
        .bonus-card ul li { font-size: 0.86rem; color: var(--text-secondary); padding: 3px 0; padding-left: 16px; position: relative; }
        .bonus-card ul li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

        /* HESAPLAYICI */
        .calc-section { padding: 70px 0; background: linear-gradient(180deg, var(--bg-primary) 0%, rgba(26,26,26,0.5) 100%); }
        .calc-wrapper {
            max-width: 620px; margin: 0 auto;
            background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 40px;
        }
        .calc-wrapper h3 { text-align: center; font-size: 1.3rem; margin-bottom: 24px; }
        .calc-row { margin-bottom: 18px; }
        .calc-row label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 6px; color: var(--text-secondary); }
        .calc-row input {
            width: 100%; padding: 12px 16px; background: var(--bg-primary); border: 1px solid var(--border);
            border-radius: 8px; color: var(--text-primary); font-size: 1rem; outline: none; transition: border 0.3s;
        }
        .calc-row input:focus { border-color: var(--accent); }
        .calc-btn {
            width: 100%; padding: 14px; background: var(--accent); color: #000; font-family: 'Montserrat', sans-serif;
            font-weight: 700; font-size: 1rem; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; margin-top: 8px;
        }
        .calc-btn:hover { background: var(--accent-hover); box-shadow: 0 4px 20px rgba(245,158,11,0.3); }
        .calc-result {
            margin-top: 24px; padding: 20px; background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.2);
            border-radius: 10px; display: none;
        }
        .calc-result h4 { font-size: 0.95rem; color: var(--accent); margin-bottom: 10px; }
        .calc-result p { font-size: 0.92rem; color: var(--text-secondary); margin-bottom: 6px; }
        .calc-result strong { color: var(--text-primary); }
        .calc-desc { font-size: 0.86rem; color: var(--text-secondary); line-height: 1.7; margin-top: 24px; text-align: center; }

        /* UZMAN YORUMLARI */
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .review-card {
            background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 32px;
            opacity: 0; transform: translateY(30px);
        }
        .review-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s ease, transform 0.5s ease; }
        .review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
        .review-avatar {
            width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent);
        }
        .review-info h4 { font-size: 0.95rem; }
        .review-info span { font-size: 0.78rem; color: var(--text-secondary); }
        .review-rating { color: var(--accent); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 14px; }
        .review-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8; }

        /* FAQ */
        .faq-list { max-width: 820px; margin: 0 auto; }
        .faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
        .faq-question { padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
        .faq-question:hover { color: var(--accent); }
        .faq-arrow { font-size: 1.2rem; transition: transform 0.3s; color: var(--accent); }
        .faq-item.active .faq-arrow { transform: rotate(180deg); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
        .faq-answer-inner { padding: 0 24px 20px; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8; }
        .faq-item.active .faq-answer { max-height: 400px; }

        /* FOOTER */
        .site-footer { background: #080808; border-top: 1px solid var(--border); padding: 60px 0 0; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
        .footer-about h4 { font-size: 1.15rem; margin-bottom: 14px; }
        .footer-about h4 span { color: var(--accent); }
        .footer-about p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.8; }
        .footer-links h4, .footer-contact h4 { font-size: 1rem; margin-bottom: 14px; }
        .footer-links ul { list-style: none; }
        .footer-links li { padding: 5px 0; }
        .footer-links a { font-size: 0.88rem; color: var(--text-secondary); transition: color 0.2s; }
        .footer-links a:hover { color: var(--accent); }
        .footer-contact p { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 8px; }
        .responsible-gaming { background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.15); border-radius: 10px; padding: 20px; margin: 30px 0; }
        .responsible-gaming h5 { font-family: 'Inter', sans-serif; color: var(--accent); font-size: 0.92rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .responsible-gaming p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.7; }
        .age-badge { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--accent); color: #000; border-radius: 50%; font-weight: 800; font-size: 0.82rem; }
        .footer-bottom { border-top: 1px solid var(--border); padding: 20px 0; text-align: center; font-size: 0.82rem; color: var(--text-secondary); }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .reviews-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .hamburger { display: flex; }
            .hero h1 { font-size: 1.8rem; }
            .bonus-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .section-title { font-size: 1.6rem; }
        }
        @media (max-width: 480px) {
            .hero h1 { font-size: 1.5rem; }
            .hero { padding: 50px 0 40px; }
            .section { padding: 45px 0; }
            .calc-wrapper { padding: 24px; }
        }

/* ARTICLE PAGE */
.article-main {
    padding: 60px 0;
}
.article-main .container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}
.article-content h1 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    line-height: 1.3;
}
.article-content h2 {
    font-size: 1.5rem;
    margin-top: 36px;
    margin-bottom: 16px;
    line-height: 1.3;
}
.article-content p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.85;
    margin-bottom: 18px;
}
.article-content ul {
    margin: 16px 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.85;
}
.article-content ul li {
    margin-bottom: 8px;
    font-size: 1rem;
}
.article-content strong {
    color: var(--text-primary);
    font-weight: 600;
}
.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.article-sidebar .sidebar-widget {
    background: var(--bg-card);
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 24px;
}
.article-sidebar .widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
}
.article-sidebar .popular-list {
    list-style: none;
    padding: 0;
}
.article-sidebar .popular-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}
.article-sidebar .popular-list li:last-child {
    border-bottom: none;
}
.article-sidebar .popular-list a {
    color: var(--text-secondary);
    font-size: 0.92rem;
    transition: color 0.25s;
}
.article-sidebar .popular-list a:hover {
    color: var(--accent);
}

@media (max-width: 1024px) {
    .article-main .container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .article-content h1 {
        font-size: 1.7rem;
    }
    .article-content h2 {
        font-size: 1.25rem;
    }
}
