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

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

.page-promotions-rebate-rules__hero {
    background: linear-gradient(135deg, #0A246A 0%, #304D8C 100%); /* Darker blue gradient */
    color: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-rebate-rules__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-rebate-rules__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.page-promotions-rebate-rules__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-rebate-rules__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-promotions-rebate-rules__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}

.page-promotions-rebate-rules__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.page-promotions-rebate-rules__section--dark {
    background-color: #0A246A;
    color: #fff;
}

.page-promotions-rebate-rules__section--dark .page-promotions-rebate-rules__section-title,
.page-promotions-rebate-rules__section--dark h3 {
    color: #FFD700;
}

.page-promotions-rebate-rules__section--dark p,
.page-promotions-rebate-rules__section--dark li {
    color: #e0e0e0;
}

.page-promotions-rebate-rules__section-title {
    font-size: 2.5em;
    color: #0A246A;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-promotions-rebate-rules__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions-rebate-rules__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    color: #555;
}

.page-promotions-rebate-rules__content-block {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.page-promotions-rebate-rules__section--dark .page-promotions-rebate-rules__content-block {
    background-color: #1a3a7c;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-rebate-rules__content-block h3 {
    font-size: 1.8em;
    color: #0A246A;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-rebate-rules__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-promotions-rebate-rules__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-promotions-rebate-rules__list li strong {
    color: #0A246A;
}

.page-promotions-rebate-rules__section--dark .page-promotions-rebate-rules__list li strong {
    color: #FFD700;
}

.page-promotions-rebate-rules__numbered-list {
    list-style: decimal inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-promotions-rebate-rules__numbered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-promotions-rebate-rules__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.page-promotions-rebate-rules__btn--primary {
    background-color: #FFD700;
    color: #0A246A;
    border: 2px solid #FFD700;
    margin: 0 10px;
}

.page-promotions-rebate-rules__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-rebate-rules__btn--secondary {
    background-color: #0A246A;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin: 0 10px;
}

.page-promotions-rebate-rules__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A246A;
    border-color: #0A246A;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.page-promotions-rebate-rules__game-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-promotions-rebate-rules__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-rebate-rules__game-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.page-promotions-rebate-rules__game-title {
    font-size: 1.8em;
    color: #0A246A;
    margin-bottom: 15px;
}

.page-promotions-rebate-rules__game-text {
    font-size: 1em;
    color: #555;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-promotions-rebate-rules__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-rebate-rules__image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-rebate-rules__faq {
    margin-top: 40px;
}

.page-promotions-rebate-rules__faq-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 25px;
}

.page-promotions-rebate-rules__faq-question {
    font-size: 1.4em;
    color: #0A246A;
    margin-bottom: 10px;
}

.page-promotions-rebate-rules__faq-answer {
    font-size: 1.05em;
    color: #555;
}

.page-promotions-rebate-rules__cta-banner {
    background: linear-gradient(90deg, #0A246A, #1a3a7c);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

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

.page-promotions-rebate-rules__cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-promotions-rebate-rules__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-rebate-rules__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-promotions-rebate-rules__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-promotions-rebate-rules__cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-rebate-rules__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-rebate-rules__section-title {
        font-size: 2em;
    }
    .page-promotions-rebate-rules__game-types {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-promotions-rebate-rules__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-rebate-rules__hero {
        padding: 60px 0;
    }
    .page-promotions-rebate-rules__hero-title {
        font-size: 2em;
    }
    .page-promotions-rebate-rules__hero-description {
        font-size: 1em;
    }
    .page-promotions-rebate-rules__section {
        padding: 40px 0;
    }
    .page-promotions-rebate-rules__section-title {
        font-size: 1.8em;
    }
    .page-promotions-rebate-rules__content-block {
        padding: 20px;
    }
    .page-promotions-rebate-rules__game-card {
        padding: 20px;
    }
    .page-promotions-rebate-rules__cta-title {
        font-size: 1.8em;
    }
    .page-promotions-rebate-rules__cta-description {
        font-size: 1em;
    }
    .page-promotions-rebate-rules__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-rebate-rules__btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .page-promotions-rebate-rules__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-rebate-rules__section-title {
        font-size: 1.5em;
    }
    .page-promotions-rebate-rules__content-block h3 {
        font-size: 1.5em;
    }
    .page-promotions-rebate-rules__cta-title {
        font-size: 1.6em;
    }
}