/* style/promotions-red88-latest-updates.css */
.page-promotions-red88-latest-updates {
    font-family: 'Arial', sans-serif;
    color: #36454F; /* Charcoal Gray for general text */
    line-height: 1.6;
}

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

.page-promotions-red88-latest-updates__hero-section {
    background: linear-gradient(135deg, #DC143C, #36454F); /* Crimson to Charcoal Gray */
    color: #FFFFFF; /* White text on dark background */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-promotions-red88-latest-updates__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-red88-latest-updates__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    opacity: 0.9;
}

.page-promotions-red88-latest-updates__cta-button {
    display: inline-block;
    background-color: #DC143C; /* Crimson */
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-promotions-red88-latest-updates__cta-button:hover {
    background-color: #A00F2B; /* Darker Crimson */
    transform: translateY(-3px);
}

.page-promotions-red88-latest-updates__cta-button--secondary {
    background-color: #36454F; /* Charcoal Gray */
}

.page-promotions-red88-latest-updates__cta-button--secondary:hover {
    background-color: #2A363F; /* Darker Charcoal Gray */
}

.page-promotions-red88-latest-updates__cta-button--large {
    padding: 20px 40px;
    font-size: 1.5em;
}

.page-promotions-red88-latest-updates__hero-image {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-red88-latest-updates__section {
    padding: 60px 0;
}

.page-promotions-red88-latest-updates__section:nth-of-type(even) {
    background-color: #F8F8F8; /* Light gray for alternating sections */
}

.page-promotions-red88-latest-updates__section-title {
    font-size: 2.5em;
    color: #36454F; /* Charcoal Gray */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-red88-latest-updates__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #DC143C; /* Crimson */
    border-radius: 2px;
}

.page-promotions-red88-latest-updates__highlight {
    color: #DC143C; /* Crimson */
}

.page-promotions-red88-latest-updates__text-content {
    font-size: 1.1em;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #4A4A4A;
}

.page-promotions-red88-latest-updates__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-promotions-red88-latest-updates__feature-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-latest-updates__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-latest-updates__feature-title {
    font-size: 1.5em;
    color: #DC143C; /* Crimson */
    margin-bottom: 15px;
}

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

.page-promotions-red88-latest-updates__grid-item {
    background-color: #FFFFFF;
    border-left: 5px solid #DC143C; /* Crimson border */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-red88-latest-updates__grid-title {
    font-size: 1.4em;
    color: #36454F; /* Charcoal Gray */
    margin-bottom: 10px;
}

.page-promotions-red88-latest-updates__grid-description {
    font-size: 1em;
    color: #555555;
}

.page-promotions-red88-latest-updates__image-full-width {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 40px auto;
    display: block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-red88-latest-updates__step-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
}

.page-promotions-red88-latest-updates__step-item {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.page-promotions-red88-latest-updates__step-number {
    font-size: 1.8em;
    font-weight: bold;
    color: #DC143C; /* Crimson */
    flex-shrink: 0;
}

.page-promotions-red88-latest-updates__step-title {
    font-size: 1.3em;
    color: #36454F; /* Charcoal Gray */
    margin-top: 5px;
    margin-bottom: 10px;
}

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

.page-promotions-red88-latest-updates__offer-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-latest-updates__offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-latest-updates__offer-title {
    font-size: 1.6em;
    color: #DC143C; /* Crimson */
    margin-bottom: 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-promotions-red88-latest-updates__offer-description {
    font-size: 1em;
    color: #555555;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-promotions-red88-latest-updates__offer-button {
    display: inline-block;
    background-color: #36454F; /* Charcoal Gray */
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-promotions-red88-latest-updates__offer-button:hover {
    background-color: #2A363F; /* Darker Charcoal Gray */
}

.page-promotions-red88-latest-updates__responsible-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.page-promotions-red88-latest-updates__responsible-list li {
    font-size: 1.1em;
    color: #4A4A4A;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.page-promotions-red88-latest-updates__responsible-list li i {
    color: #DC143C; /* Crimson */
    margin-right: 10px;
    font-size: 1.2em;
}

.page-promotions-red88-latest-updates__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-promotions-red88-latest-updates__faq-question {
    font-size: 1.3em;
    color: #36454F; /* Charcoal Gray */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-red88-latest-updates__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #DC143C;
    transition: transform 0.3s ease;
}

.page-promotions-red88-latest-updates__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-red88-latest-updates__faq-answer {
    font-size: 1em;
    color: #555555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-promotions-red88-latest-updates__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding-top: 15px;
}

.page-promotions-red88-latest-updates__final-cta {
    background-color: #DC143C; /* Crimson */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
}

.page-promotions-red88-latest-updates__final-cta .page-promotions-red88-latest-updates__section-title {
    color: #FFFFFF;
}

.page-promotions-red88-latest-updates__final-cta .page-promotions-red88-latest-updates__section-title::after {
    background-color: #FFFFFF;
}

.page-promotions-red88-latest-updates__final-cta .page-promotions-red88-latest-updates__text-content {
    color: #FFFFFF;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-red88-latest-updates__main-title {
        font-size: 3em;
    }
    .page-promotions-red88-latest-updates__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-red88-latest-updates__hero-section {
        padding: 60px 0;
    }
    .page-promotions-red88-latest-updates__main-title {
        font-size: 2.5em;
    }
    .page-promotions-red88-latest-updates__subtitle {
        font-size: 1.1em;
    }
    .page-promotions-red88-latest-updates__section {
        padding: 40px 0;
    }
    .page-promotions-red88-latest-updates__section-title {
        font-size: 1.8em;
    }
    .page-promotions-red88-latest-updates__feature-list,
    .page-promotions-red88-latest-updates__grid,
    .page-promotions-red88-latest-updates__offer-cards {
        grid-template-columns: 1fr;
    }
    .page-promotions-red88-latest-updates__step-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .page-promotions-red88-latest-updates__step-number {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .page-promotions-red88-latest-updates__main-title {
        font-size: 2em;
    }
    .page-promotions-red88-latest-updates__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-promotions-red88-latest-updates__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2em;
    }
    .page-promotions-red88-latest-updates__section-title {
        font-size: 1.5em;
    }
    .page-promotions-red88-latest-updates__offer-title {
        font-size: 1.3em;
        min-height: auto;
    }
}