/* style/jackpot-slots.css */

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

/* Global page styles for .page-jackpot-slots */
.page-jackpot-slots {
    font-family: 'Arial', sans-serif;
    color: var(--lvs788-text-main);
    background-color: var(--lvs788-background); /* Assumed dark background for body */
    line-height: 1.6;
}

.page-jackpot-slots__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-jackpot-slots__dark-section {
    background-color: var(--lvs788-deep-green);
    color: var(--lvs788-text-main);
}

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

.page-jackpot-slots__section-title {
    font-size: 2.8em;
    color: var(--lvs788-gold);
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-jackpot-slots__section-description {
    font-size: 1.1em;
    color: var(--lvs788-text-secondary);
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-jackpot-slots__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-jackpot-slots__text-block {
    flex: 1;
}

.page-jackpot-slots__image-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-jackpot-slots__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    display: block;
    object-fit: cover;
}

.page-jackpot-slots__mt-40 {
    margin-top: 40px;
}

/* Hero Section */
.page-jackpot-slots__hero-section {
    position: relative;
    width: 100%;
    min-height: 550px; /* Adjusted for better visibility */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Push content to bottom */
    align-items: center;
    text-align: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    background-color: var(--lvs788-background);
    padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-jackpot-slots__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
}

.page-jackpot-slots__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.page-jackpot-slots__main-title {
    font-size: clamp(2.5em, 4vw, 3.5em); /* Responsive font size */
    color: var(--lvs788-gold);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}

.page-jackpot-slots__hero-description {
    font-size: 1.2em;
    color: var(--lvs788-text-main);
    margin-bottom: 30px;
}

.page-jackpot-slots__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-jackpot-slots__btn-primary,
.page-jackpot-slots__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}

.page-jackpot-slots__btn-primary {
    background: var(--lvs788-button-gradient);
    color: var(--lvs788-text-main);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-slots__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-slots__btn-secondary {
    background: var(--lvs788-card-bg);
    color: var(--lvs788-text-main);
    border: 2px solid var(--lvs788-border);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-slots__btn-secondary:hover {
    background-color: var(--lvs788-border);
    color: var(--lvs788-text-main);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* About Section */
.page-jackpot-slots__about-section p {
    color: var(--lvs788-text-secondary);
    margin-bottom: 15px;
    font-size: 1.05em;
}

/* Game Types Section */
.page-jackpot-slots__game-grid,
.page-jackpot-slots__steps-grid,
.page-jackpot-slots__promo-grid,
.page-jackpot-slots__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-jackpot-slots__card {
    background-color: var(--lvs788-card-bg);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--lvs788-divider);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--lvs788-text-main);
}

.page-jackpot-slots__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-jackpot-slots__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
}

.page-jackpot-slots__card-title {
    font-size: 1.8em;
    color: var(--lvs788-gold);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-jackpot-slots__card-text {
    color: var(--lvs788-text-secondary);
    font-size: 1em;
    margin-bottom: 20px;
}

/* Guide Section */
.page-jackpot-slots__step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-jackpot-slots__step-icon {
    width: 60px;
    height: 60px;
    background-color: var(--lvs788-primary-green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    color: var(--lvs788-text-main);
    margin-bottom: 20px;
    box-shadow: 0 0 15px var(--lvs788-glow);
}

/* Strategy Section */
.page-jackpot-slots__strategy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-jackpot-slots__list-item {
    background-color: var(--lvs788-card-bg);
    border: 1px solid var(--lvs788-border);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: var(--lvs788-text-main);
}

.page-jackpot-slots__list-item:last-child {
    margin-bottom: 0;
}

.page-jackpot-slots__list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.page-jackpot-slots__list-title {
    font-size: 1.5em;
    color: var(--lvs788-gold);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-jackpot-slots__list-text {
    color: var(--lvs788-text-secondary);
    font-size: 1em;
}

/* Promotions Section */
.page-jackpot-slots__promo-note {
    text-align: center;
    margin-top: 40px;
    font-size: 1em;
    color: var(--lvs788-text-secondary);
}

.page-jackpot-slots__promo-note a {
    color: var(--lvs788-gold);
    text-decoration: none;
    font-weight: bold;
}

.page-jackpot-slots__promo-note a:hover {
    text-decoration: underline;
}

/* Why Choose Section */
.page-jackpot-slots__feature-card {
    padding: 25px;
}

/* FAQ Section */
.page-jackpot-slots__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-jackpot-slots__faq-item {
    background-color: var(--lvs788-card-bg);
    border: 1px solid var(--lvs788-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--lvs788-text-main);
}

.page-jackpot-slots__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: var(--lvs788-gold);
    background-color: var(--lvs788-card-bg);
}

.page-jackpot-slots__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-jackpot-slots__faq-qtext {
    flex-grow: 1;
}

.page-jackpot-slots__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--lvs788-glow);
}

.page-jackpot-slots__faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: var(--lvs788-text-secondary);
    line-height: 1.6;
}

/* Conclusion Section */
.page-jackpot-slots__conclusion-section {
    background-color: var(--lvs788-deep-green);
    text-align: center;
    padding: 80px 20px;
}

.page-jackpot-slots__conclusion-section .page-jackpot-slots__section-description a {
    color: var(--lvs788-gold);
    text-decoration: none;
    font-weight: bold;
}

.page-jackpot-slots__conclusion-section .page-jackpot-slots__section-description a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-jackpot-slots__section-title {
        font-size: 2.2em;
    }
    .page-jackpot-slots__hero-content {
        padding: 15px;
    }
    .page-jackpot-slots__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }
    .page-jackpot-slots__hero-description {
        font-size: 1.1em;
    }
    .page-jackpot-slots__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-jackpot-slots__image-block {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-jackpot-slots__section {
        padding: 40px 0;
    }
    .page-jackpot-slots__section-title {
        font-size: 1.8em;
    }
    .page-jackpot-slots__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .page-jackpot-slots__hero-section {
        min-height: 450px;
        padding: 60px 15px 30px;
    }
    .page-jackpot-slots__main-title {
        font-size: clamp(1.8em, 6vw, 2.5em);
    }
    .page-jackpot-slots__hero-description {
        font-size: 1em;
    }
    .page-jackpot-slots__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-jackpot-slots__btn-primary,
    .page-jackpot-slots__btn-secondary {
        width: 100%;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-jackpot-slots__card {
        padding: 20px;
    }
    .page-jackpot-slots__card-title {
        font-size: 1.4em;
    }
    .page-jackpot-slots__list-item {
        padding: 20px;
    }
    .page-jackpot-slots__list-title {
        font-size: 1.3em;
    }
    .page-jackpot-slots__faq-item summary {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-jackpot-slots__faq-answer {
        padding: 0 15px 15px;
    }

    /* Image responsiveness */
    .page-jackpot-slots img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-jackpot-slots__section,
    .page-jackpot-slots__card,
    .page-jackpot-slots__container,
    .page-jackpot-slots__hero-section,
    .page-jackpot-slots__content-wrapper,
    .page-jackpot-slots__game-grid,
    .page-jackpot-slots__steps-grid,
    .page-jackpot-slots__promo-grid,
    .page-jackpot-slots__features-grid,
    .page-jackpot-slots__cta-buttons,
    .page-jackpot-slots__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important;
    }
    .page-jackpot-slots__hero-section {
        padding-top: 10px !important; /* body handles --header-offset */
    }
}

@media (max-width: 480px) {
    .page-jackpot-slots__section-title {
        font-size: 1.6em;
    }
    .page-jackpot-slots__hero-section {
        min-height: 400px;
        padding: 40px 10px 20px;
    }
    .page-jackpot-slots__main-title {
        font-size: clamp(1.5em, 7vw, 2em);
    }
    .page-jackpot-slots__hero-description {
        font-size: 0.9em;
    }
    .page-jackpot-slots__btn-primary,
    .page-jackpot-slots__btn-secondary {
        padding: 10px 15px;
        font-size: 0.9em;
    }
    .page-jackpot-slots__card-title {
        font-size: 1.2em;
    }
    .page-jackpot-slots__step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
    }
    .page-jackpot-slots__faq-item summary {
        font-size: 1em;
    }
    .page-jackpot-slots__faq-answer {
        font-size: 0.9em;
    }
    .page-jackpot-slots__container {
        padding: 0 10px;
    }
    .page-jackpot-slots__section,
    .page-jackpot-slots__card,
    .page-jackpot-slots__container,
    .page-jackpot-slots__hero-section,
    .page-jackpot-slots__content-wrapper,
    .page-jackpot-slots__game-grid,
    .page-jackpot-slots__steps-grid,
    .page-jackpot-slots__promo-grid,
    .page-jackpot-slots__features-grid,
    .page-jackpot-slots__cta-buttons,
    .page-jackpot-slots__faq-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}