/* style/blog-explore-neo88-code-exclusive-promotions.css */

/* Custom Colors */
:root {
    --neo88-code-primary: #11A84E;
    --neo88-code-secondary: #22C768;
    --neo88-code-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --neo88-code-card-bg: #11271B;
    --neo88-code-background: #08160F;
    --neo88-code-text-main: #F2FFF6;
    --neo88-code-text-secondary: #A7D9B8;
    --neo88-code-border: #2E7A4E;
    --neo88-code-glow: #57E38D;
    --neo88-code-gold: #F2C14E;
    --neo88-code-divider: #1E3A2A;
    --neo88-code-deep-green: #0A4B2C;
}

.page-blog-explore-neo88-code-exclusive-promotions {
    font-family: Arial, sans-serif;
    color: var(--neo88-code-text-main); /* Ensure light text on dark body background */
    background-color: var(--neo88-code-background); /* This will be overridden by shared.css body background, but kept for consistency */
}

.page-blog-explore-neo88-code-exclusive-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-explore-neo88-code-exclusive-promotions__section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-explore-neo88-code-exclusive-promotions__section-title {
    font-size: 2.8em;
    color: var(--neo88-code-text-main);
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-explore-neo88-code-exclusive-promotions__sub-title {
    font-size: 1.8em;
    color: var(--neo88-code-text-main);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-explore-neo88-code-exclusive-promotions__text-block p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 1em;
    color: var(--neo88-code-text-secondary);
}

.page-blog-explore-neo88-code-exclusive-promotions__text-block strong {
    color: var(--neo88-code-text-main);
}

/* Hero Section */
.page-blog-explore-neo88-code-exclusive-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 80px 0; /* Small top padding, more bottom padding for content below */
    background-color: var(--neo88-code-background);
    overflow: hidden;
}

.page-blog-explore-neo88-code-exclusive-promotions__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.page-blog-explore-neo88-code-exclusive-promotions__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-explore-neo88-code-exclusive-promotions__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
}

.page-blog-explore-neo88-code-exclusive-promotions__main-title {
    font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive font size for H1 */
    color: var(--neo88-code-gold);
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-explore-neo88-code-exclusive-promotions__hero-description {
    font-size: 1.3em;
    color: var(--neo88-code-text-secondary);
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Buttons */
.page-blog-explore-neo88-code-exclusive-promotions__btn-primary,
.page-blog-explore-neo88-code-exclusive-promotions__btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%; /* Ensure responsiveness */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-explore-neo88-code-exclusive-promotions__btn-primary {
    background: var(--neo88-code-button-gradient);
    color: var(--neo88-code-text-main);
    box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-explore-neo88-code-exclusive-promotions__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-explore-neo88-code-exclusive-promotions__btn-secondary {
    background-color: transparent;
    color: var(--neo88-code-primary);
    border: 2px solid var(--neo88-code-primary);
    margin-left: 20px;
}

.page-blog-explore-neo88-code-exclusive-promotions__btn-secondary:hover {
    background-color: var(--neo88-code-primary);
    color: var(--neo88-code-text-main);
    transform: translateY(-3px);
}

/* Offer Grid */
.page-blog-explore-neo88-code-exclusive-promotions__offers-section {
    background-color: var(--neo88-code-background);
}

.page-blog-explore-neo88-code-exclusive-promotions__offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-explore-neo88-code-exclusive-promotions__offer-card {
    background-color: var(--neo88-code-card-bg); /* Darker green card background */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--neo88-code-text-main); /* Light text on dark card */
}

.page-blog-explore-neo88-code-exclusive-promotions__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-explore-neo88-code-exclusive-promotions__card-title {
    font-size: 1.5em;
    color: var(--neo88-code-text-main);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-explore-neo88-code-exclusive-promotions__card-description {
    font-size: 0.95em;
    color: var(--neo88-code-text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-explore-neo88-code-exclusive-promotions__offer-card .page-blog-explore-neo88-code-exclusive-promotions__btn-secondary {
    margin-left: 0;
    width: auto;
    align-self: flex-start;
}

/* Guide Section */
.page-blog-explore-neo88-code-exclusive-promotions__guide-section {
    background-color: var(--neo88-code-background);
}

.page-blog-explore-neo88-code-exclusive-promotions__guide-section .page-blog-explore-neo88-code-exclusive-promotions__text-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.page-blog-explore-neo88-code-exclusive-promotions__content-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 40px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

/* Why Choose Section (Dark background) */
.page-blog-explore-neo88-code-exclusive-promotions__why-choose-section {
    background-color: var(--neo88-code-deep-green); /* Use deep green for this section */
    color: var(--neo88-code-text-main);
}

.page-blog-explore-neo88-code-exclusive-promotions__why-choose-section .page-blog-explore-neo88-code-exclusive-promotions__section-title,
.page-blog-explore-neo88-code-exclusive-promotions__why-choose-section .page-blog-explore-neo88-code-exclusive-promotions__sub-title {
    color: var(--neo88-code-text-main);
}

.page-blog-explore-neo88-code-exclusive-promotions__why-choose-section .page-blog-explore-neo88-code-exclusive-promotions__text-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.page-blog-explore-neo88-code-exclusive-promotions__why-choose-section .page-blog-explore-neo88-code-exclusive-promotions__text-block p {
    color: var(--neo88-code-text-secondary);
}

/* FAQ Section */
.page-blog-explore-neo88-code-exclusive-promotions__faq-section {
    background-color: var(--neo88-code-background);
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-list {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-item {
    background-color: var(--neo88-code-card-bg);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--neo88-code-text-main);
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: var(--neo88-code-deep-green);
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--neo88-code-text-main);
    list-style: none; /* For <summary> tag */
    -webkit-tap-highlight-color: transparent;
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-qtext {
    flex-grow: 1;
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-item[open] .page-blog-explore-neo88-code-exclusive-promotions__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-explore-neo88-code-exclusive-promotions__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--neo88-code-text-secondary);
    background-color: var(--neo88-code-card-bg);
}

/* CTA Section */
.page-blog-explore-neo88-code-exclusive-promotions__cta-section {
    background-color: var(--neo88-code-deep-green); /* Use deep green for this section */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-blog-explore-neo88-code-exclusive-promotions__cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-explore-neo88-code-exclusive-promotions__cta-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-explore-neo88-code-exclusive-promotions__cta-description {
    font-size: 1.2em;
    color: var(--neo88-code-text-secondary);
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
}

.page-blog-explore-neo88-code-exclusive-promotions__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-explore-neo88-code-exclusive-promotions__section-title {
        font-size: 2.5em;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-explore-neo88-code-exclusive-promotions__section {
        padding: 40px 0;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__sub-title {
        font-size: 1.4em;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__hero-description,
    .page-blog-explore-neo88-code-exclusive-promotions__cta-description {
        font-size: 1.05em;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__text-block p {
        font-size: 1em;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__btn-primary,
    .page-blog-explore-neo88-code-exclusive-promotions__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
        margin-left: 0; /* Remove margin for single column layout */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__btn-secondary {
        margin-top: 15px;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__offer-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__hero-section {
        padding-bottom: 60px;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__hero-content {
        padding: 0 15px;
    }
    .page-blog-explore-neo88-code-exclusive-promotions__container {
        padding: 0 15px;
   }}