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

.page-promotions-deposit-bonus {
    background-color: var(--body-bg);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 0; /* body handles padding-top: var(--header-offset) */
}

.page-promotions-deposit-bonus__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    background-color: var(--deep-green);
    overflow: hidden;
    box-sizing: border-box;
}

.page-promotions-deposit-bonus__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 600px; /* Limit hero image height */
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus__hero-content {
    max-width: 900px;
    text-align: center;
    z-index: 1;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-promotions-deposit-bonus__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow effect */
}

.page-promotions-deposit-bonus__hero-description {
    font-size: 1.1em;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.page-promotions-deposit-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-promotions-deposit-bonus__btn-primary,
.page-promotions-deposit-bonus__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-promotions-deposit-bonus__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__btn-secondary {
    background-color: transparent;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
    box-shadow: 0 2px 10px rgba(87, 227, 141, 0.3);
}

.page-promotions-deposit-bonus__btn-secondary:hover {
    background-color: rgba(242, 193, 78, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(87, 227, 141, 0.5);
}

.page-promotions-deposit-bonus__section {
    padding: 60px 20px;
    background-color: var(--body-bg);
    box-sizing: border-box;
}

.page-promotions-deposit-bonus__section:nth-of-type(even) {
    background-color: var(--card-bg);
}

.page-promotions-deposit-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-promotions-deposit-bonus__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(87, 227, 141, 0.3);
}

.page-promotions-deposit-bonus__section-description {
    font-size: 1.05em;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-deposit-bonus__sub-title {
    font-size: 1.8em;
    color: var(--text-main);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--gold-color);
    padding-left: 15px;
}

.page-promotions-deposit-bonus__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.page-promotions-deposit-bonus__list,
.page-promotions-deposit-bonus__step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-promotions-deposit-bonus__list-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    color: var(--text-secondary);
    font-size: 1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 45px;
}

.page-promotions-deposit-bonus__list-item strong {
    color: var(--text-main);
}

.page-promotions-deposit-bonus__list-item::before {
    content: '✅';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-promotions-deposit-bonus__step-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__step-title {
    font-size: 1.5em;
    color: var(--gold-color);
    margin-bottom: 10px;
}

.page-promotions-deposit-bonus__step-text {
    color: var(--text-secondary);
    font-size: 1em;
}

.page-promotions-deposit-bonus__step-text a {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-promotions-deposit-bonus__step-text a:hover {
    color: var(--glow-color);
}

.page-promotions-deposit-bonus__text-block {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__text-block .page-promotions-deposit-bonus__sub-title {
    margin-top: 0;
}

/* FAQ Section */
.page-promotions-deposit-bonus__faq-section {
    background-color: var(--deep-green);
}

.page-promotions-deposit-bonus__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-deposit-bonus__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--text-main);
    transition: background-color 0.3s ease;
}

.page-promotions-deposit-bonus__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-promotions-deposit-bonus__faq-item summary:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-promotions-deposit-bonus__faq-qtext {
    flex-grow: 1;
}

.page-promotions-deposit-bonus__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-promotions-deposit-bonus__faq-answer {
    padding: 0 20px 20px;
    color: var(--text-secondary);
    font-size: 0.95em;
}

.page-promotions-deposit-bonus__faq-answer p {
    margin: 0;
    color: var(--text-secondary);
}

.page-promotions-deposit-bonus__faq-answer a {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-promotions-deposit-bonus__faq-answer a:hover {
    color: var(--glow-color);
}

/* Conclusion Section */
.page-promotions-deposit-bonus__conclusion-section {
    text-align: center;
    padding-bottom: 80px;
}

.page-promotions-deposit-bonus__conclusion-section .page-promotions-deposit-bonus__section-title {
    color: var(--gold-color);
}

.page-promotions-deposit-bonus__conclusion-section .page-promotions-deposit-bonus__section-description {
    margin-bottom: 50px;
}

.page-promotions-deposit-bonus__conclusion-section .page-promotions-deposit-bonus__cta-buttons {
    margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-promotions-deposit-bonus__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }

    .page-promotions-deposit-bonus__section-title {
        font-size: 2em;
    }

    .page-promotions-deposit-bonus__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-promotions-deposit-bonus__hero-section {
        padding: 10px 15px 40px;
    }

    .page-promotions-deposit-bonus__hero-content {
        padding: 0 10px;
    }

    .page-promotions-deposit-bonus__main-title {
        font-size: clamp(1.8em, 7vw, 2.8em);
        margin-bottom: 10px;
    }

    .page-promotions-deposit-bonus__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-promotions-deposit-bonus__cta-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 350px;
    }

    .page-promotions-deposit-bonus__btn-primary,
    .page-promotions-deposit-bonus__btn-secondary {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-promotions-deposit-bonus__section {
        padding: 40px 15px;
    }

    .page-promotions-deposit-bonus__container {
        padding: 0 10px;
    }

    .page-promotions-deposit-bonus__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-promotions-deposit-bonus__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-promotions-deposit-bonus__sub-title {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-promotions-deposit-bonus__list-item,
    .page-promotions-deposit-bonus__step-item {
        padding: 15px;
        padding-left: 40px;
        font-size: 0.95em;
    }

    .page-promotions-deposit-bonus__list-item::before {
        left: 10px;
    }

    .page-promotions-deposit-bonus__step-title {
        font-size: 1.3em;
    }

    .page-promotions-deposit-bonus__faq-item summary {
        padding: 15px;
        font-size: 1em;
    }

    .page-promotions-deposit-bonus__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.9em;
    }

    /* Mobile image responsiveness */
    .page-promotions-deposit-bonus img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-promotions-deposit-bonus__section,
    .page-promotions-deposit-bonus__container,
    .page-promotions-deposit-bonus__card,
    .page-promotions-deposit-bonus__text-block,
    .page-promotions-deposit-bonus__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Ensure no horizontal scroll */
    }
    
    .page-promotions-deposit-bonus__hero-section {
        padding-top: 10px !important;
    }
}