/* style/jackpot-leaderboard-789-historical-jackpot.css */
.page-jackpot-leaderboard-789-historical-jackpot {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #E0E0E0; /* 浅灰色文字，确保在深色背景下清晰可见 */
    line-height: 1.6;
    background-color: #0A1931; /* 主色调作为默认背景 */
}

.page-jackpot-leaderboard-789-historical-jackpot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-jackpot-leaderboard-789-historical-jackpot__hero-section {
    background: linear-gradient(135deg, #0A1931 0%, #1a2a47 100%); /* 深色渐变背景 */
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-jackpot-leaderboard-789-historical-jackpot__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* 金色标题，高亮显示 */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-jackpot-leaderboard-789-historical-jackpot__hero-subtitle {
    font-size: 1.3em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-jackpot-leaderboard-789-historical-jackpot__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-jackpot-leaderboard-789-historical-jackpot__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-jackpot-leaderboard-789-historical-jackpot__btn--primary {
    background-color: #FFD700; /* 金色按钮 */
    color: #0A1931; /* 深蓝色文字，高对比度 */
    border: 2px solid #FFD700;
}

.page-jackpot-leaderboard-789-historical-jackpot__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-jackpot-leaderboard-789-historical-jackpot__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* 金色文字 */
    border: 2px solid #FFD700;
}

.page-jackpot-leaderboard-789-historical-jackpot__btn--secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.page-jackpot-leaderboard-789-historical-jackpot__hero-image {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-leaderboard-789-historical-jackpot__content-section {
    padding: 80px 0;
}

.page-jackpot-leaderboard-789-historical-jackpot__bg--dark {
    background-color: #1a2a47; /* 略浅的深蓝色，与主背景形成层次 */
}

.page-jackpot-leaderboard-789-historical-jackpot__bg--accent {
    background-color: #FFD700; /* 金色背景 */
    color: #0A1931; /* 深蓝色文字，确保对比度 */
}

.page-jackpot-leaderboard-789-historical-jackpot__bg--accent .page-jackpot-leaderboard-789-historical-jackpot__section-title,
.page-jackpot-leaderboard-789-historical-jackpot__bg--accent .page-jackpot-leaderboard-789-historical-jackpot__paragraph {
    color: #0A1931;
}

.page-jackpot-leaderboard-789-historical-jackpot__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-jackpot-leaderboard-789-historical-jackpot__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-jackpot-leaderboard-789-historical-jackpot__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #E0E0E0;
}

.page-jackpot-leaderboard-789-historical-jackpot__bg--accent .page-jackpot-leaderboard-789-historical-jackpot__paragraph {
    color: #0A1931;
}

.page-jackpot-leaderboard-789-historical-jackpot__image--responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-leaderboard-789-historical-jackpot__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-jackpot-leaderboard-789-historical-jackpot__jackpot-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-jackpot-leaderboard-789-historical-jackpot__jackpot-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
}

.page-jackpot-leaderboard-789-historical-jackpot__jackpot-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-jackpot-leaderboard-789-historical-789-historical-jackpot__jackpot-info {
    font-size: 0.9em;
    color: #CCCCCC;
    margin-bottom: 15px;
}

.page-jackpot-leaderboard-789-historical-jackpot__jackpot-description {
    font-size: 1em;
    color: #E0E0E0;
}

.page-jackpot-leaderboard-789-historical-jackpot__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-jackpot-leaderboard-789-historical-jackpot__list li {
    background-color: #1a2a47;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
    font-size: 1.1em;
    color: #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-jackpot-leaderboard-789-historical-jackpot__list li strong {
    color: #FFD700;
}

.page-jackpot-leaderboard-789-historical-jackpot__cta-section {
    text-align: center;
    padding: 80px 0;
}

.page-jackpot-leaderboard-789-historical-jackpot__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-section {
    padding: 80px 0;
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-item {
    background-color: #0A1931;
    border: 1px solid #FFD700;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-question::before {
    content: '▶';
    color: #FFD700;
    margin-right: 10px;
    font-size: 0.8em;
    transition: transform 0.3s ease;
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-question.active::before {
    transform: rotate(90deg);
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-answer {
    font-size: 1.1em;
    color: #E0E0E0;
    padding-left: 25px;
    margin-top: 10px;
    display: none; /* 默认隐藏 */
}

.page-jackpot-leaderboard-789-historical-jackpot__faq-answer.active {
    display: block;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-jackpot-leaderboard-789-historical-jackpot__hero-title {
        font-size: 2.5em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__hero-subtitle {
        font-size: 1em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__hero-cta-group {
        flex-direction: column;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__section-title {
        font-size: 2em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__jackpot-list {
        grid-template-columns: 1fr;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__paragraph,
    .page-jackpot-leaderboard-789-historical-jackpot__list li,
    .page-jackpot-leaderboard-789-historical-jackpot__faq-answer {
        font-size: 1em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-jackpot-leaderboard-789-historical-jackpot__hero-title {
        font-size: 2em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__hero-subtitle {
        font-size: 0.9em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-jackpot-leaderboard-789-historical-jackpot__section-title {
        font-size: 1.8em;
    }
}