/* ================================================================
   PRICING PAGE — page-specific styles
   ================================================================ */

/* ===== HERO ===== */
.pr-hero {
  position: relative;
  padding: 96px 0 72px;
  overflow: hidden;
}
.pr-hero-blob {
  width: 720px; height: 720px;
  right: -240px; top: -260px;
}
.pr-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.pr-hero-headline {
  margin: 0 0 28px;
  font-size: clamp(48px, 6.8vw, 88px);
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-wrap: balance;
}
.pr-hero-sub {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--tb-text-muted);
  max-width: 640px;
}

/* ===== HOW IT WORKS — three steps ===== */
.pr-steps {
  padding: 80px 0;
  background: var(--tb-bg);
}
.pr-step-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pr-step {
  background: var(--tb-bg-warm);
  border-radius: var(--tb-r-xl);
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pr-step-num {
  font-family: var(--tb-font-sans);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tb-orange);
}
.pr-step-title {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--tb-text-strong);
}
.pr-step-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pr-step-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--tb-text-muted);
}
.pr-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tb-orange-300);
  opacity: 0.85;
  padding: 0 4px;
}

/* ===== PLANS ===== */
.pr-plans {
  padding: 96px 0 112px;
  background: var(--tb-bg-warm);
}
.pr-plan-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.pr-plan {
  position: relative;
  background: var(--tb-bg);
  border-radius: var(--tb-r-xl);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow:
    0 1px 0 rgba(45, 55, 72, 0.04),
    0 16px 32px -24px rgba(45, 55, 72, 0.18);
}
.pr-plan--feature {
  background: var(--tb-text-strong);
  color: #fff;
  transform: translateY(-8px);
  box-shadow:
    0 1px 0 rgba(45, 55, 72, 0.08),
    0 24px 48px -20px rgba(15, 42, 62, 0.45);
}
.pr-plan-badge {
  display: inline-block;
  background: var(--tb-orange);
  color: var(--tb-text-on-brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--tb-r-pill);
  box-shadow: 0 6px 14px -6px rgba(255, 107, 74, 0.55);
  vertical-align: middle;
}
.pr-plan--feature .pr-plan-badge {
  position: absolute;
  top: -14px;
  left: 32px;
}
.pr-plan-name {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tb-orange);
}
.pr-plan--feature .pr-plan-name { color: var(--tb-orange-200); }
.pr-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 6px;
}
.pr-plan-amount {
  font-size: clamp(44px, 4.6vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: inherit;
}
.pr-plan-per {
  font-size: 16px;
  font-weight: 500;
  color: var(--tb-text-muted);
}
.pr-plan--feature .pr-plan-per { color: rgba(255, 255, 255, 0.65); }
.pr-plan-equiv {
  margin: 4px 0 12px;
  font-size: 14px;
  color: var(--tb-text-muted);
}
.pr-plan--feature .pr-plan-equiv { color: rgba(255, 255, 255, 0.78); }
.pr-plan-save {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tb-orange);
}
.pr-plan-save--muted {
  color: var(--tb-text-muted);
  font-weight: 500;
}
.pr-plan-cta {
  margin-top: auto;
  align-self: stretch;
  justify-content: center;
}
.pr-plan--feature .pr-plan-cta.btn-ghost,
.pr-plan--feature .pr-plan-cta { background: var(--tb-orange); color: var(--tb-text-on-brand); }

/* Includes strip */
.pr-includes {
  margin: 56px auto 0;
  background: var(--tb-bg);
  border-radius: var(--tb-r-xl);
  padding: 28px 36px;
  max-width: 920px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: center;
  box-shadow:
    0 1px 0 rgba(45, 55, 72, 0.04),
    0 16px 32px -24px rgba(45, 55, 72, 0.16);
}
.pr-includes-h {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tb-orange);
}
.pr-includes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pr-includes-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tb-text-strong);
}
.pr-includes-list svg { color: var(--tb-safe); }

/* ===== FREE PRO PATH ===== */
.pr-propath {
  padding: 0 0 96px;
  background: var(--tb-bg-warm);
}
.pr-propath-card {
  background: var(--tb-orange-100);
  border-radius: var(--tb-r-xl);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.pr-propath-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tb-orange-700);
}
.pr-propath-title {
  margin: 0 0 16px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: var(--tb-text-strong);
  text-wrap: balance;
}
.pr-propath-body {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.5;
  color: var(--tb-text);
  max-width: 540px;
}
.pr-propath-body strong { font-weight: 700; }
.pr-propath-art {
  position: relative;
  width: 180px; height: 180px;
}
.pr-propath-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--tb-bg);
}
.pr-propath-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tb-orange);
}

/* ===== WHO IT'S FOR ===== */
.pr-who {
  padding: 96px 0;
  background: var(--tb-bg);
}
.pr-who-inner {
  text-align: center;
  max-width: 920px;
}
.pr-who-line {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: var(--tb-text-strong);
  text-wrap: balance;
}

/* ===== FAQ ===== */
.pr-faq {
  padding: 96px 0 112px;
  background: var(--tb-bg-warm);
}
.pr-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}
.pr-faq-head { position: sticky; top: 96px; }
.pr-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pr-faq-item {
  background: var(--tb-bg);
  border-radius: var(--tb-r-lg);
  padding: 0;
  overflow: hidden;
}
.pr-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--tb-text-strong);
}
.pr-faq-item summary::-webkit-details-marker { display: none; }
.pr-faq-caret { color: var(--tb-orange); transition: transform 0.22s var(--tb-ease, ease); flex-shrink: 0; }
.pr-faq-item[open] .pr-faq-caret { transform: rotate(180deg); }
.pr-faq-body {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--tb-text-muted);
  max-width: 640px;
}

/* ===== CTA ===== */
.pr-cta {
  position: relative;
  padding: 128px 0 132px;
  overflow: hidden;
  text-align: center;
}
.pr-cta-blob {
  width: 760px; height: 760px;
  right: -240px; top: -260px;
}
.pr-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.pr-cta-headline {
  margin: 0 0 18px;
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  font-weight: 700;
  text-wrap: balance;
}
.pr-cta-sub {
  margin: 0 0 36px;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--tb-text-muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .pr-step-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pr-step-arrow { transform: rotate(90deg); padding: 4px 0; }

  .pr-plan-grid { grid-template-columns: 1fr; gap: 16px; }
  .pr-plan--feature { transform: none; order: -1; }

  .pr-faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .pr-faq-head { position: static; }
}

@media (max-width: 768px) {
  .pr-hero { padding: 56px 0 40px; }
  .pr-hero-blob { width: 460px; height: 460px; right: -160px; top: -160px; }
  .pr-hero-sub { font-size: 16px; }

  .pr-steps { padding: 48px 0; }
  .pr-step { padding: 22px 22px 24px; }
  .pr-step-title { font-size: 19px; }

  .pr-plans { padding: 56px 0 64px; }
  .pr-plan { padding: 28px 24px 24px; }
  .pr-plan-amount { font-size: 44px; }

  .pr-includes {
    margin-top: 32px;
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 14px;
  }
  .pr-includes-list { flex-direction: column; gap: 12px; }

  .pr-propath { padding: 0 0 56px; }
  .pr-propath-card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 24px;
    text-align: left;
  }
  .pr-propath-art { width: 120px; height: 120px; margin: 0; }
  .pr-propath-icon svg { width: 36px; height: 36px; }
  .pr-propath-title { font-size: 28px; }

  .pr-who { padding: 56px 0; }
  .pr-who-line { font-size: 24px; }

  .pr-faq { padding: 56px 0 64px; }
  .pr-faq-item summary { padding: 18px 20px; font-size: 16px; gap: 12px; }
  .pr-faq-body { padding: 0 20px 20px; font-size: 14px; }

  .pr-cta { padding: 72px 0 80px; }
  .pr-cta-headline { font-size: 40px; }
  .pr-cta-sub { font-size: 16px; margin-bottom: 28px; }
  .pr-cta-blob { width: 460px; height: 460px; right: -160px; top: -160px; }
}
