body { font-family: Vazirmatn, Tahoma, 'Segoe UI', sans-serif; }

.pr-hero {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 45%, #1e293b 100%);
    color: #fff;
    padding: 4rem 0 3.5rem;
}

/* Plan cards */
.pr-plan-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.pr-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.pr-plan-card.featured {
    border-color: #f59e0b;
    box-shadow: 0 12px 32px rgba(245,158,11,.15);
}
.pr-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    padding: .25rem 1rem;
    border-radius: 50px;
    white-space: nowrap;
}
.pr-plan-name { font-size: 1.35rem; font-weight: 900; color: #0f172a; margin-bottom: .25rem; }
.pr-plan-tag { font-size: .85rem; color: #64748b; margin-bottom: 1rem; }
.pr-plan-price {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0d9488;
    line-height: 1.2;
}
.pr-plan-price small { font-size: .75rem; font-weight: 600; color: #94a3b8; }
.pr-value-row { margin: .5rem 0 1rem; font-size: .8rem; }
.pr-value-old { text-decoration: line-through; color: #94a3b8; margin-left: .5rem; }
.pr-value-save { color: #059669; font-weight: 700; }
.pr-includes {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    flex: 1;
    font-size: .82rem;
    color: #475569;
    line-height: 1.75;
}
.pr-includes li i { color: #0d9488; margin-left: .4rem; }
.pr-ideal {
    font-size: .75rem;
    color: #64748b;
    border-top: 1px dashed #e2e8f0;
    padding-top: .75rem;
    margin-bottom: 1rem;
}

.pr-enterprise {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
}

/* Comparison */
.pr-compare { max-width: 900px; }
.pr-compare-box {
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    height: 100%;
    border: 2px solid #e2e8f0;
    background: #fff;
}
.pr-compare-box.muted { opacity: .92; }
.pr-compare-box.highlight {
    border-color: #0d9488;
    background: #f0fdfa;
}
.pr-compare-price {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: .75rem;
}

/* Packs */
.pr-pack-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
    transition: box-shadow .2s;
}
.pr-pack-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.pr-pack-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: .65rem;
    font-weight: 800;
    background: #fef3c7;
    color: #b45309;
    padding: .15rem .5rem;
    border-radius: 50px;
}
.pr-pack-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: .75rem;
}
.pr-pack-items {
    list-style: none;
    padding: 0;
    margin: .75rem 0 0;
    color: #64748b;
}
.pr-pack-items li::before { content: '• '; color: #0d9488; }
.pr-pack-prices { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.pr-pack-price { font-weight: 900; font-size: 1.1rem; color: #0d9488; }
.pr-pack-save {
    font-size: .68rem;
    font-weight: 700;
    background: #d1fae5;
    color: #065f46;
    padding: .15rem .5rem;
    border-radius: 50px;
}
.pr-pack-monthly { color: #b45309; }

/* AI tables */
.pr-table { margin-bottom: 0; font-size: .9rem; }
.pr-table thead { background: #f8fafc; }
.pr-table-monthly thead { background: #fffbeb; }

/* CTA */
.pr-cta {
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    color: #fff;
}

@media (max-width: 768px) {
    .pr-plan-price { font-size: 1.4rem; }
    .pr-compare-price { font-size: 1.25rem; }
}

/* Commerce sales offer (model 2) */
.pr-sales-offer {
    padding: 4rem 0;
    background: linear-gradient(180deg, #faf5ff 0%, #fff 40%, #f0fdfa 100%);
}
.pr-sales-offer--compact { padding: 2.5rem 0; }
.pr-sales-badge {
    display: inline-block;
    background: #ede9fe;
    color: #6d28d9;
    font-size: .72rem;
    font-weight: 800;
    padding: .3rem .85rem;
    border-radius: 50px;
    margin-bottom: .75rem;
}
.pr-sales-title { font-size: clamp(1.35rem, 3vw, 1.85rem); font-weight: 900; color: #1e293b; margin-bottom: .35rem; }
.pr-sales-sub { color: #64748b; max-width: 640px; margin: 0 auto 2rem; font-size: .92rem; }
.pr-sales-bundles { display: flex; flex-direction: column; gap: .75rem; }
.pr-sales-bundle {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
}
.pr-sales-bundle__head { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .5rem; }
.pr-sales-bundle__icon {
    width: 42px; height: 42px; border-radius: 12px;
    background: #f5f3ff; color: #7c3aed;
    display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0;
}
.pr-sales-bundle__title { font-size: .92rem; font-weight: 800; color: #0f172a; margin: 0 0 .15rem; }
.pr-sales-bundle__price { font-size: .95rem; font-weight: 900; color: #0d9488; }
.pr-sales-bundle__price small { font-size: .72rem; font-weight: 600; color: #94a3b8; }
.pr-sales-bundle__list {
    list-style: none; padding: 0; margin: 0;
    font-size: .78rem; color: #64748b; line-height: 1.65;
}
.pr-sales-bundle__list li i { color: #0d9488; margin-left: .35rem; }
.pr-sales-summary {
    background: #fff;
    border: 2px solid #c4b5fd;
    border-radius: 20px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 12px 40px rgba(109, 40, 217, .1);
}
.pr-sales-row {
    display: flex; justify-content: space-between; align-items: baseline; gap: .75rem;
    padding: .65rem 0; border-bottom: 1px dashed #e2e8f0;
    font-size: .84rem; color: #475569;
}
.pr-sales-row strong { font-size: .95rem; color: #0f172a; white-space: nowrap; }
.pr-sales-row strong small { font-size: .68rem; font-weight: 600; color: #94a3b8; }
.pr-sales-row--discount strong { color: #059669; }
.pr-sales-row--final {
    border-bottom: 0; border-top: 2px solid #7c3aed;
    margin-top: .35rem; padding-top: .85rem;
    font-weight: 800; color: #5b21b6;
}
.pr-sales-row--final strong { font-size: 1.25rem; color: #6d28d9; }
.pr-sales-checks { list-style: none; padding: 0; margin: 1rem 0 0; color: #64748b; }
.pr-sales-checks li i { color: #0d9488; margin-left: .35rem; }
.pr-sales-note { max-width: 100%; }
