/* ================================================================
   Aura membership and VIP pages
   ================================================================ */
.aura-vip-compare {
    margin-top: 60px;
    padding: 32px;
    border: 1px solid rgba(226,232,240,0.7);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
}
.aura-vip-compare-title {
    margin: 0 0 32px;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.02em;
}
.aura-vip-compare-scroll {
    overflow-x: auto;
}
.aura-vip-compare-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    text-align: center;
    color: #444;
    font-size: 12px;
    font-weight: 600;
}
.aura-vip-compare-table thead tr,
.aura-vip-compare-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
}
.aura-vip-compare-table th {
    padding-bottom: 16px;
    color: #999;
    font-weight: 600;
}
.aura-vip-compare-table th:first-child,
.aura-vip-compare-label {
    width: 25%;
    padding-left: 16px;
    text-align: left;
    font-weight: 800;
}
.aura-vip-compare-label {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #666;
}
.aura-vip-compare-table td {
    padding: 16px 8px;
}
.aura-vip-compare-highlight {
    background: rgba(254,243,199,0.5);
    color: #d97706;
    font-weight: 900;
}
.aura-vip-compare-last {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.aura-vip-hero {
    margin-bottom: 48px;
    text-align: center;
}
.aura-vip-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: #111;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
}
.aura-vip-title i {
    color: #f59e0b;
    font-size: 20px;
    animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;
}
.aura-vip-subtitle {
    margin: 12px 0 0;
    color: #666;
    font-size: 14px;
}
.aura-vip-empty {
    max-width: 512px;
    margin-inline: auto;
    padding: 64px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}
.aura-vip-empty i {
    margin-bottom: 16px;
    color: #cbd5e1;
    font-size: 36px;
}
.aura-vip-empty-title {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}
.aura-vip-empty-sub {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 12px;
}
.aura-pay-qr-box.is-overlayable {
    position: relative;
}
.aura-pay-qr-overlay {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.88);
}
.aura-pay-qr-overlay i {
    color: #10b981;
    font-size: 36px;
}
