/* style/index-latest-promotions-overview.css */

:root {
    --page-index-latest-promotions-overview-primary-color: #DC143C;
    --page-index-latest-promotions-overview-secondary-color: #36454F;
    --page-index-latest-promotions-overview-light-bg: #f9f9f9;
    --page-index-latest-promotions-overview-text-color: #333;
    --page-index-latest-promotions-overview-white: #ffffff;
    --page-index-latest-promotions-overview-border-color: #eee;
}

.page-index-latest-promotions-overview {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--page-index-latest-promotions-overview-text-color);
}

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

.page-index-latest-promotions-overview__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-latest-promotions-overview__section--light {
    background-color: var(--page-index-latest-promotions-overview-light-bg);
}

.page-index-latest-promotions-overview__hero-section {
    background: linear-gradient(135deg, var(--page-index-latest-promotions-overview-primary-color) 0%, var(--page-index-latest-promotions-overview-secondary-color) 100%);
    color: var(--page-index-latest-promotions-overview-white);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.page-index-latest-promotions-overview__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--page-index-latest-promotions-overview-white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions-overview__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-index-latest-promotions-overview__hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-latest-promotions-overview__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-index-latest-promotions-overview__btn--primary {
    background-color: var(--page-index-latest-promotions-overview-primary-color);
    color: var(--page-index-latest-promotions-overview-white);
    box-shadow: 0 4px 10px rgba(220, 20, 60, 0.4);
}

.page-index-latest-promotions-overview__btn--primary:hover {
    background-color: #b01030; /* Slightly darker crimson */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(220, 20, 60, 0.6);
}

.page-index-latest-promotions-overview__btn--secondary {
    background-color: var(--page-index-latest-promotions-overview-secondary-color);
    color: var(--page-index-latest-promotions-overview-white);
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(54, 69, 79, 0.3);
}

.page-index-latest-promotions-overview__btn--secondary:hover {
    background-color: #2a363d; /* Slightly darker charcoal */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(54, 69, 79, 0.5);
}

.page-index-latest-promotions-overview__btn--tertiary {
    background-color: var(--page-index-latest-promotions-overview-white);
    color: var(--page-index-latest-promotions-overview-primary-color);
    border: 2px solid var(--page-index-latest-promotions-overview-primary-color);
    margin-top: 15px;
}

.page-index-latest-promotions-overview__btn--tertiary:hover {
    background-color: var(--page-index-latest-promotions-overview-primary-color);
    color: var(--page-index-latest-promotions-overview-white);
    transform: translateY(-2px);
}

.page-index-latest-promotions-overview__btn--large {
    padding: 18px 40px;
    font-size: 1.25em;
}

.page-index-latest-promotions-overview__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: var(--page-index-latest-promotions-overview-secondary-color);
    font-weight: 700;
}

.page-index-latest-promotions-overview__text {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 20px;
    color: var(--page-index-latest-promotions-overview-text-color);
}

.page-index-latest-promotions-overview__features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-index-latest-promotions-overview__feature-item {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: var(--page-index-latest-promotions-overview-white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-index-latest-promotions-overview__feature-item:hover {
    transform: translateY(-5px);
}

.page-index-latest-promotions-overview__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-index-latest-promotions-overview__feature-title {
    font-size: 1.5em;
    color: var(--page-index-latest-promotions-overview-primary-color);
    margin-bottom: 15px;
}

.page-index-latest-promotions-overview__feature-description {
    font-size: 1em;
    color: var(--page-index-latest-promotions-overview-text-color);
}

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

.page-index-latest-promotions-overview__promo-card {
    background-color: var(--page-index-latest-promotions-overview-white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-latest-promotions-overview__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

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

.page-index-latest-promotions-overview__promo-title {
    font-size: 1.6em;
    color: var(--page-index-latest-promotions-overview-secondary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-index-latest-promotions-overview__promo-description {
    font-size: 1em;
    color: var(--page-index-latest-promotions-overview-text-color);
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-index-latest-promotions-overview__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-index-latest-promotions-overview__steps-list li {
    background-color: var(--page-index-latest-promotions-overview-white);
    border: 1px solid var(--page-index-latest-promotions-overview-border-color);
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-index-latest-promotions-overview__step-title {
    font-size: 1.4em;
    color: var(--page-index-latest-promotions-overview-primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-index-latest-promotions-overview__step-description {
    font-size: 1em;
    color: var(--page-index-latest-promotions-overview-text-color);
    margin-bottom: 15px;
}

.page-index-latest-promotions-overview__app-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-index-latest-promotions-overview__app-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-latest-promotions-overview__app-info {
    text-align: left;
    max-width: 500px;
}

.page-index-latest-promotions-overview__app-title {
    font-size: 2em;
    color: var(--page-index-latest-promotions-overview-secondary-color);
    margin-bottom: 20px;
}

.page-index-latest-promotions-overview__app-benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-index-latest-promotions-overview__app-benefits-list li {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: var(--page-index-latest-promotions-overview-text-color);
    position: relative;
    padding-left: 25px;
}

.page-index-latest-promotions-overview__app-benefits-list li::before {
    content: '✓';
    color: var(--page-index-latest-promotions-overview-primary-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-index-latest-promotions-overview__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-promotions-overview__list li {
    background-color: var(--page-index-latest-promotions-overview-white);
    border-left: 5px solid var(--page-index-latest-promotions-overview-primary-color);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-latest-promotions-overview__list-item-title {
    color: var(--page-index-latest-promotions-overview-secondary-color);
    font-size: 1.1em;
}

.page-index-latest-promotions-overview__security-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-index-latest-promotions-overview__security-item {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: var(--page-index-latest-promotions-overview-white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-index-latest-promotions-overview__security-item:hover {
    transform: translateY(-5px);
}

.page-index-latest-promotions-overview__security-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.page-index-latest-promotions-overview__security-title {
    font-size: 1.4em;
    color: var(--page-index-latest-promotions-overview-primary-color);
    margin-bottom: 10px;
}

.page-index-latest-promotions-overview__security-description {
    font-size: 1em;
    color: var(--page-index-latest-promotions-overview-text-color);
}

.page-index-latest-promotions-overview__section--cta {
    background-color: var(--page-index-latest-promotions-overview-secondary-color);
    color: var(--page-index-latest-promotions-overview-white);
    padding: 80px 0;
}

.page-index-latest-promotions-overview__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--page-index-latest-promotions-overview-white);
    font-weight: 700;
}

.page-index-latest-promotions-overview__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-latest-promotions-overview__hero-title {
        font-size: 2.8em;
    }
    .page-index-latest-promotions-overview__section-title {
        font-size: 2em;
    }
    .page-index-latest-promotions-overview__promo-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-index-latest-promotions-overview__app-download {
        flex-direction: column;
        gap: 30px;
    }
    .page-index-latest-promotions-overview__app-info {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-index-latest-promotions-overview__hero-title {
        font-size: 2.2em;
    }
    .page-index-latest-promotions-overview__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-latest-promotions-overview__section-title {
        font-size: 1.8em;
    }
    .page-index-latest-promotions-overview__features, .page-index-latest-promotions-overview__security-features {
        flex-direction: column;
        align-items: center;
    }
    .page-index-latest-promotions-overview__feature-item, .page-index-latest-promotions-overview__security-item {
        max-width: 90%;
    }
    .page-index-latest-promotions-overview__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-index-latest-promotions-overview__hero-title {
        font-size: 1.8em;
    }
    .page-index-latest-promotions-overview__hero-subtitle {
        font-size: 1em;
    }
    .page-index-latest-promotions-overview__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-latest-promotions-overview__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-index-latest-promotions-overview__section-title {
        font-size: 1.6em;
    }
    .page-index-latest-promotions-overview__promo-title {
        font-size: 1.4em;
    }
    .page-index-latest-promotions-overview__step-title {
        font-size: 1.2em;
    }
    .page-index-latest-promotions-overview__app-title {
        font-size: 1.6em;
    }
    .page-index-latest-promotions-overview__cta-title {
        font-size: 1.8em;
    }
}