.premium-wrapper {
    max-width: 850px;
    margin: 40px auto;
    background: #0a0a0a;
    border: 2px solid #ffae42;
    border-radius: 14px;
    box-shadow: 0 0 25px #ffae42;
    padding-bottom: 20px;
    font-family: system-ui, sans-serif;
}

.premium-header {
    background: #111;
    border-bottom: 2px solid #ffae42;
    text-align: center;
    padding: 25px;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 0 20px #ffae42;
}

.premium-header h2 {
    color: #ffae42;
    font-size: 28px;
    margin: 0;
    font-weight: 800;
}

.vip-icon {
    font-size: 30px;
    margin-right: 6px;
}

.premium-header p {
    color: #ccc;
    margin-top: 8px;
    font-size: 15px;
}

.premium-section {
    padding: 25px;
    color: #ccc;
}

.premium-section h3 {
    color: #ffae42;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.premium-list,
.premium-terms {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-list li,
.premium-terms li {
    margin-bottom: 10px;
    font-size: 16px;
}

.premium-price {
    font-size: 24px;
    font-weight: bold;
    color: #ffae42;
}

.premium-payinfo {
    margin-bottom: 20px;
}

.premium-payform {
    text-align: center;
}

.premium-paybtn {
    background: linear-gradient(135deg, #ffcc00, #ff9900);
    color: #000;
    padding: 14px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255,200,0,0.6);
    transition: 0.25s;
}

.premium-paybtn:hover {
    background: linear-gradient(135deg, #ffe066, #ffb300);
    box-shadow: 0 0 30px rgba(255,220,0,0.9);
    transform: translateY(-3px);
}

.premium-steps {
    margin-left: 20px;
    margin-bottom: 20px;
}

.premium-activate {
    display: inline-block;
    padding: 12px 25px;
    background: #ffae42;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 0 12px #ffae42;
    transition: 0.25s;
}

.premium-activate:hover {
    background: #ffc766;
    box-shadow: 0 0 20px #ffae42;
    transform: translateY(-2px);
}
