/* style/promotions-bk8-welcome-bonus.css */
.page-promotions-bk8-welcome-bonus {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e5e5d1; /* Light text for dark background */
    background-color: #1A1A2E; /* Main dark background */
    line-height: 1.6;
}

.page-promotions-bk8-welcome-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-bk8-welcome-bonus .hero-section {
    background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5f 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-promotions-bk8-welcome-bonus .hero-content {
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 2;
}

.page-promotions-bk8-welcome-bonus .hero-title {
    font-size: 3.5em;
    color: #E9B000; /* Accent color for title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-promotions-bk8-welcome-bonus .hero-description {
    font-size: 1.2em;
    color: #e5e5d1;
    margin-bottom: 30px;
}

.page-promotions-bk8-welcome-bonus .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

.page-promotions-bk8-welcome-bonus .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) blur(5px);
}

.page-promotions-bk8-welcome-bonus .section-title {
    font-size: 2.8em;
    color: #E9B000;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
}

.page-promotions-bk8-welcome-bonus .section-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #e5e5d1;
}

.page-promotions-bk8-welcome-bonus .section-outro {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 50px auto 0;
    color: #e5e5d1;
}

.page-promotions-bk8-welcome-bonus .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    margin: 10px;
}

.page-promotions-bk8-welcome-bonus .btn-primary {
    background-color: #E9B000;
    color: #1A1A2E;
    border: 2px solid #E9B000;
}

.page-promotions-bk8-welcome-bonus .btn-primary:hover {
    background-color: #f0c84d;
    transform: translateY(-3px);
}

.page-promotions-bk8-welcome-bonus .btn-secondary {
    background-color: transparent;
    color: #E9B000;
    border: 2px solid #E9B000;
}

.page-promotions-bk8-welcome-bonus .btn-secondary:hover {
    background-color: #E9B000;
    color: #1A1A2E;
    transform: translateY(-3px);
}

.page-promotions-bk8-welcome-bonus .btn-large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* Welcome Package Overview */
.page-promotions-bk8-welcome-bonus .welcome-package-overview {
    padding: 80px 0;
    background-color: #16162a;
}

.page-promotions-bk8-welcome-bonus .package-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-bk8-welcome-bonus .feature-item {
    background-color: #21213f;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-bk8-welcome-bonus .feature-item:hover {
    transform: translateY(-5px);
    background-color: #2a2a4d;
}

.page-promotions-bk8-welcome-bonus .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(2000%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-promotions-bk8-welcome-bonus .feature-item h3 {
    color: #E9B000;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-promotions-bk8-welcome-bonus .feature-item p {
    color: #d1d1e5;
    font-size: 1em;
}

.page-promotions-bk8-welcome-bonus .cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

/* How to Claim Section */
.page-promotions-bk8-welcome-bonus .how-to-claim-section {
    padding: 80px 0;
    background-color: #1A1A2E;
}

.page-promotions-bk8-welcome-bonus .steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.page-promotions-bk8-welcome-bonus .step-item {
    background-color: #21213f;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.page-promotions-bk8-welcome-bonus .step-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    filter: invert(80%) sepia(100%) saturate(2000%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-promotions-bk8-welcome-bonus .step-content h3 {
    color: #E9B000;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-bk8-welcome-bonus .step-content p {
    color: #d1d1e5;
    font-size: 1em;
}

.page-promotions-bk8-welcome-bonus .step-content a {
    color: #E9B000;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-bk8-welcome-bonus .step-content a:hover {
    text-decoration: underline;
}

/* Terms and Conditions */
.page-promotions-bk8-welcome-bonus .terms-conditions-section {
    padding: 80px 0;
    background-color: #16162a;
}

.page-promotions-bk8-welcome-bonus .terms-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 50px auto 0;
}

.page-promotions-bk8-welcome-bonus .terms-list li {
    background-color: #21213f;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    color: #d1d1e5;
    font-size: 1.05em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-bk8-welcome-bonus .terms-list li strong {
    color: #E9B000;
    font-size: 1.1em;
}

/* Why Choose BK8 */
.page-promotions-bk8-welcome-bonus .why-choose-bk8-section {
    padding: 80px 0;
    background-color: #1A1A2E;
}

.page-promotions-bk8-welcome-bonus .reason-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-bk8-welcome-bonus .card-item {
    background-color: #21213f;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-bk8-welcome-bonus .card-item:hover {
    transform: translateY(-5px);
    background-color: #2a2a4d;
}

.page-promotions-bk8-welcome-bonus .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(2000%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-promotions-bk8-welcome-bonus .card-item h3 {
    color: #E9B000;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-promotions-bk8-welcome-bonus .card-item p {
    color: #d1d1e5;
    font-size: 1em;
}

/* Responsible Gambling */
.page-promotions-bk8-welcome-bonus .responsible-gambling-section {
    padding: 80px 0;
    background-color: #16162a;
}

.page-promotions-bk8-welcome-bonus .responsibility-list {
    list-style: disc;
    padding-left: 40px;
    max-width: 800px;
    margin: 50px auto 0;
    color: #d1d1e5;
    font-size: 1.05em;
}

.page-promotions-bk8-welcome-bonus .responsibility-list li {
    margin-bottom: 10px;
}

/* FAQ Section */
.page-promotions-bk8-welcome-bonus .faq-section {
    padding: 80px 0;
    background-color: #1A1A2E;
}

.page-promotions-bk8-welcome-bonus .faq-items {
    max-width: 900px;
    margin: 50px auto 0;
}

.page-promotions-bk8-welcome-bonus .faq-item {
    background-color: #21213f;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-bk8-welcome-bonus .faq-item h3 {
    color: #E9B000;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-bk8-welcome-bonus .faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-bk8-welcome-bonus .faq-item.active h3::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-bk8-welcome-bonus .faq-item p {
    color: #d1d1e5;
    font-size: 1em;
    display: none;
    margin-top: 15px;
    border-top: 1px solid rgba(233, 176, 0, 0.2);
    padding-top: 15px;
}

.page-promotions-bk8-welcome-bonus .faq-item.active p {
    display: block;
}

/* Final CTA */
.page-promotions-bk8-welcome-bonus .final-cta-section {
    padding: 80px 0 100px;
    background: linear-gradient(45deg, #1A1A2E 0%, #3a3a5f 100%);
    text-align: center;
}

.page-promotions-bk8-welcome-bonus .final-cta-section .section-title {
    padding-top: 0;
    margin-bottom: 20px;
}

.page-promotions-bk8-welcome-bonus .final-cta-section .section-intro {
    margin-bottom: 40px;
}

.page-promotions-bk8-welcome-bonus .final-note {
    margin-top: 30px;
    font-size: 0.9em;
    color: #b0b0c0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-bk8-welcome-bonus .hero-title {
        font-size: 2.8em;
    }

    .page-promotions-bk8-welcome-bonus .section-title {
        font-size: 2.2em;
    }

    .page-promotions-bk8-welcome-bonus .step-item {
        flex: 1 1 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .page-promotions-bk8-welcome-bonus .hero-section {
        padding: 60px 0;
    }

    .page-promotions-bk8-welcome-bonus .hero-title {
        font-size: 2.2em;
    }

    .page-promotions-bk8-welcome-bonus .hero-description {
        font-size: 1em;
    }

    .page-promotions-bk8-welcome-bonus .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 40px;
    }

    .page-promotions-bk8-welcome-bonus .section-intro {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-promotions-bk8-welcome-bonus .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-bk8-welcome-bonus .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-promotions-bk8-welcome-bonus .package-features, 
    .page-promotions-bk8-welcome-bonus .reason-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-promotions-bk8-welcome-bonus .feature-item, 
    .page-promotions-bk8-welcome-bonus .card-item {
        padding: 25px;
    }

    .page-promotions-bk8-welcome-bonus .feature-icon, 
    .page-promotions-bk8-welcome-bonus .card-icon {
        width: 60px;
        height: 60px;
    }

    .page-promotions-bk8-welcome-bonus .step-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        max-width: 100%;
    }

    .page-promotions-bk8-welcome-bonus .step-icon {
        margin-bottom: 15px;
    }

    .page-promotions-bk8-welcome-bonus .terms-list, 
    .page-promotions-bk8-welcome-bonus .responsibility-list, 
    .page-promotions-bk8-welcome-bonus .faq-items {
        margin-top: 30px;
    }

    .page-promotions-bk8-welcome-bonus .terms-list li, 
    .page-promotions-bk8-welcome-bonus .faq-item {
        padding: 15px;
    }

    .page-promotions-bk8-welcome-bonus .faq-item h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-bk8-welcome-bonus .hero-title {
        font-size: 1.8em;
    }

    .page-promotions-bk8-welcome-bonus .section-title {
        font-size: 1.5em;
    }

    .page-promotions-bk8-welcome-bonus .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}