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

.page-slot-games {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-slot-games__section {
    padding: 60px 0;
    text-align: center;
}

.page-slot-games__section-title {
    font-size: 2.8em;
    font-weight: bold;
    color: var(--gold-color);
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.4);
}

.page-slot-games__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-main);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games__text-link {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-slot-games__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    overflow: hidden;
}

.page-slot-games__hero-image-wrapper {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.page-slot-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-slot-games__hero-content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px;
}

.page-slot-games__hero-title {
    font-size: clamp(2.5em, 5vw, 3.8em);
    font-weight: 900;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(242, 193, 78, 0.6);
}

.page-slot-games__hero-description {
    font-size: 1.3em;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.page-slot-games__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-slot-games__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-slot-games__btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-slot-games__btn-secondary:hover {
    background: rgba(34, 199, 104, 0.1);
    color: var(--text-main);
    transform: translateY(-3px);
}

.page-slot-games__about-nổ-hũ .page-slot-games__text-block {
    max-width: 900px;
}

.page-slot-games__why-zubet {
    background-color: var(--deep-green);
    padding: 80px 0;
}

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

.page-slot-games__feature-card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-slot-games__feature-icon {
    width: 200px; /* Min size requirement */
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-slot-games__card-title {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--gold-color);
    margin-bottom: 15px;
}

.page-slot-games__card-description {
    font-size: 1em;
    color: var(--text-secondary);
}

.page-slot-games__registration-guide {
    padding-top: 80px;
}

.page-slot-games__steps-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games__step-item {
    text-align: left;
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-slot-games__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1;
}

.page-slot-games__step-title {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--gold-color);
    margin-bottom: 15px;
}

.page-slot-games__step-description {
    font-size: 1.1em;
    color: var(--text-main);
    margin-bottom: 20px;
}

.page-slot-games__step-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    object-fit: cover;
}

.page-slot-games__btn-register-bottom {
    margin-top: 30px;
    width: auto;
}

.page-slot-games__promotions {
    background-color: var(--deep-green);
    padding: 80px 0;
}

.page-slot-games__promo-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
    text-align: left;
}

.page-slot-games__promo-item {
    background-color: var(--card-bg);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    color: var(--text-main);
    font-size: 1.1em;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-games__promo-item strong {
    color: var(--gold-color);
}

.page-slot-games__cta-center {
    margin-top: 40px;
}

.page-slot-games__popular-games {
    padding-top: 80px;
}

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

.page-slot-games__game-card {
    background-color: var(--card-bg);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-slot-games__game-image {
    width: 100%;
    height: 200px; /* Ensure minimum height */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-slot-games__tips-tricks {
    background-color: var(--deep-green);
    padding: 80px 0;
}

.page-slot-games__tips-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
    text-align: left;
}

.page-slot-games__tips-item {
    background-color: var(--card-bg);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    color: var(--text-main);
    font-size: 1.1em;
    border-left: 5px solid var(--secondary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-games__tips-item strong {
    color: var(--gold-color);
}

.page-slot-games__faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-slot-games__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-slot-games__faq-item {
    background-color: var(--card-bg);
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--gold-color);
    cursor: pointer;
    list-style: none; /* For details/summary */
}

.page-slot-games__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-slot-games__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-slot-games__faq-item[open] .page-slot-games__faq-toggle {
    transform: rotate(45deg);
}

.page-slot-games__faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: var(--text-secondary);
}

.page-slot-games__faq-answer p {
    margin: 0;
}

.page-slot-games__final-cta {
    background-color: var(--deep-green);
    padding: 80px 0;
}

.page-slot-games__btn-large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-slot-games__hero-title {
        font-size: clamp(2.2em, 4.5vw, 3.5em);
    }
    .page-slot-games__hero-description {
        font-size: 1.2em;
    }
    .page-slot-games__section-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-slot-games__hero-section,
    .page-slot-games__section {
        padding: 40px 0;
    }
    .page-slot-games__hero-image-wrapper {
        margin-bottom: 20px;
    }
    .page-slot-games__hero-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
    }
    .page-slot-games__hero-description {
        font-size: 1em;
    }
    .page-slot-games__hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .page-slot-games__btn-primary,
    .page-slot-games__btn-secondary {
        width: 100% !important;
        max-width: 300px !important; /* Limit width for buttons in mobile */
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-slot-games__section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .page-slot-games__text-block,
    .page-slot-games__card-description,
    .page-slot-games__promo-item,
    .page-slot-games__tips-item,
    .page-slot-games__faq-answer {
        font-size: 0.95em;
    }
    .page-slot-games__feature-card,
    .page-slot-games__game-card,
    .page-slot-games__step-item,
    .page-slot-games__faq-item {
        padding: 20px;
    }
    .page-slot-games__feature-icon {
        width: 150px;
        height: auto;
    }
    .page-slot-games__game-image {
        height: 150px;
    }
    .page-slot-games__promo-list,
    .page-slot-games__tips-list,
    .page-slot-games__faq-list {
        margin: 20px auto;
        padding: 0 15px;
    }

    /* Mobile specific image/video/container responsiveness */
    .page-slot-games img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-games video,
    .page-slot-games__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-games__hero-section,
    .page-slot-games__section,
    .page-slot-games__container,
    .page-slot-games__hero-image-wrapper,
    .page-slot-games__hero-content-wrapper,
    .page-slot-games__video-section,
    .page-slot-games__video-container,
    .page-slot-games__video-wrapper,
    .page-slot-games__features-grid,
    .page-slot-games__game-grid,
    .page-slot-games__steps-list,
    .page-slot-games__promo-list,
    .page-slot-games__tips-list,
    .page-slot-games__faq-list,
    .page-slot-games__cta-buttons,
    .page-slot-games__button-group,
    .page-slot-games__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-slot-games__hero-section {
        padding-top: 10px !important;
    }
    .page-slot-games__video-section {
        padding-top: 10px !important;
    }
    .page-slot-games__hero-cta {
        flex-wrap: wrap !important;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .page-slot-games__section-title {
        font-size: 1.8em;
    }
    .page-slot-games__hero-title {
        font-size: clamp(1.5em, 10vw, 2.2em);
    }
    .page-slot-games__hero-description {
        font-size: 0.9em;
    }
    .page-slot-games__card-title {
        font-size: 1.3em;
    }
    .page-slot-games__step-title {
        font-size: 1.5em;
    }
    .page-slot-games__faq-question {
        font-size: 1.1em;
    }
    .page-slot-games__btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}