/* Pricing */
.pr-body { padding: 2.5rem 0 4rem; }
.pr-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2rem;
    align-items: start;
}
@media (max-width: 1024px) {
    .pr-layout { grid-template-columns: 1fr; }
}

.pr-intro {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.5rem 1.75rem;
    margin-bottom: 1.75rem; box-shadow: var(--shadow);
}
.pr-intro p { color: var(--muted); line-height: 1.7; font-size: .95rem; }

.pr-highlight {
    display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.35rem; margin-bottom: 2rem;
    background: rgba(206,254,36,.08); border: 1px solid rgba(206,254,36,.2);
    border-radius: var(--radius-lg);
}
.pr-highlight strong {
    font-family: 'Outfit', sans-serif;
    font-size: .95rem; color: #2d6b4f;
}
.pr-highlight span {
    font-size: .84rem; color: var(--muted);
}

.pr-billing {
    display: flex; align-items: center; justify-content: center;
    gap: .75rem; margin-bottom: 2rem;
}
.pr-billing-label {
    font-size: .88rem; font-weight: 600; color: var(--muted);
    cursor: pointer; transition: color .2s;
}
.pr-billing-label.on { color: var(--ink); }
.pr-billing-switch {
    width: 52px; height: 28px; border-radius: 999px;
    background: var(--ink); border: none; cursor: pointer;
    position: relative; transition: background .2s;
}
.pr-billing-switch::after {
    content: ''; position: absolute; top: 3px; left: 3px;
    width: 22px; height: 22px; border-radius: 50%;
    background: #fff; transition: transform .25s;
}
.pr-billing-switch.annual::after { transform: translateX(24px); }
.pr-billing-save {
    padding: .25rem .55rem; border-radius: 999px;
    background: var(--accent-soft); color: var(--accent);
    font-size: .72rem; font-weight: 700;
}

.pr-plans {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 900px) { .pr-plans { grid-template-columns: 1fr; } }

.pr-plan {
    padding: 1.75rem 1.5rem;
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); box-shadow: var(--shadow);
    display: flex; flex-direction: column;
}
.pr-plan.featured {
    border-color: var(--accent);
    box-shadow: 0 12px 40px rgba(206,254,36,.14);
    position: relative;
}
.pr-plan-badge {
    display: inline-block; align-self: flex-start;
    padding: .22rem .6rem; border-radius: 999px;
    background: var(--accent-soft); color: var(--accent);
    font-size: .65rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em;
    margin-bottom: .75rem;
}
.pr-plan h3 {
    font-size: 1.15rem; font-weight: 800; margin-bottom: .35rem;
}
.pr-plan-tagline {
    font-size: .82rem; color: var(--muted);
    line-height: 1.5; margin-bottom: 1.25rem; min-height: 2.5em;
}
.pr-plan-price {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem; font-weight: 800;
    color: var(--ink); line-height: 1;
    margin-bottom: .25rem;
}
.pr-plan-price span {
    font-size: .9rem; font-weight: 500; color: var(--muted);
}
.pr-plan-period {
    font-size: .78rem; color: var(--muted); margin-bottom: 1.25rem;
}
.pr-plan ul {
    margin: 0 0 1.5rem; padding: 0; list-style: none; flex: 1;
}
.pr-plan li {
    font-size: .84rem; color: var(--text);
    padding: .4rem 0 .4rem 1.5rem;
    position: relative; line-height: 1.45;
    border-bottom: 1px solid var(--line);
}
.pr-plan li:last-child { border-bottom: none; }
.pr-plan li::before {
    content: '✓'; position: absolute; left: 0;
    color: var(--accent); font-weight: 800; font-size: .75rem;
}
.pr-plan li.off {
    color: var(--muted); text-decoration: line-through;
    opacity: .65;
}
.pr-plan li.off::before { content: '—'; color: var(--muted); }
.pr-plan-cta {
    display: inline-flex; justify-content: center; align-items: center;
    padding: .75rem 1.25rem; border-radius: 999px;
    text-decoration: none; font-weight: 700; font-size: .88rem;
    border: 1px solid var(--line); background: var(--surface-2);
    color: var(--text); transition: all .2s;
}
.pr-plan.featured .pr-plan-cta {
    background: var(--accent); border-color: var(--accent); color: #272824;
}
.pr-plan-cta:hover { border-color: var(--accent); color: var(--accent); }
.pr-plan.featured .pr-plan-cta:hover { filter: brightness(1.05); color: #272824; }

.pr-section-title {
    font-size: 1.1rem; font-weight: 800;
    letter-spacing: -.02em; margin-bottom: 1rem;
}

.pr-compare-wrap {
    overflow-x: auto;
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); margin-bottom: 2.5rem;
    box-shadow: var(--shadow);
}
.pr-compare {
    width: 100%; min-width: 640px;
    border-collapse: collapse; font-size: .84rem;
}
.pr-compare th,
.pr-compare td {
    padding: .9rem 1rem; text-align: center;
    border-bottom: 1px solid var(--line);
}
.pr-compare th:first-child,
.pr-compare td:first-child {
    text-align: left; font-weight: 600;
    color: var(--text);
}
.pr-compare thead th {
    background: var(--surface-2);
    font-size: .78rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .04em;
}
.pr-compare thead th.featured {
    background: var(--accent-soft); color: var(--accent);
}
.pr-compare tr:last-child td { border-bottom: none; }
.pr-compare .yes { color: var(--accent); font-weight: 800; }
.pr-compare .no { color: var(--muted); }

.pr-addons {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 800px) { .pr-addons { grid-template-columns: 1fr; } }
.pr-addon {
    padding: 1.25rem 1.35rem;
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius);
}
.pr-addon h4 { font-size: .9rem; font-weight: 700; margin-bottom: .35rem; }
.pr-addon-price {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem; font-weight: 800;
    color: var(--accent); margin-bottom: .5rem;
}
.pr-addon p {
    font-size: .82rem; color: var(--muted); line-height: 1.55; margin: 0;
}

.pr-notes {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 600px) { .pr-notes { grid-template-columns: 1fr; } }
.pr-note {
    padding: 1.2rem 1.35rem;
    background: var(--surface-2); border: 1px solid var(--line);
    border-radius: var(--radius);
}
.pr-note h4 { font-size: .88rem; font-weight: 700; margin-bottom: .4rem; }
.pr-note p { font-size: .84rem; color: var(--muted); line-height: 1.55; margin: 0; }

.pr-faq { display: flex; flex-direction: column; gap: .65rem; }
.pr-faq-item {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); overflow: hidden;
}
.pr-faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    gap: 1rem; padding: 1rem 1.15rem; border: none; background: transparent;
    text-align: left; font: inherit; font-size: .92rem; font-weight: 600;
    cursor: pointer;
}
.pr-faq-q:hover { background: var(--surface-2); }
.pr-faq-q svg { flex-shrink: 0; transition: transform .25s; color: var(--muted); }
.pr-faq-item.open .pr-faq-q svg { transform: rotate(180deg); }
.pr-faq-a {
    display: none; padding: 0 1.15rem 1rem;
    font-size: .88rem; color: var(--muted); line-height: 1.65;
}
.pr-faq-item.open .pr-faq-a { display: block; }
.pr-faq-a a { color: var(--accent); }

.pr-sidebar { position: sticky; top: 5.5rem; }
@media (max-width: 1024px) { .pr-sidebar { position: static; order: -1; } }
.pr-side-card {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.25rem;
    margin-bottom: 1rem; box-shadow: var(--shadow);
}
.pr-side-card h3 {
    font-size: .72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .1em;
    color: var(--accent); margin-bottom: .85rem;
}
.pr-side-links { display: flex; flex-direction: column; gap: .4rem; }
.pr-side-links a {
    font-size: .86rem; color: var(--muted); text-decoration: none;
}
.pr-side-links a:hover { color: var(--accent); }
.pr-side-cta {
    background: linear-gradient(135deg, var(--ink), #1a2820);
    border: none; color: #fff; text-align: center;
}
.pr-side-cta p {
    font-size: .84rem; color: rgba(255,255,255,.6);
    margin: .45rem 0 1rem; line-height: 1.55;
}
.pr-side-cta .btn {
    display: inline-flex; padding: .65rem 1.15rem;
    border-radius: 999px; background: var(--accent);
    color: #272824; text-decoration: none; font-weight: 600;
    font-size: .84rem;
}
