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

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

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

.page-slot-games-video__hero-image-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

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

.page-slot-games-video__hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    text-align: center;
    max-width: 900px;
    margin: -100px auto 0; /* Adjust to sit below image, not overlap */
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.page-slot-games-video__main-title {
    color: var(--text-main);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    max-width: 100%;
}

.page-slot-games-video__description {
    color: var(--text-secondary);
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-slot-games-video__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-slot-games-video__btn-primary,
.page-slot-games-video__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-slot-games-video__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-slot-games-video__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

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

.page-slot-games-video__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.page-slot-games-video__video-section {
    padding: 40px 20px;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-slot-games-video__video-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; /* Ensure desktop width is 100% with max-width */
    box-sizing: border-box;
}

.page-slot-games-video__section-title {
    color: var(--text-main);
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.page-slot-games-video__section-description {
    color: var(--text-secondary);
    margin-bottom: 30px;
    font-size: 1.05em;
}

.page-slot-games-video__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    border-radius: 12px;
    margin-bottom: 20px;
}

.page-slot-games-video__video-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.page-slot-games-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.page-slot-games-video__introduction-section,
.page-slot-games-video__why-choose-section,
.page-slot-games-video__game-types-section,
.page-slot-games-video__how-to-play-section,
.page-slot-games-video__strategy-section,
.page-slot-games-video__promotions-section,
.page-slot-games-video__faq-section {
    padding: 60px 20px;
    text-align: center;
}

.page-slot-games-video__introduction-section,
.page-slot-games-video__game-types-section,
.page-slot-games-video__strategy-section,
.page-slot-games-video__faq-section {
    background-color: var(--background-color);
    color: var(--text-main);
}

.page-slot-games-video__why-choose-section,
.page-slot-games-video__how-to-play-section,
.page-slot-games-video__promotions-section {
    background-color: var(--card-bg);
    color: var(--text-main);
}

.page-slot-games-video__content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.page-slot-games-video__text-block {
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-align: left;
}

.page-slot-games-video__content-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
    display: block;
}

.page-slot-games-video__features-grid,
.page-slot-games-video__game-grid,
.page-slot-games-video__steps-grid,
.page-slot-games-video__promo-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-slot-games-video__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-slot-games-video__game-grid,
.page-slot-games-video__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-slot-games-video__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    text-align: left;
}

.page-slot-games-video__feature-item,
.page-slot-games-video__game-card,
.page-slot-games-video__step-item,
.page-slot-games-video__promo-card {
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-slot-games-video__feature-item:hover,
.page-slot-games-video__game-card:hover,
.page-slot-games-video__promo-card:hover {
    transform: translateY(-5px);
}

.page-slot-games-video__feature-icon,
.page-slot-games-video__game-image,
.page-slot-games-video__promo-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-slot-games-video__feature-title,
.page-slot-games-video__game-title,
.page-slot-games-video__step-title,
.page-slot-games-video__promo-title {
    color: var(--text-main);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.page-slot-games-video__feature-description,
.page-slot-games-video__game-description,
.page-slot-games-video__step-description,
.page-slot-games-video__promo-description {
    color: var(--text-secondary);
    font-size: 0.95em;
    flex-grow: 1;
    text-align: left;
}

.page-slot-games-video__step-item .page-slot-games-video__btn-secondary {
    margin-top: 20px;
    width: auto;
}

.page-slot-games-video__strategy-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-slot-games-video__strategy-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-video__strategy-title {
    color: var(--text-main);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.page-slot-games-video__strategy-description {
    color: var(--text-secondary);
    font-size: 0.95em;
}

.page-slot-games-video__faq-list {
    margin-top: 30px;
    text-align: left;
}

.page-slot-games-video__faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-slot-games-video__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    color: var(--text-main);
    font-weight: bold;
    font-size: 1.1em;
    list-style: none;
    outline: none;
    transition: background-color 0.3s ease;
}

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

.page-slot-games-video__faq-item summary:hover {
    background-color: var(--deep-green);
}

.page-slot-games-video__faq-qtext {
    flex-grow: 1;
}

.page-slot-games-video__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--primary-color);
}

.page-slot-games-video__faq-item[open] .page-slot-games-video__faq-toggle {
    content: "−";
}

.page-slot-games-video__faq-answer {
    padding: 0 25px 20px;
    color: var(--text-secondary);
    font-size: 1em;
    line-height: 1.7;
    text-align: left;
}

.page-slot-games-video__faq-answer p {
    margin-top: 0;
    margin-bottom: 0;
}

.page-slot-games-video__faq-answer a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-slot-games-video__faq-answer a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-slot-games-video {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-slot-games-video__hero-content {
        margin-top: -60px; /* Adjust for smaller screens */
        padding: 25px 15px;
    }

    .page-slot-games-video__main-title {
        font-size: 1.8em;
    }

    .page-slot-games-video__description {
        font-size: 1em;
    }

    .page-slot-games-video__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .page-slot-games-video__btn-primary,
    .page-slot-games-video__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-slot-games-video__video-section,
    .page-slot-games-video__introduction-section,
    .page-slot-games-video__why-choose-section,
    .page-slot-games-video__game-types-section,
    .page-slot-games-video__how-to-play-section,
    .page-slot-games-video__strategy-section,
    .page-slot-games-video__promotions-section,
    .page-slot-games-video__faq-section {
        padding: 30px 0;
    }

    .page-slot-games-video__video-container,
    .page-slot-games-video__content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-slot-games-video img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-slot-games-video video,
    .page-slot-games-video__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-slot-games-video__video-section {
        padding-top: 10px !important;
    }

    .page-slot-games-video__video-wrapper {
        padding-bottom: 75%; /* Adjust for common mobile aspect ratio if needed, or keep 16:9 */
    }

    .page-slot-games-video__features-grid,
    .page-slot-games-video__game-grid,
    .page-slot-games-video__steps-grid,
    .page-slot-games-video__promo-grid {
        grid-template-columns: 1fr;
    }

    .page-slot-games-video__feature-item,
    .page-slot-games-video__game-card,
    .page-slot-games-video__step-item,
    .page-slot-games-video__promo-card,
    .page-slot-games-video__strategy-item {
        padding: 20px;
    }

    .page-slot-games-video__faq-item summary {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-slot-games-video__faq-answer {
        padding: 0 20px 15px;
    }
}