/* style/promotions-cashback-rescue.css */

.page-promotions-cashback-rescue {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Light grey for text on dark background */
    background-color: #1A202C; /* Main dark background */
    line-height: 1.6;
}

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

.page-promotions-cashback-rescue__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
    position: relative;
    overflow: hidden;
}

.page-promotions-cashback-rescue__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,patterns,dark_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-cashback-rescue__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-promotions-cashback-rescue__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e5dfd3;
    position: relative;
    z-index: 1;
}

.page-promotions-cashback-rescue__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
}

.page-promotions-cashback-rescue__btn--primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-promotions-cashback-rescue__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-cashback-rescue__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-promotions-cashback-rescue__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
}

.page-promotions-cashback-rescue__intro-section,
.page-promotions-cashback-rescue__cashback-section,
.page-promotions-cashback-rescue__rescue-section,
.page-promotions-cashback-rescue__why-choose-section,
.page-promotions-cashback-rescue__cta-section,
.page-promotions-cashback-rescue__faq-section {
    padding: 60px 0;
    background-color: #2a3340;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-promotions-cashback-rescue__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-promotions-cashback-rescue__sub-section-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-promotions-cashback-rescue__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e5dfd3;
}

.page-promotions-cashback-rescue__text-content a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-cashback-rescue__text-content a:hover {
    text-decoration: underline;
}

.page-promotions-cashback-rescue__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-cashback-rescue__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-promotions-cashback-rescue__list-item {
    background-color: #3a475a;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #e5dfd3;
    position: relative;
    padding-left: 40px;
}

.page-promotions-cashback-rescue__list-item::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 20px;
}

.page-promotions-cashback-rescue__list-title {
    color: #FFD700;
    font-size: 1.2em;
    margin-bottom: 5px;
    display: block;
}

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

.page-promotions-cashback-rescue__grid-item {
    background-color: #3a475a;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-promotions-cashback-rescue__grid-item:hover {
    transform: translateY(-10px);
}

.page-promotions-cashback-rescue__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

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

.page-promotions-cashback-rescue__item-description {
    color: #e5dfd3;
    font-size: 1em;
}

.page-promotions-cashback-rescue__cta-section {
    text-align: center;
    padding: 80px 0;
    background-color: #1A202C;
    border-radius: 0;
}

.page-promotions-cashback-rescue__cta-section .page-promotions-cashback-rescue__section-title {
    color: #FFD700;
}

.page-promotions-cashback-rescue__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-promotions-cashback-rescue__faq-section {
    background-color: #2a3340;
}

.page-promotions-cashback-rescue__accordion {
    margin-top: 30px;
}

.page-promotions-cashback-rescue__accordion-item {
    border: 1px solid #3a475a;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-cashback-rescue__accordion-header {
    background-color: #3a475a;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-promotions-cashback-rescue__accordion-header:hover {
    background-color: #4a596e;
}

.page-promotions-cashback-rescue__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions-cashback-rescue__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-cashback-rescue__accordion-content {
    padding: 0 25px;
    background-color: #1A202C;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #e5dfd3;
}

.page-promotions-cashback-rescue__accordion-content p {
    padding: 15px 0;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-promotions-cashback-rescue__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-cashback-rescue__hero-subtitle {
        font-size: 1.2em;
    }

    .page-promotions-cashback-rescue__section-title {
        font-size: 2em;
    }

    .page-promotions-cashback-rescue__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-cashback-rescue__btn--secondary {
        margin-left: 10px;
    }

    .page-promotions-cashback-rescue__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-cashback-rescue__btn--secondary {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-promotions-cashback-rescue__hero-title {
        font-size: 2em;
    }

    .page-promotions-cashback-rescue__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-cashback-rescue__section-title {
        font-size: 1.8em;
    }

    .page-promotions-cashback-rescue__grid {
        grid-template-columns: 1fr;
    }
}