.page-index-latest-promotions {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #E5E5E5; /* Light gray for main text on dark background */
    background-color: #1A202C;
    line-height: 1.6;
}

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

.page-index-latest-promotions__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    font-weight: bold;
}

.page-index-latest-promotions__section-description {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 60px;
    color: #B0B0B0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-promotions__sub-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-latest-promotions__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a4760 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-latest-promotions__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.page-index-latest-promotions__hero-subtitle {
    font-size: 1.3em;
    color: #e5dfd3;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-promotions__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-index-latest-promotions__btn--primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-index-latest-promotions__btn--primary:hover {
    background-color: #e5bf00;
    transform: translateY(-3px);
}

.page-index-latest-promotions__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-latest-promotions__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
}

.page-index-latest-promotions__promotions-grid {
    padding: 80px 0;
    background-color: #2A3140;
}

.page-index-latest-promotions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-latest-promotions__promotion-card {
    background-color: #1A202C;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-latest-promotions__promotion-card:hover {
    transform: translateY(-10px);
}

.page-index-latest-promotions__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-index-latest-promotions__card-title {
    font-size: 1.5em;
    color: #FFD700;
    padding: 20px 20px 10px;
    font-weight: 600;
}

.page-index-latest-promotions__card-description {
    font-size: 0.95em;
    color: #B0B0B0;
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-index-latest-promotions__promotion-card .page-index-latest-promotions__btn {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
    background-color: #FFD700;
    color: #1A202C;
    border: none;
}

.page-index-latest-promotions__promotion-card .page-index-latest-promotions__btn:hover {
    background-color: #e5bf00;
    transform: none;
}

.page-index-latest-promotions__why-choose {
    padding: 80px 0;
    background-color: #1A202C;
}

.page-index-latest-promotions__why-choose-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-index-latest-promotions__text-content {
    flex: 1;
}

.page-index-latest-promotions__text-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #E5E5E5;
}

.page-index-latest-promotions__text-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-index-latest-promotions__text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #E5E5E5;
}

.page-index-latest-promotions__text-content ul li::before {
    content: '★';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-size: 1.2em;
    line-height: 1;
}

.page-index-latest-promotions__image-wrapper {
    flex: 0 0 45%;
    text-align: center;
}

.page-index-latest-promotions__feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__how-to-claim {
    padding: 80px 0;
    background-color: #2A3140;
}

.page-index-latest-promotions__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-index-latest-promotions__step-card {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #FFD700;
}

.page-index-latest-promotions__step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(80%) sepia(80%) saturate(2000%) hue-rotate(340deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-index-latest-promotions__step-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-index-latest-promotions__step-card p {
    color: #B0B0B0;
    font-size: 0.95em;
}

.page-index-latest-promotions__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed #444;
}

.page-index-latest-promotions__cta-bottom p {
    font-size: 1.2em;
    color: #E5E5E5;
    margin-bottom: 30px;
}

.page-index-latest-promotions__faq {
    padding: 80px 0;
    background-color: #1A202C;
}

.page-index-latest-promotions__faq-item {
    background-color: #2A3140;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-index-latest-promotions__faq-answer {
    font-size: 1em;
    color: #B0B0B0;
    display: none; /* Initially hidden */
    padding-top: 10px;
    border-top: 1px dotted #444;
}

.page-index-latest-promotions__faq-question.active + .page-index-latest-promotions__faq-answer {
    display: block;
}

.page-index-latest-promotions__floating-ad {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD700;
    color: #1A202C;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    padding: 10px 15px;
    z-index: 1000;
    animation: page-index-latest-promotions__float-up 0.5s ease-out;
}

.page-index-latest-promotions__floating-ad-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1A202C;
    font-weight: bold;
    font-size: 1.1em;
    gap: 10px;
}

.page-index-latest-promotions__floating-ad-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.page-index-latest-promotions__floating-ad-close {
    background: none;
    border: none;
    color: #1A202C;
    font-size: 1.2em;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    padding: 5px;
}

.page-index-latest-promotions__floating-ad-close:hover {
    color: #444;
}

@keyframes page-index-latest-promotions__float-up {
    from { transform: translateY(100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-latest-promotions__hero-title {
        font-size: 2.8em;
    }

    .page-index-latest-promotions__section-title {
        font-size: 2em;
    }

    .page-index-latest-promotions__why-choose-content {
        flex-direction: column;
    }

    .page-index-latest-promotions__image-wrapper {
        flex: none;
        width: 80%;
        margin-top: 40px;
    }
}

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

    .page-index-latest-promotions__hero-title {
        font-size: 2.2em;
    }

    .page-index-latest-promotions__hero-subtitle {
        font-size: 1em;
    }

    .page-index-latest-promotions__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-index-latest-promotions__section-description {
        margin-bottom: 40px;
    }

    .page-index-latest-promotions__promotions-grid, .page-index-latest-promotions__how-to-claim, .page-index-latest-promotions__why-choose, .page-index-latest-promotions__faq {
        padding: 60px 0;
    }

    .page-index-latest-promotions__grid {
        grid-template-columns: 1fr;
    }

    .page-index-latest-promotions__floating-ad {
        bottom: 15px;
        right: 15px;
        padding: 8px 12px;
    }
    
    .page-index-latest-promotions__floating-ad-text {
        font-size: 0.9em;
    }

    .page-index-latest-promotions__floating-ad-icon {
        width: 25px;
        height: 25px;
    }

    .page-index-latest-promotions__floating-ad-close {
        font-size: 1em;
    }
}

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

    .page-index-latest-promotions__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-index-latest-promotions__step-card {
        padding: 20px;
    }

    .page-index-latest-promotions__faq-question {
        font-size: 1.1em;
    }
    .page-index-latest-promotions__floating-ad {
        left: 10px; /* Adjust for smaller screens */
        right: 10px;
        width: auto;
        justify-content: space-between;
    }
    .page-index-latest-promotions__floating-ad-text {
        flex-grow: 1;
        text-align: center;
    }
    .page-index-latest-promotions__floating-ad-close {
        margin-left: 5px;
    }
}