/* style/blog-alo789dola-latest-promotions.css */

/* Base styles for the page content area */
.page-blog-alo789dola-latest-promotions {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Main text color for dark background */
    background-color: transparent; /* Inherit from body, which gets --background-color */
    padding-top: 10px; /* Small top padding for the first section, body handles header offset */
}

.page-blog-alo789dola-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-alo789dola-latest-promotions__hero-section {
    position: relative;
    display: flex;
    flex-direction: column; /* Image above text */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px; /* Space below content */
    overflow: hidden;
}

.page-blog-alo789dola-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-width: 100%;
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-alo789dola-latest-promotions__hero-content {
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-alo789dola-latest-promotions__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
    color: #F2C14E; /* Gold color for main title */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

.page-blog-alo789dola-latest-promotions__intro-text {
    font-size: 1.1em;
    color: #A7D9B8; /* Secondary text color */
    margin-bottom: 30px;
}

.page-blog-alo789dola-latest-promotions__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Ensure buttons wrap on small screens */
}

.page-blog-alo789dola-latest-promotions__cta-buttons--centered {
    margin-top: 40px;
}

/* Buttons */
.page-blog-alo789dola-latest-promotions__btn-primary,
.page-blog-alo789dola-latest-promotions__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%; /* Responsive button width */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-alo789dola-latest-promotions__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-alo789dola-latest-promotions__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-alo789dola-latest-promotions__btn-secondary {
    background-color: transparent;
    color: #2AD16F;
    border: 2px solid #2AD16F;
    box-shadow: 0 2px 8px rgba(42, 209, 111, 0.2);
}

.page-blog-alo789dola-latest-promotions__btn-secondary:hover {
    background-color: #2AD16F;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(42, 209, 111, 0.4);
}

/* General Section Styling */
.page-blog-alo789dola-latest-promotions__section {
    padding: 60px 0;
    background-color: #08160F; /* Dark background for sections */
    border-bottom: 1px solid #1E3A2A; /* Divider color */
}

.page-blog-alo789dola-latest-promotions__section:last-of-type {
    border-bottom: none;
}

.page-blog-alo789dola-latest-promotions__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: #F2C14E; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-alo789dola-latest-promotions p {
    font-size: 1em;
    color: #F2FFF6; /* Main text color */
    margin-bottom: 1em;
}

.page-blog-alo789dola-latest-promotions strong {
    color: #F2C14E; /* Gold for strong text */
}

/* Promotions Grid */
.page-blog-alo789dola-latest-promotions__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-alo789dola-latest-promotions__promo-card {
    background-color: #11271B; /* Card BG color */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-blog-alo789dola-latest-promotions__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-height: 200px; /* Minimum image height */
}

.page-blog-alo789dola-latest-promotions__promo-title {
    font-size: 1.5em;
    color: #57E38D; /* Glow color for promo titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-alo789dola-latest-promotions__promo-description {
    font-size: 0.95em;
    color: #A7D9B8; /* Secondary text color */
    flex-grow: 1;
    margin-bottom: 20px;
}

.page-blog-alo789dola-latest-promotions__note {
    font-size: 0.9em;
    color: #A7D9B8;
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
}

/* Registration Guide */
.page-blog-alo789dola-latest-promotions__registration-guide {
    background-color: #0A4B2C; /* Deep Green background */
}

.page-blog-alo789dola-latest-promotions__registration-steps {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    counter-reset: step-counter;
}

.page-blog-alo789dola-latest-promotions__registration-steps li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    color: #F2FFF6;
}

.page-blog-alo789dola-latest-promotions__registration-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F2C14E; /* Gold for step numbers */
    color: #08160F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-blog-alo789dola-latest-promotions__step-title {
    font-size: 1.4em;
    color: #57E38D; /* Glow color for step titles */
    margin-bottom: 10px;
}

.page-blog-alo789dola-latest-promotions__info-list {
    list-style: disc;
    padding-left: 25px;
    color: #F2FFF6;
    margin-top: 10px;
}

.page-blog-alo789dola-latest-promotions__info-list li {
    padding-left: 0;
    margin-bottom: 5px;
    position: relative; /* Reset position for nested list */
}

.page-blog-alo789dola-latest-promotions__info-list li::before {
    content: none; /* Remove custom counter for nested list */
}

.page-blog-alo789dola-latest-promotions__registration-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* Benefits Section */
.page-blog-alo789dola-latest-promotions__benefit-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-alo789dola-latest-promotions__benefit-list li {
    background-color: #11271B; /* Card BG color */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.page-blog-alo789dola-latest-promotions__benefit-title {
    font-size: 1.3em;
    color: #F2C14E; /* Gold for benefit titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-alo789dola-latest-promotions__benefits-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* FAQ Section */
.page-blog-alo789dola-latest-promotions__faq {
    background-color: #08160F;
}

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

.page-blog-alo789dola-latest-promotions__faq-item {
    background-color: #11271B; /* Card BG color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-alo789dola-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15em;
    font-weight: bold;
    color: #F2FFF6;
    cursor: pointer;
    background-color: #11271B; /* Ensure background color for contrast */
    border-bottom: 1px solid #1E3A2A;
    list-style: none; /* Remove default marker for details summary */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-blog-alo789dola-latest-promotions__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-alo789dola-latest-promotions__faq-qtext {
    flex-grow: 1;
    color: #F2FFF6; /* Ensure text color */
}

.page-blog-alo789dola-latest-promotions__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    margin-left: 15px;
    color: #57E38D; /* Glow color for toggle icon */
}

.page-blog-alo789dola-latest-promotions__faq-item[open] .page-blog-alo789dola-latest-promotions__faq-toggle {
    color: #F2C14E; /* Gold color when open */
}

.page-blog-alo789dola-latest-promotions__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #A7D9B8; /* Secondary text color */
    line-height: 1.6;
}

/* Conclusion Section */
.page-blog-alo789dola-latest-promotions__conclusion {
    text-align: center;
    padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-alo789dola-latest-promotions__hero-image {
        height: 600px; /* Adjust hero image height for tablets */
    }
}

@media (max-width: 768px) {
    .page-blog-alo789dola-latest-promotions__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-alo789dola-latest-promotions__hero-image {
        height: 400px; /* Adjust hero image height for mobile */
        margin-bottom: 20px;
    }

    .page-blog-alo789dola-latest-promotions__main-title {
        font-size: 2.2em;
    }

    .page-blog-alo789dola-latest-promotions__intro-text {
        font-size: 1em;
    }

    .page-blog-alo789dola-latest-promotions__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-alo789dola-latest-promotions__btn-primary,
    .page-blog-alo789dola-latest-promotions__btn-secondary {
        width: 100% !important; /* Force full width on mobile */
        max-width: 100% !important;
        padding: 12px 20px;
    }

    .page-blog-alo789dola-latest-promotions__section {
        padding: 40px 0;
    }

    .page-blog-alo789dola-latest-promotions__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-alo789dola-latest-promotions__promo-grid,
    .page-blog-alo789dola-latest-promotions__benefit-list {
        grid-template-columns: 1fr;
    }

    .page-blog-alo789dola-latest-promotions__promo-card,
    .page-blog-alo789dola-latest-promotions__benefit-list li {
        padding: 20px;
    }

    .page-blog-alo789dola-latest-promotions__promo-title,
    .page-blog-alo789dola-latest-promotions__step-title,
    .page-blog-alo789dola-latest-promotions__benefit-title {
        font-size: 1.2em;
    }

    .page-blog-alo789dola-latest-promotions__registration-steps li {
        padding-left: 50px;
    }

    .page-blog-alo789dola-latest-promotions__registration-steps li::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    /* Images responsive */
    .page-blog-alo789dola-latest-promotions img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-alo789dola-latest-promotions__section,
    .page-blog-alo789dola-latest-promotions__card,
    .page-blog-alo789dola-latest-promotions__container,
    .page-blog-alo789dola-latest-promotions__promo-card,
    .page-blog-alo789dola-latest-promotions__benefit-list li,
    .page-blog-alo789dola-latest-promotions__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden; /* Ensure content doesn't overflow */
    }

    .page-blog-alo789dola-latest-promotions__hero-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    .page-blog-alo789dola-latest-promotions__video-section {
        padding-top: 10px !important;
    }
}