.vpn-plans-2025 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    column-gap: 16px;
    row-gap: 16px;
    margin: 40px 0;
    padding: 10px;
    justify-content: center;
}

.vpn-card-2025 {
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    direction: rtl;
    position: relative;
    max-width: 310px;
    margin: 0 auto;
    padding-top: 110px;
}

.vpn-card-2025:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.vpn-logo-wrapper {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.vpn-logo-wrapper img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.vpn-card-body {
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
    text-align: center;
}

.vpn-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px; /* کاهش فاصله نسبت به قبل */
}

.vpn-price {
    font-size: 26px;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 10px;
    position: relative;
}

.vpn-original-price {
    font-size: 15px;
    color: #ef4444;
    text-decoration: line-through;
    margin-right: 8px;
    display: inline-block;
}

.vpn-discount-badge {
    background-color: #facc15;
    color: #92400e;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 13px;
    margin-right: 6px;
}

.vpn-badge-bestseller {
    background-color: #f97316;
    color: white;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 8px;
}

.vpn-best-seller-card {
    border: 2px solid #f97316;
}

.vpn-stock-warning {
    color: #b91c1c;
    font-weight: bold;
    font-size: 15px;
    background: #fee2e2;
    padding: 8px;
    border-radius: 10px;
    margin: 12px 0;
    line-height: 1.3;
}

.vpn-stock-warning span {
    display: block;
    margin-top: 4px;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.vpn-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px; /* فاصله عمودی و افقی بین آیتم‌ها */
    justify-content: center; /* یا flex-start برای چپ چین */
}

.vpn-features li {
    font-size: 14px;
    color: #334155;
    margin: 0; /* حذف مارجین پایین */
    white-space: nowrap; /* جلوگیری از شکستن خط داخل هر آیتم */
    background: #eef6fb; /* بک‌گراند ملایم برای هر آیتم */
    padding: 6px 12px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: fit-content;
}

.vpn-features li span {
    color: #0ea5e9;
    font-weight: 600;
    min-width: auto;
    display: inline;
}

/* اگر خواستی می‌تونم برای موبایل زیر 480px هم یک استایل جدا اضافه کنم */
@media (max-width: 480px) {
    .vpn-features {
        flex-direction: column;
        gap: 8px;
    }
    .vpn-features li {
        white-space: normal;
        min-width: auto;
        justify-content: flex-start;
    }
}

/* اضافه کردن ایموجی ها توسط CSS نیست چون داخل متن هستند */

/* باقی استایل‌ها بدون تغییر */

.vpn-no-duration {
    font-size: 13px;
    color: #f97316;
    font-weight: 500;
    background: #fff7ed;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 12px;
    text-align: center;
}

.vpn-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.vpn-select-modern {
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    background: white;
    color: #0f172a;
    width: 100%;
    max-width: 200px;
}

.vpn-buy-modern {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 200px;
}

.vpn-buy-modern:hover {
    background: linear-gradient(135deg, #0284c7, #2563eb);
}


/*-----------------------------------------------------------------------------------------------------*/








/* === باکس کیف پول - استایل مشابه باکس محصولات ولی متن و دکمه‌ها چپ‌چین نیستند بلکه راست‌چین و با نظم === */
.vpn-wallet-box {
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 24px 32px;
    box-sizing: border-box;
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #0f172a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* موجودی کیف پول - استایل خفن و برجسته */
.vpn-wallet-balance {
    font-size: 48px;
    font-weight: 900;
    color: #10b981;
    text-shadow: 1px 1px 8px rgba(16, 185, 129, 0.8);
    letter-spacing: 2px;
    user-select: text;
    margin-bottom: 14px;
}

/* توضیح یا زیرنویس موجودی */
.vpn-wallet-balance-subtext {
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 24px;
}

/* فرم شارژ و انتقال - چیدمان عمودی */
.vpn-wallet-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* فرم‌های جداگانه - کمی فاصله از هم */
.vpn-wallet-charge-form,
.vpn-wallet-transfer-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid rgba(203, 213, 225, 0.4);
    padding-top: 16px;
}

/* برچسب‌ها */
.vpn-wallet-actions label {
    font-weight: 700;
    font-size: 14px;
    color: #374151;
}

/* ورودی‌های عددی و متنی */
.vpn-wallet-actions input[type="number"],
.vpn-wallet-actions input[type="text"] {
    padding: 14px 20px;
    border-radius: 16px;
    border: 1.8px solid #cbd5e1;
    font-size: 16px;
    color: #0f172a;
    background: white;
    box-shadow: inset 0 0 7px rgba(203, 213, 225, 0.45);
    outline-offset: 2px;
    font-weight: 600;
    transition: border-color 0.3s ease;
}

.vpn-wallet-actions input[type="number"]:focus,
.vpn-wallet-actions input[type="text"]:focus {
    border-color: #10b981;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.7);
    outline: none;
}

/* دکمه‌ها - راست‌چین با افکت ساده و مینیمال */
.vpn-wallet-actions button {
    padding: 14px 0;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border: none;
    color: white;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.45);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    width: 150px;
    align-self: flex-start;
    margin-top: 6px; /* فاصله بالا بین دکمه و ورودی */
}

/* فاصله پایین بین دکمه و المان بعدی */
.vpn-wallet-charge-form button,
.vpn-wallet-transfer-form button {
    margin-bottom: 0;
}

.vpn-wallet-actions button:hover {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    box-shadow: 0 8px 26px rgba(4, 120, 87, 0.75);
}

/* پیام‌ها */
.vpn-wallet-message {
    font-weight: 700;
    font-size: 16px;
    margin-top: 12px;
    min-height: 28px;
    letter-spacing: 0.2px;
}

.vpn-wallet-message.error {
    color: #ef4444;
}

.vpn-wallet-message.success {
    color: #10b981;
}

/* ریسپانسیو */
@media (max-width: 480px) {
    .vpn-wallet-box {
        padding: 20px 16px;
        gap: 14px;
    }
    .vpn-wallet-balance {
        font-size: 36px;
    }
    .vpn-wallet-balance-subtext {
        font-size: 13px;
    }
    .vpn-wallet-actions {
        gap: 14px;
    }
    .vpn-wallet-actions button {
        width: 100%;
        max-width: 220px;
    }
}












