/* style/promotions-welcome-bonus-details.css */
.page-promotions-welcome-bonus-details {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-promotions-welcome-bonus-details__section {
    padding: 60px 0;
}

.page-promotions-welcome-bonus-details__section:nth-of-type(even) {
    background-color: #ffffff;
}

.page-promotions-welcome-bonus-details__section-title {
    font-size: 2.5em;
    color: #1A237E; /* Deep Blue */
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-promotions-welcome-bonus-details__section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Hero Section */
.page-promotions-welcome-bonus-details__hero {
    background: linear-gradient(135deg, #1A237E 0%, #3f51b5 100%); /* Gradient from Deep Blue */
    color: #ffffff;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-welcome-bonus-details__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric_shapes,subtle_texture]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-welcome-bonus-details__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-welcome-bonus-details__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFB300; /* Amber Gold */
}

.page-promotions-welcome-bonus-details__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    font-weight: 300;
    color: #e0e0e0;
}

.page-promotions-welcome-bonus-details__cta-button {
    display: inline-block;
    background-color: #FFB300; /* Amber Gold */
    color: #1A237E; /* Deep Blue */
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-promotions-welcome-bonus-details__cta-button:hover {
    background-color: #ffc107; /* Lighter Amber Gold */
    transform: translateY(-3px);
}

.page-promotions-welcome-bonus-details__hero-image-wrapper {
    display: none; /* Hide on small screens */
}

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

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

.page-promotions-welcome-bonus-details__feature-item:hover {
    transform: translateY(-5px);
}

.page-promotions-welcome-bonus-details__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-promotions-welcome-bonus-details__feature-item h3 {
    font-size: 1.5em;
    color: #1A237E; /* Deep Blue */
    margin-bottom: 15px;
}

.page-promotions-welcome-bonus-details__feature-item p {
    color: #666;
    font-size: 1em;
}

/* How to Claim Section */
.page-promotions-welcome-bonus-details__steps-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.page-promotions-welcome-bonus-details__steps-list li {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.page-promotions-welcome-bonus-details__step-number {
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #FFB300; /* Amber Gold */
    color: #1A237E; /* Deep Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-promotions-welcome-bonus-details__steps-list li h3 {
    font-size: 1.6em;
    color: #1A237E; /* Deep Blue */
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-welcome-bonus-details__steps-list li p {
    color: #555;
    font-size: 1.05em;
}

.page-promotions-welcome-bonus-details__inline-cta {
    color: #1A237E; /* Deep Blue */
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.page-promotions-welcome-bonus-details__inline-cta:hover {
    color: #FFB300; /* Amber Gold */
}

.page-promotions-welcome-bonus-details__content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 20px auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus-details__note {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 20px;
}

/* Terms & Conditions Section */
.page-promotions-welcome-bonus-details__terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-welcome-bonus-details__term-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #FFB300; /* Amber Gold accent */
}

.page-promotions-welcome-bonus-details__term-item h3 {
    font-size: 1.4em;
    color: #1A237E; /* Deep Blue */
    margin-bottom: 15px;
}

.page-promotions-welcome-bonus-details__term-item ul {
    list-style: disc;
    padding-left: 20px;
    color: #555;
}

.page-promotions-welcome-bonus-details__term-item li {
    margin-bottom: 10px;
    font-size: 0.95em;
}

.page-promotions-welcome-bonus-details__read-more {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
}

.page-promotions-welcome-bonus-details__read-more .page-promotions-welcome-bonus-details__link {
    color: #1A237E; /* Deep Blue */
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-welcome-bonus-details__read-more .page-promotions-welcome-bonus-details__link:hover {
    color: #FFB300; /* Amber Gold */
}

/* Why Kubet Section */
.page-promotions-welcome-bonus-details__reasons-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-promotions-welcome-bonus-details__reasons-list li {
    background-color: #e3f2fd; /* Light blue background for list items */
    color: #1A237E; /* Deep Blue text */
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.page-promotions-welcome-bonus-details__reasons-list li strong {
    color: #FFB300; /* Amber Gold for emphasis */
    margin-right: 10px;
}

/* FAQ Section */
.page-promotions-welcome-bonus-details__faq-item {
    background-color: #fefefe;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-promotions-welcome-bonus-details__faq-question {
    font-size: 1.3em;
    color: #1A237E; /* Deep Blue */
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-welcome-bonus-details__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #FFB300; /* Amber Gold */
    transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus-details__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-welcome-bonus-details__faq-answer {
    font-size: 1em;
    color: #666;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 0px;
}

.page-promotions-welcome-bonus-details__faq-answer.open {
    max-height: 200px; /* Adjust as needed */
    padding: 10px 0;
}

/* Final CTA Section */
.page-promotions-welcome-bonus-details__final-cta {
    background-color: #1A237E; /* Deep Blue */
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
}

.page-promotions-welcome-bonus-details__final-cta .page-promotions-welcome-bonus-details__section-title {
    color: #FFB300; /* Amber Gold */
}

.page-promotions-welcome-bonus-details__final-cta .page-promotions-welcome-bonus-details__section-description {
    color: #e0e0e0;
}

.page-promotions-welcome-bonus-details__cta-button--large {
    padding: 18px 45px;
    font-size: 1.4em;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus-details__final-cta-image {
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-promotions-welcome-bonus-details__hero {
        text-align: left;
        flex-direction: row;
        justify-content: space-around;
        padding: 120px 0;
    }

    .page-promotions-welcome-bonus-details__hero-content {
        max-width: 50%;
        padding-left: 50px;
    }

    .page-promotions-welcome-bonus-details__hero-image-wrapper {
        display: block;
        width: 40%;
        text-align: right;
        padding-right: 50px;
    }

    .page-promotions-welcome-bonus-details__hero-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .page-promotions-welcome-bonus-details__steps-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .page-promotions-welcome-bonus-details__hero-title {
        font-size: 4em;
    }

    .page-promotions-welcome-bonus-details__hero-subtitle {
        font-size: 1.6em;
    }

    .page-promotions-welcome-bonus-details__section-title {
        font-size: 3em;
    }

    .page-promotions-welcome-bonus-details__steps-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .page-promotions-welcome-bonus-details__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-welcome-bonus-details__hero-subtitle {
        font-size: 1.1em;
    }

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

    .page-promotions-welcome-bonus-details__section-title {
        font-size: 2em;
    }

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

    .page-promotions-welcome-bonus-details__feature-item h3 {
        font-size: 1.3em;
    }

    .page-promotions-welcome-bonus-details__steps-list li h3 {
        font-size: 1.4em;
    }

    .page-promotions-welcome-bonus-details__faq-question {
        font-size: 1.1em;
    }

    .page-promotions-welcome-bonus-details__cta-button--large {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-promotions-welcome-bonus-details__final-cta-image {
        max-width: 90%;
    }
}