/* === Pricing landing page === */

.pricing-page .home-nav-links a.active { color: var(--brass-1); }

.pp-hero { padding: 80px 40px 24px; }
.pp-hero .home-h1 { font-size: clamp(48px, 6.4vw, 88px); }

/* Billing toggle */
.pp-billing-toggle {
  display: inline-flex;
  align-items: center;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), transparent),
    var(--ink-1);
  border: 1px solid var(--ink-3);
  border-radius: 100px;
  padding: 4px;
  gap: 4px;
  margin: 26px auto 0;
}

.pp-billing-toggle button {
  padding: 10px 24px;
  border-radius: 100px;
  background: transparent;
  color: var(--fg-2);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pp-billing-toggle button.active {
  background: linear-gradient(140deg, var(--brass-0), var(--brass-1) 50%, var(--brass-2));
  color: oklch(0.16 0.01 60);
  box-shadow: 0 4px 14px -4px oklch(0.85 0.13 75 / 0.45);
}

.pp-billing-toggle .save {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: oklch(0.78 0.16 152);
}

.pp-billing-toggle button.active .save { color: oklch(0.18 0.05 130); font-weight: 600; }

/* Single plan card */
.pp-plans-section { max-width: 520px; margin: 30px auto 0; padding: 0 24px; }

.single-plan {
  position: relative;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: 24px;
  padding: 22px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 24px 80px -28px oklch(0 0 0 / 0.7), 0 1px 0 oklch(1 0 0 / 0.04) inset;
}
.single-plan::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.6), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.single-plan-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, oklch(0.85 0.13 75 / 0.18), oklch(0.85 0.13 75 / 0.06));
  border: 1px solid oklch(0.85 0.13 75 / 0.3);
  border-radius: 14px;
}
.spb-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-2));
  color: oklch(0.16 0.01 60);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.spb-title { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--brass-1); letter-spacing: -0.005em; }
.spb-sub { font-size: 12px; color: var(--fg-2); margin-top: 2px; }

.single-plan-name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-2);
  font-weight: 600;
}
.single-plan-desc { color: var(--fg-2); font-size: 14px; margin-top: 6px; }

.single-plan-toggle {
  display: flex;
  gap: 4px;
  padding: 5px;
  border-radius: 12px;
  background: oklch(0.11 0.005 60);
  border: 1px solid var(--ink-3);
}
.spt-btn {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  background: transparent;
  border: none;
  color: var(--fg-2);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.15s, color 0.15s;
}
.spt-btn.on {
  background: linear-gradient(140deg, var(--brass-1), var(--brass-2));
  color: oklch(0.16 0.01 60);
  box-shadow: 0 4px 12px -4px oklch(0.85 0.13 75 / 0.45);
}
.spt-save {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  color: oklch(0.78 0.16 152);
  font-weight: 600;
}
.spt-btn.on .spt-save { color: oklch(0.18 0.05 130); }

.single-plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
}
.single-plan-price .amount {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 64px;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, oklch(0.94 0.07 78), oklch(0.72 0.13 70));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.single-plan-price .cents { font-size: 32px; }
.single-plan-price .per { font-size: 15px; color: var(--fg-2); }
.single-plan-billed {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-top: -8px;
}

.single-plan-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.single-plan-feats li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13.5px;
  color: var(--fg-0);
}
.check-circle {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid var(--ink-4);
  display: grid; place-items: center;
  color: var(--fg-1);
  flex-shrink: 0;
}

.single-plan-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-1) 50%, var(--brass-2));
  color: oklch(0.16 0.01 60);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid oklch(0.92 0.07 85 / 0.5);
  box-shadow: 0 10px 28px -10px oklch(0.85 0.13 75 / 0.55);
  transition: filter 0.15s;
}
.single-plan-cta:hover { filter: brightness(1.08); }

.single-plan-fine {
  text-align: center;
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* === The math — fully reimagined === */

/* Ledger: two side-by-side receipts with a divider */
.ledger {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0;
  max-width: 1080px;
  margin: 48px auto 0;
  align-items: stretch;
}

.ledger-col {
  position: relative;
  padding: 26px 28px;
  border: 1px solid var(--ink-3);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.02), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ledger-col.traditional { color: var(--fg-2); }

.ledger-col.luxury {
  border-color: var(--brass-1);
  background:
    linear-gradient(180deg, oklch(0.85 0.13 75 / 0.07), transparent),
    oklch(0.14 0.005 60);
  box-shadow: 0 0 0 1px var(--brass-1), 0 18px 56px -22px oklch(0.85 0.13 75 / 0.4);
}

.ledger-col.luxury::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.95 0.10 75 / 0.85), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.ledger-head { display: flex; flex-direction: column; gap: 4px; }
.ledger-tag {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.ledger-tag.brass { color: var(--brass-1); }

.ledger-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--fg-0);
}

.ledger-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.ledger-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px dashed var(--ink-3);
  font-size: 13.5px;
  color: var(--fg-1);
}
.ledger-list li:first-child { border-top: none; }
.ledger-list li .t { color: var(--fg-2);font-family: var(--font-mono);
 font-weight: 600; font-size: 12px; letter-spacing: 0.04em; }
.ledger-col.luxury .ledger-list li .t { color: var(--fg-1); }

.ledger-foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--ink-3);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  row-gap: 4px;
}

.ledger-foot-l {
  grid-row: 1;
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.ledger-foot-r {
  grid-row: 1;
  justify-self: end;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.025em;
  color: var(--fg-0);
}
.ledger-foot-r.struck { color: var(--fg-3); text-decoration: line-through; text-decoration-thickness: 1.5px; }
.ledger-foot-r.brass-num {
  background: linear-gradient(180deg, oklch(0.94 0.07 78), oklch(0.72 0.13 70));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ledger-foot-when {
  grid-column: 1 / -1;
  grid-row: 2;
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-3);
}

.ledger-divider {
  display: grid;
  place-items: center;
  position: relative;
}
.ledger-divider::before {
  content: '';
  position: absolute;
  top: 14%; bottom: 14%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--ink-4), transparent);
}
.ledger-arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: oklch(0.13 0.005 60);
  border: 1px solid var(--brass-3);
  color: var(--brass-1);
  display: grid;
  place-items: center;
  font-size: 18px;
  z-index: 1;
  box-shadow: 0 0 0 4px oklch(0.10 0.004 60);
}

/* Perf bar card */
.perf-card {
  max-width: 1080px;
  margin: 36px auto 0;
  padding: 22px 26px;
  border: 1px solid var(--ink-3);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), oklch(1 0 0 / 0.005)),
    oklch(0.13 0.005 60);
  position: relative;
}
.perf-card::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.4), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.perf-head { margin-bottom: 16px; }
.perf-eyebrow {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}

.perf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.perf-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perf-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -0.025em;
  line-height: 1;
  background: linear-gradient(180deg, oklch(0.94 0.07 78), oklch(0.72 0.13 70));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.perf-num.down {
  background: linear-gradient(180deg, oklch(0.92 0.005 80), oklch(0.65 0.008 80));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perf-label {
  font-size: 13px;
  color: var(--fg-1);
  font-weight: 500;
}

.perf-bar {
  height: 4px;
  border-radius: 100px;
  background: oklch(1 0 0 / 0.05);
  overflow: hidden;
}
.perf-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to right, var(--brass-2), var(--brass-1));
}
.perf-bar.down span { background: linear-gradient(to right, oklch(0.55 0.008 80), oklch(0.85 0.005 80)); }

/* Three pillars */
.pillar-row {
  max-width: 1080px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pillar {
  padding: 24px;
  border: 1px solid var(--ink-3);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.02), oklch(1 0 0 / 0.005)),
    oklch(0.13 0.005 60);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.35), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.pillar-num {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-1);
}

.pillar h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--fg-0);
  line-height: 1.25;
}

.pillar p {
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.55;
}

/* Bottom callout strip */
.ctr-callout {
  max-width: 1080px;
  margin: 28px auto 0;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--brass-3);
  border-radius: 100px;
  background:
    linear-gradient(90deg, oklch(0.85 0.13 75 / 0.08), oklch(0.85 0.13 75 / 0.02));
  font-size: 14px;
  color: var(--fg-1);
  justify-content: center;
  text-align: center;
}
.ctr-callout strong { color: var(--brass-1); font-weight: 600; }
.ctr-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass-1);
  box-shadow: 0 0 12px var(--brass-1);
  flex-shrink: 0;
}

@media (max-width: 880px) {
  .ledger { grid-template-columns: 1fr; gap: 12px; }
  .ledger-divider { display: none; }
  .perf-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-row { grid-template-columns: 1fr; }
}

/* === Stop overpaying for UGC === */
.ugc-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  max-width: 880px;
  margin: 40px auto 24px;
  align-items: stretch;
}

.ugc-side {
  padding: 22px 26px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.ugc-side.traditional {
  background: oklch(0.18 0.005 60);
  border: 1px solid var(--ink-3);
  color: var(--fg-2);
}
.ugc-side.traditional .ugc-side-price { color: var(--fg-3); text-decoration: line-through; }

.ugc-side.ai {
  background:
    linear-gradient(180deg, oklch(0.78 0.14 150 / 0.18), oklch(0.78 0.14 150 / 0.06));
  border: 1px solid oklch(0.78 0.14 150 / 0.35);
}
.ugc-side.ai .ugc-side-price { color: oklch(0.82 0.18 150); }
.ugc-side.ai .ugc-side-tier  { color: oklch(0.82 0.16 150); }

.ugc-side-tier {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-2);
}
.ugc-side-price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 44px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.ugc-side-fine {
  font-size: 12px;
  color: var(--fg-3);
  margin-top: 4px;
}

.ugc-arrow {
  align-self: center;
  font-size: 26px;
  color: oklch(0.82 0.16 150);
  font-weight: 500;
}

.ugc-subhead {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  color: var(--fg-0);
  margin-top: 8px;
  letter-spacing: -0.01em;
}

.ugc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 980px;
  margin: 28px auto 0;
}

.ugc-card {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: 18px;
  transition: border-color 0.2s;
}
.ugc-card:hover { border-color: var(--brass-3); }
.ugc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.4), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.ugc-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--brass-tint);
  border: 1px solid oklch(0.85 0.13 75 / 0.3);
  display: grid; place-items: center;
  color: var(--brass-1);
  flex-shrink: 0;
}

.ugc-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--fg-0);
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.ugc-body {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.55;
}

.ugc-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 980px;
  margin: 32px auto 0;
  padding: 22px;
  background:
    radial-gradient(ellipse 100% 100% at 50% 0%, oklch(0.78 0.14 150 / 0.05), transparent 70%),
    oklch(0.11 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: 18px;
  position: relative;
}
.ugc-metrics::before {
  content: '';
  position: absolute;
  top: 0; left: 22%; right: 22%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.78 0.14 150 / 0.5), transparent);
  pointer-events: none;
}

.ugc-metric { text-align: center; padding: 8px; }
.ugc-metric-v {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: oklch(0.82 0.16 150);
  line-height: 1;
}
.ugc-metric-l {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-top: 6px;
}

.ugc-callout {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 18px 22px;
  text-align: center;
  background: oklch(0.13 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: 14px;
  font-size: 14px;
  color: var(--fg-1);
  line-height: 1.55;
}
.ugc-callout strong { color: var(--fg-0); font-weight: 500; }

.ugc-pill {
  display: inline-flex;
  margin: 18px auto 0;
  padding: 10px 22px;
  border-radius: 100px;
  background: oklch(0.78 0.14 150 / 0.12);
  border: 1px solid oklch(0.78 0.14 150 / 0.35);
  color: oklch(0.85 0.16 150);
  font-size: 13px;
  font-weight: 500;
  align-self: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.ugc-pill strong { font-weight: 600; }

.pp-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

.pp-plan {
  position: relative;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: var(--r-lg);
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s, transform 0.2s;
}

.pp-plan:hover { transform: translateY(-2px); border-color: var(--ink-4); }

.pp-plan::before {
  content: '';
  position: absolute;
  top: 0; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.4), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.pp-plan.featured {
  border-color: var(--brass-1);
  background:
    linear-gradient(180deg, oklch(0.85 0.13 75 / 0.05), transparent),
    oklch(0.14 0.005 60);
  box-shadow: 0 0 0 1px var(--brass-1), 0 18px 56px -22px oklch(0.85 0.13 75 / 0.5);
  transform: translateY(-4px);
}

.pp-plan.featured::before {
  background: linear-gradient(to right, transparent, oklch(0.95 0.10 75 / 0.8), transparent);
}

.pp-plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-1) 50%, var(--brass-2));
  color: oklch(0.16 0.01 60);
  border: 1px solid oklch(0.92 0.07 85 / 0.5);
  box-shadow: 0 6px 18px -6px oklch(0.85 0.13 75 / 0.5);
}

.pp-plan-tier {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--brass-1);
}

.pp-plan-desc {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.45;
  min-height: 36px;
}

.pp-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 4px;
}

.pp-plan-price .amount {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 46px;
  letter-spacing: -0.025em;
  color: var(--fg-0);
  line-height: 1;
}

.pp-plan-price .per {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
}

.pp-plan-billed {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}

.pp-plan-credits {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 100px;
  background: var(--brass-tint);
  border: 1px solid oklch(0.85 0.13 75 / 0.3);
  color: var(--brass-1);
  font-size: 12px;
  font-weight: 500;
  align-self: flex-start;
  margin-top: 2px;
}

.pp-plan-cta {
  margin-top: 6px;
  padding: 12px 16px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid oklch(0.92 0.07 85 / 0.5);
  background: linear-gradient(140deg, var(--brass-0), var(--brass-1) 50%, var(--brass-2));
  color: oklch(0.16 0.01 60);
  box-shadow: 0 6px 22px -8px oklch(0.85 0.13 75 / 0.5);
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.pp-plan-cta:hover { filter: brightness(1.08); }

.pp-plan-cta.ghost {
  background: transparent;
  color: var(--fg-0);
  border: 1px solid var(--ink-4);
  box-shadow: none;
}
.pp-plan-cta.ghost:hover { background: var(--brass-tint); border-color: var(--brass-3); color: var(--brass-1); }

.pp-plan-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px dashed var(--ink-3);
}

.pp-plan-feats li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--fg-0);
  line-height: 1.45;
}

.pp-plan-feats li svg { color: var(--brass-1); flex-shrink: 0; margin-top: 2px; }
.pp-plan-feats li .sub { font-size: 11.5px; color: var(--fg-3); margin-top: 1px; }

/* ROI strip */
.pp-roi {
  max-width: 1300px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 28px;
  background:
    radial-gradient(ellipse 100% 100% at 50% 0%, oklch(0.85 0.13 75 / 0.07), transparent 70%),
    oklch(0.11 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: var(--r-lg);
  position: relative;
}

.pp-roi::before {
  content: '';
  position: absolute;
  top: 0; left: 22%; right: 22%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.5), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.pp-roi-card { text-align: center; padding: 8px 6px; border-right: 1px dashed var(--ink-3); }
.pp-roi-card:last-child { border-right: none; }

.pp-roi-metric {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, oklch(0.94 0.07 78), oklch(0.72 0.13 70));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.pp-roi-label {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-top: 6px;
}

/* Calculator */
.calc-card {
  margin-top: 40px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.025), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: var(--r-xl);
  padding: 22px;
  position: relative;
}

.calc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.5), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.calc-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.calc-preset {
  padding: 12px 16px;
  border-radius: var(--r-md);
  background: oklch(1 0 0 / 0.02);
  border: 1px solid var(--ink-3);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}

.calc-preset:hover { border-color: var(--ink-5); }
.calc-preset.on {
  background: oklch(0.85 0.13 75 / 0.08);
  border-color: var(--brass-1);
  box-shadow: 0 0 0 1px var(--brass-1);
}

.cp-name { font-size: 14px; font-weight: 500; color: var(--fg-0); }
.cp-sub {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-top: 3px;
}
.calc-preset.on .cp-name { color: var(--brass-1); }

.calc-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: stretch;
}

.calc-sliders {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--ink-3);
  border-radius: var(--r-md);
  background: oklch(0.11 0.005 60);
}

.calc-row { display: flex; flex-direction: column; gap: 8px; }
.calc-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: var(--fg-1);
}

.calc-val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--brass-1);
  letter-spacing: -0.01em;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: oklch(1 0 0 / 0.06);
  outline: none;
  cursor: pointer;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-2));
  box-shadow: 0 0 0 1px oklch(0.16 0.01 60), 0 0 8px oklch(0.85 0.13 75 / 0.5);
  cursor: grab;
}
.calc-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-2));
  border: none;
  box-shadow: 0 0 0 1px oklch(0.16 0.01 60), 0 0 8px oklch(0.85 0.13 75 / 0.5);
}

/* Calc result panel */
.calc-result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--brass-3);
  border-radius: var(--r-md);
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, oklch(0.85 0.13 75 / 0.12), transparent 70%),
    oklch(0.13 0.005 60);
  position: relative;
}

.calc-result::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.95 0.10 75 / 0.8), transparent);
  pointer-events: none;
  border-radius: inherit;
}

.calc-result-label {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-3);
}

.calc-result-total {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.025em;
  background: linear-gradient(180deg, oklch(0.94 0.07 78), oklch(0.72 0.13 70));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 6px;
}

.calc-divider { height: 1px; background: var(--ink-3); margin: 8px 0; }

.calc-rec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.calc-rec-tier {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  color: var(--fg-0);
  letter-spacing: -0.015em;
}

.calc-rec-price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  color: var(--brass-1);
  letter-spacing: -0.01em;
}
.calc-rec-price small { font-size: 11px; color: var(--fg-3); margin-left: 4px; font-weight: 400; }

.calc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  margin-top: 6px;
  border-radius: 100px;
  background: linear-gradient(140deg, var(--brass-0), var(--brass-1) 50%, var(--brass-2));
  color: oklch(0.16 0.01 60);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid oklch(0.92 0.07 85 / 0.5);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px -8px oklch(0.85 0.13 75 / 0.5);
  transition: filter 0.15s;
}

.calc-cta:hover { filter: brightness(1.08); }

.calc-fine {
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  text-align: center;
}

/* Compare table */
.pp-cmp {
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.02), oklch(1 0 0 / 0.005)),
    oklch(0.13 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: var(--r-lg);
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

.pp-cmp::before {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(to right, transparent, oklch(0.85 0.13 75 / 0.4), transparent);
  pointer-events: none;
}

.pp-cmp-header,
.pp-cmp-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr 1fr;
  align-items: center;
}

.pp-cmp-header {
  background: oklch(0.16 0.005 60);
  border-bottom: 1px solid var(--ink-3);
}

.pp-cmp-cell {
  padding: 14px 18px;
  font-size: 13px;
  color: var(--fg-0);
  border-right: 1px dashed var(--ink-3);
}

.pp-cmp-cell:last-child { border-right: none; }
.pp-cmp-cell.feat-col { color: var(--fg-1); font-weight: 500; }
.pp-cmp-cell.featured-col { background: oklch(0.85 0.13 75 / 0.04); }

.pp-cmp-cell.head {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--fg-0);
  letter-spacing: -0.005em;
}
.pp-cmp-cell.head.featured-col { color: var(--brass-1); }

.pp-cmp-group-head {
  padding: 14px 18px 10px;
font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  background: oklch(0.13 0.005 60);
  border-top: 1px solid var(--ink-3);
  border-bottom: 1px dashed var(--ink-3);
}

.pp-cmp-group-head:first-of-type { border-top: none; }

.pp-cmp-row {
  border-top: 1px dashed var(--ink-3);
  transition: background 0.12s;
}
.pp-cmp-row:hover { background: oklch(1 0 0 / 0.01); }
.pp-cmp-row .pp-cmp-cell.featured-col { background: oklch(0.85 0.13 75 / 0.05); }

.cmp-yes {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brass-tint);
  color: var(--brass-1);
  border: 1px solid oklch(0.85 0.13 75 / 0.3);
}
.cmp-no { color: var(--fg-3);font-family: var(--font-mono);
 font-weight: 600; }
.cmp-text { color: var(--fg-0); font-weight: 500; }

/* FAQ */
.pp-faq-list { display: flex; flex-direction: column; gap: 8px; margin-top: 40px; max-width: 820px; margin-left: auto; margin-right: auto; }

.pp-faq {
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.02), oklch(1 0 0 / 0.005)),
    oklch(0.14 0.005 60);
  border: 1px solid var(--ink-3);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.15s;
}
.pp-faq.open { border-color: var(--brass-3); }

.pp-faq-head {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: transparent;
  border: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--fg-0);
  letter-spacing: -0.005em;
  text-align: left;
}

.pp-faq-plus {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid var(--ink-3);
  display: grid; place-items: center;
  color: var(--fg-1);
  flex-shrink: 0;
  transition: transform 0.2s, background 0.15s, color 0.15s, border-color 0.15s;
}

.pp-faq.open .pp-faq-plus {
  background: var(--brass-tint);
  color: var(--brass-1);
  border-color: var(--brass-3);
  transform: rotate(45deg);
}

.pp-faq-body {
  padding: 0 22px 18px;
  color: var(--fg-1);
  font-size: 14px;
  line-height: 1.6;
  max-width: 700px;
}

/* Responsive */
@media (max-width: 1180px) {
  .pp-plans { grid-template-columns: repeat(2, 1fr); }
  .pp-roi { grid-template-columns: repeat(3, 1fr); }
  .pp-roi-card:nth-child(3n) { border-right: none; }
  .calc-body { grid-template-columns: 1fr; }
  .calc-presets { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .pp-plans { grid-template-columns: 1fr; }
  .pp-roi { grid-template-columns: repeat(2, 1fr); }
  .pp-roi-card { border-right: none; border-bottom: 1px dashed var(--ink-3); padding-bottom: 16px; }
  .pp-cmp { overflow-x: auto; }
  .pp-cmp-header, .pp-cmp-row { min-width: 720px; }
  .calc-presets { grid-template-columns: 1fr; }
}
