/* style/promotions-welcome-bonus.css */

/* Base styles for the page content */
.page-promotions-welcome-bonus {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #1a1a1a; /* Matches body background */
}

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

.page-promotions-welcome-bonus__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-promotions-welcome-bonus__subsection-title {
    font-size: 1.8em;
    color: #26A9E0;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.page-promotions-welcome-bonus__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #f0f0f0;
}

.page-promotions-welcome-bonus__image-content {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.page-promotions-welcome-bonus__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    text-align: center;
    padding: 120px 20px 60px; /* Adjust padding-top for header offset */
    overflow: hidden;
    background: linear-gradient(135deg, #26A9E0, #1a1a1a);
    color: #ffffff;
}

.page-promotions-welcome-bonus__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-welcome-bonus__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.page-promotions-welcome-bonus__hero-description {
    font-size: 1.4em;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #f0f0f0;
}

.page-promotions-welcome-bonus__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-promotions-welcome-bonus__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    filter: brightness(0.7);
}

.page-promotions-welcome-bonus__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(50%); /* For visual effect, not color change */
}

/* Buttons */
.page-promotions-welcome-bonus__btn-primary,
.page-promotions-welcome-bonus__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.page-promotions-welcome-bonus__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-promotions-welcome-bonus__btn-primary:hover {
    background-color: #1a8ac7;
    border-color: #1a8ac7;
    transform: translateY(-2px);
}

.page-promotions-welcome-bonus__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-promotions-welcome-bonus__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
    transform: translateY(-2px);
}

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

/* Intro Section */
.page-promotions-welcome-bonus__intro-section {
    background-color: #1a1a1a;
    padding: 60px 0;
}

/* Details Section */
.page-promotions-welcome-bonus__details-section {
    padding: 80px 0;
    background-color: #202020;
    color: #ffffff;
}

.page-promotions-welcome-bonus__cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-promotions-welcome-bonus__card {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 280px;
}

.page-promotions-welcome-bonus__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-welcome-bonus__card p {
    font-size: 1em;
    color: #f0f0f0;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-promotions-welcome-bonus__card .page-promotions-welcome-bonus__btn-primary {
    width: auto;
    padding: 12px 25px;
    font-size: 0.95em;
}

.page-promotions-welcome-bonus__list-conditions {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 25px;
}

.page-promotions-welcome-bonus__list-conditions li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #f0f0f0;
}

.page-promotions-welcome-bonus__list-conditions li::before {
    content: '✓';
    color: #26A9E0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.page-promotions-welcome-bonus__step-card {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-top: 80px;
}

.page-promotions-welcome-bonus__step-number {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #26A9E0;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
}

.page-promotions-welcome-bonus__step-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-welcome-bonus__step-card p {
    color: #f0f0f0;
}

.page-promotions-welcome-bonus__cta-center {
    text-align: center;
    margin-top: 50px;
}

/* Why Choose Section */
.page-promotions-welcome-bonus__why-choose-section {
    background-color: #202020;
    padding: 80px 0;
}

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

.page-promotions-welcome-bonus__feature-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus__feature-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-welcome-bonus__feature-item p {
    color: #f0f0f0;
}

/* FAQ Section */
.page-promotions-welcome-bonus__faq-section {
    background-color: #1a1a1a;
    padding: 80px 0;
}

.page-promotions-welcome-bonus__faq-list {
    margin-top: 40px;
}

.page-promotions-welcome-bonus__faq-item {
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus__faq-item summary {
    list-style: none;
}

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

.page-promotions-welcome-bonus__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #26A9E0;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.page-promotions-welcome-bonus__faq-question:hover {
    background-color: #1a8ac7;
}

.page-promotions-welcome-bonus__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
}

.page-promotions-welcome-bonus__faq-answer {
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #f0f0f0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Final CTA Section */
.page-promotions-welcome-bonus__cta-final-section {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a, #26A9E0);
    color: #ffffff;
}

/* Dark background contrast fix */
.page-promotions-welcome-bonus__dark-bg {
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-promotions-welcome-bonus__hero-title {
        font-size: 3em;
    }
    .page-promotions-welcome-bonus__hero-description {
        font-size: 1.2em;
    }
    .page-promotions-welcome-bonus__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-welcome-bonus__hero-section {
        padding: var(--header-offset, 120px) 15px 40px;
        min-height: 500px;
    }
    .page-promotions-welcome-bonus__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-welcome-bonus__hero-description {
        font-size: 1em;
    }
    .page-promotions-welcome-bonus__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-welcome-bonus__btn-primary,
    .page-promotions-welcome-bonus__btn-secondary,
    .page-promotions-welcome-bonus a[class*="button"],
    .page-promotions-welcome-bonus 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-welcome-bonus__hero-cta-buttons,
    .page-promotions-welcome-bonus__cta-center {
        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-welcome-bonus__container {
        padding: 20px 15px;
    }
    .page-promotions-welcome-bonus__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-welcome-bonus__subsection-title {
        font-size: 1.5em;
        margin-top: 30px;
    }
    .page-promotions-welcome-bonus__text-block {
        font-size: 0.95em;
    }
    .page-promotions-welcome-bonus__image-content {
        margin: 20px auto;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-promotions-welcome-bonus__cards-grid,
    .page-promotions-welcome-bonus__steps-grid,
    .page-promotions-welcome-bonus__features-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-welcome-bonus__card,
    .page-promotions-welcome-bonus__step-card,
    .page-promotions-welcome-bonus__feature-item {
        padding: 25px;
    }
    .page-promotions-welcome-bonus__step-card {
        padding-top: 70px;
    }
    .page-promotions-welcome-bonus__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.6em;
    }
    .page-promotions-welcome-bonus__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-promotions-welcome-bonus__faq-answer {
        padding: 15px 20px;
    }
    .page-promotions-welcome-bonus__faq-item,
    .page-promotions-welcome-bonus__list-conditions,
    .page-promotions-welcome-bonus__card,
    .page-promotions-welcome-bonus__step-card,
    .page-promotions-welcome-bonus__feature-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-promotions-welcome-bonus__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }
    /* Ensure content area images are not tiny */
    .page-promotions-welcome-bonus img {
        min-width: 200px; /* Enforce minimum size for content images */
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .page-promotions-welcome-bonus__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-welcome-bonus__hero-description {
        font-size: 0.9em;
    }
    .page-promotions-welcome-bonus__btn-primary,
    .page-promotions-welcome-bonus__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-promotions-welcome-bonus__section-title {
        font-size: 1.5em;
    }
    .page-promotions-welcome-bonus__list-conditions li {
        font-size: 0.9em;
    }
    .page-promotions-welcome-bonus__faq-question {
        font-size: 0.9em;
    }
    .page-promotions-welcome-bonus__faq-answer {
        font-size: 0.85em;
    }
}

/* Global image rules to ensure minimum size and no filters */
.page-promotions-welcome-bonus img {
    min-width: 200px;
    min-height: 200px;
    filter: none; /* Absolutely no CSS filters to change image color */
}

/* Content area images CSS size lower bound */
.page-promotions-welcome-bonus__hero-image,
.page-promotions-welcome-bonus__image-content {
    width: auto; /* Allow image to scale */
    height: auto; /* Allow image to scale */
}

/* Specific content images within the page-promotions-welcome-bonus scope */
.page-promotions-welcome-bonus .page-promotions-welcome-bonus__image-content {
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
}

/* Ensure all images in cards are large */
.page-promotions-welcome-bonus__card img {
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
    height: auto;
}

/* Color contrast fixes */
.page-promotions-welcome-bonus__dark-bg {
    color: #ffffff;
}

.page-promotions-welcome-bonus__card {
    color: #ffffff;
}

.page-promotions-welcome-bonus__list-conditions li {
    color: #f0f0f0;
}

.page-promotions-welcome-bonus__text-block {
    color: #f0f0f0;
}