/* pn-new-css.css - Modern Expert Visualized Pricing UI */

.pricing-section {
    padding: 40px 0 70px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    width: 100%;
}

.pricing-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
}

.pricing-header .pricing-badge {
    display: inline-block;
    padding: 6px 16px;
    background: #ebf8ff;
    color: #2b6cb0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.pricing-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 14px;
    line-height: 1.25;
}

.pricing-header p {
    font-size: 17px;
    color: #718096;
    margin: 0;
    line-height: 1.6;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 30px;
    flex: 1;
    min-width: 290px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
}

/* Featured / Popular Card Styling */
.pricing-card.featured {
    border: 2px solid #3182ce;
    box-shadow: 0 12px 20px -3px rgba(49, 130, 206, 0.15);
    background: #ffffff;
}

.pricing-card.featured:hover {
    box-shadow: 0 25px 30px -5px rgba(49, 130, 206, 0.22);
}

.popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
}

.value-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(56, 161, 105, 0.3);
}

.card-top {
    margin-bottom: 24px;
}

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

.plan-desc {
    font-size: 14px;
    color: #718096;
    margin-bottom: 20px;
}

.price-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
}

.price-currency {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-right: 2px;
}

.price-amount {
    font-size: 46px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1;
}

.price-period {
    font-size: 14px;
    color: #718096;
    margin-left: 6px;
    font-weight: 500;
}

.sub-saving {
    font-size: 13px;
    color: #38a169;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}

.feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px 0 !important;
}

.feature-item {
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    color: #4a5568 !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
}

.feature-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    background: #e6fffa !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #319795 !important;
}

.feature-icon svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    fill: currentColor !important;
    display: block !important;
}

.btn-pricing {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-pricing-secondary {
    background: #edf2f7;
    color: #2d3748;
    border: 1px solid #cbd5e0;
}

.btn-pricing-secondary:hover {
    background: #e2e8f0;
    color: #1a202c;
    text-decoration: none;
}

.btn-pricing-primary {
    background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}

.btn-pricing-primary:hover {
    background: linear-gradient(135deg, #2b6cb0 0%, #2c5282 100%);
    box-shadow: 0 6px 16px rgba(49, 130, 206, 0.4);
    text-decoration: none;
}

.btn-pricing-success {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(56, 161, 105, 0.3);
}

.btn-pricing-success:hover {
    background: linear-gradient(135deg, #2f855a 0%, #22543d 100%);
    box-shadow: 0 6px 16px rgba(56, 161, 105, 0.4);
    text-decoration: none;
}

@media (max-width: 991px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    .pricing-card {
        max-width: 100%;
        width: 100%;
    }
}
