/* style/resources-99win-latest-promotions.css */

.page-resources-99win-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #e5d1bb; /* Light text for readability on dark background */
    background-color: #1A2E44; /* Main dark background */
}

.page-resources-99win-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-99win-latest-promotions__container--center {
    text-align: center;
}

.page-resources-99win-latest-promotions__hero {
    background: linear-gradient(135deg, #1A2E44 0%, #3a4f66 100%); /* Darker gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for main title */
}

.page-resources-99win-latest-promotions__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold for main title */
}

.page-resources-99win-latest-promotions__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e5d1bb;
}

.page-resources-99win-latest-promotions__btn {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2E44; /* Dark text on gold button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-99win-latest-promotions__btn:hover {
    background-color: #e5c000; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-99win-latest-promotions__btn--secondary {
    background-color: #3a4f66;
    color: #e5d1bb;
}

.page-resources-99win-latest-promotions__btn--secondary:hover {
    background-color: #5f6d7c;
    color: #ffffff;
}

.page-resources-99win-latest-promotions__btn--large {
    padding: 20px 40px;
    font-size: 1.3em;
}

.page-resources-99win-latest-promotions__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-99win-latest-promotions__section:last-of-type {
    border-bottom: none;
}

.page-resources-99win-latest-promotions__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-99win-latest-promotions__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-99win-latest-promotions__section--intro .page-resources-99win-latest-promotions__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-resources-99win-latest-promotions__text-content {
    flex: 2;
}

.page-resources-99win-latest-promotions__image-box {
    flex: 1;
    text-align: center;
}

.page-resources-99win-latest-promotions__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-99win-latest-promotions__image-caption {
    margin-top: 15px;
    font-style: italic;
    color: #a0a0a0;
}

.page-resources-99win-latest-promotions__image--full-width {
    display: block;
    margin: 40px auto;
}

.page-resources-99win-latest-promotions__promotion-card {
    background-color: #1a2e44;
    border: 1px solid #3a4f66;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #e5d1bb;
}

.page-resources-99win-latest-promotions__card-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
}

.page-resources-99win-latest-promotions__card-image {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-99win-latest-promotions__promotion-card p,
.page-resources-99win-latest-promotions__promotion-card ul,
.page-resources-99win-latest-promotions__promotion-card ol {
    margin-bottom: 15px;
    line-height: 1.6;
}

.page-resources-99win-latest-promotions__promotion-card h4 {
    color: #FFD700;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-99win-latest-promotions__promotion-card ul li,
.page-resources-99win-latest-promotions__promotion-card ol li {
    margin-bottom: 8px;
    padding-left: 10px;
}

.page-resources-99win-latest-promotions__promotion-card .page-resources-99win-latest-promotions__btn {
    margin-top: 20px;
    width: auto;
    display: block;
    text-align: center;
}

.page-resources-99win-latest-promotions__list-check li::before {
    content: '✅';
    margin-right: 10px;
    color: #FFD700;
}

.page-resources-99win-latest-promotions__list-bullet li::before {
    content: '•';
    margin-right: 10px;
    color: #FFD700;
}

.page-resources-99win-latest-promotions__list-check,
.page-resources-99win-latest-promotions__list-bullet {
    list-style: none;
    padding-left: 0;
}

.page-resources-99win-latest-promotions__steps {
    list-style: none;
    padding-left: 0;
}

.page-resources-99win-latest-promotions__steps li {
    background-color: #1a2e44;
    border: 1px solid #3a4f66;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-99win-latest-promotions__steps h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-resources-99win-latest-promotions__faq-item {
    background-color: #1a2e44;
    border: 1px solid #3a4f66;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-resources-99win-latest-promotions__faq-item h3 {
    color: #FFD700;
    font-size: 1.3em;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-99win-latest-promotions__hero {
        padding: 80px 0;
    }

    .page-resources-99win-latest-promotions__title {
        font-size: 2.8em;
    }

    .page-resources-99win-latest-promotions__subtitle {
        font-size: 1.2em;
    }

    .page-resources-99win-latest-promotions__section-title {
        font-size: 2em;
    }

    .page-resources-99win-latest-promotions__section--intro .page-resources-99win-latest-promotions__content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .page-resources-99win-latest-promotions__image-box {
        order: -1; /* Image appears above text on smaller screens */
    }
}

@media (max-width: 768px) {
    .page-resources-99win-latest-promotions__hero {
        padding: 60px 0;
    }

    .page-resources-99win-latest-promotions__title {
        font-size: 2.2em;
    }

    .page-resources-99win-latest-promotions__subtitle {
        font-size: 1em;
    }

    .page-resources-99win-latest-promotions__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-99win-latest-promotions__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-resources-99win-latest-promotions__section {
        padding: 40px 0;
    }

    .page-resources-99win-latest-promotions__section-title {
        font-size: 1.8em;
    }

    .page-resources-99win-latest-promotions__card-title {
        font-size: 1.5em;
    }

    .page-resources-99win-latest-promotions__steps li {
        padding: 20px;
    }

    .page-resources-99win-latest-promotions__steps h3 {
        font-size: 1.3em;
    }

    .page-resources-99win-latest-promotions__faq-item h3 {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-99win-latest-promotions__title {
        font-size: 1.8em;
    }

    .page-resources-99win-latest-promotions__subtitle {
        font-size: 0.9em;
    }

    .page-resources-99win-latest-promotions__section-title {
        font-size: 1.5em;
    }

    .page-resources-99win-latest-promotions__promotion-card {
        padding: 20px;
    }

    .page-resources-99win-latest-promotions__card-title {
        font-size: 1.3em;
    }
}