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

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

.page-promotions-daily-rebate-description__hero {
    background: linear-gradient(135deg, #FFD700 0%, #1A202C 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-promotions-daily-rebate-description__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-promotions-daily-rebate-description__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.page-promotions-daily-rebate-description__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-rebate-description__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #eee;
}

.page-promotions-daily-rebate-description__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-promotions-daily-rebate-description__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    filter: brightness(0.7);
}

.page-promotions-daily-rebate-description__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    border: 2px solid transparent;
}

.page-promotions-daily-rebate-description__btn--primary {
    background-color: #FFD700;
    color: #1A202C;
    border-color: #FFD700;
}

.page-promotions-daily-rebate-description__btn--primary:hover {
    background-color: #e6c200;
    color: #000;
    transform: translateY(-2px);
}

.page-promotions-daily-rebate-description__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
}

.page-promotions-daily-rebate-description__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-2px);
}

.page-promotions-daily-rebate-description__section {
    padding: 60px 0;
}

.page-promotions-daily-rebate-description__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-promotions-daily-rebate-description__section h2 {
    font-size: 2.5em;
    color: #1A202C;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-promotions-daily-rebate-description__section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.page-promotions-daily-rebate-description__section h3 {
    font-size: 1.8em;
    color: #1A202C;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-daily-rebate-description__section h4 {
    font-size: 1.4em;
    color: #FFD700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate-description__section p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-promotions-daily-rebate-description__section a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-daily-rebate-description__section a:hover {
    text-decoration: underline;
}

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

.page-promotions-daily-rebate-description__content-grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-promotions-daily-rebate-description__image-wrapper {
    text-align: center;
}

.page-promotions-daily-rebate-description__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-rebate-description__section ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-promotions-daily-rebate-description__section ul li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #333;
}

.page-promotions-daily-rebate-description__section ol {
    list-style: decimal;
    padding-left: 25px;
    margin-top: 20px;
}

.page-promotions-daily-rebate-description__section ol li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #333;
}

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

.page-promotions-daily-rebate-description__game-list li {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #FFD700;
}

.page-promotions-daily-rebate-description__game-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-daily-rebate-description__game-list li img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.page-promotions-daily-rebate-description__game-list li h3 {
    font-size: 1.5em;
    color: #1A202C;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate-description__game-list li p {
    font-size: 1em;
    color: #555;
}

.page-promotions-daily-rebate-description__cta-row {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

.page-promotions-daily-rebate-description__steps-list li {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    counter-increment: step-counter;
    border-top: 4px solid #1A202C;
}

.page-promotions-daily-rebate-description__steps-list li::before {
    content: "0" counter(step-counter);
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 3em;
    font-weight: bold;
    color: #FFD700;
    opacity: 0.7;
    line-height: 1;
}

.page-promotions-daily-rebate-description__steps-list li h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #1A202C;
    font-size: 1.6em;
}

.page-promotions-daily-rebate-description__steps-list li p {
    color: #555;
    font-size: 1.05em;
}

.page-promotions-daily-rebate-description__faq-items {
    margin-top: 40px;
}

.page-promotions-daily-rebate-description__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-rebate-description__faq-item h3 {
    font-size: 1.3em;
    color: #1A202C;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions-daily-rebate-description__faq-item h3::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-promotions-daily-rebate-description__faq-item.active h3::after {
    transform: rotate(45deg);
}

.page-promotions-daily-rebate-description__faq-item p {
    font-size: 1em;
    color: #555;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding-top: 0;
}

.page-promotions-daily-rebate-description__faq-item.active p {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

.page-promotions-daily-rebate-description__cta-final {
    background-color: #1A202C;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    margin-top: 40px;
}

.page-promotions-daily-rebate-description__cta-final h2 {
    color: #FFD700;
}

.page-promotions-daily-rebate-description__cta-final h2::after {
    background-color: #FFD700;
}

.page-promotions-daily-rebate-description__cta-final p {
    font-size: 1.2em;
    color: #eee;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-daily-rebate-description__content-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-rebate-description__content-grid--reverse {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-rebate-description__hero h1 {
        font-size: 2.5em;
    }

    .page-promotions-daily-rebate-description__hero p {
        font-size: 1em;
    }

    .page-promotions-daily-rebate-description__section h2 {
        font-size: 2em;
    }

    .page-promotions-daily-rebate-description__game-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-rebate-description__hero {
        padding: 60px 0;
    }

    .page-promotions-daily-rebate-description__hero h1 {
        font-size: 2em;
    }

    .page-promotions-daily-rebate-description__hero p {
        font-size: 0.95em;
    }

    .page-promotions-daily-rebate-description__btn {
        padding: 12px 24px;
        font-size: 1em;
    }

    .page-promotions-daily-rebate-description__section {
        padding: 40px 0;
    }

    .page-promotions-daily-rebate-description__section h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-promotions-daily-rebate-description__steps-list {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-rebate-description__cta-final {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-rebate-description__hero h1 {
        font-size: 1.8em;
    }

    .page-promotions-daily-rebate-description__hero p {
        font-size: 0.9em;
    }

    .page-promotions-daily-rebate-description__btn {
        display: block;
        margin: 10px auto;
        width: fit-content;
    }

    .page-promotions-daily-rebate-description__section h2 {
        font-size: 1.5em;
    }

    .page-promotions-daily-rebate-description__game-list {
        grid-template-columns: 1fr;
    }
}