/* style/resources-kuwin789-bonuses-promotions.css */

:root {
    --page-primary-color: #1A237E;
    --page-secondary-color: #FFD700;
    --page-text-light: #FFFFFF;
    --page-text-dark: #333333;
    --page-background-light: #F8F8F8;
    --page-background-dark: #11184B; /* Slightly lighter than primary for contrast */
    --page-accent-color: #E5DC81; /* Complementary to primary for emphasis */
}

.page-resources-kuwin789-bonuses-promotions {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

.page-resources-kuwin789-bonuses-promotions .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-kuwin789-bonuses-promotions .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, var(--page-background-dark) 100%);
    color: var(--page-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-kuwin789-bonuses-promotions .hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    transform: rotate(45deg);
    opacity: 0.3;
    animation: page-resources-kuwin789-bonuses-promotions-rotate 20s linear infinite;
}

@keyframes page-resources-kuwin789-bonuses-promotions-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.page-resources-kuwin789-bonuses-promotions .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-resources-kuwin789-bonuses-promotions .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-resources-kuwin789-bonuses-promotions .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
}

.page-resources-kuwin789-bonuses-promotions .btn-primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-kuwin789-bonuses-promotions .btn-primary:hover {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border-color: var(--page-accent-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-kuwin789-bonuses-promotions .btn-secondary {
    background-color: var(--page-primary-color);
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-kuwin789-bonuses-promotions .btn-secondary:hover {
    background-color: var(--page-background-dark);
    color: var(--page-secondary-color);
    border-color: var(--page-secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(26, 35, 126, 0.4);
}

.page-resources-kuwin789-bonuses-promotions .content-section {
    padding: 60px 0;
    background-color: var(--page-background-light);
}

.page-resources-kuwin789-bonuses-promotions .article-content {
    background-color: var(--page-text-light);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-kuwin789-bonuses-promotions .section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.page-resources-kuwin789-bonuses-promotions .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-resources-kuwin789-bonuses-promotions .sub-section-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-secondary-color);
    padding-left: 15px;
}

.page-resources-kuwin789-bonuses-promotions p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-resources-kuwin789-bonuses-promotions .list-styled {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-resources-kuwin789-bonuses-promotions .list-styled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-kuwin789-bonuses-promotions .list-styled li::before {
    content: '✅'; /* Unicode checkmark */
    position: absolute;
    left: 0;
    color: var(--page-secondary-color);
    font-size: 1.2em;
    line-height: 1;
}

.page-resources-kuwin789-bonuses-promotions .list-ordered {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-kuwin789-bonuses-promotions .list-ordered li {
    margin-bottom: 10px;
}

.page-resources-kuwin789-bonuses-promotions .image-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-kuwin789-bonuses-promotions .cta-block {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin: 50px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-kuwin789-bonuses-promotions .cta-block p {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: var(--page-text-light);
}

.page-resources-kuwin789-bonuses-promotions .final-cta {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

.page-resources-kuwin789-bonuses-promotions .final-cta p {
    color: var(--page-primary-color);
}

.page-resources-kuwin789-bonuses-promotions .final-cta .btn-primary {
    background-color: var(--page-primary-color);
    color: var(--page-secondary-color);
    border-color: var(--page-primary-color);
}

.page-resources-kuwin789-bonuses-promotions .final-cta .btn-primary:hover {
    background-color: var(--page-background-dark);
    color: var(--page-secondary-color);
    border-color: var(--page-background-dark);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-kuwin789-bonuses-promotions .hero-title {
        font-size: 2.5em;
    }

    .page-resources-kuwin789-bonuses-promotions .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-kuwin789-bonuses-promotions .section-title {
        font-size: 2em;
    }

    .page-resources-kuwin789-bonuses-promotions .sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-kuwin789-bonuses-promotions .article-content {
        padding: 20px;
    }

    .page-resources-kuwin789-bonuses-promotions .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-kuwin789-bonuses-promotions .hero-title {
        font-size: 2em;
    }

    .page-resources-kuwin789-bonuses-promotions .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-kuwin789-bonuses-promotions .section-title {
        font-size: 1.8em;
    }

    .page-resources-kuwin789-bonuses-promotions .sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-kuwin789-bonuses-promotions p, 
    .page-resources-kuwin789-bonuses-promotions .list-styled li, 
    .page-resources-kuwin789-bonuses-promotions .list-ordered li {
        font-size: 0.95em;
    }

    .page-resources-kuwin789-bonuses-promotions .cta-block p {
        font-size: 1.1em;
    }
}