/* style/promotions-daily-cashback.css */
.page-promotions-daily-cashback {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Light text on dark background */
    background-color: #0A1931;
    line-height: 1.6;
}

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

.page-promotions-daily-cashback-hero {
    background: linear-gradient(135deg, #0A1931 0%, #1a355e 100%);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-promotions-daily-cashback-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.page-promotions-daily-cashback-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.page-promotions-daily-cashback-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-promotions-daily-cashback-subtitle {
    font-size: 1.4em;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-daily-cashback-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.page-promotions-daily-cashback-btn-primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-promotions-daily-cashback-btn-primary:hover {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
    transform: translateY(-3px) scale(1.02);
}

.page-promotions-daily-cashback-hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-promotions-daily-cashback-section {
    padding: 60px 0;
    background-color: #0A1931;
}

.page-promotions-daily-cashback-section:nth-of-type(even) {
    background-color: #122a4b;
}

.page-promotions-daily-cashback-heading {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-promotions-daily-cashback-text {
    font-size: 1.1em;
    color: #e0e0e0;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-promotions-daily-cashback-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-promotions-daily-cashback-link:hover {
    color: #b39700;
    text-decoration: underline;
}

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

.page-promotions-daily-cashback-card {
    background-color: #122a4b;
    border: 1px solid #FFD700;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-cashback-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-cashback-card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-promotions-daily-cashback-card-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-daily-cashback-card-text {
    font-size: 1em;
    color: #c0c0c0;
}

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

.page-promotions-daily-cashback-list-item {
    display: flex;
    align-items: center;
    background-color: #122a4b;
    border-left: 5px solid #FFD700;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-cashback-list-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.page-promotions-daily-cashback-list-item strong {
    color: #FFD700;
    font-size: 1.1em;
}

.page-promotions-daily-cashback-list-item:last-child {
    margin-bottom: 0;
}

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

.page-promotions-daily-cashback-game-card {
    background-color: #0A1931;
    border: 1px solid #334e76;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-promotions-daily-cashback-game-card:hover {
    transform: translateY(-5px);
    border-color: #FFD700;
}

.page-promotions-daily-cashback-game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #334e76;
}

.page-promotions-daily-cashback-game-title {
    font-size: 1.4em;
    color: #FFD700;
    padding: 15px;
    margin-bottom: 5px;
}

.page-promotions-daily-cashback-game-description {
    font-size: 0.95em;
    color: #c0c0c0;
    padding: 0 15px 15px;
}

.page-promotions-daily-cashback-terms-list {
    list-style: decimal;
    padding-left: 25px;
    color: #e0e0e0;
}

.page-promotions-daily-cashback-terms-list .page-promotions-daily-cashback-list-item {
    background-color: transparent;
    border-left: none;
    padding: 5px 0;
    margin-bottom: 10px;
    box-shadow: none;
    display: list-item;
}

.page-promotions-daily-cashback-terms-list .page-promotions-daily-cashback-list-item strong {
    color: #e0e0e0;
}

.page-promotions-daily-cashback-accordion {
    margin-top: 40px;
}

.page-promotions-daily-cashback-accordion-item {
    background-color: #122a4b;
    border: 1px solid #334e76;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

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

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

.page-promotions-daily-cashback-accordion-header.active {
    background-color: #0A1931;
}

.page-promotions-daily-cashback-accordion-header.active::after {
    transform: rotate(45deg);
}

.page-promotions-daily-cashback-accordion-content {
    padding: 0 25px;
    background-color: #122a4b;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-daily-cashback-accordion-content p {
    color: #c0c0c0;
    padding: 15px 0;
    margin: 0;
}

.page-promotions-daily-cashback-cta {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #FFD700 0%, #b39700 100%);
    color: #0A1931;
    border-top: 5px solid #0A1931;
}

.page-promotions-daily-cashback-cta .page-promotions-daily-cashback-heading {
    color: #0A1931;
    text-shadow: none;
}

.page-promotions-daily-cashback-cta .page-promotions-daily-cashback-text {
    color: #333;
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 30px;
}

.page-promotions-daily-cashback-btn-secondary {
    background-color: #0A1931;
    color: #FFD700;
    border: 2px solid #0A1931;
}

.page-promotions-daily-cashback-btn-secondary:hover {
    background-color: #334e76;
    color: #FFD700;
    border-color: #334e76;
    transform: translateY(-3px) scale(1.02);
}

.page-promotions-daily-cashback-btn-outline {
    background-color: transparent;
    color: #0A1931;
    border: 2px solid #0A1931;
}

.page-promotions-daily-cashback-btn-outline:hover {
    background-color: #0A1931;
    color: #FFD700;
    border-color: #0A1931;
    transform: translateY(-3px) scale(1.02);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-daily-cashback-title {
        font-size: 2.8em;
    }
    .page-promotions-daily-cashback-subtitle {
        font-size: 1.2em;
    }
    .page-promotions-daily-cashback-heading {
        font-size: 2em;
    }
    .page-promotions-daily-cashback-grid, .page-promotions-daily-cashback-game-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-cashback-hero {
        padding: 80px 0 40px;
    }
    .page-promotions-daily-cashback-title {
        font-size: 2.2em;
    }
    .page-promotions-daily-cashback-subtitle {
        font-size: 1em;
    }
    .page-promotions-daily-cashback-heading {
        font-size: 1.8em;
    }
    .page-promotions-daily-cashback-text {
        font-size: 0.95em;
    }
    .page-promotions-daily-cashback-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-daily-cashback-list-item {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions-daily-cashback-list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-promotions-daily-cashback-terms-list {
        padding-left: 20px;
    }
    .page-promotions-daily-cashback-accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-cashback-hero {
        padding: 60px 0 30px;
    }
    .page-promotions-daily-cashback-title {
        font-size: 1.8em;
    }
    .page-promotions-daily-cashback-subtitle {
        font-size: 0.9em;
    }
    .page-promotions-daily-cashback-heading {
        font-size: 1.5em;
    }
    .page-promotions-daily-cashback-btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page-promotions-daily-cashback-hero-image {
        max-width: 100%;
    }
    .page-promotions-daily-cashback-grid, .page-promotions-daily-cashback-game-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-daily-cashback-card {
        padding: 20px;
    }
    .page-promotions-daily-cashback-list-item {
        padding: 15px;
    }
    .page-promotions-daily-cashback-accordion-header {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-promotions-daily-cashback-accordion-content p {
        padding: 10px 0;
    }
    .page-promotions-daily-cashback-cta {
        padding: 50px 0;
    }
}