/* style/jackpot-games-slots-selection-strategy.css */

:root {
    --at99-primary-color: #11A84E;
    --at99-secondary-color: #22C768;
    --at99-text-main: #F2FFF6;
    --at99-text-secondary: #A7D9B8;
    --at99-card-bg: #11271B;
    --at99-background: #08160F;
    --at99-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --at99-border-color: #2E7A4E;
    --at99-glow-color: #57E38D;
    --at99-gold-color: #F2C14E;
    --at99-divider-color: #1E3A2A;
    --at99-deep-green: #0A4B2C;
}

/* body đã padding-top: var(--header-offset)；trang này cấm viết lại biến đó */
.page-jackpot-games-slots-selection-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--at99-text-main); /* Mặc định cho nền tối của body */
    background-color: var(--at99-background); /* Background color of body in shared.css, assuming dark */
}

.page-jackpot-games-slots-selection-strategy__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 60px 0;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    background: var(--at99-background);
    overflow: hidden;
}

.page-jackpot-games-slots-selection-strategy__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-jackpot-games-slots-selection-strategy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-jackpot-games-slots-selection-strategy__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 40px auto 0 auto;
    text-align: center;
    padding: 0 20px;
}

.page-jackpot-games-slots-selection-strategy__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
    color: var(--at99-gold-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-jackpot-games-slots-selection-strategy__description {
    font-size: 1.1em;
    color: var(--at99-text-main);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-jackpot-games-slots-selection-strategy__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-jackpot-games-slots-selection-strategy__btn-primary,
.page-jackpot-games-slots-selection-strategy__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-jackpot-games-slots-selection-strategy__btn-primary {
    background: var(--at99-button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-jackpot-games-slots-selection-strategy__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-jackpot-games-slots-selection-strategy__btn-secondary {
    background: transparent;
    color: var(--at99-gold-color);
    border: 2px solid var(--at99-gold-color);
    box-shadow: 0 2px 10px rgba(242, 193, 78, 0.2);
}

.page-jackpot-games-slots-selection-strategy__btn-secondary:hover {
    background: rgba(242, 193, 78, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-jackpot-games-slots-selection-strategy__introduction-section,
.page-jackpot-games-slots-selection-strategy__strategy-section,
.page-jackpot-games-slots-selection-strategy__promotions-section,
.page-jackpot-games-slots-selection-strategy__faq-section {
    background-color: var(--at99-background);
    color: var(--at99-text-main);
    padding: 60px 0;
}

.page-jackpot-games-slots-selection-strategy__game-types-section,
.page-jackpot-games-slots-selection-strategy__tips-section,
.page-jackpot-games-slots-selection-strategy__security-section,
.page-jackpot-games-slots-selection-strategy__conclusion-section {
    background-color: var(--at99-deep-green);
    color: var(--at99-text-main);
    padding: 60px 0;
}

.page-jackpot-games-slots-selection-strategy__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-jackpot-games-slots-selection-strategy__section-title {
    font-size: 2.5em;
    color: var(--at99-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-jackpot-games-slots-selection-strategy p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--at99-text-secondary);
}

.page-jackpot-games-slots-selection-strategy p a,
.page-jackpot-games-slots-selection-strategy ul li a {
    color: var(--at99-gold-color);
    text-decoration: underline;
}

.page-jackpot-games-slots-selection-strategy p a:hover,
.page-jackpot-games-slots-selection-strategy ul li a:hover {
    color: var(--at99-glow-color);
}

.page-jackpot-games-slots-selection-strategy__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-games-slots-selection-strategy__game-cards-grid,
.page-jackpot-games-slots-selection-strategy__promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-jackpot-games-slots-selection-strategy__card {
    background-color: var(--at99-card-bg);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--at99-border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--at99-text-main);
}

.page-jackpot-games-slots-selection-strategy__card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-jackpot-games-slots-selection-strategy__card-title {
    font-size: 1.5em;
    color: var(--at99-gold-color);
    margin-bottom: 15px;
}

.page-jackpot-games-slots-selection-strategy__card-description {
    font-size: 0.95em;
    color: var(--at99-text-secondary);
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-jackpot-games-slots-selection-strategy__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-jackpot-games-slots-selection-strategy__strategy-item {
    background-color: var(--at99-card-bg);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--at99-border-color);
    color: var(--at99-text-main);
}

.page-jackpot-games-slots-selection-strategy__strategy-title {
    font-size: 1.4em;
    color: var(--at99-gold-color);
    margin-bottom: 15px;
}

.page-jackpot-games-slots-selection-strategy__tips-list,
.page-jackpot-games-slots-selection-strategy__security-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-jackpot-games-slots-selection-strategy__tips-list li,
.page-jackpot-games-slots-selection-strategy__security-list li {
    background-color: var(--at99-card-bg);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 5px solid var(--at99-primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.05em;
    color: var(--at99-text-secondary);
}

.page-jackpot-games-slots-selection-strategy__tips-list li strong,
.page-jackpot-games-slots-selection-strategy__security-list li strong {
    color: var(--at99-gold-color);
}

.page-jackpot-games-slots-selection-strategy__call-to-action {
    text-align: center;
    font-size: 1.2em;
    margin-top: 40px;
    color: var(--at99-text-main);
}

.page-jackpot-games-slots-selection-strategy__faq-item {
    background-color: var(--at99-card-bg);
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid var(--at99-border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--at99-text-main);
}

.page-jackpot-games-slots-selection-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: var(--at99-gold-color);
    transition: background-color 0.3s ease;
}

.page-jackpot-games-slots-selection-strategy__faq-question:hover {
    background-color: rgba(46, 122, 78, 0.2);
}

.page-jackpot-games-slots-selection-strategy__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--at99-glow-color);
}

.page-jackpot-games-slots-selection-strategy__faq-answer {
    padding: 0 25px 18px 25px;
    font-size: 1em;
    color: var(--at99-text-secondary);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.page-jackpot-games-slots-selection-strategy__faq-item[open] .page-jackpot-games-slots-selection-strategy__faq-answer {
    max-height: 2000px; /* Large enough to accommodate content */
    transition: max-height 0.5s ease-in;
}

.page-jackpot-games-slots-selection-strategy__faq-item details > summary {
    list-style: none;
}

.page-jackpot-games-slots-selection-strategy__faq-item details > summary::-webkit-details-marker {
    display: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-jackpot-games-slots-selection-strategy__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
        letter-spacing: 0.03em;
    }

    .page-jackpot-games-slots-selection-strategy__description {
        font-size: 1em;
    }

    .page-jackpot-games-slots-selection-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-jackpot-games-slots-selection-strategy__btn-primary,
    .page-jackpot-games-slots-selection-strategy__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-jackpot-games-slots-selection-strategy__section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .page-jackpot-games-slots-selection-strategy__content-area {
        padding: 0 15px;
    }

    .page-jackpot-games-slots-selection-strategy p {
        font-size: 0.95em;
    }

    .page-jackpot-games-slots-selection-strategy__game-cards-grid,
    .page-jackpot-games-slots-selection-strategy__promo-cards-grid,
    .page-jackpot-games-slots-selection-strategy__strategy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-jackpot-games-slots-selection-strategy__card-image {
        height: 150px;
    }

    .page-jackpot-games-slots-selection-strategy__card-title {
        font-size: 1.3em;
    }

    .page-jackpot-games-slots-selection-strategy__card-description {
        font-size: 0.9em;
    }

    .page-jackpot-games-slots-selection-strategy__tips-list li,
    .page-jackpot-games-slots-selection-strategy__security-list li {
        padding: 15px;
        font-size: 0.95em;
    }

    .page-jackpot-games-slots-selection-strategy__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-jackpot-games-slots-selection-strategy__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.9em;
    }

    .page-jackpot-games-slots-selection-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-jackpot-games-slots-selection-strategy video,
    .page-jackpot-games-slots-selection-strategy__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    
    .page-jackpot-games-slots-selection-strategy__hero-section,
    .page-jackpot-games-slots-selection-strategy__introduction-section,
    .page-jackpot-games-slots-selection-strategy__game-types-section,
    .page-jackpot-games-slots-selection-strategy__strategy-section,
    .page-jackpot-games-slots-selection-strategy__tips-section,
    .page-jackpot-games-slots-selection-strategy__promotions-section,
    .page-jackpot-games-slots-selection-strategy__security-section,
    .page-jackpot-games-slots-selection-strategy__faq-section,
    .page-jackpot-games-slots-selection-strategy__conclusion-section,
    .page-jackpot-games-slots-selection-strategy__card,
    .page-jackpot-games-slots-selection-strategy__strategy-item,
    .page-jackpot-games-slots-selection-strategy__faq-item,
    .page-jackpot-games-slots-selection-strategy__hero-image-wrapper,
    .page-jackpot-games-slots-selection-strategy__video-container,
    .page-jackpot-games-slots-selection-strategy__video-wrapper,
    .page-jackpot-games-slots-selection-strategy__cta-buttons,
    .page-jackpot-games-slots-selection-strategy__button-group,
    .page-jackpot-games-slots-selection-strategy__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-jackpot-games-slots-selection-strategy__hero-section {
        padding-left: 0;
        padding-right: 0;
    }
    .page-jackpot-games-slots-selection-strategy__hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-jackpot-games-slots-selection-strategy__hero-section {
        padding-top: 10px !important;
    }
}