/* style/promotions-limited-time-offers.css */
.page-promotions-limited-time-offers {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Default text color for dark background */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-promotions-limited-time-offers__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-limited-time-offers__hero {
    position: relative;
    background-color: #0A192F;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 500px;
}

.page-promotions-limited-time-offers__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.9), rgba(224, 185, 43, 0.3));
    z-index: 1;
}

.page-promotions-limited-time-offers__hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-left: 20px;
    text-align: left;
}

.page-promotions-limited-time-offers__hero-title {
    font-size: 3.5em;
    color: #E0B92B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-promotions-limited-time-offers__hero-description {
    font-size: 1.2em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-promotions-limited-time-offers__hero-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 0;
}

.page-promotions-limited-time-offers__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.page-promotions-limited-time-offers__btn--primary {
    background-color: #E0B92B;
    color: #0A192F;
    border: 2px solid #E0B92B;
}

.page-promotions-limited-time-offers__btn--primary:hover {
    background-color: #f0c94a;
    color: #0A192F;
}

.page-promotions-limited-time-offers__btn--secondary {
    background-color: transparent;
    color: #E0B92B;
    border: 2px solid #E0B92B;
    margin-top: 20px;
}

.page-promotions-limited-time-offers__btn--secondary:hover {
    background-color: #E0B92B;
    color: #0A192F;
}

.page-promotions-limited-time-offers__section {
    padding: 80px 0;
    text-align: center;
}

.page-promotions-limited-time-offers__section--about {
    background-color: #0F203D;
}

.page-promotions-limited-time-offers__section-title {
    font-size: 2.5em;
    color: #E0B92B;
    margin-bottom: 40px;
}

.page-promotions-limited-time-offers__text {
    font-size: 1.1em;
    color: #CCCCCC;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-promotions-limited-time-offers__features {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-promotions-limited-time-offers__feature-item {
    flex: 1;
    min-width: 280px;
    background-color: #1A2B47;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.page-promotions-limited-time-offers__feature-title {
    font-size: 1.5em;
    color: #E0B92B;
    margin-bottom: 15px;
}

.page-promotions-limited-time-offers__feature-description {
    color: #B0B0B0;
    font-size: 1em;
}

.page-promotions-limited-time-offers__section--events {
    background-color: #0A192F;
}

.page-promotions-limited-time-offers__list {
    list-style: none;
    padding: 0;
    margin: 30px auto 40px auto;
    max-width: 700px;
    text-align: left;
}

.page-promotions-limited-time-offers__list li {
    background-color: #1A2B47;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-promotions-limited-time-offers__list li::before {
    content: '✔';
    color: #E0B92B;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2em;
}

.page-promotions-limited-time-offers__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
}

.page-promotions-limited-time-offers__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.page-promotions-limited-time-offers__section--how-to-claim {
    background-color: #0F203D;
    display: flex;
    align-items: center;
    text-align: left;
}

.page-promotions-limited-time-offers__section--how-to-claim .page-promotions-limited-time-offers__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-promotions-limited-time-offers__section--how-to-claim .page-promotions-limited-time-offers__section-title {
    width: 100%;
    text-align: center;
}

.page-promotions-limited-time-offers__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 300px;
    margin-right: 40px;
}

.page-promotions-limited-time-offers__steps li {
    background-color: #1A2B47;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 1.1em;
    color: #FFFFFF;
}

.page-promotions-limited-time-offers__step-number {
    background-color: #E0B92B;
    color: #0A192F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 15px;
    flex-shrink: 0;
}

.page-promotions-limited-time-offers__link {
    color: #E0B92B;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-limited-time-offers__link:hover {
    text-decoration: underline;
}

.page-promotions-limited-time-offers__image--right {
    flex: 1;
    max-width: 500px;
    margin-left: 40px;
    object-fit: contain;
}

.page-promotions-limited-time-offers__section--responsible-gambling {
    background-color: #0A192F;
}

.page-promotions-limited-time-offers__section--cta {
    background-color: #1A2B47;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.page-promotions-limited-time-offers__container--cta {
    position: relative;
    z-index: 2;
}

.page-promotions-limited-time-offers__image--cta {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
    height: auto;
    opacity: 0.3;
    z-index: 1;
}

.page-promotions-limited-time-offers__section--faq {
    background-color: #0F203D;
}

.page-promotions-limited-time-offers__faq-item {
    background-color: #1A2B47;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time-offers__faq-question {
    font-size: 1.3em;
    color: #E0B92B;
    margin-bottom: 10px;
}

.page-promotions-limited-time-offers__faq-answer {
    color: #B0B0B0;
    font-size: 1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-limited-time-offers__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-limited-time-offers__hero-description {
        font-size: 1.1em;
    }
    .page-promotions-limited-time-offers__hero-image {
        width: 50%;
        height: auto;
        position: relative;
        opacity: 0.2;
        margin-top: 50px;
    }
    .page-promotions-limited-time-offers__hero {
        flex-direction: column;
        text-align: center;
        padding: 80px 0;
    }
    .page-promotions-limited-time-offers__hero-content {
        padding-left: 0;
        text-align: center;
        max-width: 80%;
    }
    .page-promotions-limited-time-offers__section-title {
        font-size: 2em;
    }
    .page-promotions-limited-time-offers__features {
        flex-direction: column;
        align-items: center;
    }
    .page-promotions-limited-time-offers__feature-item {
        width: 80%;
    }
    .page-promotions-limited-time-offers__section--how-to-claim .page-promotions-limited-time-offers__container {
        flex-direction: column;
    }
    .page-promotions-limited-time-offers__steps {
        margin-right: 0;
        width: 100%;
    }
    .page-promotions-limited-time-offers__image--right {
        margin-left: 0;
        margin-top: 40px;
        max-width: 80%;
    }
    .page-promotions-limited-time-offers__image--cta {
        max-width: 60%;
        bottom: -20px;
        right: -20px;
    }
}

@media (max-width: 768px) {
    .page-promotions-limited-time-offers__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-limited-time-offers__hero-description {
        font-size: 1em;
    }
    .page-promotions-limited-time-offers__section-title {
        font-size: 1.8em;
    }
    .page-promotions-limited-time-offers__section {
        padding: 60px 0;
    }
    .page-promotions-limited-time-offers__feature-item {
        width: 90%;
    }
    .page-promotions-limited-time-offers__list li {
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-promotions-limited-time-offers__faq-question {
        font-size: 1.1em;
    }
    .page-promotions-limited-time-offers__faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-promotions-limited-time-offers__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-limited-time-offers__hero-description {
        font-size: 0.9em;
    }
    .page-promotions-limited-time-offers__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-promotions-limited-time-offers__section-title {
        font-size: 1.5em;
    }
    .page-promotions-limited-time-offers__text {
        font-size: 0.9em;
    }
    .page-promotions-limited-time-offers__image--cta {
        max-width: 80%;
    }
}