/* style/promotions-vip-program.css */

:root {
    --mcw18-primary-color: #0A244A;
    --mcw18-secondary-color: #FFD700;
    --mcw18-text-light: #F5F5F5;
    --mcw18-text-dark: #333333;
    --mcw18-bg-dark: #071A36;
    --mcw18-bg-light: #1A3A60;
}

.page-promotions-vip-program {
    font-family: 'Arial', sans-serif;
    color: var(--mcw18-text-light);
    background-color: var(--mcw18-bg-dark);
    line-height: 1.6;
}

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

.page-promotions-vip-program__hero-section {
    background: linear-gradient(135deg, var(--mcw18-primary-color) 0%, #00122B 100%);
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-promotions-vip-program__hero-title {
    font-size: 3.5em;
    color: var(--mcw18-secondary-color);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    line-height: 1.2;
}

.page-promotions-vip-program__hero-subtitle {
    font-size: 1.2em;
    color: var(--mcw18-text-light);
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-promotions-vip-program__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.page-promotions-vip-program__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    min-width: 180px;
}

.page-promotions-vip-program__btn--primary {
    background-color: var(--mcw18-secondary-color);
    color: var(--mcw18-primary-color);
    border: 2px solid var(--mcw18-secondary-color);
}

.page-promotions-vip-program__btn--primary:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-vip-program__btn--secondary {
    background-color: transparent;
    color: var(--mcw18-secondary-color);
    border: 2px solid var(--mcw18-secondary-color);
}

.page-promotions-vip-program__btn--secondary:hover {
    background-color: var(--mcw18-secondary-color);
    color: var(--mcw18-primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-vip-program__hero-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.page-promotions-vip-program__section {
    padding: 60px 0;
    background-color: var(--mcw18-bg-dark);
}

.page-promotions-vip-program__section:nth-of-type(even) {
    background-color: var(--mcw18-bg-light);
}

.page-promotions-vip-program__section-title {
    font-size: 2.5em;
    color: var(--mcw18-secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-vip-program__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--mcw18-secondary-color);
    border-radius: 2px;
}

.page-promotions-vip-program p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--mcw18-text-light);
    text-align: justify;
}

.page-promotions-vip-program__image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 30px auto;
    display: block;
}

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

.page-promotions-vip-program__vip-card {
    background-color: var(--mcw18-primary-color);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions-vip-program__vip-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}

.page-promotions-vip-program__card-title {
    font-size: 1.8em;
    color: var(--mcw18-secondary-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-vip-program__card-description {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.page-promotions-vip-program__benefits-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.page-promotions-vip-program__benefits-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--mcw18-text-light);
    font-size: 1em;
}

.page-promotions-vip-program__benefits-list--columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px 30px;
    margin-top: 30px;
    padding-left: 0;
}

.page-promotions-vip-program__call-to-action-text {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--mcw18-secondary-color);
}

.page-promotions-vip-program__content-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-promotions-vip-program__content-flex--reverse {
    flex-direction: row-reverse;
}

.page-promotions-vip-program__text-content {
    flex: 1;
}

.page-promotions-vip-program__image--right {
    margin: 0;
    margin-left: auto;
}

.page-promotions-vip-program__image--left {
    margin: 0;
    margin-right: auto;
}

.page-promotions-vip-program__cta {
    background: linear-gradient(90deg, var(--mcw18-primary-color) 0%, var(--mcw18-bg-light) 100%);
    text-align: center;
    padding: 80px 0;
}

.page-promotions-vip-program__cta-content {
    max-width: 900px;
}

.page-promotions-vip-program__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-vip-program__hero-title {
        font-size: 3em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 2em;
    }
    .page-promotions-vip-program__content-flex {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions-vip-program__content-flex--reverse {
        flex-direction: column;
    }
    .page-promotions-vip-program__image--right, .page-promotions-vip-program__image--left {
        margin: 30px auto;
    }
    .page-promotions-vip-program__benefits-list--columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-promotions-vip-program__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.8em;
    }
    .page-promotions-vip-program__hero-buttons, .page-promotions-vip-program__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-vip-program__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-promotions-vip-program__vip-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-promotions-vip-program__hero-title {
        font-size: 2em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.5em;
    }
    .page-promotions-vip-program p, .page-promotions-vip-program__card-description, .page-promotions-vip-program__benefits-list li {
        font-size: 0.95em;
    }
    .page-promotions-vip-program__btn {
        font-size: 1em;
        padding: 12px 20px;
        min-width: unset;
        width: 90%;
    }
    .page-promotions-vip-program__hero-image {
        margin-top: 30px;
    }
}