/* style/promotions-birthday-bonus.css */
.page-promotions-birthday-bonus {
    font-family: 'Arial', sans-serif;
    color: #f5dcbd; /* Light text for dark background */
    background-color: #0A2342; /* Main dark background */
    line-height: 1.6;
}

.page-promotions-birthday-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-birthday-bonus__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1A3F6D 50%, #FFD700 100%); /* Gradient from main to accent */
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-birthday-bonus__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Accent color for title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-birthday-bonus__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #f5dcbd;
}

.page-promotions-birthday-bonus__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Accent color for button */
    color: #0A2342; /* Dark text on accent button */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.page-promotions-birthday-bonus__hero-button:hover {
    background-color: #e6c200; /* Slightly darker accent on hover */
    transform: translateY(-3px);
}

.page-promotions-birthday-bonus__hero-image {
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 400px;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.page-promotions-birthday-bonus__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-birthday-bonus__section:last-of-type {
    border-bottom: none;
}

.page-promotions-birthday-bonus__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Accent color for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-promotions-birthday-bonus__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions-birthday-bonus__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f5dcbd;
}

.page-promotions-birthday-bonus__button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2342;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.page-promotions-birthday-bonus__button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-promotions-birthday-bonus__button--large {
    font-size: 1.2em;
    padding: 15px 35px;
}

.page-promotions-birthday-bonus__button--cta {
    background-color: #FFD700;
    color: #0A2342;
    font-size: 1.5em;
    padding: 20px 40px;
    border-radius: 8px;
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    text-align: center;
}

.page-promotions-birthday-bonus__button--cta:hover {
    background-color: #e6c200;
    transform: scale(1.03);
}

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

.page-promotions-birthday-bonus__feature-item {
    background-color: #1A3F6D; /* Slightly lighter dark blue for cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.page-promotions-birthday-bonus__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(80%) saturate(2000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint for icons */
}

.page-promotions-birthday-bonus__feature-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-birthday-bonus__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-promotions-birthday-bonus__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #f5dcbd;
}

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

.page-promotions-birthday-bonus__list--benefits li::before {
    content: '★';
}

.page-promotions-birthday-bonus__step-by-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-birthday-bonus__step-item {
    background-color: #1A3F6D;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    flex: 1 1 calc(50% - 30px);
    min-width: 280px;
}

.page-promotions-birthday-bonus__step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #FFD700;
    color: #0A2342;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-promotions-birthday-bonus__step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-birthday-bonus__step-description {
    color: #f5dcbd;
}

.page-promotions-birthday-bonus__faq-item {
    background-color: #1A3F6D;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-birthday-bonus__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-birthday-bonus__faq-answer {
    color: #f5dcbd;
    font-size: 1em;
}

.page-promotions-birthday-bonus__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-birthday-bonus__image--large {
    max-width: 800px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-birthday-bonus__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-birthday-bonus__section-title {
        font-size: 2em;
    }
    .page-promotions-birthday-bonus__step-item {
        flex: 1 1 calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .page-promotions-birthday-bonus__hero-section {
        padding: 80px 0 40px;
    }
    .page-promotions-birthday-bonus__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-birthday-bonus__hero-description {
        font-size: 1em;
    }
    .page-promotions-birthday-bonus__section {
        padding: 40px 0;
    }
    .page-promotions-birthday-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-birthday-bonus__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-birthday-bonus__hero-image {
        display: none;
    }
    .page-promotions-birthday-bonus__button--cta {
        font-size: 1.2em;
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .page-promotions-birthday-bonus__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-birthday-bonus__hero-button {
        font-size: 1em;
        padding: 12px 25px;
    }
    .page-promotions-birthday-bonus__section-title {
        font-size: 1.5em;
    }
    .page-promotions-birthday-bonus__feature-title {
        font-size: 1.4em;
    }
    .page-promotions-birthday-bonus__faq-question {
        font-size: 1.1em;
    }
}