/* style/promotions-daily-deposit-rebate.css */

/* General page styling */
.page-promotions-daily-deposit-rebate {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #f4f4f4; /* From shared.css */
}

.page-promotions-daily-deposit-rebate__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-daily-deposit-rebate__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-daily-deposit-rebate__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #0A2463; /* Primary color for titles */
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-daily-deposit-rebate__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Secondary color for accent */
    border-radius: 2px;
}

.page-promotions-daily-deposit-rebate__section-title--light {
    color: #ffffff;
}

.page-promotions-daily-deposit-rebate__section-title--light::after {
    background-color: #ffffff;
}

.page-promotions-daily-deposit-rebate__text-block {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-promotions-daily-deposit-rebate__text-block--light {
    color: #f0f0f0;
    text-align: left;
}

.page-promotions-daily-deposit-rebate__image-wrapper {
    margin: 40px auto;
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-deposit-rebate__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Hero Section */
.page-promotions-daily-deposit-rebate__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    background-color: #0A2463; /* Dark background for hero */
    color: #ffffff;
}

.page-promotions-daily-deposit-rebate__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-promotions-daily-deposit-rebate__hero-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-deposit-rebate__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.page-promotions-daily-deposit-rebate__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
}

.page-promotions-daily-deposit-rebate__hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-deposit-rebate__hero-description {
    font-size: 22px;
    margin-bottom: 30px;
    color: #f0f0f0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-daily-deposit-rebate__cta-button {
    display: inline-block;
    padding: 18px 45px;
    background: #FFD700; /* Secondary color for CTA button */
    color: #0A2463; /* Primary color for text on secondary background */
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-promotions-daily-deposit-rebate__cta-button:hover {
    background: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-deposit-rebate__btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background: #0A2463; /* Primary color for buttons */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-promotions-daily-deposit-rebate__btn-primary:hover {
    background: #071a47; /* Darker primary on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-deposit-rebate__btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    background: #ffffff;
    color: #0A2463; /* Primary color for text on light background */
    border: 2px solid #0A2463; /* Border with primary color */
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-promotions-daily-deposit-rebate__btn-secondary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Introduction Section */
.page-promotions-daily-deposit-rebate__introduction {
    background-color: #ffffff;
}

/* How to Participate Section */
.page-promotions-daily-deposit-rebate__how-to-participate {
    background-color: #f9f9f9;
}

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

.page-promotions-daily-deposit-rebate__step-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
    border-top: 5px solid #FFD700; /* Secondary color accent */
}

.page-promotions-daily-deposit-rebate__step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-daily-deposit-rebate__step-title {
    font-size: 24px;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-promotions-daily-deposit-rebate__step-card p {
    font-size: 16px;
    color: #555555;
}

.page-promotions-daily-deposit-rebate__step-card a {
    color: #0A2463; /* Primary color for links */
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-daily-deposit-rebate__step-card a:hover {
    color: #FFD700; /* Secondary color on hover */
}

/* Terms and Conditions Section */
.page-promotions-daily-deposit-rebate__terms-conditions {
    background-color: #0A2463; /* Dark background */
    color: #ffffff;
    padding-bottom: 80px;
}

.page-promotions-daily-deposit-rebate__dark-bg {
    background-color: #0A2463;
    color: #ffffff;
}

.page-promotions-daily-deposit-rebate__terms-list {
    list-style: disc;
    text-align: left;
    max-width: 900px;
    margin: 30px auto;
    padding-left: 25px;
}

.page-promotions-daily-deposit-rebate__list-item {
    font-size: 17px;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.page-promotions-daily-deposit-rebate__list-item--light {
    color: #f0f0f0;
}

.page-promotions-daily-deposit-rebate__link {
    color: #FFD700; /* Secondary color for links on dark background */
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-daily-deposit-rebate__link:hover {
    color: #e6c200;
}

/* Benefits Section */
.page-promotions-daily-deposit-rebate__benefits {
    background-color: #ffffff;
}

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

.page-promotions-daily-deposit-rebate__benefit-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0 0.3s ease;
    border-bottom: 5px solid #0A2463; /* Primary color accent */
}

.page-promotions-daily-deposit-rebate__benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-deposit-rebate__benefit-card img {
    width: 200px; /* Adjust size based on design */
    height: 200px; /* Adjust size based on design */
    object-fit: contain;
    margin-bottom: 20px;
}

.page-promotions-daily-deposit-rebate__benefit-title {
    font-size: 22px;
    color: #0A2463;
    margin-bottom: 10px;
}

/* FAQ Section */
.page-promotions-daily-deposit-rebate__faq {
    background-color: #f9f9f9;
    padding-bottom: 80px;
}

.page-promotions-daily-deposit-rebate__faq-list {
    max-width: 900px;
    margin: 40px auto;
}

.page-promotions-daily-deposit-rebate__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.page-promotions-daily-deposit-rebate__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 15px;
    opacity: 0;
}

.page-promotions-daily-deposit-rebate__faq-item.active .page-promotions-daily-deposit-rebate__faq-answer {
    max-height: 2000px !important; /* Ensure it expands fully */
    padding: 20px 15px !important;
    opacity: 1;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    text-align: left;
    color: #333333;
    font-size: 16px;
}

.page-promotions-daily-deposit-rebate__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-promotions-daily-deposit-rebate__faq-question:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.page-promotions-daily-deposit-rebate__faq-question:active {
    background: #eeeeee;
}

.page-promotions-daily-deposit-rebate__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none; /* Prevent h3 from blocking click event */
    color: #0A2463; /* Primary color for FAQ questions */
}

.page-promotions-daily-deposit-rebate__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none; /* Prevent icon from blocking click event */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-promotions-daily-deposit-rebate__faq-item.active .page-promotions-daily-deposit-rebate__faq-toggle {
    color: #0A2463;
    transform: rotate(45deg); /* Rotate for 'x' effect */
}

.page-promotions-daily-deposit-rebate__cta-contact {
    margin-top: 50px;
    text-align: center;
}

.page-promotions-daily-deposit-rebate__cta-contact p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
}

/* Final CTA Section */
.page-promotions-daily-deposit-rebate__final-cta {
    background-color: #0A2463; /* Primary color background */
    color: #ffffff;
    padding: 80px 0;
}

.page-promotions-daily-deposit-rebate__final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.page-promotions-daily-deposit-rebate__final-cta-content .page-promotions-daily-deposit-rebate__section-title {
    color: #FFD700; /* Secondary color for title on dark background */
}

.page-promotions-daily-deposit-rebate__final-cta-content .page-promotions-daily-deposit-rebate__text-block {
    color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-daily-deposit-rebate__hero-content h1 {
        font-size: 40px;
    }
    .page-promotions-daily-deposit-rebate__hero-description {
        font-size: 20px;
    }
    .page-promotions-daily-deposit-rebate__section-title {
        font-size: 32px;
    }
    .page-promotions-daily-deposit-rebate__text-block {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-deposit-rebate__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-promotions-daily-deposit-rebate__hero-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .page-promotions-daily-deposit-rebate__hero-description {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-promotions-daily-deposit-rebate__cta-button {
        padding: 15px 30px;
        font-size: 18px;
        width: 100% !important; /* Buttons max-width 100% on mobile */
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-top: 15px;
    }

    .page-promotions-daily-deposit-rebate__section {
        padding: 40px 0;
    }
    .page-promotions-daily-deposit-rebate__section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .page-promotions-daily-deposit-rebate__text-block {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: left;
    }

    .page-promotions-daily-deposit-rebate__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Images responsiveness */
    .page-promotions-daily-deposit-rebate img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-promotions-daily-deposit-rebate__image-wrapper {
        margin: 30px auto;
        border-radius: 8px;
    }

    .page-promotions-daily-deposit-rebate__steps-grid,
    .page-promotions-daily-deposit-rebate__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-promotions-daily-deposit-rebate__step-card,
    .page-promotions-daily-deposit-rebate__benefit-card {
        padding: 20px;
        border-radius: 8px;
    }

    .page-promotions-daily-deposit-rebate__step-title {
        font-size: 20px;
    }

    .page-promotions-daily-deposit-rebate__list-item {
        font-size: 15px;
    }

    .page-promotions-daily-deposit-rebate__faq-question {
        padding: 15px;
        flex-wrap: wrap;
    }
    
    .page-promotions-daily-deposit-rebate__faq-question h3 {
        font-size: 16px;
        width: calc(100% - 40px);
    }
    
    .page-promotions-daily-deposit-rebate__faq-toggle {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        font-size: 20px;
    }
    
    .page-promotions-daily-deposit-rebate__faq-answer {
        padding: 0 15px;
    }
    
    .page-promotions-daily-deposit-rebate__faq-item.active .page-promotions-daily-deposit-rebate__faq-answer {
        padding: 15px !important;
    }

    .page-promotions-daily-deposit-rebate__btn-primary,
    .page-promotions-daily-deposit-rebate__btn-secondary {
        padding: 12px 25px;
        font-size: 16px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-promotions-daily-deposit-rebate__cta-buttons,
    .page-promotions-daily-deposit-rebate__button-group,
    .page-promotions-daily-deposit-rebate__btn-container {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      flex-wrap: wrap !important;
      gap: 10px;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-deposit-rebate__hero-content h1 {
        font-size: 28px;
    }
    .page-promotions-daily-deposit-rebate__hero-description {
        font-size: 16px;
    }
    .page-promotions-daily-deposit-rebate__section-title {
        font-size: 24px;
    }
    .page-promotions-daily-deposit-rebate__text-block {
        font-size: 15px;
    }
    .page-promotions-daily-deposit-rebate__faq-question h3 {
        font-size: 15px;
    }
}