/* style/promotions-shbet-daily-cashback.css */

.page-promotions-shbet-daily-cashback {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Dark text for light backgrounds, WCAG AA compliant */
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background */
}

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

.page-promotions-shbet-daily-cashback-hero {
    background: linear-gradient(135deg, #0056B3, #FFC107); /* Primary and secondary colors */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-shbet-daily-cashback-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(45deg);
}

.page-promotions-shbet-daily-cashback-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(-30deg);
}

.page-promotions-shbet-daily-cashback-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff; /* Ensure high contrast */
}

.page-promotions-shbet-daily-cashback-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-promotions-shbet-daily-cashback-btn-primary {
    display: inline-block;
    background-color: #FFC107; /* Secondary color for primary action */
    color: #0056B3; /* Primary color for text on secondary background, WCAG AA compliant */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid #FFC107;
}

.page-promotions-shbet-daily-cashback-btn-primary:hover {
    background-color: #e0a800; /* Slightly darker gold on hover */
    transform: translateY(-2px);
    color: #003f8c;
}

.page-promotions-shbet-daily-cashback-btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #0056B3; /* Primary color for text */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    border: 2px solid #0056B3; /* Primary color for border */
    margin-left: 20px;
}

.page-promotions-shbet-daily-cashback-btn-secondary:hover {
    background-color: #0056B3; /* Primary color on hover */
    color: #ffffff;
    transform: translateY(-2px);
}

.page-promotions-shbet-daily-cashback-section {
    padding: 60px 0;
    border-bottom: 1px solid #eeeeee;
}

.page-promotions-shbet-daily-cashback-section:last-of-type {
    border-bottom: none;
}

.page-promotions-shbet-daily-cashback-intro,
.page-promotions-shbet-daily-cashback-benefits,
.page-promotions-shbet-daily-cashback-responsible-gambling {
    background-color: #ffffff;
}

.page-promotions-shbet-daily-cashback-how-it-works,
.page-promotions-shbet-daily-cashback-faq {
    background-color: #f0f4f7; /* Slightly darker background for contrast */
}

.page-promotions-shbet-daily-cashback-heading {
    font-size: 2.2em;
    color: #0056B3; /* Primary color for main headings */
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-promotions-shbet-daily-cashback-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #FFC107; /* Secondary color for underline */
    border-radius: 2px;
}

.page-promotions-shbet-daily-cashback-subheading {
    font-size: 1.6em;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-shbet-daily-cashback-section p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #555555;
}

.page-promotions-shbet-daily-cashback-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-promotions-shbet-daily-cashback-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #555555;
}

.page-promotions-shbet-daily-cashback-list li::before {
    content: '✔'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: #0056B3; /* Primary color for checkmark */
    font-weight: bold;
}

.page-promotions-shbet-daily-cashback-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-shbet-daily-cashback-faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.page-promotions-shbet-daily-cashback-faq-item:hover {
    transform: translateY(-5px);
}

.page-promotions-shbet-daily-cashback-faq-item .page-promotions-shbet-daily-cashback-subheading {
    color: #0056B3;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions-shbet-daily-cashback-faq-item .page-promotions-shbet-daily-cashback-subheading::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-shbet-daily-cashback-faq-item.active .page-promotions-shbet-daily-cashback-subheading::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-shbet-daily-cashback-faq-item p {
    margin-bottom: 0;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    color: #555555;
}

.page-promotions-shbet-daily-cashback-faq-item.active p {
    display: block;
}

.page-promotions-shbet-daily-cashback-cta {
    text-align: center;
    background-color: #0056B3; /* Primary color background */
    color: #ffffff;
    padding: 80px 0;
}

.page-promotions-shbet-daily-cashback-cta .page-promotions-shbet-daily-cashback-heading {
    color: #ffffff;
}

.page-promotions-shbet-daily-cashback-cta .page-promotions-shbet-daily-cashback-heading::after {
    background-color: #FFC107;
}

.page-promotions-shbet-daily-cashback-cta p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-promotions-shbet-daily-cashback-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-promotions-shbet-daily-cashback-cta-buttons .page-promotions-shbet-daily-cashback-btn-primary,
.page-promotions-shbet-daily-cashback-cta-buttons .page-promotions-shbet-daily-cashback-btn-secondary {
    margin: 0;
}

@media (max-width: 768px) {
    .page-promotions-shbet-daily-cashback-title {
        font-size: 2.2em;
    }

    .page-promotions-shbet-daily-cashback-subtitle {
        font-size: 1.1em;
    }

    .page-promotions-shbet-daily-cashback-heading {
        font-size: 1.8em;
    }

    .page-promotions-shbet-daily-cashback-subheading {
        font-size: 1.4em;
    }

    .page-promotions-shbet-daily-cashback-btn-primary,
    .page-promotions-shbet-daily-cashback-btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-shbet-daily-cashback-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-promotions-shbet-daily-cashback-btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

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

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

    .page-promotions-shbet-daily-cashback-heading {
        font-size: 1.5em;
    }

    .page-promotions-shbet-daily-cashback-subheading {
        font-size: 1.2em;
    }

    .page-promotions-shbet-daily-cashback-section {
        padding: 40px 0;
    }
}