/* VIP — tela cheia (mesmo padrão Download / Rankings) */
.mu-vip-page {
    --mu-vip-gold: #d4af37;
    --mu-vip-gold-soft: rgba(212, 175, 55, 0.22);
    --mu-vip-blue: #7eb8e8;
    max-width: min(1200px, 100%);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 2.75rem;
}

.mu-vip-hero {
    text-align: center;
    margin: 0.35rem 0 1.25rem;
    padding: clamp(1.4rem, 3.2vw, 2.15rem) 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background:
        radial-gradient(ellipse 70% 80% at 50% -10%, rgba(212, 175, 55, 0.16), transparent 55%),
        radial-gradient(ellipse 50% 60% at 90% 100%, rgba(91, 159, 212, 0.1), transparent 50%),
        linear-gradient(180deg, rgba(18, 16, 10, 0.88), rgba(8, 12, 22, 0.55));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.mu-vip-hero__eyebrow {
    margin: 0 0 0.4rem;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mu-vip-gold);
}

.mu-vip-hero__title {
    margin: 0;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: clamp(1.7rem, 3.8vw, 2.45rem);
    color: #fff;
    text-shadow: 0 0 28px rgba(212, 175, 55, 0.25);
}

.mu-vip-hero__desc {
    margin: 0.55rem auto 0;
    max-width: 48ch;
    color: var(--mu-text-secondary, #9aa8b8);
    font-size: 0.95rem;
}

.mu-vip-hero__desc strong { color: #e8ecf1; }

.mu-vip-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1.1rem;
}

.mu-vip-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    background: linear-gradient(135deg, #e8c547, #b8922a);
    color: #1a1200;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(184, 146, 42, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mu-vip-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(184, 146, 42, 0.45);
    color: #1a1200;
}

.mu-vip-hero__cta--ghost {
    background: transparent;
    color: var(--mu-vip-gold);
    box-shadow: none;
}

.mu-vip-hero__cta--ghost:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #f0d878;
}

.mu-vip-status {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.25rem;
    padding: 0.95rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 20, 32, 0.72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.mu-vip-status__badge {
    display: inline-flex;
    align-items: center;
    margin-right: 0.45rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-family: var(--mu-font), system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9fd4b8;
    background: rgba(61, 214, 140, 0.12);
    border: 1px solid rgba(61, 214, 140, 0.28);
    vertical-align: middle;
}

.mu-vip-status__label {
    margin: 0 0 0.2rem;
    font-family: var(--mu-font), system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #e8ecf1;
}

.mu-vip-status__text {
    margin: 0;
    font-family: var(--mu-font), system-ui, sans-serif;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--mu-text-secondary, #9aa8b8);
}

.mu-vip-status__date {
    color: #d4e0ec;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.mu-vip-status__link {
    color: var(--mu-vip-gold);
    font-family: var(--mu-font), system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.mu-vip-status__link:hover { color: #f0d878; }

.mu-vip-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}

.mu-vip-intro-card {
    padding: 1.1rem 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(165deg, rgba(22, 28, 40, 0.92), rgba(10, 14, 22, 0.88));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.mu-vip-intro-card:hover {
    border-color: rgba(212, 175, 55, 0.35);
    transform: translateY(-2px);
}

.mu-vip-intro-card__icon {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
    color: var(--mu-vip-gold);
}

.mu-vip-intro-card h3 {
    margin: 0 0 0.4rem;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: 1rem;
    color: #fff;
}

.mu-vip-intro-card p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--mu-text-secondary, #9aa8b8);
}

.mu-vip-section-head {
    text-align: center;
    margin: 0 0 1.1rem;
}

.mu-vip-section-head p {
    margin: 0 0 0.3rem;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mu-vip-gold);
}

.mu-vip-section-head h2 {
    margin: 0;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    color: #fff;
}

.mu-vip-section-head > span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: rgba(150, 165, 185, 0.8);
}

.mu-vip-page .mu-vip-shop {
    margin: 0 0 1.75rem;
    padding: 1.25rem 1.15rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 55%),
        linear-gradient(180deg, rgba(14, 18, 28, 0.72), rgba(8, 12, 20, 0.55));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    overflow: visible;
}

.mu-vip-empty {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.22);
}

.mu-vip-empty strong {
    display: block;
    color: #fff;
    margin-bottom: 0.35rem;
}

.mu-vip-empty p {
    margin: 0;
    color: var(--mu-text-secondary, #9aa8b8);
    font-size: 0.9rem;
}

.mu-vip-page .mu-vip-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 300px));
    justify-content: center;
    gap: 1.05rem;
    align-items: stretch;
}

.mu-vip-page .mu-vip-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(201, 162, 39, 0.32);
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.mu-vip-page .mu-vip-card:hover {
    z-index: 8;
    border-color: rgba(201, 162, 39, 0.7);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

.mu-vip-page .mu-vip-card.is-featured {
    border-color: rgba(212, 175, 55, 0.65);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.2),
        0 16px 40px rgba(184, 146, 42, 0.22);
}

.mu-vip-card__featured-tag {
    position: absolute;
    top: -0.55rem;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    padding: 0.22rem 0.7rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a1200;
    background: linear-gradient(135deg, #f0d878, #d4af37);
    white-space: nowrap;
}

.mu-vip-page .mu-vip-card__buy {
    border-radius: 999px;
    font-weight: 700;
}

.mu-vip-compare {
    margin: 0 0 1.5rem;
}

.mu-vip-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(14, 20, 32, 0.88), rgba(8, 12, 20, 0.72));
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.mu-vip-page .mu-vip-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.mu-vip-page .mu-vip-table thead th {
    padding: 0.85rem 1rem;
    font-family: Cinzel, Georgia, var(--mu-font-display), serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--mu-vip-gold);
    background: rgba(212, 175, 55, 0.08);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.mu-vip-page .mu-vip-table tbody td {
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mu-vip-page .mu-vip-table tbody tr:last-child td {
    border-bottom: 0;
}

.mu-vip-page .mu-vip-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.025);
}

.mu-vip-page .mu-vip-table th:first-child,
.mu-vip-page .mu-vip-table td:first-child {
    text-align: left;
    color: #e8ecf1;
}

.mu-vip-page .mu-vip-table th:not(:first-child),
.mu-vip-page .mu-vip-table td:not(:first-child) {
    text-align: center;
}

.mu-vip-page .mu-vip-table td:last-child {
    color: #f0d878;
    font-weight: 600;
}

.mu-vip-page .mu-vip-table td.mu-yes { color: var(--mu-success, #3dd68c); }
.mu-vip-page .mu-vip-table td.mu-no { color: var(--mu-danger, #e85d6a); font-weight: 500; }

@media (max-width: 980px) {
    .mu-vip-page .mu-vip-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 300px));
    }
}

@media (max-width: 820px) {
    .mu-vip-intro-grid {
        grid-template-columns: 1fr;
    }

    .mu-vip-status {
        justify-content: center;
        text-align: center;
    }

    .mu-vip-status__link {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .mu-vip-page .mu-vip-shop {
        padding: 1rem 0.75rem 1.15rem;
    }

    .mu-vip-page .mu-vip-cards-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
