/* style/promotions-cashback-offers.css */
.page-promotions-cashback-offers {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-promotions-cashback-offers__hero {
    background: linear-gradient(135deg, #0A2239, #1a4a75);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-cashback-offers__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-cashback-offers__hero > .page-promotions-cashback-offers__container {
    position: relative;
    z-index: 1;
}

.page-promotions-cashback-offers__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-promotions-cashback-offers__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

.page-promotions-cashback-offers__hero-description a {
    color: #FFD700;
    text-decoration: underline;
}

.page-promotions-cashback-offers__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2239;
    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;
    border: none;
    cursor: pointer;
}

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

.page-promotions-cashback-offers__section {
    padding: 60px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.page-promotions-cashback-offers__section--dark {
    background-color: #f0f4f8;
}

.page-promotions-cashback-offers__section-title {
    font-size: 2.5em;
    color: #0A2239;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-promotions-cashback-offers__section-subtitle {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-cashback-offers__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

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

.page-promotions-cashback-offers__content-grid--reverse .page-promotions-cashback-offers__image-wrapper {
    order: 2;
}

.page-promotions-cashback-offers__content-grid--reverse .page-promotions-cashback-offers__text-content {
    order: 1;
}

.page-promotions-cashback-offers__text-content p {
    margin-bottom: 15px;
    color: #444;
}

.page-promotions-cashback-offers__text-content a {
    color: #0A2239;
    font-weight: bold;
    text-decoration: none;
}

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

.page-promotions-cashback-offers__image-wrapper {
    text-align: center;
}

.page-promotions-cashback-offers__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-cashback-offers__blockquote {
    background-color: #FFD700;
    color: #0A2239;
    padding: 20px;
    border-left: 5px solid #0A2239;
    margin: 20px 0;
    font-style: italic;
    font-size: 1.1em;
    border-radius: 5px;
}

.page-promotions-cashback-offers__sub-title {
    font-size: 1.8em;
    color: #0A2239;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

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

.page-promotions-cashback-offers__card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-cashback-offers__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-cashback-offers__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-promotions-cashback-offers__card-title {
    font-size: 1.5em;
    color: #0A2239;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions-cashback-offers__card-description {
    color: #555;
    font-size: 0.95em;
}

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

.page-promotions-cashback-offers__list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 45px;
    color: #444;
}

.page-promotions-cashback-offers__list li::before {
    content: '✓';
    color: #FFD700;
    font-size: 1.5em;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.page-promotions-cashback-offers__list li strong {
    color: #0A2239;
}

.page-promotions-cashback-offers__list li a {
    color: #0A2239;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-cashback-offers__list li a:hover {
    text-decoration: underline;
}

.page-promotions-cashback-offers__text-center {
    text-align: center;
    margin-top: 30px;
    color: #555;
}

.page-promotions-cashback-offers__text-center a {
    color: #0A2239;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-cashback-offers__text-center a:hover {
    text-decoration: underline;
}

.page-promotions-cashback-offers__text-center--margin {
    margin-bottom: 40px;
}

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

.page-promotions-cashback-offers__step-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    text-align: center;
    border-top: 5px solid #0A2239;
}

.page-promotions-cashback-offers__step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

.page-promotions-cashback-offers__step-title {
    font-size: 1.6em;
    color: #0A2239;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions-cashback-offers__step-item p {
    color: #555;
    font-size: 0.95em;
}

.page-promotions-cashback-offers__step-item a {
    color: #0A2239;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-cashback-offers__step-item a:hover {
    text-decoration: underline;
}

.page-promotions-cashback-offers__section--cta {
    background-color: #0A2239;
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-promotions-cashback-offers__section--cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern,gold_accent]');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
}

.page-promotions-cashback-offers__cta-content {
    position: relative;
    z-index: 1;
}

.page-promotions-cashback-offers__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-promotions-cashback-offers__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-promotions-cashback-offers__cta-description a {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-cashback-offers__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
}

.page-promotions-cashback-offers__faq-list {
    margin-top: 40px;
}

.page-promotions-cashback-offers__faq-item {
    background-color: #fefefe;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.page-promotions-cashback-offers__faq-question {
    font-size: 1.3em;
    color: #0A2239;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions-cashback-offers__faq-answer {
    color: #555;
    line-height: 1.7;
    font-size: 0.95em;
}

.page-promotions-cashback-offers__faq-answer a {
    color: #0A2239;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-cashback-offers__faq-answer a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-cashback-offers__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-cashback-offers__section-title {
        font-size: 2em;
    }
    .page-promotions-cashback-offers__content-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-cashback-offers__content-grid--reverse .page-promotions-cashback-offers__image-wrapper {
        order: 1;
    }
    .page-promotions-cashback-offers__content-grid--reverse .page-promotions-cashback-offers__text-content {
        order: 2;
    }
    .page-promotions-cashback-offers__grid-3-col {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-promotions-cashback-offers__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-cashback-offers__hero {
        padding: 60px 0;
    }
    .page-promotions-cashback-offers__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-cashback-offers__hero-description {
        font-size: 1em;
    }
    .page-promotions-cashback-offers__section {
        padding: 40px 0;
    }
    .page-promotions-cashback-offers__section-title {
        font-size: 1.8em;
    }
    .page-promotions-cashback-offers__cta-title {
        font-size: 1.8em;
    }
    .page-promotions-cashback-offers__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-promotions-cashback-offers__step-by-step {
        grid-template-columns: 1fr;
    }
    .page-promotions-cashback-offers__list li {
        padding-left: 35px;
    }
    .page-promotions-cashback-offers__list li::before {
        left: 10px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-cashback-offers__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-cashback-offers__section-title {
        font-size: 1.5em;
    }
    .page-promotions-cashback-offers__cta-title {
        font-size: 1.6em;
    }
    .page-promotions-cashback-offers__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}