/* Selpho — Pricing */
.pr-hero { padding: 3.5rem 0 1.5rem; text-align: center; background: radial-gradient(60% 80% at 50% 0%, var(--brand-glow), transparent 65%); }
.pr-hero .h-kicker { text-align: center; }
.pr-hero h1 { font-family: var(--font-head); font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 700; letter-spacing: -0.035em; line-height: 1.1; color: var(--text-1); margin: 0.5rem 0 0.85rem; }
.pr-hero p { max-width: 580px; margin: 0 auto; font-size: 1.05rem; line-height: 1.6; color: var(--text-2); }

.pr-main { padding-bottom: 3.5rem; }
.pr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; max-width: 760px; margin: 1.5rem auto 0; align-items: start; }
.pr-card { position: relative; display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.9rem 1.6rem; box-shadow: var(--shadow-sm); }
.pr-card-pro { border-color: var(--brand); box-shadow: 0 12px 40px -12px rgba(124,58,237,0.4); }
.pr-ribbon { position: absolute; top: -0.7rem; right: 1.4rem; background: var(--brand); color: #fff; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.28rem 0.7rem; border-radius: 99px; }
.pr-card-head h2 { font-family: var(--font-head); font-size: 1.25rem; font-weight: 700; color: var(--text-1); margin-bottom: 0.4rem; }
.pr-price { display: flex; align-items: baseline; gap: 0.4rem; margin: 0.3rem 0 0.2rem; }
.pr-amt { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; letter-spacing: -0.03em; color: var(--text-1); line-height: 1; }
.pr-per { font-size: 0.9rem; color: var(--text-3); font-weight: 500; }
.pr-trial { font-size: 0.82rem; color: var(--brand); background: var(--brand-glow); border-radius: 8px; padding: 0.4rem 0.6rem; margin: 0.35rem 0 0.15rem; display: inline-block; }
.pr-trial strong { font-weight: 700; }
.pr-blurb { font-size: 0.9rem; line-height: 1.55; color: var(--text-2); margin: 0.75rem 0 1.2rem; }
.pr-btn { display: block; text-align: center; font-weight: 600; font-size: 0.95rem; padding: 0.8rem 1rem; border-radius: 12px; transition: transform 0.15s var(--ease), box-shadow 0.15s, background 0.15s; }
.pr-btn:hover { transform: translateY(-2px); }
.pr-btn-solid { background: var(--brand); color: #fff; box-shadow: 0 8px 22px -8px rgba(124,58,237,0.6); }
.pr-btn-ghost { background: var(--bg-2); color: var(--text-1); border: 1px solid var(--border-2); }
.pr-current { text-align: center; font-size: 0.82rem; color: var(--brand); font-weight: 600; margin-top: 0.6rem; }
.pr-feats { list-style: none; margin: 1.3rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.pr-feats li { font-size: 0.9rem; line-height: 1.4; color: var(--text-2); display: flex; align-items: flex-start; gap: 0.6rem; }
.pr-feats li i { color: var(--brand); font-size: 0.78rem; margin-top: 0.22rem; flex-shrink: 0; }
.pr-note { max-width: 620px; margin: 1.6rem auto 0; text-align: center; font-size: 0.82rem; color: var(--text-3); line-height: 1.6; }

.pr-compare { max-width: 760px; margin: 3rem auto 0; }
.pr-compare h2 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; color: var(--text-1); margin-bottom: 1rem; text-align: center; }
.pr-table th:first-child { width: 52%; }
.pr-table thead th { text-align: left; }
.pr-table thead th:not(:first-child), .pr-table td:not(:first-child) { text-align: center; }
.pr-table tbody th { text-align: left; font-weight: 600; color: var(--text-1); font-size: 0.9rem; text-transform: none; letter-spacing: 0; padding: 0.7rem 0.75rem; border-bottom: 1px solid var(--border); }
.pr-table td { text-align: center; font-size: 0.9rem; }
.pr-yes { color: var(--brand); }

.pr-faq { max-width: 760px; margin: 3rem auto 0; }

@media (max-width: 680px) {
    .pr-grid { grid-template-columns: 1fr; }
}
