/* style/promotions-limited-time-offers.css */
.page-promotions-limited-time-offers {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-promotions-limited-time-offers__hero {
    background: linear-gradient(135deg, #0A2342, #1A3F6A);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-limited-time-offers__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-limited-time-offers__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-limited-time-offers__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-limited-time-offers__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2342;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-limited-time-offers__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-limited-time-offers__section {
    padding: 60px 0;
}

.page-promotions-limited-time-offers__section:nth-of-type(even) {
    background-color: #f0f2f5;
}

.page-promotions-limited-time-offers__section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.page-promotions-limited-time-offers__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-promotions-limited-time-offers__section-subtitle {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-limited-time-offers__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-promotions-limited-time-offers__benefit-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-limited-time-offers__benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

.page-promotions-limited-time-offers__offer-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.page-promotions-limited-time-offers__offer-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.page-promotions-limited-time-offers__offer-card:nth-child(even) {
    flex-direction: column-reverse;
}

.page-promotions-limited-time-offers__offer-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-promotions-limited-time-offers__offer-card:nth-child(even) .page-promotions-limited-time-offers__offer-image {
    border-top: 1px solid #eee;
    border-bottom: none;
}

.page-promotions-limited-time-offers__offer-content {
    padding: 30px;
}

.page-promotions-limited-time-offers__offer-title {
    font-size: 1.8em;
    color: #0A2342;
    margin-bottom: 15px;
}

.page-promotions-limited-time-offers__offer-description {
    margin-bottom: 20px;
    color: #555;
}

.page-promotions-limited-time-offers__offer-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-promotions-limited-time-offers__offer-details li {
    margin-bottom: 8px;
    color: #444;
}

.page-promotions-limited-time-offers__offer-details li strong {
    color: #0A2342;
}

.page-promotions-limited-time-offers__offer-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2342;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-limited-time-offers__offer-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-promotions-limited-time-offers__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-promotions-limited-time-offers__step-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
}

.page-promotions-limited-time-offers__step-number {
    background-color: #0A2342;
    color: #FFD700;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: -60px auto 20px;
    border: 5px solid #f8f9fa;
    box-shadow: 0 0 0 5px #FFD700;
}

.page-promotions-limited-time-offers__step-card:first-child .page-promotions-limited-time-offers__step-number {
    margin-top: -60px; /* Adjust for first card to align with top of section */
}

.page-promotions-limited-time-offers__step-title {
    font-size: 1.6em;
    color: #0A2342;
    margin-bottom: 15px;
}

.page-promotions-limited-time-offers__step-card a {
    color: #0A2342;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-limited-time-offers__step-card a:hover {
    text-decoration: underline;
}

.page-promotions-limited-time-offers__center-cta {
    text-align: center;
    margin-top: 50px;
}

.page-promotions-limited-time-offers__terms-list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 30px;
    color: #444;
}

.page-promotions-limited-time-offers__terms-list li {
    margin-bottom: 10px;
}

.page-promotions-limited-time-offers__responsible-gambling {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 30px;
}

.page-promotions-limited-time-offers__app-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-promotions-limited-time-offers__app-content {
    flex: 1;
    min-width: 300px;
}

.page-promotions-limited-time-offers__app-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-promotions-limited-time-offers__app-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-limited-time-offers__app-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-promotions-limited-time-offers__app-benefits li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.page-promotions-limited-time-offers__app-benefits li::before {
    content: '✔';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.page-promotions-limited-time-offers__faq-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-limited-time-offers__faq-question {
    font-size: 1.3em;
    color: #0A2342;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-promotions-limited-time-offers__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-promotions-limited-time-offers__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-limited-time-offers__faq-answer {
    color: #555;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.page-promotions-limited-time-offers__faq-answer.active {
    display: block;
}

.page-promotions-limited-time-offers__conclusion {
    background-color: #0A2342;
    color: #fff;
    text-align: center;
}

.page-promotions-limited-time-offers__conclusion .page-promotions-limited-time-offers__section-title {
    color: #FFD700;
}

.page-promotions-limited-time-offers__conclusion .page-promotions-limited-time-offers__section-title::after {
    background-color: #FFD700;
}

.page-promotions-limited-time-offers__conclusion .page-promotions-limited-time-offers__section-subtitle {
    color: #e0e0e0;
}

.page-promotions-limited-time-offers__conclusion a {
    color: #FFD700;
    font-weight: bold;
    text-decoration: none;
}

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

/* Responsive Design */
@media (min-width: 768px) {
    .page-promotions-limited-time-offers__offer-card {
        flex-direction: row;
    }
    .page-promotions-limited-time-offers__offer-card:nth-child(even) {
        flex-direction: row-reverse;
    }
    .page-promotions-limited-time-offers__offer-image {
        width: 40%;
        height: auto;
        border-bottom: none;
        border-right: 1px solid #eee;
    }
    .page-promotions-limited-time-offers__offer-card:nth-child(even) .page-promotions-limited-time-offers__offer-image {
        border-left: 1px solid #eee;
        border-right: none;
        border-top: none;
    }
    .page-promotions-limited-time-offers__offer-content {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .page-promotions-limited-time-offers__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-limited-time-offers__section-title {
        font-size: 2em;
    }
    .page-promotions-limited-time-offers__app-flex {
        flex-direction: column;
    }
    .page-promotions-limited-time-offers__app-image-wrapper {
        order: -1;
    }
    .page-promotions-limited-time-offers__step-card {
        padding-top: 80px;
    }
    .page-promotions-limited-time-offers__step-number {
        margin-top: -80px;
    }
}

@media (max-width: 480px) {
    .page-promotions-limited-time-offers__hero-title {
        font-size: 2em;
    }
    .page-promotions-limited-time-offers__hero-description {
        font-size: 1em;
    }
    .page-promotions-limited-time-offers__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-promotions-limited-time-offers__section-title {
        font-size: 1.8em;
    }
    .page-promotions-limited-time-offers__offer-title {
        font-size: 1.5em;
    }
    .page-promotions-limited-time-offers__step-title {
        font-size: 1.3em;
    }
}