/* ══════════════════════════════════════════
   PRICING PAGE  — pricing.css
   Matches dark site theme (home/mrs/pos/inv)
   Prefix: prx-
══════════════════════════════════════════ */

/* ─── HERO (removed — merged into prx-cards) ─── */
.prx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22,163,74,0.08);
    border: 1px solid rgba(22,163,74,0.2);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #22C55E;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.prx-h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.16;
    color: #fff;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
}
.prx-h1 .grad {
    background: linear-gradient(135deg, #22C55E, #16A34A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.prx-hero-sub {
    font-size: 1.05rem;
    color: #8B92AA;
    line-height: 1.78;
    margin-bottom: 32px;
    font-weight: 500;
}
.prx-hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.prx-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #6B7280;
}
.prx-trust-item i { color: #22C55E; }

/* ─── BILLING TOGGLE ─── */
.prx-toggle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 50px;
    padding: 8px 22px;
    backdrop-filter: blur(8px);
}
.prx-toggle-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #4B5563;
    cursor: pointer;
    user-select: none;
    transition: color .2s;
    white-space: nowrap;
}
.prx-toggle-label.active { color: #fff; }
.prx-toggle-switch {
    position: relative;
    width: 48px; height: 26px;
    cursor: pointer;
    flex-shrink: 0;
}
.prx-toggle-switch input {
    opacity: 0; width: 0; height: 0; position: absolute;
}
.prx-toggle-track {
    position: absolute;
    inset: 0;
    background: rgba(22,163,74,0.4);
    border-radius: 50px;
    border: 1px solid rgba(22,163,74,0.5);
    transition: background .25s;
}
.prx-toggle-thumb {
    position: absolute;
    top: 3px; left: 3px;
    width: 20px; height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform .25s;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.prx-toggle-switch input:checked ~ .prx-toggle-track {
    background: #16A34A;
    border-color: #22C55E;
}
.prx-toggle-switch input:checked ~ .prx-toggle-thumb { transform: translateX(22px); }
.prx-save-pill {
    background: rgba(22,163,74,0.15);
    border: 1px solid rgba(22,163,74,0.3);
    color: #22C55E;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 50px;
    letter-spacing: .3px;
}

/* ─── PRICING CARDS SECTION (merged with hero) ─── */
.prx-cards {
    padding: 130px 0 100px;
    background: #000;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.prx-cards::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 500px at 50% 30%, rgba(22,163,74,0.07) 0%, transparent 70%);
    pointer-events: none;
}
.prx-cards-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.prx-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 60px;
}
.prx-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px 28px 36px;
    position: relative;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.prx-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.13);
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.prx-card--popular {
    border-color: rgba(34,197,94,0.35);
    background: rgba(22,163,74,0.04);
    box-shadow: 0 0 0 1px rgba(34,197,94,0.15), 0 20px 60px rgba(0,0,0,.5);
}
.prx-card--popular:hover {
    border-color: rgba(34,197,94,0.55);
    box-shadow: 0 0 0 1px rgba(34,197,94,0.25), 0 28px 70px rgba(0,0,0,.55);
}
.prx-popular-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #16A34A, #22C55E);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 18px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: .4px;
    box-shadow: 0 4px 16px rgba(22,163,74,.4);
}
.prx-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.prx-badge--free {
    background: rgba(22,163,74,0.08);
    border: 1px solid rgba(22,163,74,0.2);
    color: #22C55E;
}
.prx-badge--popular {
    background: rgba(22,163,74,0.12);
    border: 1px solid rgba(34,197,94,0.3);
    color: #4ADE80;
}
.prx-badge--business {
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.2);
    color: #60A5FA;
}
.prx-plan-name {
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 7px;
}
.prx-plan-desc {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 24px;
}
.prx-price-wrap { margin-bottom: 24px; }
.prx-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.prx-price sup {
    font-size: 1.3rem;
    font-weight: 700;
    vertical-align: super;
    font-size: 1.1rem;
}
.prx-price-note {
    font-size: 12.5px;
    color: #4B5563;
    font-weight: 500;
    margin-top: 5px;
}
.prx-yearly-note {
    font-size: 12px;
    color: #22C55E;
    font-weight: 600;
    margin-top: 4px;
    display: none;
}
.billing-yearly .prx-yearly-note { display: block; }
.billing-yearly .prx-monthly-note { display: none; }
.prx-monthly-note { display: block; }

.prx-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin: 22px 0;
}
.prx-feat-section-label {
    font-size: 10.5px;
    font-weight: 800;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 12px;
}
.prx-feat-list {
    list-style: none;
    padding: 0; margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.prx-feat-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #D5DFE8;
    line-height: 1.4;
}
.prx-feat-list li .fi-check {
    color: #22C55E;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}
.prx-feat-list li .fi-x {
    color: rgba(255,255,255,0.15);
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}
.prx-feat-list li.not-inc {
    color: #374151;
}
.prx-btn-primary {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #16A34A, #15803D);
    color: #fff;
    box-shadow: 0 8px 28px rgba(22,163,74,.3);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .25s;
}
.prx-btn-primary:hover {
    background: linear-gradient(135deg, #22C55E, #15803D);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(22,163,74,.4);
    color: #fff;
    text-decoration: none;
}
.prx-btn-ghost {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: rgba(255,255,255,0.05);
    color: #D5DFE8;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all .25s;
}
.prx-btn-ghost:hover {
    background: rgba(22,163,74,0.08);
    border-color: rgba(22,163,74,0.3);
    color: #22C55E;
    transform: translateY(-1px);
    text-decoration: none;
}

/* ─── COMPARISON TABLE ─── */
.prx-compare { background: #080810; padding: 100px 0; }
.prx-compare-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}
.prx-table-wrap {
    margin-top: 48px;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}
.prx-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}
.prx-table thead {
    background: rgba(22,163,74,0.08);
}
.prx-table thead th {
    padding: 18px 20px;
    font-size: 13px;
    font-weight: 800;
    color: #D5DFE8;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    letter-spacing: .2px;
}
.prx-table thead th:first-child {
    text-align: left;
    width: 38%;
    color: #6B7280;
}
.prx-table thead th.th-popular { color: #22C55E; }
.prx-table tbody tr { border-bottom: 1px solid rgba(255,255,255,0.05); }
.prx-table tbody tr:last-child { border-bottom: none; }
.prx-table tbody tr:hover td { background: rgba(255,255,255,0.02); }
.prx-table tbody td {
    padding: 14px 20px;
    font-size: 13px;
    color: #D5DFE8;
    text-align: center;
}
.prx-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #8B92AA;
}
.prx-check { color: #22C55E; font-size: 17px; }
.prx-cross { color: rgba(255,255,255,0.15); font-size: 14px; }
.prx-cell-txt {
    font-size: 12px;
    font-weight: 700;
    color: #6B7280;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}
.prx-cell-txt.green { color: #22C55E; background: rgba(22,163,74,0.08); border-color: rgba(22,163,74,0.18); }

/* ─── WHY FREE ─── */
.prx-why { background: #000; padding: 100px 0; }
.prx-why-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.prx-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 56px;
}
.prx-why-card {
    padding: 28px 22px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    text-align: center;
    transition: all .25s;
    cursor: default;
}
.prx-why-card:hover {
    border-color: rgba(22,163,74,0.25);
    background: rgba(22,163,74,0.04);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.prx-why-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(22,163,74,0.1);
    border: 1px solid rgba(22,163,74,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    color: #22C55E;
    margin: 0 auto 16px;
}
.prx-why-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}
.prx-why-desc {
    font-size: 12.5px;
    color: #6B7280;
    line-height: 1.6;
}

/* ─── FAQ ─── */
.prx-faq { background: #080810; padding: 100px 0; }
.prx-faq-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.prx-faq-list {
    margin-top: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.prx-faq-item {
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .2s;
}
.prx-faq-item.open { border-color: rgba(22,163,74,0.3); }
.prx-faq-q {
    width: 100%;
    background: rgba(255,255,255,0.02);
    border: none;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    gap: 16px;
    transition: background .2s;
}
.prx-faq-q:hover { background: rgba(22,163,74,0.04); }
.prx-faq-q i { color: #22C55E; font-size: 16px; flex-shrink: 0; transition: transform .3s; }
.prx-faq-item.open .prx-faq-q i { transform: rotate(45deg); }
.prx-faq-a {
    display: none;
    padding: 14px 20px 18px;
    font-size: 13.5px;
    color: #8B92AA;
    line-height: 1.75;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.prx-faq-item.open .prx-faq-a { display: block; }

/* ─── FINAL CTA ─── */
.prx-cta {
    background: #000;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.prx-cta::before {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22,163,74,0.1) 0%, transparent 65%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.prx-cta-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* ─── RESPONSIVE ─── */
@media(max-width:1024px) {
    .prx-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .prx-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:768px) {
    .prx-hero { padding: 100px 0 60px; }
    .prx-cards { padding: 70px 0; }
    .prx-compare, .prx-why, .prx-faq, .prx-cta { padding: 70px 0; }
    .prx-cards-grid { grid-template-columns: 1fr; }
    .prx-toggle-wrap { gap: 10px; padding: 8px 16px; }
}
@media(max-width:576px) {
    .prx-hero-trust { gap: 12px; }
    .prx-why-grid { grid-template-columns: 1fr; }
}
