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

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

.page-resources-g088-latest-promotions__hero-section {
    background: linear-gradient(135deg, #003366, #336699);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-resources-g088-latest-promotions__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-g088-latest-promotions__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-g088-latest-promotions__hero-section .page-resources-g088-latest-promotions__container {
    position: relative;
    z-index: 1;
}

.page-resources-g088-latest-promotions__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFCC00;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-g088-latest-promotions__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-g088-latest-promotions__cta-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFCC00;
}

.page-resources-g088-latest-promotions__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
    color: #002244;
}

.page-resources-g088-latest-promotions__cta-button--small {
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-resources-g088-latest-promotions__cta-button--large {
    padding: 18px 35px;
    font-size: 1.25em;
}

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

.page-resources-g088-latest-promotions__article {
    font-size: 1.1em;
    color: #444;
}

.page-resources-g088-latest-promotions__section-title {
    font-size: 2.2em;
    color: #003366;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-resources-g088-latest-promotions__sub-section-title {
    font-size: 1.8em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-resources-g088-latest-promotions__keyword {
    color: #003366;
    font-weight: bold;
}

.page-resources-g088-latest-promotions__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-g088-latest-promotions__list li {
    margin-bottom: 10px;
    color: #555;
}

.page-resources-g088-latest-promotions__list--important li {
    font-weight: bold;
    color: #003366;
}

.page-resources-g088-latest-promotions__image-text-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page-resources-g088-latest-promotions__image-text-block--reverse {
    flex-direction: row-reverse;
}

.page-resources-g088-latest-promotions__image-left,
.page-resources-g088-latest-promotions__image-right {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-resources-g088-latest-promotions__image-left img,
.page-resources-g088-latest-promotions__image-right img {
    width: 100%;
    height: auto;
    display: block;
}

.page-resources-g088-latest-promotions__text-content {
    flex: 2;
    min-width: 300px;
}

.page-resources-g088-latest-promotions__numbered-list {
    list-style: none;
    counter-reset: section;
    padding-left: 0;
}

.page-resources-g088-latest-promotions__numbered-list li {
    counter-increment: section;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.page-resources-g088-latest-promotions__numbered-list li::before {
    content: counter(section);
    background-color: #FFCC00;
    color: #003366;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-g088-latest-promotions__image-full-width {
    margin: 40px 0;
    text-align: center;
}

.page-resources-g088-latest-promotions__responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-resources-g088-latest-promotions__download-app-section {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #003366;
    color: #ffffff;
    padding: 50px;
    border-radius: 15px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.page-resources-g088-latest-promotions__app-image {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-g088-latest-promotions__app-text-content {
    flex: 2;
    min-width: 300px;
}

.page-resources-g088-latest-promotions__app-text-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-resources-g088-latest-promotions__app-note {
    font-size: 0.9em;
    opacity: 0.8;
    margin-top: 15px;
}

.page-resources-g088-latest-promotions__final-cta-wrapper {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-g088-latest-promotions__hero-title {
        font-size: 2.5em;
    }
    .page-resources-g088-latest-promotions__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-g088-latest-promotions__section-title {
        font-size: 2em;
    }
    .page-resources-g088-latest-promotions__sub-section-title {
        font-size: 1.6em;
    }
    .page-resources-g088-latest-promotions__image-text-block,
    .page-resources-g088-latest-promotions__image-text-block--reverse,
    .page-resources-g088-latest-promotions__download-app-section {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-g088-latest-promotions__image-left,
    .page-resources-g088-latest-promotions__image-right,
    .page-resources-g088-latest-promotions__app-image {
        min-width: unset;
        max-width: 80%;
        margin-bottom: 20px;
    }
    .page-resources-g088-latest-promotions__text-content,
    .page-resources-g088-latest-promotions__app-text-content {
        min-width: unset;
        width: 100%;
    }
    .page-resources-g088-latest-promotions__numbered-list li {
        padding-left: 0;
    }
    .page-resources-g088-latest-promotions__numbered-list li::before {
        position: static;
        margin-right: 15px;
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .page-resources-g088-latest-promotions__hero-section {
        padding: 60px 0;
    }
    .page-resources-g088-latest-promotions__hero-title {
        font-size: 2em;
    }
    .page-resources-g088-latest-promotions__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-g088-latest-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-g088-latest-promotions__section-title {
        font-size: 1.8em;
    }
    .page-resources-g088-latest-promotions__sub-section-title {
        font-size: 1.4em;
    }
    .page-resources-g088-latest-promotions__content-section {
        padding: 40px 0;
    }
    .page-resources-g088-latest-promotions__download-app-section {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .page-resources-g088-latest-promotions__hero-title {
        font-size: 1.8em;
    }
    .page-resources-g088-latest-promotions__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-g088-latest-promotions__cta-button--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
    .page-resources-g088-latest-promotions__section-title {
        font-size: 1.6em;
    }
    .page-resources-g088-latest-promotions__sub-section-title {
        font-size: 1.2em;
    }
    .page-resources-g088-latest-promotions__image-text-block {
        gap: 20px;
    }
    .page-resources-g088-latest-promotions__app-text-content p {
        font-size: 1em;
    }
}