/* Pricing page styles. Extracted from templates/pricing.html. */
/* ── Shell ───────────────────────────────────────────────────────────────── */
.pricing-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 100px;
    overflow-x: hidden;
}

body:has(main.page-shell.pricing-shell),
main.page-shell.pricing-shell {
    width: 100%;
    max-width: none;
    overflow-x: hidden;
}

main.page-shell.pricing-shell {
    margin: 0;
}

.pricing-shell--embedded {
    max-width: none;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0 clamp(16px, 2.4vw, 34px) 56px;
}

.pricing-shell--embedded .px-hero {
    max-width: 860px;
    padding-top: 26px;
}

.pricing-shell--embedded .px-tiers,
.pricing-shell--embedded .px-why-section,
.pricing-shell--embedded .px-vs-strip,
.pricing-shell--embedded .px-credit-table-section,
.pricing-shell--embedded .px-faq-section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */
.px-hero {
    text-align: center;
    padding: 40px 20px 32px;
    max-width: 720px;
    margin: 0 auto;
}
.px-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(242,139,60,0.10);
    border: 1px solid rgba(242,139,60,0.22);
    padding: 5px 14px;
    border-radius: 40px;
    margin-bottom: 24px;
}
.px-hero h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
    color: var(--ink);
}
.px-hero h1 em {
    font-style: normal;
    color: var(--accent);
}
.px-hero .px-subhead {
    font-size: 1.08rem;
    color: var(--muted);
    line-height: 1.65;
    max-width: 620px;
    margin: 0 auto 32px;
}

/* ── Engine stack strip ──────────────────────────────────────────────────── */
.px-engine-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
}
.px-engine-label {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
}
.px-engine-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.px-engine-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    color: rgba(255,255,255,0.6);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 20px;
}
.px-engine-chip--featured {
    background: linear-gradient(135deg, rgba(242,139,60,0.18) 0%, rgba(242,139,60,0.06) 100%);
    border-color: rgba(242,139,60,0.4);
    color: var(--ink);
    font-size: 0.8rem;
    padding: 5px 13px;
}
.px-engine-chip--featured strong { color: var(--accent); }
.px-engine-new {
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--accent);
    color: #111318;
    padding: 1px 5px;
    border-radius: 8px;
    margin-left: 2px;
    vertical-align: middle;
}
.px-engine-slogan {
    font-size: 0.78rem;
    color: var(--muted);
    text-align: center;
    margin: 0;
    line-height: 1.5;
}
.px-engine-slogan em { font-style: normal; color: var(--ink); font-weight: 600; }

/* ── Launch offer ────────────────────────────────────────────────────────── */
.px-launch-offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 18px;
    align-items: stretch;
    margin: 0 auto 44px;
    max-width: 1120px;
}
.px-launch-main,
.px-earn-card {
    border: 1px solid rgba(242,139,60,0.24);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 20%, rgba(242,139,60,0.22), transparent 32%),
        linear-gradient(135deg, rgba(242,139,60,0.12), rgba(255,255,255,0.025));
    box-shadow: 0 18px 70px rgba(0,0,0,0.24);
}
.px-launch-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
    padding: clamp(22px, 4vw, 42px);
}
.px-launch-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: clamp(150px, 18vw, 220px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: #f28b3c;
    color: #111318;
    box-shadow: 0 0 0 10px rgba(242,139,60,0.12), 0 22px 55px rgba(242,139,60,0.24);
}
.px-launch-price span,
.px-launch-price em {
    font-size: clamp(0.68rem, 1vw, 0.82rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}
.px-launch-price strong {
    font-size: clamp(4.8rem, 10vw, 8.6rem);
    font-weight: 950;
    letter-spacing: -0.09em;
    line-height: 0.88;
}
.px-launch-copy h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: clamp(1.55rem, 3vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
}
.px-launch-copy p {
    margin: 0;
    max-width: 620px;
    color: var(--muted);
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.6;
}
.px-earn-card {
    padding: 24px 24px 22px;
}
.px-earn-card summary {
    cursor: pointer;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
    list-style: none;
}
.px-earn-card summary::-webkit-details-marker { display: none; }
.px-earn-card summary::after {
    content: 'Learn more';
    display: inline-flex;
    margin-top: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(242,139,60,0.16);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.px-earn-card[open] summary::after { content: 'Hide details'; }
.px-earn-body {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.px-earn-body p,
.px-earn-body li {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.55;
}
.px-earn-body p { margin: 0 0 10px; }
.px-earn-body ul {
    margin: 0;
    padding-left: 18px;
}
.px-earn-body strong { color: var(--ink); }
@media (max-width: 860px) {
    .px-launch-offer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .px-launch-main { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .px-launch-price { min-width: 170px; }
}

/* ── Free banner ─────────────────────────────────────────────────────────── */
.px-free-banner {
    background: linear-gradient(135deg, rgba(93,232,136,0.08) 0%, rgba(93,232,136,0.02) 100%);
    border: 1px solid rgba(93,232,136,0.18);
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.px-free-banner-icon {
    font-size: 2.4rem;
    flex-shrink: 0;
}
.px-free-banner-text h3 {
    margin: 0 0 6px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #5de888;
}
.px-free-banner-text p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}
.px-free-banner-text strong { color: var(--ink); }
.px-free-tools-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.px-free-tool-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(93,232,136,0.10);
    border: 1px solid rgba(93,232,136,0.15);
    color: #5de888;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
}

/* ── Who it's for bar ────────────────────────────────────────────────────── */
.px-for-bar {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.px-for-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 40px;
    padding: 8px 16px;
    font-size: 0.85rem;
    color: var(--ink);
    font-weight: 500;
}
.px-for-chip .chip-icon { font-size: 1.1rem; }

/* ── Why section ─────────────────────────────────────────────────────────── */
.px-why-section {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 56px;
}
.px-why-section h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.25;
}
.px-why-section h2 em {
    font-style: normal;
    color: var(--accent);
}
.px-why-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 700px) {
    .px-why-cols { grid-template-columns: 1fr; }
    .px-why-section { padding: 24px 18px; }
}
.px-why-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 22px 20px;
}
.px-why-card h4 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
}
.px-why-card p {
    margin: 0;
    font-size: 0.84rem;
    color: var(--muted);
    line-height: 1.6;
}
.px-why-card .why-icon {
    font-size: 1.3rem;
    margin-bottom: 8px;
    display: block;
}
.px-why-footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.86rem;
    color: var(--muted);
    line-height: 1.6;
    text-align: center;
}
.px-why-footer strong { color: var(--ink); }

/* ── Comparison strip ────────────────────────────────────────────────────── */
.px-vs-strip {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 56px;
}
.px-vs-strip-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    gap: 20px;
    flex-wrap: wrap;
}
.px-vs-strip-head h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.25;
}
.px-vs-strip-head p {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0;
    max-width: 380px;
    line-height: 1.5;
}
.px-vs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
    font-size: 0.875rem;
}
.px-vs-table th {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    font-weight: 700;
    padding: 4px 14px 10px;
    text-align: left;
}
.px-vs-table th:not(:first-child) { text-align: center; }
.px-vs-table td {
    padding: 11px 14px;
    background: rgba(255,255,255,0.03);
    vertical-align: middle;
}
.px-vs-table td:first-child { border-radius: 10px 0 0 10px; }
.px-vs-table td:last-child { border-radius: 0 10px 10px 0; }
.px-vs-table td:not(:first-child) { text-align: center; }
.px-vs-table .vs-task { font-weight: 500; color: var(--ink); }
.vs-old {
    color: #f87171;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: rgba(248,113,113,0.35);
}
.vs-time-old { color: #f87171; font-size: 0.78rem; }
.vs-new {
    color: #5de888;
    font-weight: 700;
}
.vs-time-new { color: #5de888; font-size: 0.78rem; }
.vs-note { color: var(--muted); font-size: 0.75rem; display: block; margin-top: 1px; }
@media (max-width: 700px) { .px-vs-strip { padding: 24px 16px; } }

/* ── Scrollable table wrapper (mobile) ───────────────────────── */
.px-table-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to right, transparent 85%, rgba(0,0,0,.25)) no-repeat right center / 60px 100%;
}
@media (max-width: 640px) {
    .pricing-shell { padding-left: 12px; padding-right: 12px; }
    .px-hero { padding: 28px 12px 20px; }
    .px-vs-strip-head h2 { font-size: 1.1rem; }
    .px-vs-table { font-size: 0.78rem; min-width: 540px; }
    .px-vs-table th, .px-vs-table td { padding: 8px 10px; }
    .px-usage-table { font-size: 0.78rem; min-width: 520px; }
    .px-usage-table th, .px-usage-table td { padding: 9px 12px; }
    .px-competitor h2, .px-usage-section h2, .px-faq h2, .px-why-section h2 { font-size: 1.1rem; }
    .px-free-banner { padding: 20px 16px; }
}

/* ── Tier grid ───────────────────────────────────────────────────────────── */
.px-tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-bottom: 56px;
}
@media (max-width: 960px) {
    .px-tiers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
    .px-tiers { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
}
.px-tier {
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: 22px;
    padding: 26px 22px 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.18s, box-shadow 0.18s;
}
.px-tier:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.px-tier.featured {
    border-color: var(--accent);
    background: linear-gradient(148deg, rgba(242,139,60,0.09) 0%, var(--panel) 55%);
    box-shadow: 0 0 0 1px var(--accent), var(--shadow);
}
.px-tier.free-tier {
    border-color: rgba(93,232,136,0.3);
    background: linear-gradient(148deg, rgba(93,232,136,0.06) 0%, var(--panel) 55%);
}
.px-popular-badge {
    position: absolute;
    top: -13px; left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #111318;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.px-tier-name {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    margin: 0 0 6px;
}
.px-tier.free-tier .px-tier-name { color: #5de888; }
.px-tier-pitch {
    font-size: 0.85rem;
    color: var(--muted);
    margin: 0 0 16px;
    line-height: 1.45;
    min-height: 2.6rem;
}
.px-tier-pitch strong { color: var(--ink); }
.px-price-row {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 2px;
}
.px-price-amount {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--ink);
}
.px-price-per { font-size: 0.82rem; color: var(--muted); padding-bottom: 5px; }
.px-vs-sub {
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0 0 16px;
    line-height: 1.4;
}
.px-vs-sub .vs-struck {
    text-decoration: line-through;
    text-decoration-color: rgba(248,113,113,0.4);
    color: #f87171;
}
.px-vs-sub .vs-green { color: #5de888; font-weight: 600; }

/* credit pill */
.px-credit-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 12px;
    padding: 11px 14px;
    margin-bottom: 14px;
}
.px-credit-pill .credit-count {
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--ink);
    line-height: 1;
}
.px-credit-pill .credit-label {
    font-size: 0.7rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 2px;
}
.px-credit-pill .credit-rate {
    text-align: right;
    font-size: 0.75rem;
    color: var(--accent);
    font-weight: 700;
    background: rgba(242,139,60,0.12);
    padding: 4px 10px;
    border-radius: 8px;
}
.px-tier.free-tier .px-credit-pill .credit-rate {
    color: #5de888;
    background: rgba(93,232,136,0.12);
}

/* what you get list */
.px-what-label {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--muted);
    margin: 0 0 8px;
}
.px-make-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.px-make-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--ink);
    line-height: 1.4;
}
.px-make-list li .make-icon { font-size: 0.95rem; flex-shrink: 0; }
.px-make-list li .make-sub { color: var(--muted); font-size: 0.75rem; }

/* feature list */
.px-feature-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 12px 0 0;
    border-top: 1px solid var(--panel-border);
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
}
.px-feature-list li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    color: var(--ink);
}
.px-feature-list li .chk { color: #5de888; font-size: 0.85rem; flex-shrink: 0; }
.px-feature-list li .na  { color: #3a3a3a; font-size: 0.85rem; flex-shrink: 0; }
.px-feature-list li.dim  { color: var(--muted); }

/* CTA */
.px-cta-btn {
    display: block;
    width: 100%;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: background 0.15s, transform 0.12s;
}
.px-tier > form,
.px-tier > .px-cta-btn {
    margin-top: auto !important;
}
.px-cta-btn:active { transform: scale(0.98); }
.px-cta-btn.primary { background: var(--accent); color: #111318; }
.px-cta-btn.primary:hover { background: var(--accent-dark); }
.px-cta-btn.secondary { background: rgba(255,255,255,0.07); color: var(--ink); border: 1px solid rgba(255,255,255,0.13); }
.px-cta-btn.secondary:hover { background: rgba(255,255,255,0.11); }
.px-cta-btn.free-btn { background: rgba(93,232,136,0.12); color: #5de888; border: 1px solid rgba(93,232,136,0.2); }
.px-cta-btn.free-btn:hover { background: rgba(93,232,136,0.18); }

/* ── Competitor comparison ───────────────────────────────────────────────── */
.px-competitor {
    margin-bottom: 56px;
}
.px-competitor h2 {
    font-size: 1.3rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 6px;
}
.px-competitor .px-comp-sub {
    text-align: center;
    color: var(--muted);
    font-size: 0.87rem;
    margin: 0 0 28px;
    line-height: 1.5;
}
.px-comp-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07);
}
.px-comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
    min-width: 600px;
}
.px-comp-table thead tr { background: rgba(255,255,255,0.04); }
.px-comp-table th {
    padding: 13px 16px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.px-comp-table th:first-child { text-align: left; }
.px-comp-table th.col-us {
    color: var(--accent);
    background: rgba(242,139,60,0.06);
}
.px-comp-table td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: var(--ink);
    vertical-align: middle;
}
.px-comp-table td:first-child { text-align: left; font-weight: 500; }
.px-comp-table td.col-us {
    background: rgba(242,139,60,0.04);
    font-weight: 700;
    color: var(--accent);
}
.px-comp-table tr:last-child td { border-bottom: none; }
.comp-check { color: #5de888; font-size: 1rem; }
.comp-cross { color: #444; font-size: 1rem; }
.comp-partial { color: #f5a623; font-size: 0.8rem; }
.comp-note { font-size: 0.72rem; color: var(--muted); display: block; }

/* ── Workflow cost table ─────────────────────────────────────────────────── */
.px-usage-section { margin-bottom: 56px; }
.px-usage-section h2 {
    font-size: 1.3rem; font-weight: 800;
    text-align: center; margin: 0 0 6px;
}
.px-usage-section .px-usage-sub {
    text-align: center; color: var(--muted);
    font-size: 0.87rem; margin: 0 0 26px; line-height: 1.5;
}
.px-usage-table {
    width: 100%; border-collapse: collapse; font-size: 0.86rem;
    border-radius: 16px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.07);
}
.px-usage-table th {
    font-size: 0.7rem; text-transform: uppercase;
    letter-spacing: 0.1em; color: var(--muted);
    font-weight: 700; padding: 11px 16px;
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    text-align: left;
}
.px-usage-table th:not(:first-child) { text-align: center; }
.px-usage-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: var(--ink); vertical-align: middle;
}
.px-usage-table td:not(:first-child) { text-align: center; }
.px-usage-table tr:last-child td { border-bottom: none; }
.px-usage-table .td-kind { font-size: 0.72rem; color: var(--muted); display: block; margin-top: 1px; }
.credits-chip {
    display: inline-flex; align-items: center; gap: 3px;
    background: rgba(242,139,60,0.12); color: var(--accent);
    border-radius: 7px; padding: 3px 9px;
    font-weight: 700; font-size: 0.83rem;
}
.credits-chip.free { background: rgba(93,232,136,0.10); color: #5de888; }
.credits-chip.premium-credits { background: rgba(212,175,55,0.15); color: #D4AF37; }
.td-premium-tag {
    display: inline-flex; align-items: center;
    font-size: 0.52rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
    background: linear-gradient(135deg, #D4AF37 0%, #E8CC6E 50%, #D4AF37 100%);
    color: #1a1400; padding: 1px 6px; border-radius: 10px; margin-left: 6px;
    vertical-align: middle; line-height: 1.6;
}
.td-category {
    background: rgba(255,255,255,0.04) !important;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
    padding: 9px 16px !important;
}
.td-category.cat-free { color: #5de888; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.px-faq { max-width: 700px; margin: 0 auto 56px; }
.px-faq h2 { font-size: 1.3rem; font-weight: 800; text-align: center; margin: 0 0 26px; }
.px-faq details { border-bottom: 1px solid var(--panel-border); padding: 14px 0; }
.px-faq details summary {
    cursor: pointer; font-weight: 600; font-size: 0.93rem;
    color: var(--ink); list-style: none;
    display: flex; justify-content: space-between;
    align-items: center; gap: 12px; user-select: none;
}
.px-faq details summary::after {
    content: '+'; font-size: 1.2rem;
    color: var(--accent); flex-shrink: 0; transition: transform 0.2s;
}
.px-faq details[open] summary::after { transform: rotate(45deg); }
.px-faq details p { margin: 10px 0 4px; color: var(--muted); font-size: 0.87rem; line-height: 1.65; }

/* ── Footer note ─────────────────────────────────────────────────────────── */
.px-footer-note {
    text-align: center; color: var(--muted);
    font-size: 0.77rem; line-height: 1.75;
}
