body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #000;
    color: #e5e7eb;
}

.top-nav {
    background: #222;
    padding: 10px 0;
}

.brand {
    font-size: 22px;
    font-weight: 700;
    color: #22c55e;
}

.league-links a {
    font-size: 13px;
    margin-left: 10px;
    color: white;
    text-decoration: none;
    font-weight: 600;

}

.league-links a:hover {
    text-decoration: underline;
}

.hero {
    padding-top: 120px;
    text-align: center;
}

.hero h1 {
    font-size: 36px;
    font-weight: 600;
    max-width: 1200px;
    margin: auto;
    color: #22c55e;
}

.hero-subtitle {

    color: white;
    margin-top: 10px;
    font-weight: 400;
}

.main-btn {
    background: #22c55e;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 600;
}

.hero-poster {
    margin-top: 30px;
    max-width: 850px;
    width: 100%;
    border-radius: 14px;
}


.article-box h4 {
    font-size: 17px;
}

.reason-box strong {
    display: block;
    margin: 8px 0;
}

.cta {
    background: #000;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.cta-box {
    background: #222;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 800px;
    text-align: center;
}

.cta-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-box p {
    font-size: 15px;
    color: #cbd5e1;
    margin-bottom: 25px;
    line-height: 1.7;
}

.cta-btn {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}

.cta-btn:hover {
    background: transparent;
}

@media(max-width:768px) {
    .cta-box h2 {
        font-size: 24px;
    }
}


.footer-content {
    background: #222;
    padding: 50px 0 40px;
    border-top: 1px solid #333;
}

.footer-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.footer-desc {
    max-width: 900px;
    margin: 0 auto 25px;
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.7;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.footer-links a {
    font-size: 13px;
    color: #94a3b8;
    text-decoration: none;
    white-space: nowrap;
}

.footer-links a:hover {
    color: #22c55e;
}


.footer {
    background: #222;
    border-top: 1px solid #333;
    padding: 18px 0;
    font-size: 13px;
    text-align: center;
    color: #94a3b8;
}

.faq-section {
    padding: 60px 0;
    background: #000;
}

.faq-title {
    text-align: start;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #22c55e;
}

.faq-box {
    background: #222;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 15px;
}

.faq-box:hover {
    background-color: #333;
    border-color: #444;

}

.faq-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #22c55e;
}

.faq-box p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.7;
}

@media (max-width:768px) {
    .faq-title {
        font-size: 24px;
    }

    .faq-box {
        padding: 18px;
    }
}

.league-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 15px 0;
}

.league-btn {
    text-decoration: none;
    color: #e5e7eb;
    background: #222;
    border: 1px solid #333;
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 20px;
    transition: 0.25s;
    white-space: nowrap;
    font-weight: 600;
}

.league-btn:hover {
    background: #22c55e;
    color: #fff;
}

@media (max-width:768px) {
    .league-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}

#side-ad {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    padding: 5px;
}

#close-ad {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
}

.leaderboard-ad {
    width: 100%;
    max-width: 728px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.side-ad {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    padding: 5px;
}

.left-ad {
    left: 10px;
}

.right-ad {
    right: 10px;
}

.close-ad {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
}

.h2-articlebox {
    color: #22c55e;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;

}

.article-box {
    background: #222;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.article-box h4 {
    color: #22c55e;
}

.article-box:hover {
    background-color: #444;
    border-color: #555;
}

.h2-reasonbox {
    color: #22c55e;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;

}

.reason-box {
    background: #222;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}


.reason-box strong {
    color: #22c55e;
    font-weight: 600;
}

.info-box h5 {
    color: #22c55e;
}

.reason-box:hover {
    background-color: #444;
    border-color: #555;
}



.h2-infobox {
    color: #22c55e;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;

}

.info-box {
    background: #222;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.info-box:hover {
    background-color: #444;
    border-color: #555;
}