.elementor-14590 .elementor-element.elementor-element-0a94c23{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-b6bdd1c *//* --- بارگذاری فونت مربا --- */
@font-face {
    font-family: 'Morabba';
    src: url('https://enove.ir/wp-content/uploads/2024/02/Morabba-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* --- تنظیمات کلی باکس --- */
.enove-pricing-wrapper {
    --primary-blue: #2546f0; 
    --accent-purple: #5c30f3;
    --surface-white: #ffffff;
    --text-dark: #0c0c0c;
    --text-grey: #666666;
    --success-green: #00c853;
    --radius-lg: 32px;
    --radius-md: 20px;
    direction: rtl;
    background: linear-gradient(135deg, #2546f0 0%, #1a34b8 100%);
    padding: 60px 20px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* پترن پس‌زمینه */
.enove-pricing-wrapper::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* =========================================
   بخش فونت‌ها (اصلاح شده طبق درخواست شما)
   ========================================= */

/* 1. جاهایی که باید فونت "مربا" باشند (ضربدر زده‌ها) */
.enove-pricing-header h2,  /* تیتر اصلی بالا */
.card-title,               /* عنوان کارت: طرح طلایی... */
.card-highlight {          /* اعداد بزرگ: ۰٪ و کلمه کارمزد بزرگ */
    font-family: 'Morabba', serif !important;
}

/* 2. جاهایی که باید فونت "وزیر" باشند (دایره کشیده‌ها) */
.enove-pricing-wrapper p,      /* توضیحات هدر */
.card-subtitle,                /* زیرنویس کارت‌ها */
.card-features li,             /* لیست ویژگی‌ها (که دورش خط کشیدید) */
.premium-badge,                /* برچسب زرد بالا */
.card-highlight span,          /* متن‌های خیلی ریز کنار اعداد */
.enove-btn {                   /* دکمه‌ها */
    font-family: 'Vazir', 'Vazirmatn', sans-serif !important;
    letter-spacing: -0.5px; /* کمی جمع‌وجورتر برای زیبایی */
}

/* =========================================
   استایل‌های ظاهری (بدون تغییر ساختاری)
   ========================================= */

.enove-pricing-header {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.enove-pricing-header h2 {
    font-size: 2.8rem;
    margin: 0 0 15px 0;
    line-height: 1.3;
    color: #fff;
}

.enove-pricing-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    color: #fff;
}

.enove-cards-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.enove-card {
    background: var(--surface-white);
    border-radius: var(--radius-md);
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.enove-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.enove-card.premium {
    border: 4px solid #ffd700;
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
    z-index: 2;
}

.enove-card.premium:hover {
    transform: scale(1.05) translateY(-10px);
}

.premium-badge {
    background: #ffd700;
    color: #000;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.enove-card.standard {
    border: 2px solid transparent;
}

.card-title {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin: 10px 0;
}

.card-highlight {
    font-size: 3.5rem;
    color: var(--primary-blue);
    line-height: 1;
    margin: 20px 0 10px 0;
}

.card-highlight span {
    font-size: 1.5rem;
    color: var(--text-grey);
}

.card-subtitle {
    color: var(--text-grey);
    font-size: 0.95rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    width: 100%;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: right;
}

.card-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: var(--text-dark);
    font-size: 1rem;
}

.card-features li svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 10px;
    fill: var(--success-green);
}

.enove-btn {
    margin-top: auto;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.enove-btn.outline {
    background: transparent;
    border: 2px solid #ddd;
    color: var(--text-grey);
}

.enove-btn.outline:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: #f0f4ff;
}

.enove-btn.solid {
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 70, 240, 0.3);
}

.enove-btn.solid:hover {
    background: var(--accent-purple);
    border-color: var(--accent-purple);
    transform: translateY(-2px);
}

/* --- Mobile/Desktop Logic --- */
.mobile-btn { display: none !important; }
.desktop-btn { display: inline-block !important; }

@media (max-width: 1024px) {
    .enove-pricing-header h2 { font-size: 2rem; }
    .enove-cards-container { flex-direction: column; align-items: center; }
    .enove-card.premium { transform: scale(1); border-width: 2px; margin: 20px 0; }
    .enove-card.premium:hover { transform: translateY(-5px); }
    .enove-pricing-wrapper { padding: 40px 15px; }
    
    .desktop-btn { display: none !important; }
    .mobile-btn { display: inline-block !important; }
}/* End custom CSS */