/* style/resources-new-player-bonuses.css */

/* General Styles for the Page Content */
.page-resources-new-player-bonuses {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background for general content */
}

.page-resources-new-player-bonuses__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-new-player-bonuses__section {
    padding: 60px 0;
}

.page-resources-new-player-bonuses__section-title {
    font-size: 2.5em;
    color: #1A2B4C; /* Dark blue for main titles */
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-new-player-bonuses__section-description {
    font-size: 1.1em;
    color: #5f6b82; /* Slightly lighter dark blue for descriptions */
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-resources-new-player-bonuses__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-new-player-bonuses__list li {
    margin-bottom: 10px;
}

/* Hero Section */
.page-resources-new-player-bonuses__hero-section {
    background: linear-gradient(135deg, #1A2B4C 0%, #3a507e 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-new-player-bonuses__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for hero title */
}

.page-resources-new-player-bonuses__hero-subtitle {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e6f0; /* Light grey for hero subtitle */
}

.page-resources-new-player-bonuses__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
}

.page-resources-new-player-bonuses__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #1A2B4C; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-resources-new-player-bonuses__btn--primary:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-2px);
}

/* Why RIKVIP Section */
.page-resources-new-player-bonuses__why-rikvip {
    background-color: #fff;
}

.page-resources-new-player-bonuses__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-resources-new-player-bonuses__grid-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.page-resources-new-player-bonuses__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-new-player-bonuses__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

.page-resources-new-player-bonuses__item-title {
    font-size: 1.6em;
    color: #1A2B4C; /* Dark blue for item titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-new-player-bonuses__item-description {
    color: #5f6b82; /* Lighter dark blue for item description */
    font-size: 1em;
}

/* Bonus Types Section */
.page-resources-new-player-bonuses__bonus-types {
    background-color: #e0e6f0; /* Light blue-grey background */
}

.page-resources-new-player-bonuses__bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-resources-new-player-bonuses__bonus-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.page-resources-new-player-bonuses__bonus-card:hover {
    transform: translateY(-5px);
}

.page-resources-new-player-bonuses__bonus-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-resources-new-player-bonuses__card-title {
    font-size: 1.8em;
    color: #1A2B4C; /* Dark blue for card title */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-new-player-bonuses__card-description {
    color: #5f6b82; /* Lighter dark blue for card description */
    font-size: 0.95em;
    margin-bottom: 20px;
}

/* How to Claim Section */
.page-resources-new-player-bonuses__how-to-claim {
    background-color: #fff;
}

.page-resources-new-player-bonuses__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-resources-new-player-bonuses__step {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #eee;
}

.page-resources-new-player-bonuses__step-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #FFD700; /* Gold icon background */
    color: #1A2B4C; /* Dark blue text on gold */
    font-size: 2em;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-new-player-bonuses__step-title {
    font-size: 1.5em;
    color: #1A2B4C; /* Dark blue for step title */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-new-player-bonuses__step-description {
    color: #5f6b82; /* Lighter dark blue for step description */
    font-size: 0.95em;
}

/* Terms & Conditions Section */
.page-resources-new-player-bonuses__terms-conditions {
    background-color: #1A2B4C; /* Dark blue background */
    color: #e0e6f0; /* Light text for dark background */
}

.page-resources-new-player-bonuses__terms-conditions .page-resources-new-player-bonuses__section-title {
    color: #FFD700; /* Gold title on dark background */
}

.page-resources-new-player-bonuses__terms-conditions .page-resources-new-player-bonuses__section-description {
    color: #e0e6f0; /* Light text on dark background */
}

.page-resources-new-player-bonuses__terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-new-player-bonuses__term-item {
    background-color: #2a3d60; /* Slightly lighter dark blue for term items */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #3c5180;
}

.page-resources-new-player-bonuses__term-title {
    font-size: 1.4em;
    color: #FFD700; /* Gold for term titles */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-resources-new-player-bonuses__term-description {
    color: #e0e6f0; /* Light text for term description */
    font-size: 0.95em;
}

/* Tips Section */
.page-resources-new-player-bonuses__tips-section {
    background-color: #f8f9fa;
}

.page-resources-new-player-bonuses__tips-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.page-resources-new-player-bonuses__tips-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    font-size: 1.05em;
    color: #333;
    border-left: 5px solid #FFD700; /* Gold accent */
}

.page-resources-new-player-bonuses__tips-list li strong {
    color: #1A2B4C;
    margin-right: 8px;
}

/* VIP Program Section */
.page-resources-new-player-bonuses__vip-program {
    background-color: #e0e6f0;
}

.page-resources-new-player-bonuses__vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-new-player-bonuses__vip-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.page-resources-new-player-bonuses__vip-item:hover {
    transform: translateY(-5px);
}

.page-resources-new-player-bonuses__vip-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

/* Call to Action Section */
.page-resources-new-player-bonuses__cta-section {
    background: linear-gradient(90deg, #FFD700 0%, #e5c100 100%); /* Gold gradient */
    padding: 80px 0;
    text-align: center;
    color: #1A2B4C; /* Dark blue text on gold background */
}

.page-resources-new-player-bonuses__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1A2B4C; /* Dark blue */
}

.page-resources-new-player-bonuses__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #3c5180; /* Slightly lighter dark blue for description */
}

.page-resources-new-player-bonuses__cta-small-text {
    margin-top: 20px;
    font-size: 0.95em;
    color: #5f6b82; /* Even lighter dark blue */
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-new-player-bonuses__hero-title {
        font-size: 2.8em;
    }
    .page-resources-new-player-bonuses__section-title {
        font-size: 2em;
    }
    .page-resources-new-player-bonuses__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-new-player-bonuses__hero-title {
        font-size: 2.2em;
    }
    .page-resources-new-player-bonuses__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-new-player-bonuses__section {
        padding: 40px 0;
    }
    .page-resources-new-player-bonuses__section-title {
        font-size: 1.8em;
    }
    .page-resources-new-player-bonuses__bonus-card, .page-resources-new-player-bonuses__grid-item, .page-resources-new-player-bonuses__step, .page-resources-new-player-bonuses__term-item, .page-resources-new-player-bonuses__vip-item {
        padding: 20px;
    }
    .page-resources-new-player-bonuses__card-title, .page-resources-new-player-bonuses__item-title, .page-resources-new-player-bonuses__step-title, .page-resources-new-player-bonuses__term-title {
        font-size: 1.3em;
    }
    .page-resources-new-player-bonuses__cta-title {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .page-resources-new-player-bonuses__hero-title {
        font-size: 1.8em;
    }
    .page-resources-new-player-bonuses__hero-subtitle {
        font-size: 0.95em;
    }
    .page-resources-new-player-bonuses__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-new-player-bonuses__section-title {
        font-size: 1.5em;
    }
    .page-resources-new-player-bonuses__section-description {
        font-size: 0.9em;
    }
    .page-resources-new-player-bonuses__cta-title {
        font-size: 1.8em;
    }
}