/* style/index-latest-promotions.css */
.page-index-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

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

.page-index-latest-promotions__hero-section {
    background: linear-gradient(135deg, #0A2463, #3B5998); /* Slightly lighter blue for gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-index-latest-promotions__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #E3B23C; /* Gold for main title */
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #F8F8F8;
    position: relative;
    z-index: 1;
}

.page-index-latest-promotions__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 1.1em;
    cursor: pointer;
}

.page-index-latest-promotions__btn--primary {
    background-color: #E3B23C; /* Gold */
    color: #0A2463; /* Dark blue text on gold */
    border: 2px solid #E3B23C;
}

.page-index-latest-promotions__btn--primary:hover {
    background-color: #f0c25a;
    border-color: #f0c25a;
    transform: translateY(-2px);
}

.page-index-latest-promotions__btn--secondary {
    background-color: #0A2463; /* Dark blue */
    color: #E3B23C; /* Gold text on dark blue */
    border: 2px solid #E3B23C;
}

.page-index-latest-promotions__btn--secondary:hover {
    background-color: #1a3c7a;
    border-color: #f0c25a;
    transform: translateY(-2px);
}

.page-index-latest-promotions__btn--large {
    padding: 15px 30px;
    font-size: 1.2em;
}

.page-index-latest-promotions__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-index-latest-promotions__section:nth-of-type(even) {
    background-color: #FFFFFF;
}

.page-index-latest-promotions__section-title {
    font-size: 2.2em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-index-latest-promotions__section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-index-latest-promotions__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.page-index-latest-promotions__feature-list li {
    background-color: #eef4fb; /* Lighter blue background for list items */
    padding: 15px 20px;
    border-left: 5px solid #E3B23C;
    border-radius: 8px;
    font-size: 1.05em;
    color: #222;
    flex: 1 1 calc(50% - 30px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

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

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

.page-index-latest-promotions__promotion-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-latest-promotions__card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-index-latest-promotions__card-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
    padding: 0 20px;
    font-weight: bold;
}

.page-index-latest-promotions__card-text {
    font-size: 1em;
    color: #666;
    padding: 0 20px;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__steps-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__steps-list li {
    background-color: #f0f8ff;
    border-left: 4px solid #0A2463;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__steps-list li strong {
    color: #0A2463;
    font-weight: bold;
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__steps-list li a {
    color: #E3B23C;
    text-decoration: none;
    font-weight: bold;
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__steps-list li a:hover {
    text-decoration: underline;
}

.page-index-latest-promotions__faq .page-index-latest-promotions__accordion {
    max-width: 900px;
    margin: 40px auto;
}

.page-index-latest-promotions__accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.page-index-latest-promotions__accordion-header {
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.15em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.page-index-latest-promotions__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-index-latest-promotions__accordion-header.active {
    background-color: #1a3c7a;
}

.page-index-latest-promotions__accordion-header.active::after {
    transform: rotate(45deg);
}

.page-index-latest-promotions__accordion-content {
    padding: 0 25px;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-index-latest-promotions__accordion-content.show {
    max-height: 200px; /* Adjust as needed */
    padding: 15px 25px;
}

.page-index-latest-promotions__accordion-content p {
    margin: 0;
    color: #444;
    font-size: 1em;
}

.page-index-latest-promotions__cta-bottom {
    text-align: center;
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 80px 0;
}

.page-index-latest-promotions__cta-bottom .page-index-latest-promotions__section-title {
    color: #E3B23C;
}

.page-index-latest-promotions__cta-bottom .page-index-latest-promotions__section-description {
    color: #F8F8F8;
    margin-bottom: 50px;
}

.page-index-latest-promotions__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-index-latest-promotions__hero-title {
        font-size: 2em;
    }

    .page-index-latest-promotions__hero-subtitle {
        font-size: 1em;
    }

    .page-index-latest-promotions__btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-index-latest-promotions__btn--large {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-index-latest-promotions__section-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions__section-description {
        font-size: 0.95em;
    }

    .page-index-latest-promotions__feature-list li {
        flex: 1 1 100%;
    }

    .page-index-latest-promotions__grid {
        grid-template-columns: 1fr;
    }

    .page-index-latest-promotions__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-index-latest-promotions__accordion-content.show {
        padding: 10px 20px;
    }

    .page-index-latest-promotions__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-index-latest-promotions__hero-section {
        padding: 60px 0;
    }

    .page-index-latest-promotions__hero-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions__btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .page-index-latest-promotions__cta-buttons a {
        width: 90%;
    }
}