.premium-hero {
    background: linear-gradient(135deg, #4a2c02, #b5811d);
    color: white;
    text-align: center;
    padding: 55px 7%;
}

.premium-crown {
    font-size: 40px;
    margin-bottom: 10px;
}

.premium-hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.premium-hero p {
    opacity: 0.9;
}

.premium-message {
    max-width: 700px;
    margin: 20px auto 0;
    padding: 14px 18px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}

.premium-message.success {
    background: #e2f7e6;
    color: #1e6b2f;
}

.premium-message.error {
    background: #fde2e2;
    color: #8b1e1e;
}

.premium-active-banner {
    max-width: 700px;
    margin: 20px auto 0;
    padding: 14px 18px;
    border-radius: 8px;
    text-align: center;
    background: #fff3d6;
    color: #7a5200;
}

#premium-plans {
    padding: 50px 7%;
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.premium-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 2px solid transparent;
}

.premium-card.best-value {
    border-color: #b5811d;
}

.best-value-tag {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #b5811d;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 14px;
    border-radius: 20px;
}

.premium-card h3 {
    color: #7a1717;
    font-size: 20px;
    margin-bottom: 10px;
}

.premium-price {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
}

.premium-price span {
    font-size: 13px;
    color: #888;
    font-weight: normal;
}

.premium-features {
    list-style: none;
    text-align: left;
    margin-bottom: 22px;
}

.premium-features li {
    font-size: 14px;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.premium-card form button {
    width: 100%;
}
