/* Personal pricing follows the scoped visual language of features.css. */
.pp-page {
  --pp-bg: #080b13;
  --pp-panel: #10141f;
  --pp-panel-2: #151b2b;
  --pp-border: rgba(255,255,255,.09);
  --pp-border-strong: rgba(255,255,255,.18);
  --pp-text: #f7f9fc;
  --pp-text-2: #98a2b9;
  --pp-text-3: #5f6982;
  --pp-blue: #4f8dff;
  --pp-blue-soft: rgba(79,141,255,.15);
  --pp-green: #34d399;
  --pp-green-soft: rgba(52,211,153,.15);
  --pp-amber: #f5a623;
  --pp-amber-soft: rgba(245,166,35,.16);
  background: radial-gradient(1100px 520px at 12% -8%, rgba(79,141,255,.10), transparent 60%), radial-gradient(900px 500px at 100% 4%, rgba(139,124,246,.08), transparent 55%), var(--pp-bg);
  color: var(--pp-text);
  padding: 112px 0 120px;
}

.pp-wrap { width: 100%; max-width: clamp(1280px, 88vw, 1840px); margin: 0 auto; padding: 0 24px; }
.pp-header { max-width: 760px; }
.pp-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--pp-blue); font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pp-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--pp-blue); box-shadow: 0 0 0 4px var(--pp-blue-soft); }
.pp-header h1 { font-size: clamp(32px,4.6vw,54px); line-height: 1.06; letter-spacing: -.022em; font-weight: 700; margin: 22px 0 16px; }
.pp-header > p { max-width: 585px; color: var(--pp-text-2); font-size: 17px; line-height: 1.6; }

.pp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; margin-top: 56px; padding: 0; }
.pp-plan { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 32px; border: 1px solid var(--pp-border); border-radius: 20px; background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,0)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pp-plan:hover { transform: translateY(-6px); border-color: var(--pp-border-strong); box-shadow: 0 30px 60px -28px rgba(0,0,0,.8); }
.pp-plan-featured { border-color: rgba(79,141,255,.55); background: linear-gradient(165deg, rgba(79,141,255,.16), rgba(21,27,43,.8) 42%, rgba(255,255,255,.02)); box-shadow: 0 26px 55px -32px rgba(79,141,255,.5); }
.pp-plan-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.pp-plan-name { font-size: 25px; line-height: 1.2; font-weight: 700; letter-spacing: -.012em; }
.pp-plan-desc { min-height: 44px; margin-top: 10px; color: var(--pp-text-2); font-size: 15px; line-height: 1.45; }
.pp-tier, .pp-soon { flex: none; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; padding: 4px 9px; text-transform: uppercase; }
.pp-tier.free { color: #a7afc2; background: rgba(255,255,255,.08); }
.pp-tier.basic { color: var(--pp-green); background: var(--pp-green-soft); }
.pp-tier.pro { color: var(--pp-blue); background: var(--pp-blue-soft); }
.pp-price { margin: 26px 0 24px; font-size: 40px; line-height: 1; font-weight: 700; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.pp-price span { color: var(--pp-text-2); font-size: 15px; font-weight: 500; letter-spacing: 0; }
.pp-button { display: flex; align-items: center; justify-content: center; min-height: 49px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 600; transition: transform .15s, border-color .15s, filter .15s; }
.pp-button:hover { transform: translateY(-1px); }
.pp-button-secondary { border: 1px solid var(--pp-border-strong); color: var(--pp-text); background: var(--pp-panel-2); }
.pp-button-secondary:hover { border-color: rgba(255,255,255,.34); }
.pp-button-primary { color: #fff; background: var(--pp-blue); }
.pp-button-primary:hover { filter: brightness(1.08); }
.pp-divider { height: 1px; background: var(--pp-border); margin: 30px 0 22px; }
.pp-includes { color: var(--pp-text-2); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 17px; }
.pp-features { display: flex; flex-direction: column; gap: 14px; list-style: none; }
.pp-features li { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding-left: 22px; color: var(--pp-text); font-size: 15px; line-height: 1.45; }
.pp-features li::before { content: ""; position: absolute; top: 7px; left: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--pp-blue); }
.pp-features li.is-muted { color: var(--pp-text-3); }
.pp-features li.is-muted::before { background: var(--pp-text-3); opacity: .55; }
.pp-soon { color: var(--pp-amber); background: var(--pp-amber-soft); text-transform: uppercase; }
.pp-popular { position: absolute; top: -13px; left: 28px; border-radius: 999px; padding: 5px 12px; background: var(--pp-blue); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pp-note { max-width: 640px; margin: 28px auto 0; color: var(--pp-text-3); text-align: center; font-size: 13px; line-height: 1.6; }
.pp-note-link { color: var(--pp-blue); font-weight: 600; text-decoration: none; }
.pp-note-link:hover { text-decoration: underline; }

/* Business pricing: one plan card paired with the copy explaining how the
   quote is scoped, so a single card doesn't float alone in an empty row. */
.pp-plans-single { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.pp-scope h2 { font-size: clamp(24px,2.6vw,34px); line-height: 1.2; letter-spacing: -.02em; margin-bottom: 14px; }
.pp-scope p { max-width: 44ch; color: var(--pp-text-2); font-size: 16px; line-height: 1.65; }
.pp-scope ul { display: flex; flex-direction: column; gap: 13px; margin-top: 24px; list-style: none; }
.pp-scope li { position: relative; padding-left: 22px; color: var(--pp-text); font-size: 15px; line-height: 1.45; }
.pp-scope li::before { content: ""; position: absolute; top: 7px; left: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--pp-blue); }

.pp-more { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; margin-top: 120px; padding: 0; }
.pp-more-copy { padding: 10px 0; }
.pp-more h2 { max-width: 460px; margin: 20px 0 14px; font-size: clamp(28px,3.4vw,40px); line-height: 1.15; letter-spacing: -.02em; }
.pp-more h3 { font-size: 20px; line-height: 1.3; }
.pp-more p { max-width: 470px; margin-top: 11px; color: var(--pp-text-2); font-size: 16px; line-height: 1.6; }
.pp-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid var(--pp-border-strong); color: var(--pp-text); font-size: 15px; font-weight: 600; text-decoration: none; transition: gap .2s, color .2s; }
.pp-text-link:hover { gap: 12px; color: var(--pp-blue); }
.pp-text-link svg { width: 15px; height: 15px; }
.pp-business-callout { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 40px 32px; text-align: center; border: 1px solid var(--pp-border); border-radius: 20px; background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,0)); }
.pp-business-callout p { margin-left: auto; margin-right: auto; }
.pp-callout-mark { flex: none; display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(79,141,255,.38); border-radius: 50%; color: var(--pp-blue); background: var(--pp-blue-soft); font-size: 13px; font-weight: 800; }

@media (max-width: 900px) {
  .pp-page { padding-top: 96px; }
  .pp-plans { grid-template-columns: 1fr; max-width: 560px; }
  .pp-plans-single { grid-template-columns: 1fr; gap: 36px; }
  .pp-plan { min-height: auto; }
  .pp-more { grid-template-columns: 1fr; margin-top: 90px; }
}
@media (max-width: 560px) {
  .pp-page { padding: 88px 0 80px; }
  .pp-wrap { padding: 0 16px; }
  .pp-plan { padding: 26px; border-radius: 16px; }
  .pp-business-callout { padding: 26px; border-radius: 16px; }
}
