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

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

.page-promotions-daily-cashback__highlight {
    color: #FFD700;
}

/* Hero Section */
.page-promotions-daily-cashback__hero-section {
    background: linear-gradient(135deg, #1A237E 0%, #3f479a 100%);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-daily-cashback__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFFFFF; /* Ensures high contrast */
}

.page-promotions-daily-cashback__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0; /* Ensures good contrast */
}

.page-promotions-daily-cashback__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-promotions-daily-cashback__button {
    display: inline-block;
    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;
    white-space: nowrap;
}

.page-promotions-daily-cashback__button--primary {
    background-color: #FFD700;
    color: #1A237E; /* Ensures high contrast */
    border: 2px solid #FFD700;
}

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

.page-promotions-daily-cashback__button--secondary {
    background-color: transparent;
    color: #FFD700; /* Ensures high contrast */
    border: 2px solid #FFD700;
}

.page-promotions-daily-cashback__button--secondary:hover {
    background-color: #FFD700;
    color: #1A237E; /* Ensures high contrast */
    transform: translateY(-3px);
}

.page-promotions-daily-cashback__button--lg {
    padding: 18px 40px;
    font-size: 1.3em;
}

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

/* General Section Styling */
.page-promotions-daily-cashback__section-title {
    font-size: 2.5em;
    color: #1A237E; /* Ensures high contrast */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-daily-cashback__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-cashback__intro-section, 
.page-promotions-daily-cashback__how-it-works, 
.page-promotions-daily-cashback__details-section, 
.page-promotions-daily-cashback__terms-conditions, 
.page-promotions-daily-cashback__why-jun88, 
.page-promotions-daily-cashback__other-promotions, 
.page-promotions-daily-cashback__faq-section, 
.page-promotions-daily-cashback__cta-final {
    padding: 60px 0;
}

.page-promotions-daily-cashback__intro-section p, 
.page-promotions-daily-cashback__terms-conditions p,
.page-promotions-daily-cashback__terms-conditions ul,
.page-promotions-daily-cashback__other-promotions p,
.page-promotions-daily-cashback__other-promotions ul {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #424242; /* Ensures good contrast */
}

.page-promotions-daily-cashback__intro-section .page-promotions-daily-cashback__feature-image,
.page-promotions-daily-cashback__how-it-works .page-promotions-daily-cashback__process-image,
.page-promotions-daily-cashback__details-section .page-promotions-daily-cashback__games-image,
.page-promotions-daily-cashback__cta-final .page-promotions-daily-cashback__final-cta-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* How It Works Section */
.page-promotions-daily-cashback__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-promotions-daily-cashback__step-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

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

.page-promotions-daily-cashback__step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1A237E;
    color: #FFD700; /* Ensures high contrast */
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-cashback__step-item h3 {
    font-size: 1.5em;
    color: #1A237E; /* Ensures high contrast */
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__step-item p {
    color: #555; /* Ensures good contrast */
}

.page-promotions-daily-cashback__step-item a {
    color: #1A237E; /* Ensures good contrast */
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-daily-cashback__step-item a:hover {
    text-decoration: underline;
}

/* Details Section */
.page-promotions-daily-cashback__details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-promotions-daily-cashback__detail-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #FFD700;
}

.page-promotions-daily-cashback__detail-card h3 {
    font-size: 1.4em;
    color: #1A237E; /* Ensures high contrast */
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__detail-card p {
    color: #555; /* Ensures good contrast */
    margin-bottom: 10px;
}

.page-promotions-daily-cashback__detail-card ul {
    list-style: disc inside;
    color: #555; /* Ensures good contrast */
    padding-left: 20px;
}

.page-promotions-daily-cashback__detail-card ul li {
    margin-bottom: 5px;
}

/* Terms & Conditions Section */
.page-promotions-daily-cashback__terms-conditions ul {
    list-style: decimal inside;
    margin-left: 20px;
    color: #424242; /* Ensures good contrast */
}

.page-promotions-daily-cashback__terms-conditions ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-promotions-daily-cashback__link {
    color: #1A237E; /* Ensures good contrast */
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-daily-cashback__link:hover {
    text-decoration: underline;
}

/* Why Jun88 Section */
.page-promotions-daily-cashback__why-jun88 {
    background-color: #E8EAF6; /* Lighter shade of main color for contrast */
}

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

.page-promotions-daily-cashback__advantage-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-promotions-daily-cashback__icon {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
    display: block;
}

.page-promotions-daily-cashback__advantage-item h3 {
    font-size: 1.5em;
    color: #1A237E; /* Ensures high contrast */
    margin-bottom: 15px;
}

.page-promotions-daily-cashback__advantage-item p {
    color: #555; /* Ensures good contrast */
}

/* Other Promotions Section */
.page-promotions-daily-cashback__other-promotions {
    background-color: #f0f0f0;
}

.page-promotions-daily-cashback__promotion-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.page-promotions-daily-cashback__promotion-list li {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.05em;
    color: #424242; /* Ensures good contrast */
    border-left: 4px solid #1A237E;
}

.page-promotions-daily-cashback__promotion-list li strong {
    color: #1A237E; /* Ensures high contrast */
}

/* FAQ Section */
.page-promotions-daily-cashback__faq-section {
    background-color: #FFFFFF;
}

.page-promotions-daily-cashback__faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.page-promotions-daily-cashback__faq-item:last-child {
    border-bottom: none;
}

.page-promotions-daily-cashback__faq-item h3 {
    font-size: 1.3em;
    color: #1A237E; /* Ensures high contrast */
    margin-bottom: 10px;
}

.page-promotions-daily-cashback__faq-item p {
    color: #555; /* Ensures good contrast */
    padding-left: 20px;
}

/* Final CTA Section */
.page-promotions-daily-cashback__cta-final {
    background-color: #1A237E;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0;
}

.page-promotions-daily-cashback__cta-final .page-promotions-daily-cashback__section-title {
    color: #FFFFFF; /* Ensures high contrast */
}

.page-promotions-daily-cashback__cta-final .page-promotions-daily-cashback__section-title::after {
    background-color: #FFD700;
}

.page-promotions-daily-cashback__cta-final p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #E0E0E0; /* Ensures good contrast */
}

.page-promotions-daily-cashback__cta-final p a {
    color: #FFD700; /* Ensures high contrast */
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-daily-cashback__cta-final p a:hover {
    text-decoration: underline;
}

.page-promotions-daily-cashback__app-download-text {
    margin-top: 30px;
    font-size: 1.1em;
    color: #E0E0E0; /* Ensures good contrast */
}

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

    .page-promotions-daily-cashback__hero-subtitle {
        font-size: 1.2em;
    }

    .page-promotions-daily-cashback__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }

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

    .page-promotions-daily-cashback__button--lg {
        padding: 15px 30px;
        font-size: 1.1em;
    }

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

    .page-promotions-daily-cashback__steps, 
    .page-promotions-daily-cashback__details-grid, 
    .page-promotions-daily-cashback__advantages-grid, 
    .page-promotions-daily-cashback__promotion-list {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-cashback__intro-section, 
    .page-promotions-daily-cashback__how-it-works, 
    .page-promotions-daily-cashback__details-section, 
    .page-promotions-daily-cashback__terms-conditions, 
    .page-promotions-daily-cashback__why-jun88, 
    .page-promotions-daily-cashback__other-promotions, 
    .page-promotions-daily-cashback__faq-section, 
    .page-promotions-daily-cashback__cta-final {
        padding: 40px 0;
    }
}

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

    .page-promotions-daily-cashback__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-daily-cashback__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-promotions-daily-cashback__section-title {
        font-size: 1.8em;
    }

    .page-promotions-daily-cashback__step-item h3, 
    .page-promotions-daily-cashback__detail-card h3, 
    .page-promotions-daily-cashback__advantage-item h3 {
        font-size: 1.3em;
    }

    .page-promotions-daily-cashback__intro-section p, 
    .page-promotions-daily-cashback__terms-conditions p,
    .page-promotions-daily-cashback__other-promotions p,
    .page-promotions-daily-cashback__faq-item p {
        font-size: 0.95em;
    }
}