.page-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-latest-promotions__hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5A93);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-latest-promotions__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-latest-promotions__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    position: relative;
    z-index: 1;
}

.page-latest-promotions__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-latest-promotions__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-latest-promotions__article {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-latest-promotions__section-title {
    font-size: 2.2em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-latest-promotions__section-title:first-of-type {
    margin-top: 0;
}

.page-latest-promotions__article p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-latest-promotions__article a {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
}

.page-latest-promotions__article a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-latest-promotions__promo-card {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-latest-promotions__promo-image {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.page-latest-promotions__promo-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-latest-promotions__promo-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-latest-promotions__promo-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.page-latest-promotions__promo-features li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #444;
}

.page-latest-promotions__icon {
    color: #FFD700;
    font-size: 1.2em;
    margin-right: 10px;
    font-weight: bold;
}

.page-latest-promotions__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.page-latest-promotions__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
    font-size: 1.1em;
}

.page-latest-promotions__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #0A2463;
}

.page-latest-promotions__btn--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #0A2463;
    font-size: 1em;
}

.page-latest-promotions__btn--secondary:hover {
    background-color: #1a3a7a;
    border-color: #1a3a7a;
    color: #fff;
}

.page-latest-promotions__terms-list,
.page-latest-promotions__steps-list,
.page-latest-promotions__benefits-list,
.page-latest-promotions__responsible-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.page-latest-promotions__terms-list li,
.page-latest-promotions__steps-list li,
.page-latest-promotions__benefits-list li,
.page-latest-promotions__responsible-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 1.05em;
}

.page-latest-promotions__terms-list li .page-latest-promotions__icon {
    color: #d9534f; /* Red for warning */
}

.page-latest-promotions__benefits-list li .page-latest-promotions__icon {
    color: #5cb85c; /* Green for benefit */
}

.page-latest-promotions__responsible-list li .page-latest-promotions__icon {
    color: #5bc0de; /* Blue for info */
}

.page-latest-promotions__steps-list li {
    counter-increment: step-counter;
}

.page-latest-promotions__steps-list li::before {
    content: counter(step-counter) ". ";
    font-weight: bold;
    color: #0A2463;
    margin-right: 10px;
    font-size: 1.1em;
}

.page-latest-promotions__faq {
    margin-top: 30px;
}

.page-latest-promotions__faq-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 20px;
}

.page-latest-promotions__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-latest-promotions__faq-answer {
    font-size: 1em;
    color: #555;
}

.page-latest-promotions__cta-footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #eee;
}

@media (max-width: 992px) {
    .page-latest-promotions__hero-title {
        font-size: 2.8em;
    }
    .page-latest-promotions__hero-description {
        font-size: 1.1em;
    }
    .page-latest-promotions__section-title {
        font-size: 1.8em;
    }
    .page-latest-promotions__promo-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-latest-promotions__hero-section {
        padding: 60px 0;
    }
    .page-latest-promotions__hero-title {
        font-size: 2.2em;
    }
    .page-latest-promotions__hero-description {
        font-size: 1em;
    }
    .page-latest-promotions__content-section {
        padding: 40px 0;
    }
    .page-latest-promotions__article {
        padding: 20px;
    }
    .page-latest-promotions__section-title {
        font-size: 1.6em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-latest-promotions__promo-card {
        padding: 20px;
    }
    .page-latest-promotions__promo-image {
        max-height: 200px;
    }
    .page-latest-promotions__promo-title {
        font-size: 1.3em;
    }
    .page-latest-promotions__btn {
        padding: 10px 20px;
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-latest-promotions__hero-section {
        padding: 40px 0;
    }
    .page-latest-promotions__hero-title {
        font-size: 1.8em;
    }
    .page-latest-promotions__hero-description {
        font-size: 0.9em;
    }
    .page-latest-promotions__article {
        padding: 15px;
    }
    .page-latest-promotions__section-title {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .page-latest-promotions__promo-card {
        padding: 15px;
    }
    .page-latest-promotions__promo-image {
        max-height: 150px;
    }
    .page-latest-promotions__promo-title {
        font-size: 1.1em;
    }
    .page-latest-promotions__btn {
        width: 100%;
        margin-top: 10px;
    }
    .page-latest-promotions__faq-question {
        font-size: 1.1em;
    }
}