.page-slot-games__hero-section {
    position: relative;
    width: 100%;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #26A9E0 0%, #1a7bb5 100%);
    color: #FFFFFF;
}

.page-slot-games__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
    box-sizing: border-box;
}

.page-slot-games__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
}

.page-slot-games__hero-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f8ff;
}

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

.page-slot-games__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

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

.page-slot-games__introduction-section,
.page-slot-games__guide-section,
.page-slot-games__security-section,
.page-slot-games__faq-section {
    background: #FFFFFF;
    color: #333333;
    padding: 60px 0;
}

.page-slot-games__benefits-section,
.page-slot-games__game-types-section,
.page-slot-games__promotions-section,
.page-slot-games__conclusion-section {
    background: #26A9E0;
    color: #FFFFFF;
    padding: 60px 0;
}

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

.page-slot-games__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: inherit;
}

.page-slot-games__text-block {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slot-games__text-block--highlight {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-top: 30px;
}

.page-slot-games__image-container {
    margin: 40px auto;
    text-align: center;
}

.page-slot-games__image-container--full-width {
    max-width: 100%;
}

.page-slot-games__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

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

.page-slot-games__benefit-card,
.page-slot-games__game-type-card,
.page-slot-games__promotion-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}

.page-slot-games__game-type-card,
.page-slot-games__promotion-card {
    background: #FFFFFF;
    color: #333333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games__game-type-card .page-slot-games__card-image,
.page-slot-games__promotion-card .page-slot-games__card-image {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-slot-games__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
    color: inherit;
}

.page-slot-games__benefit-card p,
.page-slot-games__game-type-card p,
.page-slot-games__promotion-card p {
    font-size: 1em;
    line-height: 1.6;
    color: inherit;
}

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

.page-slot-games__guide-list li {
    background: #f9f9f9;
    border-left: 5px solid #26A9E0;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slot-games__list-title {
    font-size: 1.3em;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-slot-games__list-title + p {
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
}

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

.page-slot-games__security-list li {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #333333;
}

.page-slot-games__security-list .page-slot-games__list-title {
    color: #26A9E0;
}

.page-slot-games__security-list .page-slot-games__list-title + p {
    color: #555555;
}

.page-slot-games__cta-container {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-slot-games__btn-primary {
    background: #EA7C07; /* Login color */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-slot-games__btn-primary:hover {
    background: #d46f06;
    border-color: #d46f06;
    transform: translateY(-2px);
}

.page-slot-games__btn-secondary {
    background: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-slot-games__btn-secondary:hover {
    background: #f0f8ff;
    color: #1a7bb5;
    border-color: #1a7bb5;
    transform: translateY(-2px);
}

/* FAQ Section */
.page-slot-games__faq-list {
    margin-top: 40px;
}

.page-slot-games__faq-item {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.3s ease;
}

.page-slot-games__faq-question:hover {
    background: #f0f0f0;
}

.page-slot-games__faq-title {
    font-size: 1.2em;
    font-weight: 600;
    color: #26A9E0;
    margin: 0;
}

.page-slot-games__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-slot-games__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-slot-games__faq-answer p {
    padding-bottom: 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
}

.page-slot-games__faq-item.active .page-slot-games__faq-question {
    background: #e6f7ff;
}

.page-slot-games__faq-item.active .page-slot-games__faq-toggle {
    transform: rotate(0deg); /* '+' becomes '-' */
}

.page-slot-games__faq-item.active .page-slot-games__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 0 20px 20px 20px !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-slot-games__main-title {
        font-size: 3em;
    }

    .page-slot-games__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-slot-games__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 40px;
    }

    .page-slot-games__main-title {
        font-size: 2.2em;
    }

    .page-slot-games__hero-description {
        font-size: 1em;
    }

    .page-slot-games__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-slot-games__btn-primary,
    .page-slot-games__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-slot-games__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-slot-games__text-block {
        font-size: 0.95em;
    }

    .page-slot-games__container {
        padding: 0 15px;
    }

    .page-slot-games__benefits-grid,
    .page-slot-games__game-type-grid,
    .page-slot-games__promotion-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-slot-games__benefit-card,
    .page-slot-games__game-type-card,
    .page-slot-games__promotion-card {
        padding: 20px;
    }

    .page-slot-games__card-title {
        font-size: 1.3em;
    }

    .page-slot-games__guide-list li,
    .page-slot-games__security-list li,
    .page-slot-games__faq-item {
        padding: 15px;
        margin-bottom: 10px;
    }

    .page-slot-games__list-title {
        font-size: 1.1em;
    }

    .page-slot-games__faq-question {
        padding: 15px;
    }

    .page-slot-games__faq-title {
        font-size: 1.1em;
    }

    .page-slot-games__faq-answer {
        padding: 0 15px;
    }

    .page-slot-games__faq-answer p {
        padding-bottom: 15px;
    }

    /* Ensure images and containers are fully responsive */
    .page-slot-games img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-slot-games__section,
    .page-slot-games__card,
    .page-slot-games__container,
    .page-slot-games__image-container,
    .page-slot-games__video-section,
    .page-slot-games__video-container,
    .page-slot-games__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important;
    }

    .page-slot-games__hero-section .page-slot-games__hero-image-wrapper {
        opacity: 0.15; /* Reduce opacity for better readability on mobile */
    }

    .page-slot-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-slot-games__main-title {
        font-size: 1.8em;
    }

    .page-slot-games__section-title {
        font-size: 1.5em;
    }

    .page-slot-games__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 30px;
    }
}