/* ================================================================
   home-pricing.css  ·  Aura Design System — Pricing Page
   ================================================================ */

/* ── Hero ────────────────────────────────────────────────────── */
.prx-hero {
    position: relative;
    padding: 5.5rem 0 4rem;
    background: var(--aura-bg);
    overflow: hidden;
    text-align: center;
}
.prx-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem) !important;
    margin-bottom: 1.25rem;
}
.prx-orb-1 {
    width: 640px; height: 640px;
    background: radial-gradient(circle, rgba(99,102,241,.36) 0%, transparent 70%);
    top: -200px; left: -140px; filter: blur(90px);
}
.prx-orb-2 {
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(167,139,250,.26) 0%, transparent 70%);
    top: 10%; right: -100px; filter: blur(80px);
}

/* ── Plans section ───────────────────────────────────────────── */
.prx-plans-section {
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.prx-orb-plans {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(99,102,241,.14) 0%, transparent 70%);
    bottom: -200px; left: 50%; transform: translateX(-50%);
    filter: blur(100px);
}

/* Yearly note under price */
.prx-yearly-note {
    font-size: .78rem;
    color: rgba(99,102,241,.8);
    min-height: 1.25em;
    margin-bottom: .5rem;
    transition: opacity .2s;
}

/* ── Guarantee strip ─────────────────────────────────────────── */
.prx-guarantee-strip {
    background: var(--aura-bg-2);
    border-top: 1px solid var(--aura-border);
    border-bottom: 1px solid var(--aura-border);
    padding: 3.5rem 0;
}
.prx-guarantee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}
.prx-guarantee-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px; height: 54px;
    border-radius: 14px;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.prx-guarantee-title {
    font-size: .975rem;
    font-weight: 700;
    color: var(--aura-text);
    margin-bottom: .4rem;
}
.prx-guarantee-sub {
    font-size: .83rem;
    line-height: 1.65;
    color: var(--aura-muted);
    max-width: 260px;
}

/* ── Feature comparison table ────────────────────────────────── */
.prx-compare-wrap {
    border-radius: var(--aura-radius);
    overflow: hidden;
    border: 1px solid var(--aura-border);
}
.prx-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,.02);
    font-size: .875rem;
}
.prx-compare-table thead {
    background: rgba(99,102,241,.08);
    border-bottom: 1px solid rgba(99,102,241,.18);
}
.prx-compare-table th {
    padding: 1rem 1.1rem;
    font-size: .8rem;
    font-weight: 700;
    color: var(--aura-muted);
    letter-spacing: .03em;
    vertical-align: middle;
}
.prx-th-feature { text-align: left; min-width: 200px; }
.prx-th-plan-name {
    font-size: .82rem;
    font-weight: 700;
    color: var(--aura-muted);
}
.prx-compare-table td {
    padding: .8rem 1.1rem;
    color: var(--aura-text);
    border-bottom: 1px solid rgba(255,255,255,.04);
    vertical-align: middle;
}
.prx-compare-table tr:last-child td { border-bottom: none; }
.prx-compare-table tbody tr:hover td { background: rgba(255,255,255,.02); }

/* Featured column highlight */
.prx-col-featured {
    background: rgba(99,102,241,.05) !important;
}
.prx-compare-table thead .prx-col-featured {
    background: rgba(99,102,241,.12) !important;
}

.prx-compare-val {
    font-weight: 700;
    font-size: .9rem;
    color: #fff;
}
.prx-icon-yes {
    color: #4ade80;
    font-size: 1rem;
}
.prx-icon-no {
    color: rgba(148,163,184,.35);
    font-size: 1.1rem;
}
.prx-td-icon {
    font-size: .8rem;
    color: var(--aura-muted);
    flex-shrink: 0;
}

/* Group header rows */
.prx-group-row td {
    background: rgba(99,102,241,.06) !important;
    padding: .55rem 1.1rem;
    border-bottom: 1px solid rgba(99,102,241,.1) !important;
}
.prx-group-label {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(99,102,241,.8);
}

/* Add-on badge */
.prx-addon-badge {
    display: inline-block;
    padding: .1rem .45rem;
    border-radius: 4px;
    background: rgba(245,158,11,.12);
    border: 1px solid rgba(245,158,11,.25);
    font-size: .65rem;
    font-weight: 700;
    color: #fbbf24;
    letter-spacing: .04em;
    white-space: nowrap;
}

/* CTA row at bottom of comparison */
.prx-cta-row td {
    padding: 1.25rem 1.1rem !important;
    background: rgba(255,255,255,.02) !important;
    border-top: 1px solid var(--aura-border) !important;
    border-bottom: none !important;
}
.prx-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 1.25rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    background: var(--aura-surface);
    color: var(--aura-text);
    border: 1px solid var(--aura-border);
    text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
    min-height: 36px;
    white-space: nowrap;
}
.prx-cta-link:hover {
    background: rgba(255,255,255,.09);
    border-color: rgba(255,255,255,.2);
    color: #fff;
}
.prx-cta-featured {
    background: linear-gradient(135deg, #6366f1, #4f46e5) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(99,102,241,.35);
}
.prx-cta-featured:hover {
    box-shadow: 0 6px 24px rgba(99,102,241,.55);
    color: #fff !important;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .prx-hero { padding: 3.5rem 0 2.75rem; }
    .prx-plans-section { padding-top: 1rem; padding-bottom: 3.5rem; }
    .prx-guarantee-strip { padding: 2.5rem 0; }
    .prx-guarantee-sub { max-width: none; }
}
@media (max-width: 767.98px) {
    .prx-hero-title { font-size: 1.875rem !important; }
    /* Hide all plan columns except the featured one and the first */
    .prx-compare-table th:not(.prx-col-featured):not(.prx-th-feature):not(:nth-child(2)),
    .prx-compare-table td:not(.prx-col-featured):not(.prx-th-feature):not(:nth-child(2)) {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .prx-hero { padding: 2.75rem 0 2rem; }
    .prx-guarantee-item { padding: 0; }
}
