/* style/resources-rikvip-exclusive-offers.css */

.page-resources-rikvip-exclusive-offers {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #F8F9FA;
}

.page-resources-rikvip-exclusive-offers__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-rikvip-exclusive-offers__hero-section {
    background: linear-gradient(135deg, #0A2239, #FFD700);
    color: #FFFFFF;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.page-resources-rikvip-exclusive-offers__back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.page-resources-rikvip-exclusive-offers__back-link:hover {
    color: #FFFFFF;
}

.page-resources-rikvip-exclusive-offers__title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #FFFFFF;
    line-height: 1.2;
}

.page-resources-rikvip-exclusive-offers__meta {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 30px;
}

.page-resources-rikvip-exclusive-offers__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-rikvip-exclusive-offers__intro {
    font-size: 1.1em;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #F0F0F0;
}

.page-resources-rikvip-exclusive-offers__content-section {
    padding: 40px 0;
}

.page-resources-rikvip-exclusive-offers__article-content {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-rikvip-exclusive-offers__heading {
    font-size: 2em;
    color: #0A2239;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-rikvip-exclusive-offers__sub-heading {
    font-size: 1.5em;
    color: #0A2239;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-rikvip-exclusive-offers__article-content p {
    margin-bottom: 1em;
    font-size: 1em;
    color: #555;
}

.page-resources-rikvip-exclusive-offers__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: #555;
}

.page-resources-rikvip-exclusive-offers__list li {
    margin-bottom: 0.5em;
}

.page-resources-rikvip-exclusive-offers__list strong {
    color: #0A2239;
}

.page-resources-rikvip-exclusive-offers__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-rikvip-exclusive-offers__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-rikvip-exclusive-offers__button-group {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.page-resources-rikvip-exclusive-offers__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-rikvip-exclusive-offers__button--primary {
    background-color: #FFD700;
    color: #0A2239;
    border: 2px solid #FFD700;
}

.page-resources-rikvip-exclusive-offers__button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-rikvip-exclusive-offers__button--secondary {
    background-color: #0A2239;
    color: #FFD700;
    border: 2px solid #0A2239;
}

.page-resources-rikvip-exclusive-offers__button--secondary:hover {
    background-color: #1a3a5a;
    border-color: #1a3a5a;
    transform: translateY(-2px);
}

.page-resources-rikvip-exclusive-offers__button-group--center {
    justify-content: center;
    text-align: center;
}

.page-resources-rikvip-exclusive-offers__faq {
    margin-top: 30px;
}

.page-resources-rikvip-exclusive-offers__faq-item {
    background-color: #F0F2F5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #FFD700;
}

.page-resources-rikvip-exclusive-offers__faq-question {
    font-size: 1.2em;
    color: #0A2239;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-rikvip-exclusive-offers__faq-answer {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .page-resources-rikvip-exclusive-offers__title {
        font-size: 2em;
    }

    .page-resources-rikvip-exclusive-offers__heading {
        font-size: 1.8em;
    }

    .page-resources-rikvip-exclusive-offers__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-rikvip-exclusive-offers__hero-section {
        padding: 40px 0;
    }

    .page-resources-rikvip-exclusive-offers__back-link {
        top: 10px;
        left: 10px;
    }

    .page-resources-rikvip-exclusive-offers__button-group {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-rikvip-exclusive-offers__button {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-rikvip-exclusive-offers__title {
        font-size: 1.7em;
    }

    .page-resources-rikvip-exclusive-offers__heading {
        font-size: 1.5em;
    }

    .page-resources-rikvip-exclusive-offers__sub-heading {
        font-size: 1.1em;
    }

    .page-resources-rikvip-exclusive-offers__article-content {
        padding: 20px;
    }
}