/* style/blog-what-is-678vip-code.css */

/* Variables from custom palette */
:root {
    --page-bg: #08160F; /* Background */
    --card-bg: #11271B; /* Card B G */
    --text-main: #F2FFF6; /* Text Main */
    --text-secondary: #A7D9B8; /* Text Secondary */
    --border-color: #2E7A4E; /* Border */
    --glow-color: #57E38D; /* Glow */
    --gold-color: #F2C14E; /* Gold */
    --divider-color: #1E3A2A; /* Divider */
    --deep-green: #0A4B2C; /* Deep Green */

    /* Button gradient */
    --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-what-is-678vip-code {
    background-color: var(--page-bg); /* Use specified background color */
    color: var(--text-main); /* Ensure light text on dark background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 50px; /* Add some padding at the bottom */
}

/* Hero Section */
.page-blog-what-is-678vip-code__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
    overflow: hidden; /* Ensure no overflow */
}

.page-blog-what-is-678vip-code__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.page-blog-what-is-678vip-code__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-what-is-678vip-code__hero-content {
    position: relative; /* Ensure content is above any background elements */
    z-index: 1;
    max-width: 900px;
    text-align: center;
    padding: 40px 20px 0; /* Padding around text, no top padding if image is above */
    margin-top: -100px; /* Pull content up over the image to create a visual overlap effect */
    color: var(--text-main); /* Ensure text is readable */
}

.page-blog-what-is-678vip-code__main-title {
    font-size: 2.8em;
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for better contrast */
}

.page-blog-what-is-678vip-code__intro-text {
    font-size: 1.2em;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-what-is-678vip-code__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-what-is-678vip-code__btn-primary,
.page-blog-what-is-678vip-code__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to break words */
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.page-blog-what-is-678vip-code__btn-primary {
    background: var(--btn-gradient);
    color: #ffffff; /* White text on dark green gradient */
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-what-is-678vip-code__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-what-is-678vip-code__btn-secondary {
    background-color: transparent;
    color: var(--text-main); /* Light text on dark background */
    border: 2px solid var(--border-color);
}

.page-blog-what-is-678vip-code__btn-secondary:hover {
    background-color: var(--border-color);
    transform: translateY(-2px);
}

/* General Content Sections */
.page-blog-what-is-678vip-code__introduction-section,
.page-blog-what-is-678vip-code__how-to-get-activate,
.page-blog-what-is-678vip-code__offer-types,
.page-blog-what-is-678vip-code__maximize-experience,
.page-blog-what-is-678vip-code__faq-section,
.page-blog-what-is-678vip-code__conclusion-section {
    padding: 60px 0;
}

.page-blog-what-is-678vip-code__introduction-section.page-blog-what-is-678vip-code__light-bg,
.page-blog-what-is-678vip-code__offer-types.page-blog-what-is-678vip-code__light-bg,
.page-blog-what-is-678vip-code__faq-section.page-blog-what-is-678vip-code__light-bg {
    background-color: var(--deep-green); /* Slightly lighter dark green for contrast */
    color: var(--text-main);
}

.page-blog-what-is-678vip-code__how-to-get-activate.page-blog-what-is-678vip-code__dark-bg,
.page-blog-what-is-678vip-code__maximize-experience.page-blog-what-is-678vip-code__dark-bg,
.page-blog-what-is-678vip-code__conclusion-section.page-blog-what-is-678vip-code__dark-bg {
    background-color: var(--card-bg); /* Darker green background */
    color: var(--text-main);
}

.page-blog-what-is-678vip-code__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-what-is-678vip-code__section-title {
    font-size: 2.2em;
    color: var(--text-main);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-what-is-678vip-code__sub-title {
    font-size: 1.6em;
    color: var(--text-main);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-what-is-678vip-code__text-block p {
    margin-bottom: 15px;
    color: var(--text-secondary);
}

.page-blog-what-is-678vip-code__text-block a {
    color: var(--glow-color); /* Use a brighter green for links */
    text-decoration: none;
    font-weight: bold;
}

.page-blog-what-is-678vip-code__text-block a:hover {
    text-decoration: underline;
}

.page-blog-what-is-678vip-code__ordered-list,
.page-blog-what-is-678vip-code__unordered-list {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-what-is-678vip-code__ordered-list li,
.page-blog-what-is-678vip-code__unordered-list li {
    margin-bottom: 10px;
}

.page-blog-what-is-678vip-code__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-what-is-678vip-code__faq-list {
    margin-top: 30px;
}

.page-blog-what-is-678vip-code__faq-item {
    background-color: var(--card-bg); /* Darker green for FAQ items */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-main);
}

.page-blog-what-is-678vip-code__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: var(--deep-green); /* Slightly lighter dark green for question background */
    font-weight: bold;
    font-size: 1.1em;
    color: var(--text-main);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-what-is-678vip-code__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-what-is-678vip-code__faq-question::marker {
    display: none;
}

.page-blog-what-is-678vip-code__faq-qtext {
    flex-grow: 1;
}

.page-blog-what-is-678vip-code__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 10px;
    color: var(--glow-color);
}

.page-blog-what-is-678vip-code__faq-item[open] .page-blog-what-is-678vip-code__faq-question {
    border-bottom: none;
}

.page-blog-what-is-678vip-code__faq-answer {
    padding: 0 20px 20px;
    color: var(--text-secondary);
    font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-what-is-678vip-code__main-title {
        font-size: 2.4em;
    }
    .page-blog-what-is-678vip-code__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-what-is-678vip-code__hero-content {
        margin-top: -80px; /* Adjust for smaller screens */
        padding-top: 20px;
    }
    .page-blog-what-is-678vip-code__main-title {
        font-size: clamp(1.8em, 5vw, 2.2em); /* Use clamp for H1 */
        margin-bottom: 15px;
    }
    .page-blog-what-is-678vip-code__intro-text {
        font-size: 1.1em;
        margin-bottom: 25px;
    }
    .page-blog-what-is-678vip-code__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px; /* Add padding to button container */
    }
    .page-blog-what-is-678vip-code__btn-primary,
    .page-blog-what-is-678vip-code__btn-secondary {
        width: 100% !important; /* Ensure full width on mobile */
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-what-is-678vip-code__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-what-is-678vip-code__sub-title {
        font-size: 1.4em;
    }
    .page-blog-what-is-678vip-code__introduction-section,
    .page-blog-what-is-678vip-code__how-to-get-activate,
    .page-blog-what-is-678vip-code__offer-types,
    .page-blog-what-is-678vip-code__maximize-experience,
    .page-blog-what-is-678vip-code__faq-section,
    .page-blog-what-is-678vip-code__conclusion-section {
        padding: 40px 0;
    }
    .page-blog-what-is-678vip-code__container {
        padding: 0 15px; /* Add padding to content containers */
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-what-is-678vip-code img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* Video section top padding for mobile, if video existed */
    .page-blog-what-is-678vip-code__video-section {
        padding-top: 10px !important;
    }
}
@media (max-width: 480px) {
    .page-blog-what-is-678vip-code__main-title {
        font-size: clamp(1.6em, 6vw, 2em);
    }
    .page-blog-what-is-678vip-code__intro-text {
        font-size: 1em;
    }
    .page-blog-what-is-678vip-code__section-title {
        font-size: 1.6em;
    }
}