/* style/promotions-daily-cashback.css */
.page-promotions-daily-cashback {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Lighter text for dark background */
    background-color: #0A1931;
}

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

.page-promotions-daily-cashback__hero {
    background: linear-gradient(135deg, #0A1931, #2a3a5b); /* Darker blue gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-promotions-daily-cashback__hero-subtitle {
    font-size: 1.5em;
    color: #dcdcdc;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-daily-cashback__section {
    padding: 60px 0;
    background-color: #1a2b4a; /* Slightly lighter dark blue for sections */
    margin-bottom: 20px;
}

.page-promotions-daily-cashback__section:nth-of-type(even) {
    background-color: #0A1931;
}

.page-promotions-daily-cashback__section-title {
    font-size: 2.8em;
    color: #FFC107;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

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

.page-promotions-daily-cashback__sub-title {
    font-size: 1.8em;
    color: #FFC107;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-promotions-daily-cashback__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-promotions-daily-cashback__text-content {
    flex: 1;
    font-size: 1.1em;
    line-height: 1.8;
    color: #dcdcdc;
}

.page-promotions-daily-cashback__text-content p {
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__text-content strong {
    color: #FFC107;
}

.page-promotions-daily-cashback__image-box {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

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

.page-promotions-daily-cashback__button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #FFC107; /* Accent color for buttons */
    color: #0A1931; /* Dark text for accent button */
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.page-promotions-daily-cashback__button:hover {
    background-color: #e6b000; /* Slightly darker yellow on hover */
    transform: translateY(-3px);
}

.page-promotions-daily-cashback__button--primary {
    background-color: #FFC107;
    color: #0A1931;
    font-size: 1.2em;
    padding: 18px 35px;
}

.page-promotions-daily-cashback__button--secondary {
    background-color: #0A1931;
    color: #FFC107;
    border: 2px solid #FFC107;
}

.page-promotions-daily-cashback__button--secondary:hover {
    background-color: #FFC107;
    color: #0A1931;
}

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

.page-promotions-daily-cashback__benefit-card {
    background-color: #0A1931;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2a3a5b;
}

.page-promotions-daily-cashback__benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-cashback__benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFC107);
}

.page-promotions-daily-cashback__card-title {
    font-size: 1.5em;
    color: #FFC107;
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__benefit-card p {
    color: #dcdcdc;
    line-height: 1.7;
}

.page-promotions-daily-cashback__cta-box {
    text-align: center;
    background-color: #2a3a5b;
    padding: 40px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-cashback__cta-box p {
    font-size: 1.4em;
    color: #f5e6ce;
    margin-bottom: 25px;
    line-height: 1.5;
}

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

.page-promotions-daily-cashback__list li {
    background-color: #0A1931;
    border-left: 5px solid #FFC107;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.1em;
    color: #dcdcdc;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-cashback__list li strong {
    color: #FFC107;
}

.page-promotions-daily-cashback__faq-item {
    background-color: #0A1931;
    border: 1px solid #2a3a5b;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-cashback__faq-question {
    font-size: 1.4em;
    color: #FFC107;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-daily-cashback__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFC107;
    transition: transform 0.3s ease;
}

.page-promotions-daily-cashback__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-daily-cashback__faq-answer {
    font-size: 1.1em;
    color: #dcdcdc;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-promotions-daily-cashback__faq-answer.open {
    max-height: 500px; /* Adjust based on expected content length */
    padding-top: 15px;
}

.page-promotions-daily-cashback__conclusion p {
    font-size: 1.15em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #dcdcdc;
    text-align: center;
}

.page-promotions-daily-cashback__conclusion .page-promotions-daily-cashback__button {
    margin: 15px 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-daily-cashback__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-daily-cashback__hero-subtitle {
        font-size: 1.3em;
    }
    .page-promotions-daily-cashback__section-title {
        font-size: 2.2em;
    }
    .page-promotions-daily-cashback__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions-daily-cashback__content-wrapper--reverse {
        flex-direction: column;
    }
    .page-promotions-daily-cashback__image-box {
        order: -1; /* Image above text on mobile for reverse layout */
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-cashback__hero {
        padding: 80px 0;
    }
    .page-promotions-daily-cashback__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-daily-cashback__hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-daily-cashback__section {
        padding: 40px 0;
    }
    .page-promotions-daily-cashback__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-daily-cashback__sub-title {
        font-size: 1.5em;
    }
    .page-promotions-daily-cashback__grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-daily-cashback__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-daily-cashback__button--primary {
        font-size: 1.1em;
        padding: 15px 30px;
    }
    .page-promotions-daily-cashback__cta-box p {
        font-size: 1.2em;
    }
    .page-promotions-daily-cashback__faq-question {
        font-size: 1.2em;
    }
    .page-promotions-daily-cashback__faq-answer {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-cashback__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-daily-cashback__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-daily-cashback__section-title {
        font-size: 1.6em;
    }
    .page-promotions-daily-cashback__button {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .page-promotions-daily-cashback__button:last-child {
        margin-bottom: 0;
    }
    .page-promotions-daily-cashback__text-content {
        font-size: 1em;
    }
    .page-promotions-daily-cashback__list li {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-promotions-daily-cashback__faq-item {
        padding: 20px 15px;
    }
    .page-promotions-daily-cashback__faq-question {
        font-size: 1.1em;
    }
}