/* style/promotions-daily-rebate.css */
.page-promotions-daily-rebate {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Default text color for dark background */
    background-color: #0d123d; /* Darker background to complement main color */
}

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

.page-promotions-daily-rebate__hero-section {
    background: linear-gradient(135deg, #1A237E 0%, #0d123d 100%);
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #FFD700; /* Yellow for hero text */
}

.page-promotions-daily-rebate__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFD700;
}

.page-promotions-daily-rebate__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: #e0e0e0;
}

.page-promotions-daily-rebate__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A237E;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
}

.page-promotions-daily-rebate__cta-button:hover {
    background-color: #e5c100;
    transform: translateY(-2px);
}

.page-promotions-daily-rebate__hero-image-wrapper {
    margin-top: 40px;
}

.page-promotions-daily-rebate__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-rebate__content-section,
.page-promotions-daily-rebate__benefits-section,
.page-promotions-daily-rebate__guide-section,
.page-promotions-daily-rebate__terms-section,
.page-promotions-daily-rebate__faq-section,
.page-promotions-daily-rebate__cta-section,
.page-promotions-daily-rebate__conclusion-section {
    padding: 60px 0;
    background-color: #1A237E;
    color: #f0f0f0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-daily-rebate__content-section:nth-child(even) {
    background-color: #0d123d;
}

.page-promotions-daily-rebate__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: #FFD700;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-daily-rebate__text-block {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
    color: #e0e0e0;
}

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

.page-promotions-daily-rebate__feature-item {
    background-color: #2a358c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-rebate__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-rebate__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-daily-rebate__feature-description {
    font-size: 1em;
    line-height: 1.6;
    color: #c0c0c0;
}

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

.page-promotions-daily-rebate__benefit-item {
    background-color: #2a358c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-rebate__benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-rebate__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

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

.page-promotions-daily-rebate__benefit-description {
    font-size: 1em;
    line-height: 1.6;
    color: #c0c0c0;
}

.page-promotions-daily-rebate__benefits-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-promotions-daily-rebate__step-item {
    background-color: #2a358c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.page-promotions-daily-rebate__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 15px;
    background-color: #1A237E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #FFD700;
}

.page-promotions-daily-rebate__step-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate__step-description {
    font-size: 1em;
    line-height: 1.6;
    color: #c0c0c0;
}

.page-promotions-daily-rebate__step-description a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-daily-rebate__step-description a:hover {
    text-decoration: underline;
}

.page-promotions-daily-rebate__guide-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-rebate__terms-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-daily-rebate__terms-list li {
    background-color: #2a358c;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #c0c0c0;
}

.page-promotions-daily-rebate__terms-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate__terms-list p {
    font-size: 1em;
    line-height: 1.6;
    color: #c0c0c0;
}

.page-promotions-daily-rebate__faq-list {
    margin-top: 40px;
}

.page-promotions-daily-rebate__faq-item {
    background-color: #2a358c;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-promotions-daily-rebate__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A237E;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
    transition: background-color 0.3s ease;
}

.page-promotions-daily-rebate__faq-question:hover {
    background-color: #2a358c;
}

.page-promotions-daily-rebate__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-daily-rebate__faq-item.active .page-promotions-daily-rebate__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-daily-rebate__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    color: #c0c0c0;
}

.page-promotions-daily-rebate__faq-answer p {
    padding-bottom: 20px;
    line-height: 1.6;
    color: #c0c0c0;
}

.page-promotions-daily-rebate__faq-item.active .page-promotions-daily-rebate__faq-answer {
    max-height: 200px; /* Adjust based on expected content height */
}

.page-promotions-daily-rebate__cta-buttons {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-promotions-daily-rebate__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
    box-shadow: none;
}

.page-promotions-daily-rebate__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #1A237E;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.page-promotions-daily-rebate__cta-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.highlight-text {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-daily-rebate__hero-title {
        font-size: 2.8em;
    }

    .page-promotions-daily-rebate__section-title {
        font-size: 2em;
    }

    .page-promotions-daily-rebate__feature-item,
    .page-promotions-daily-rebate__benefit-item,
    .page-promotions-daily-rebate__step-item {
        padding: 25px;
    }

    .page-promotions-daily-rebate__feature-title,
    .page-promotions-daily-rebate__benefit-title,
    .page-promotions-daily-rebate__step-title,
    .page-promotions-daily-rebate__terms-title,
    .page-promotions-daily-rebate__faq-question {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-rebate__hero-section {
        padding: 60px 0 30px;
    }

    .page-promotions-daily-rebate__hero-title {
        font-size: 2.2em;
    }

    .page-promotions-daily-rebate__hero-description {
        font-size: 1em;
    }

    .page-promotions-daily-rebate__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-daily-rebate__content-section,
    .page-promotions-daily-rebate__benefits-section,
    .page-promotions-daily-rebate__guide-section,
    .page-promotions-daily-rebate__terms-section,
    .page-promotions-daily-rebate__faq-section,
    .page-promotions-daily-rebate__cta-section,
    .page-promotions-daily-rebate__conclusion-section {
        padding: 40px 0;
    }

    .page-promotions-daily-rebate__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-promotions-daily-rebate__text-block {
        font-size: 0.95em;
    }

    .page-promotions-daily-rebate__feature-grid,
    .page-promotions-daily-rebate__benefits-grid,
    .page-promotions-daily-rebate__steps-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-rebate__feature-item,
    .page-promotions-daily-rebate__benefit-item,
    .page-promotions-daily-rebate__step-item {
        padding: 20px;
    }

    .page-promotions-daily-rebate__benefit-icon {
        width: 50px;
        height: 50px;
    }

    .page-promotions-daily-rebate__step-number {
        width: 60px;
        height: 60px;
        font-size: 2em;
    }

    .page-promotions-daily-rebate__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-promotions-daily-rebate__faq-answer p {
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-rebate__hero-title {
        font-size: 1.8em;
    }

    .page-promotions-daily-rebate__section-title {
        font-size: 1.5em;
    }

    .page-promotions-daily-rebate__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}