/* style/promotions-new-user-welcome-bonus.css */
.page-promotions-new-user-welcome-bonus {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #f0f0f0; /* Default text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css */
}

/* Hero Section */
.page-promotions-new-user-welcome-bonus__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background-color: #1a1a1a; /* Dark background for hero */
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-promotions-new-user-welcome-bonus__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-right: 20px;
    text-align: left;
}

.page-promotions-new-user-welcome-bonus__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #26A9E0; /* Brand color for title */
    line-height: 1.2;
}

.page-promotions-new-user-welcome-bonus__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-promotions-new-user-welcome-bonus__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-promotions-new-user-welcome-bonus__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Subtle background image */
}

/* Common Container */
.page-promotions-new-user-welcome-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Titles */
.page-promotions-new-user-welcome-bonus__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

/* Paragraphs */
.page-promotions-new-user-welcome-bonus__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0; /* Default text color for dark body background */
}

.page-promotions-new-user-welcome-bonus__paragraph a {
    color: #26A9E0;
    text-decoration: underline;
}

/* Buttons */
.page-promotions-new-user-welcome-bonus__btn-primary,
.page-promotions-new-user-welcome-bonus__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-promotions-new-user-welcome-bonus__btn-primary {
    background-color: #26A9E0; /* Brand primary color */
    color: #ffffff;
    border: 2px solid #26A9E0;
    margin-right: 15px;
}

.page-promotions-new-user-welcome-bonus__btn-primary:hover {
    background-color: #1e87b7;
    border-color: #1e87b7;
}

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

.page-promotions-new-user-welcome-bonus__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-promotions-new-user-welcome-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* General Section Styling */
.page-promotions-new-user-welcome-bonus__introduction-section,
.page-promotions-new-user-welcome-bonus__details-section,
.page-promotions-new-user-welcome-bonus__steps-section,
.page-promotions-new-user-welcome-bonus__terms-section,
.page-promotions-new-user-welcome-bonus__why-choose-us-section,
.page-promotions-new-user-welcome-bonus__faq-section,
.page-promotions-new-user-welcome-bonus__cta-section {
    padding: 60px 0;
}

/* Dark background sections */
.page-promotions-new-user-welcome-bonus__dark-bg {
    background-color: #1a1a1a; /* Slightly darker than body for contrast */
    color: #ffffff;
}

/* Light background for cards/content on dark sections */
.page-promotions-new-user-welcome-bonus__light-bg {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark background */
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Details Section */
.page-promotions-new-user-welcome-bonus__details-grid,
.page-promotions-new-user-welcome-bonus__steps-grid,
.page-promotions-new-user-welcome-bonus__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-new-user-welcome-bonus__card-title {
    font-size: 1.6em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-promotions-new-user-welcome-bonus__image-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-promotions-new-user-welcome-bonus__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Steps Section */
.page-promotions-new-user-welcome-bonus__step-card {
    text-align: center;
}

.page-promotions-new-user-welcome-bonus__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #26A9E0;
    color: #ffffff;
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Terms Section */
.page-promotions-new-user-welcome-bonus__terms-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
}

.page-promotions-new-user-welcome-bonus__terms-list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.page-promotions-new-user-welcome-bonus__list-item {
    margin-bottom: 15px;
    color: #f0f0f0;
}

.page-promotions-new-user-welcome-bonus__list-item strong {
    color: #26A9E0;
}

/* Video Section */
.page-promotions-new-user-welcome-bonus__video-section {
    background-color: #121212; /* Body background color */
    padding: 60px 0;
}

.page-promotions-new-user-welcome-bonus__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    cursor: pointer; /* Indicate it's clickable */
}

.page-promotions-new-user-welcome-bonus__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; /* Ensures no extra space below video */
}

.page-promotions-new-user-welcome-bonus__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5em;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.page-promotions-new-user-welcome-bonus__video-wrapper:hover .page-promotions-new-user-welcome-bonus__video-overlay {
    opacity: 1;
}

.page-promotions-new-user-welcome-bonus__video-caption {
    margin-bottom: 20px;
    font-size: 1.2em;
    text-align: center;
}

/* FAQ Section */
.page-promotions-new-user-welcome-bonus__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-promotions-new-user-welcome-bonus__faq-item {
    background-color: rgba(255, 255, 255, 0.1); /* Light-bg for FAQ items */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-new-user-welcome-bonus__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #26A9E0; /* Brand color for question background */
    color: #ffffff;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

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

.page-promotions-new-user-welcome-bonus__faq-title {
    font-size: 1.2em;
    margin: 0;
    color: #ffffff;
}

.page-promotions-new-user-welcome-bonus__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #ffffff;
}