/* style/promotions-789win-daily-rebate.css */

:root {
    --page-promotions-789win-daily-rebate-primary-color: #1A202C;
    --page-promotions-789win-daily-rebate-accent-color: #FFD700;
    --page-promotions-789win-daily-rebate-text-light: #F8F8F8;
    --page-promotions-789win-daily-rebate-text-dark: #1A202C;
    --page-promotions-789win-daily-rebate-background-light: #FFFFFF;
    --page-promotions-789win-daily-rebate-background-dark: #1A202C;
    --page-promotions-789win-daily-rebate-secondary-background: #f0f2f5;
}

.page-promotions-789win-daily-rebate {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-promotions-789win-daily-rebate-text-dark);
    background-color: var(--page-promotions-789win-daily-rebate-background-light);
}

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

.page-promotions-789win-daily-rebate__section--dark {
    background-color: var(--page-promotions-789win-daily-rebate-background-dark);
    color: var(--page-promotions-789win-daily-rebate-text-light);
}

.page-promotions-789win-daily-rebate__section--light {
    background-color: var(--page-promotions-789win-daily-rebate-background-light);
    color: var(--page-promotions-789win-daily-rebate-text-dark);
}

.page-promotions-789win-daily-rebate__hero-section {
    background: linear-gradient(135deg, var(--page-promotions-789win-daily-rebate-primary-color), var(--page-promotions-789win-daily-rebate-accent-color));
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--page-promotions-789win-daily-rebate-text-light);
    position: relative;
    overflow: hidden;
}

.page-promotions-789win-daily-rebate__hero-content {
    max-width: 800px;
    z-index: 2;
}

.page-promotions-789win-daily-rebate__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-promotions-789win-daily-rebate-text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-789win-daily-rebate__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-789win-daily-rebate__cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-promotions-789win-daily-rebate__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-promotions-789win-daily-rebate__btn--primary {
    background-color: var(--page-promotions-789win-daily-rebate-accent-color);
    color: var(--page-promotions-789win-daily-rebate-primary-color);
}

.page-promotions-789win-daily-rebate__btn--primary:hover {
    background-color: #e5bf00;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-789win-daily-rebate__btn--secondary {
    background-color: transparent;
    color: var(--page-promotions-789win-daily-rebate-text-light);
    border: 2px solid var(--page-promotions-789win-daily-rebate-text-light);
}

.page-promotions-789win-daily-rebate__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-789win-daily-rebate__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-promotions-789win-daily-rebate__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.page-promotions-789win-daily-rebate__content-section {
    padding: 60px 0;
}

.page-promotions-789win-daily-rebate__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: inherit;
}

.page-promotions-789win-daily-rebate__section--dark .page-promotions-789win-daily-rebate__section-title {
    color: var(--page-promotions-789win-daily-rebate-accent-color);
}

.page-promotions-789win-daily-rebate__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

.page-promotions-789win-daily-rebate__subtitle {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--page-promotions-789win-daily-rebate-accent-color);
}

.page-promotions-789win-daily-rebate__list,
.page-promotions-789win-daily-rebate__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-promotions-789win-daily-rebate__numbered-list {
    list-style-type: decimal;
}

.page-promotions-789win-daily-rebate__list li,
.page-promotions-789win-daily-rebate__numbered-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

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

.page-promotions-789win-daily-rebate__benefit-item {
    background-color: var(--page-promotions-789win-daily-rebate-secondary-background);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-789win-daily-rebate__benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-promotions-789win-daily-rebate__benefit-title {
    font-size: 1.5em;
    color: var(--page-promotions-789win-daily-rebate-primary-color);
    margin-bottom: 15px;
}

.page-promotions-789win-daily-rebate__benefit-description {
    font-size: 1em;
    color: #555;
}

.page-promotions-789win-daily-rebate__table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-789win-daily-rebate__rebate-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.page-promotions-789win-daily-rebate__rebate-table th,
.page-promotions-789win-daily-rebate__rebate-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: inherit;
}

.page-promotions-789win-daily-rebate__section--dark .page-promotions-789win-daily-rebate__rebate-table th,
.page-promotions-789win-daily-rebate__section--dark .page-promotions-789win-daily-rebate__rebate-table td {
    border-color: rgba(255, 255, 255, 0.1);
}

.page-promotions-789win-daily-rebate__rebate-table th {
    background-color: var(--page-promotions-789win-daily-rebate-accent-color);
    color: var(--page-promotions-789win-daily-rebate-primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.page-promotions-789win-daily-rebate__rebate-table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-promotions-789win-daily-rebate__rebate-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-promotions-789win-daily-rebate__image {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-789win-daily-rebate__image--left {
    float: left;
    margin-right: 30px;
    max-width: 40%;
}

.page-promotions-789win-daily-rebate__image--right {
    float: right;
    margin-left: 30px;
    max-width: 40%;
}

.page-promotions-789win-daily-rebate__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}

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

.page-promotions-789win-daily-rebate__why-choose-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-promotions-789win-daily-rebate__why-choose-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-789win-daily-rebate__why-choose-title {
    font-size: 1.6em;
    color: var(--page-promotions-789win-daily-rebate-accent-color);
    margin-bottom: 15px;
}

.page-promotions-789win-daily-rebate__why-choose-description {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
}

.page-promotions-789win-daily-rebate__faq-section {
    background-color: var(--page-promotions-789win-daily-rebate-secondary-background);
    padding: 60px 0;
    color: var(--page-promotions-789win-daily-rebate-text-dark);
}

.page-promotions-789win-daily-rebate__faq-item {
    background-color: var(--page-promotions-789win-daily-rebate-background-light);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-789win-daily-rebate__faq-question {
    font-size: 1.3em;
    color: var(--page-promotions-789win-daily-rebate-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-789win-daily-rebate__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--page-promotions-789win-daily-rebate-accent-color);
}

.page-promotions-789win-daily-rebate__faq-answer {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.page-promotions-789win-daily-rebate__faq-question.active::after {
    content: '-';
}

.page-promotions-789win-daily-rebate__cta-bottom-section {
    padding: 80px 0;
    text-align: center;
}

.page-promotions-789win-daily-rebate__cta-bottom-content {
    max-width: 900px;
}

.page-promotions-789win-daily-rebate__cta-bottom-title {
    font-size: 2.8em;
    color: var(--page-promotions-789win-daily-rebate-accent-color);
    margin-bottom: 25px;
}

.page-promotions-789win-daily-rebate__cta-bottom-description {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-789win-daily-rebate__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-789win-daily-rebate__hero-description {
        font-size: 1.1em;
    }
    .page-promotions-789win-daily-rebate__section-title {
        font-size: 2em;
    }
    .page-promotions-789win-daily-rebate__image--left,
    .page-promotions-789win-daily-rebate__image--right {
        float: none;
        margin: 30px auto;
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .page-promotions-789win-daily-rebate__hero-section {
        padding: 60px 0;
    }
    .page-promotions-789win-daily-rebate__hero-title {
        font-size: 2em;
    }
    .page-promotions-789win-daily-rebate__hero-description {
        font-size: 1em;
    }
    .page-promotions-789win-daily-rebate__cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-789win-daily-rebate__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-789win-daily-rebate__section-title {
        font-size: 1.8em;
    }
    .page-promotions-789win-daily-rebate__subtitle {
        font-size: 1.5em;
    }
    .page-promotions-789win-daily-rebate__paragraph,
    .page-promotions-789win-daily-rebate__list li,
    .page-promotions-789win-daily-rebate__numbered-list li {
        font-size: 0.95em;
    }
    .page-promotions-789win-daily-rebate__rebate-table {
        min-width: unset;
    }
    .page-promotions-789win-daily-rebate__cta-bottom-title {
        font-size: 2.2em;
    }
    .page-promotions-789win-daily-rebate__cta-bottom-description {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-789win-daily-rebate__hero-section {
        padding: 40px 0;
    }
    .page-promotions-789win-daily-rebate__hero-title {
        font-size: 1.6em;
    }
    .page-promotions-789win-daily-rebate__hero-description {
        font-size: 0.9em;
    }
    .page-promotions-789win-daily-rebate__section-title {
        font-size: 1.5em;
    }
    .page-promotions-789win-daily-rebate__faq-question {
        font-size: 1.1em;
    }
    .page-promotions-789win-daily-rebate__cta-bottom-title {
        font-size: 1.8em;
    }
}