.premium-page {
    font-family: "Inter", sans-serif;
    background: transparent;
    color: #fff;
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 1400px;
}

.premium-page h3 {
    background: linear-gradient(135deg, #e50914 0%, #b81d24 100%);
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 600;
}

.premium-page table {
    width: 100%;
    margin: 0 auto 30px;
    border-collapse: collapse;
    background: rgba(20, 20, 30, 0.95);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.premium-page table thead th {
    background: #fa3a49;
    color: #fff;
    padding: 14px 12px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

.premium-page table tbody td {
    padding: 14px 12px;
    text-align: center;
    font-size: 18px;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-page table tbody td:first-child {
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.premium-page table tbody tr:nth-child(even) {
    background: rgba(35, 35, 50, 0.5);
}

.premium-page table tbody tr:last-child td {
    border-bottom: none;
}

.premium-page .bi-check-circle-fill {
    color: #4caf50;
    font-size: 18px;
}

.premium-page .bi-x-circle-fill {
    color: #e50914;
    font-size: 18px;
}

.premium-page .bi-exclamation-triangle-fill {
    color: #ffc107;
    font-size: 18px;
}

.premium-page small {
    display: block;
    color: #ffffff;
    margin-top: 4px;
}

.premium-page .price-section {
    text-align: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 30px;
    margin-bottom: 25px;
}

.premium-page .price-section .label {
    font-size: 15px;
    color: #979797;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-page .price-section .price {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.premium-page .price-section .price span {
    font-size: 20px;
    color: #888;
    font-weight: 400;
}

.premium-page .price-section .duration {
    font-size: 14px;
    color: #4caf50;
    margin-top: 8px;
}

.premium-page .btn-buy {
    display: block;
    background: linear-gradient(135deg, #e50914 0%, #b81d24 100%);
    color: #fff;
    padding: 18px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.premium-page .btn-buy:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.4);
    color: #fff;
}

.premium-page .note {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 20px;
}

.premium-page .note a {
    color: #e50914;
    text-decoration: none;
}

.premium-page .note a:hover {
    text-decoration: underline;
}

.premium-page .instant {
    display: inline-block;
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 600px) {
    .premium-page {
        padding: 15px 10px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
    }
    
    .premium-page h3 {
        font-size: 16px;
        padding: 12px 15px;
        font-family: "Inter", sans-serif;
    }
    
    .premium-page table thead th {
        font-size: 14px;
        padding: 10px 8px;
        font-family: "Inter", sans-serif;
    }
    
    .premium-page table tbody td {
        font-size: 16px;
        padding: 10px 8px;
        font-family: "Inter", sans-serif;
    }
    
    .premium-page .price-section {
        padding: 20px 15px;
        font-family: "Inter", sans-serif;
    }
    
    .premium-page .price-section .price {
        font-size: 36px;
        font-family: "Inter", sans-serif;
    }
    
    .premium-page .btn-buy {
        padding: 14px 30px;
        font-size: 16px;
        font-family: "Inter", sans-serif;
    }
}
