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

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

.page-promotions-holiday-limited-events__hero {
    background: linear-gradient(135deg, #0A1931, #2a3a5a);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-promotions-holiday-limited-events__hero > div {
    position: relative;
    z-index: 1;
}

.page-promotions-holiday-limited-events__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-promotions-holiday-limited-events__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-promotions-holiday-limited-events__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, transform 0.2s ease;
    margin: 10px;
    cursor: pointer;
}

.page-promotions-holiday-limited-events__btn--hero {
    background-color: #FFD700;
    color: #0A1931;
    font-size: 1.2em;
    border: none;
}

.page-promotions-holiday-limited-events__btn--hero:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-promotions-holiday-limited-events__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    border: none;
}

.page-promotions-holiday-limited-events__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-1px);
}

.page-promotions-holiday-limited-events__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-promotions-holiday-limited-events__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-1px);
}

.page-promotions-holiday-limited-events__section {
    padding: 60px 0;
}

.page-promotions-holiday-limited-events__section--dark {
    background-color: #0A1931;
    color: #e0e0e0;
}

.page-promotions-holiday-limited-events__section-title {
    font-size: 2.5em;
    color: #0A1931;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-promotions-holiday-limited-events__section--dark .page-promotions-holiday-limited-events__section-title {
    color: #FFD700;
}

.page-promotions-holiday-limited-events__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.8;
}

.page-promotions-holiday-limited-events__features-grid,
.page-promotions-holiday-limited-events__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-promotions-holiday-limited-events__feature-item,
.page-promotions-holiday-limited-events__promotion-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-holiday-limited-events__section--dark .page-promotions-holiday-limited-events__feature-item,
.page-promotions-holiday-limited-events__section--dark .page-promotions-holiday-limited-events__promotion-card {
    background-color: #1a2a47;
    color: #e0e0e0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-limited-events__feature-item:hover,
.page-promotions-holiday-limited-events__promotion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-holiday-limited-events__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-promotions-holiday-limited-events__feature-title,
.page-promotions-holiday-limited-events__card-title {
    font-size: 1.5em;
    color: #0A1931;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-holiday-limited-events__section--dark .page-promotions-holiday-limited-events__feature-title,
.page-promotions-holiday-limited-events__section--dark .page-promotions-holiday-limited-events__card-title {
    color: #FFD700;
}

.page-promotions-holiday-limited-events__promotion-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-promotions-holiday-limited-events__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-promotions-holiday-limited-events__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-promotions-holiday-limited-events__step-number {
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    color: #0A1931;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 20px auto;
}

.page-promotions-holiday-limited-events__step-title {
    font-size: 1.8em;
    color: #0A1931;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-holiday-limited-events__btn-group {
    margin-top: 20px;
}

.page-promotions-holiday-limited-events__event-list,
.page-promotions-holiday-limited-events__terms-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}

.page-promotions-holiday-limited-events__event-list li,
.page-promotions-holiday-limited-events__terms-list li {
    background-color: #1a2a47;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-promotions-holiday-limited-events__terms-list li {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-promotions-holiday-limited-events__terms-list li strong {
    color: #0A1931;
}

.page-promotions-holiday-limited-events__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-limited-events__image--full-width {
    width: 100%;
}

.page-promotions-holiday-limited-events__cta-final {
    padding-bottom: 80px;
}

.page-promotions-holiday-limited-events__cta-group {
    text-align: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-holiday-limited-events__title {
        font-size: 2.5em;
    }
    .page-promotions-holiday-limited-events__section-title {
        font-size: 2em;
    }
    .page-promotions-holiday-limited-events__features-grid,
    .page-promotions-holiday-limited-events__promotions-grid,
    .page-promotions-holiday-limited-events__steps {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-holiday-limited-events__hero {
        padding: 60px 0;
    }
    .page-promotions-holiday-limited-events__title {
        font-size: 2em;
    }
    .page-promotions-holiday-limited-events__subtitle {
        font-size: 1em;
    }
    .page-promotions-holiday-limited-events__section {
        padding: 40px 0;
    }
    .page-promotions-holiday-limited-events__section-title {
        font-size: 1.8em;
    }
    .page-promotions-holiday-limited-events__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .page-promotions-holiday-limited-events__title {
        font-size: 1.8em;
    }
    .page-promotions-holiday-limited-events__section-title {
        font-size: 1.5em;
    }
    .page-promotions-holiday-limited-events__btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-promotions-holiday-limited-events__features-grid,
    .page-promotions-holiday-limited-events__promotions-grid,
    .page-promotions-holiday-limited-events__steps {
        grid-template-columns: 1fr;
    }
}