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

.page-promotions {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main); /* Default text color for dark backgrounds */
    background-color: var(--background); /* Overall background */
}

/* Ensure contrast for main content area if body background is dark */
body {
    background-color: var(--background); /* Assuming --background is dark, like #08160F */
    color: var(--text-main); /* #F2FFF6 for dark background */
}

.page-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-promotions__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-promotions__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: none; /* Ensure no CSS filter is applied */
}

.page-promotions__hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
    text-align: center;
    color: var(--text-main); /* #F2FFF6 */
    background: rgba(8, 22, 15, 0.8); /* Semi-transparent dark green background */
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-promotions__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--gold); /* #F2C14E */
}

.page-promotions__intro-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-secondary); /* #A7D9B8 */
}

.page-promotions__section {
    padding: 60px 20px;
    text-align: center;
}

.page-promotions__introduction,
.page-promotions__vip-program,
.page-promotions__terms-conditions,
.page-promotions__conclusion {
    background-color: var(--background); /* #08160F */
    color: var(--text-main); /* #F2FFF6 */
}

.page-promotions__dark-bg {
    background-color: var(--deep-green); /* #0A4B2C */
    color: var(--text-main); /* #F2FFF6 */
}

.page-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Added for mobile responsiveness */
}

.page-promotions__section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--gold); /* #F2C14E */
}

.page-promotions__text-main {
    font-size: 1rem;
    margin-bottom: 20px;
    color: var(--text-main); /* #F2FFF6 */
}

.page-promotions__text-secondary {
    font-size: 0.95rem;
    margin-bottom: 20px;
    color: var(--text-secondary); /* #A7D9B8 */
}

.page-promotions__sub-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--gold); /* #F2C14E */
}

.page-promotions__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

.page-promotions__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-promotions__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

.page-promotions__center-button {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 300px;
}

.page-promotions__promo-grid,
.page-promotions__step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__promo-card,
.page-promotions__step-card,
.page-promotions__faq-item {
    background-color: var(--card-bg); /* #11271B */
    border: 1px solid var(--border); /* #2E7A4E */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--text-secondary); /* #A7D9B8 */
}

.page-promotions__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    filter: none; /* Ensure no CSS filter is applied */
}

.page-promotions__card-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--gold); /* #F2C14E */
}

.page-promotions__card-title a {
    color: var(--gold); /* #F2C14E */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions__card-title a:hover {
    color: var(--glow); /* #57E38D */
}

.page-promotions__card-description {
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-grow: 1; /* Ensures description takes available space */
    color: var(--text-secondary); /* #A7D9B8 */
}

.page-promotions__card-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color); /* #11A84E */
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    align-self: flex-start; /* Aligns link to the left */
    transition: background-color 0.3s ease;
}

.page-promotions__card-link:hover {
    background-color: var(--secondary-color); /* #22C768 */
}

.page-promotions__step-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--gold); /* #F2C14E */
}

.page-promotions__step-description {
    font-size: 0.95rem;
    color: var(--text-secondary); /* #A7D9B8 */
}

.page-promotions__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.page-promotions__list-item {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: var(--text-main); /* #F2FFF6 */
}

.page-promotions__list-item::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: var(--glow); /* #57E38D */
    font-size: 1.1rem;
    line-height: 1.6;
}

.page-promotions__faq-list {
    margin-top: 40px;
}

.page-promotions__faq-item {
    margin-bottom: 15px;
    overflow: hidden; /* For accordion effect */
    transition: all 0.3s ease-out;
}

.page-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: var(--deep-green); /* #0A4B2C */
    border-bottom: 1px solid var(--divider); /* #1E3A2A */
    color: var(--text-main); /* #F2FFF6 */
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.page-promotions__faq-question:hover {
    background-color: var(--border); /* #2E7A4E */
}

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

.page-promotions__faq-question::marker {
    display: none;
}

.page-promotions__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--gold); /* #F2C14E */
    margin-left: 15px;
}

.page-promotions__faq-item[open] .page-promotions__faq-toggle {
    content: '−';
}

.page-promotions__faq-answer {
    padding: 15px 25px 20px;
    background-color: var(--card-bg); /* #11271B */
    color: var(--text-secondary); /* #A7D9B8 */
    font-size: 0.95rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}

.page-promotions__faq-answer p {
    margin-bottom: 10px;
}

.page-promotions__faq-answer a {
    color: var(--glow); /* #57E38D */
    text-decoration: underline;
}

.page-promotions__faq-answer a:hover {
    color: var(--gold); /* #F2C14E */
}


/* Links in text */
.page-promotions a {
    color: var(--glow); /* #57E38D */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions a:hover {
    color: var(--gold); /* #F2C14E */
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-promotions__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-promotions__section-title {
        font-size: 2rem;
    }
    .page-promotions__promo-grid,
    .page-promotions__step-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-promotions__section {
        padding: 40px 15px;
    }
    .page-promotions__hero-content {
        padding: 40px 15px;
        max-width: 100%;
        border-radius: 0;
    }
    .page-promotions__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-promotions__intro-description {
        font-size: 1rem;
    }
    .page-promotions__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-promotions__promo-grid,
    .page-promotions__step-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-promotions__card-image {
        height: 180px;
    }
    .page-promotions__card-title {
        font-size: 1.2rem;
    }
    .page-promotions__list-item {
        font-size: 0.95rem;
    }
    .page-promotions__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-promotions__faq-answer {
        padding: 10px 20px 15px;
        font-size: 0.9rem;
    }

    /* Mobile image responsiveness */
    .page-promotions img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-promotions__section,
    .page-promotions__card,
    .page-promotions__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-promotions__hero-section {
        padding-top: 10px !important; /* body already has padding-top */
    }
    /* Mobile button responsiveness */
    .page-promotions__cta-button,
    .page-promotions__btn-primary,
    .page-promotions a[class*="button"],
    .page-promotions a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-promotions__cta-buttons,
    .page-promotions__button-group,
    .page-promotions__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .page-promotions__cta-buttons {
        display: flex;
        flex-direction: column;
    }
    .page-promotions__center-button {
        max-width: 100%; /* Ensure it spans full width on mobile */
    }
}