.elementor-15341 .elementor-element.elementor-element-9920267{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-320e945 */.membership-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* هدر اصلی */
.membership-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #6B3074, #9B4D96);
    border-radius: 30px;
    color: white;
    box-shadow: 0 20px 40px rgba(107,48,116,0.3);
}

.header-icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.membership-header h1 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.header-desc {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    opacity: 0.95;
}

.header-desc strong {
    color: #FFD700;
}

.header-features {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.header-features span {
    background: rgba(255,255,255,0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
}

/* گرید پلن‌ها */
.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
}

.pricing-card {
    background: white;
    border-radius: 28px;
    width: 280px;
    padding: 25px 20px 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(107,48,116,0.2);
}

/* کارت محبوب */
.pricing-card.popular {
    border: 2px solid #6B3074;
    background: linear-gradient(135deg, #fff, #faf5ff);
}

.popular-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #6B3074;
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* کارت ویژه */
.pricing-card.premium {
    background: linear-gradient(135deg, #2C1B3D, #4A235A);
    color: white;
}

.pricing-card.premium .plan-name,
.pricing-card.premium .plan-price .price,
.pricing-card.premium .plan-price .period,
.pricing-card.premium .monthly-equivalent,
.pricing-card.premium .plan-features li {
    color: white;
}

.pricing-card.premium .plan-features li {
    border-bottom-color: rgba(255,255,255,0.2);
}

.pricing-card.premium .buy-btn {
    background: #FFD700;
    color: #4A235A;
}

.pricing-card.premium .buy-btn:hover {
    background: #FFC107;
}

/* نشان‌ها */
.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e8e0f0;
    color: #6B3074;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
}

.card-badge.vip {
    background: #FFD700;
    color: #4A235A;
}

.plan-icon {
    font-size: 48px;
    margin: 15px 0 10px;
}

.plan-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2C3E50;
}

.plan-price {
    margin: 15px 0 5px;
}

.price {
    font-size: 36px;
    font-weight: 800;
    color: #6B3074;
}

.period {
    font-size: 13px;
    color: #7F8C8D;
}

.monthly-equivalent {
    font-size: 12px;
    color: #27AE60;
    margin-bottom: 8px;
    font-weight: 500;
}

.saving-badge {
    background: #e8f8f0;
    color: #27AE60;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 15px;
}

.saving-badge.big {
    background: #FFD700;
    color: #4A235A;
    font-weight: bold;
}

/* لیست ویژگی‌ها */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: right;
}

.plan-features li {
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid #ecf0f1;
    color: #34495E;
}

/* دکمه خرید - به صورت لینک a */
.buy-btn {
    display: inline-block;
    width: 100%;
    background: #6B3074;
    border: none;
    padding: 14px 10px;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    font-weight: bold;
 
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.buy-btn:hover {
    background: #4A235A;
    transform: scale(1.02);
    color: white;
    text-decoration: none;
}

.btn-price {
    font-size: 13px;
    opacity: 0.9;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}


/* بخش اعتماد */
.trust-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
    background: white;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.trust-item {
    text-align: center;
}

.trust-item span {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}

.trust-item p {
    font-size: 13px;
    color: #555;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .pricing-card {
        width: 100%;
        max-width: 320px;
    }
    
    .membership-header h1 {
        font-size: 22px;
    }
    
    .header-desc {
        font-size: 15px;
    }
    
    .header-features span {
        font-size: 11px;
    }
    
    .trust-section {
        gap: 20px;
    }
}/* End custom CSS */