/* ────────────────────────────────────────────────────────────────────
   /pricing.html - full rewrite per v8 spec (2026-06-18)
   Mobile-first; desktop ≥1100px (and ≥768px for some intermediate steps).
   Strict design tokens: #181818 / #FFFFFF / #F5F5F5 / #F1F0EF / #E6E6EC
   / #34A853 / #FBBC04 / #D92D20. No blue, no purple, no gradient.
   ──────────────────────────────────────────────────────────────────── */

#pricing-page {
  --site-header-height: 64px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: #181818;
  background: #FFFFFF;
}

/* Eyebrow - shared */
.pricing-eyebrow {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #6C6B6E;
  margin: 0;
  text-transform: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.pricing-eyebrow--final { color: rgba(255, 255, 255, 0.48); }

/* ════════════════════════════════════════════════════════════════════
   1 · HERO
   ════════════════════════════════════════════════════════════════════ */
.pricing-hero {
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6EC;
  overflow: clip;
}
.pricing-hero-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pricing-hero-copy { max-width: 720px; min-width: 0; }
.pricing-hero-copy .pricing-eyebrow { margin-bottom: 14px; }

.pricing-hero h1#pricing-hero-title {
  font-size: clamp(40px, 10.4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.043em;
  font-weight: 800;
  color: #181818;
  margin: 0;
  text-wrap: balance;
}
.pricing-hero h1#pricing-hero-title span { display: block; white-space: normal; }

.pricing-hero-subtitle {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #55534E;
  margin: 20px 0 0;
}
.pricing-hero-channel {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #6C6B6E;
  margin: 11px 0 0;
}
.pricing-hero-trust {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: #55534E;
  margin: 14px 0 0;
}

/* Plan panel */
.pricing-plan-panel {
  width: 100%;
  padding: 22px;
  background: #FFFFFF;
  border: 1px solid #E6E6EC;
  border-radius: 20px;
  box-shadow: 0 18px 52px rgba(24, 24, 24, 0.08);
  box-sizing: border-box;
}
.pricing-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pricing-plan-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: #181818;
}
.pricing-plan-badge {
  height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(52, 168, 83, 0.14);
  color: #237A3B;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.pricing-plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 22px;
}
.pricing-plan-amount {
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #181818;
}
.pricing-plan-suffix {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #55534E;
}
.pricing-plan-pricenote {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #6C6B6E;
  margin: 7px 0 0;
}

.pricing-plan-cta {
  width: 100%;
  height: 52px;
  margin-top: 20px;
  border-radius: 999px;
  background: #181818;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition:
    transform 150ms ease-out,
    box-shadow 150ms ease-out,
    background-color 150ms ease-out;
}
.pricing-plan-cta:hover {
  background: #000000;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(24, 24, 24, 0.14);
}
.pricing-plan-cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(24, 24, 24, 0.10);
}
.pricing-plan-cta:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: -4px;
}

.pricing-plan-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #181818;
  text-decoration: none;
  box-sizing: border-box;
}
.pricing-plan-cta-secondary:hover { text-decoration: underline; text-underline-offset: 5px; }
.pricing-plan-cta-secondary:focus-visible {
  outline: 2px solid #181818;
  outline-offset: 4px;
  border-radius: 4px;
}

.pricing-plan-micro {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #6C6B6E;
  text-align: center;
  margin: 4px 0 0;
}

.pricing-plan-groups {
  margin-top: 22px;
  border-top: 1px solid #E6E6EC;
}
.pricing-plan-group {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid #E6E6EC;
}
.pricing-plan-group:last-child { border-bottom: 0; padding-bottom: 0; }
.pricing-plan-group-label {
  font-size: 11px;
  line-height: 17px;
  font-weight: 800;
  color: #32302C;
}
.pricing-plan-group-value {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #6C6B6E;
}

@media (min-width: 1100px) {
  .pricing-hero {
    --hero-min: clamp(680px, calc(100svh - var(--site-header-height)), 780px);
  }
  .pricing-hero-container {
    padding: 52px 48px 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 72px;
    align-items: center;
    min-height: var(--hero-min);
  }
  .pricing-plan-panel { transform: translateY(80px); }
  .pricing-hero-copy { max-width: 680px; }
  .pricing-hero-copy .pricing-eyebrow { margin-bottom: 18px; }
  .pricing-hero h1#pricing-hero-title {
    font-size: clamp(42px, 3.4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
  /* Spans stay block-level for explicit line structure; allow natural wrap if needed */
  .pricing-hero h1#pricing-hero-title span { white-space: normal; }
  .pricing-hero-subtitle {
    font-size: 20px;
    line-height: 30px;
    max-width: 610px;
    margin-top: 28px;
  }
  .pricing-hero-channel {
    font-size: 15px;
    line-height: 23px;
    max-width: 610px;
    margin-top: 14px;
  }
  .pricing-hero-trust { font-size: 14px; line-height: 20px; margin-top: 20px; }

  .pricing-plan-panel { padding: 26px; border-radius: 22px; box-shadow: 0 24px 70px rgba(24, 24, 24, 0.09); }
  .pricing-plan-amount { font-size: 54px; }
  .pricing-plan-cta { height: 54px; margin-top: 24px; }
  .pricing-plan-groups { margin-top: 24px; }
  .pricing-plan-group { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; padding: 14px 0; }
  .pricing-plan-group-label { font-size: 12px; line-height: 18px; }
  .pricing-plan-group-value { font-size: 12px; line-height: 19px; }
}
@media (min-width: 1100px) and (max-width: 1365px) {
  .pricing-hero-container {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 52px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pricing-hero-container { padding: 64px 32px 80px; gap: 40px; }
}

/* ════════════════════════════════════════════════════════════════════
   2 · DARK PATH - stepper + product stage
   ════════════════════════════════════════════════════════════════════ */
.pricing-path-section {
  background: #181818;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  overflow: clip;
}
.pricing-path-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 20px 80px;
}
.pricing-path-header { max-width: 880px; }
.pricing-path-eyebrow {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
}
.pricing-path-section h2#pricing-path-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: clamp(40px, 10.5vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.042em;
  font-weight: 800;
  color: #FFFFFF;
  margin: 17px 0 0;
  text-wrap: balance;
}
.pricing-path-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
  margin: 18px 0 0;
}

.pricing-path-desktop { display: none; }
.pricing-path-mobile { display: block; margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, 0.14); }

@media (min-width: 768px) and (max-width: 1099px) {
  .pricing-path-container { padding: 80px 32px 96px; }
}
@media (min-width: 1100px) {
  .pricing-path-container { padding: 104px 48px 112px; }
  .pricing-path-section h2#pricing-path-title {
    font-size: clamp(54px, 4.5vw, 70px);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .pricing-path-subtitle { font-size: 20px; line-height: 30px; max-width: 760px; margin-top: 22px; }
  .pricing-path-desktop {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
    margin-top: 60px;
  }
  .pricing-path-mobile { display: none; }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .pricing-path-container { padding-left: 40px; padding-right: 40px; }
}

/* Scroll-pinned "release & exit" showcase — mirrors the homepage flow
   mechanism: a tall track pins the card while scrolling DOWN and steps through
   the phases; scrolling UP releases the pin (JS in pricing-page.js). */
@media (min-width: 1100px) {
  .pricing-path-scrolltrack { position: relative; height: 600svh; margin-top: 60px; }
  .pricing-path-desktop {
    position: sticky;
    top: var(--site-header-height, 64px);
    height: calc(100svh - var(--site-header-height, 64px));
    margin-top: 0;
    align-items: center;
    align-content: center;
  }
}
/* Reduced motion: disable the pin so the stepper is click/keyboard only. */
@media (min-width: 1100px) and (prefers-reduced-motion: reduce) {
  .pricing-path-scrolltrack { height: auto; margin-top: 60px; }
  .pricing-path-desktop { position: static; height: auto; align-items: stretch; }
}

/* Stepper */
.pricing-path-stepper {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 22px;
  display: flex;
  flex-direction: column;
}
.pricing-path-step {
  position: relative;
  width: 100%;
  min-height: 82px;
  padding: 13px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  text-align: left;
  color: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  font-family: inherit;
  display: block;
}
.pricing-path-step:last-child { border-bottom: 0; }
.pricing-path-step:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
  border-radius: 4px;
}
.pricing-path-step-active-indicator {
  position: absolute;
  left: -23px;
  top: 13px;
  bottom: 13px;
  width: 2px;
  background: #FFFFFF;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pricing-path-step.is-active .pricing-path-step-active-indicator { opacity: 1; }
.pricing-path-step-num {
  display: block;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.10em;
  font-weight: 700;
  color: currentColor;
}
.pricing-path-step-title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  margin-top: 4px;
}
.pricing-path-step-desc {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.38);
  margin-top: 4px;
  max-width: 220px;
}
.pricing-path-step.is-active { color: #FFFFFF; }
.pricing-path-step.is-active .pricing-path-step-desc { color: rgba(255, 255, 255, 0.66); }

/* Stage */
.pricing-path-stage {
  min-height: 570px;
  background: #F5F5F5;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.32);
  position: relative;
  color: #181818;
  display: flex;
  flex-direction: column;
}
.pricing-path-stage-topbar {
  height: 50px;
  padding: 0 18px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6EC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-path-stage-title { font-size: 13px; font-weight: 800; color: #32302C; }
.pricing-path-stage-status { font-size: 11px; font-weight: 600; color: #6C6B6E; }
.pricing-path-stage-body {
  padding: 22px;
  min-height: 520px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  flex: 1;
}

/* Sources */
.pricing-path-sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 540px;
  transition: opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pricing-path-source {
  padding: 13px;
  background: #F5F5F5;
  border: 1px solid #E6E6EC;
  border-radius: 12px;
}
.pricing-path-source-name { display: block; font-size: 13px; font-weight: 800; color: #181818; }
.pricing-path-source-desc { display: block; font-size: 11px; line-height: 17px; color: #6C6B6E; margin-top: 3px; }
.pricing-path-source-status { display: block; font-size: 10px; font-weight: 700; color: #237A3B; margin-top: 8px; }

/* Question */
.pricing-path-question {
  width: min(430px, 75%);
  margin-left: auto;
  margin-top: 28px;
  padding: 15px 18px;
  background: #181818;
  color: #FFFFFF;
  border-radius: 18px 18px 4px 18px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Answer */
.pricing-path-answer {
  margin-top: 18px;
  width: min(540px, 88%);
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(52, 168, 83, 0.32);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(24, 24, 24, 0.07);
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pricing-path-answer-eyebrow {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #6C6B6E;
  display: block;
}
.pricing-path-answer-main {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #181818;
  margin: 7px 0 0;
}
.pricing-path-answer-source {
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #E6E6EC;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 8px;
}
.pricing-path-answer-source-dot {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 999px;
  background: #34A853;
}
.pricing-path-answer-source-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #55534E;
  overflow-wrap: anywhere;
  white-space: normal;
}

/* Review */
.pricing-path-review {
  position: absolute;
  right: 18px;
  top: 18px;
  bottom: 18px;
  width: 320px;
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid #E6E6EC;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(24, 24, 24, 0.12);
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.pricing-path-review-heading {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #6C6B6E;
  margin: 0;
}
.pricing-path-review-rows { display: block; margin-top: 9px; }
.pricing-path-review-row {
  padding: 10px 11px;
  margin-top: 7px;
  background: #F5F5F5;
  border: 1px solid #E6E6EC;
  border-radius: 11px;
  display: block;
}
.pricing-path-review-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #6C6B6E;
}
.pricing-path-review-value {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #181818;
  margin-top: 3px;
  overflow-wrap: anywhere;
  white-space: normal;
}
.pricing-path-review-status {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(251, 188, 4, 0.14);
  color: #805400;
  font-size: 10px;
  font-weight: 700;
  align-self: flex-start;
}
.pricing-path-review-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  margin-top: 10px;
  border-radius: 999px;
  background: #E6E6EC;
  color: #6C6B6E;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}
.pricing-path-desktop[data-active-step="4"] .pricing-path-review-status {
  background: rgba(52, 168, 83, 0.14);
  color: #237A3B;
}
.pricing-path-desktop[data-active-step="4"] .pricing-path-review-button {
  background: #181818;
  color: #FFFFFF;
}

/* Toast */
.pricing-path-toast {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 360px;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(52, 168, 83, 0.32);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(24, 24, 24, 0.10);
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.pricing-path-toast-title { font-size: 13px; line-height: 19px; font-weight: 800; color: #181818; margin: 0; }
.pricing-path-toast-body { font-size: 12px; line-height: 18px; color: #55534E; margin: 4px 0 0; }
.pricing-path-toast-wa { font-size: 11px; line-height: 17px; color: #6C6B6E; margin: 5px 0 0; }

/* Per-step visibility */
.pricing-path-desktop[data-active-step="0"] .pricing-path-sources { opacity: 1; }
.pricing-path-desktop[data-active-step="1"] .pricing-path-sources { opacity: 0.34; }
.pricing-path-desktop[data-active-step="1"] .pricing-path-question { opacity: 1; }
.pricing-path-desktop[data-active-step="2"] .pricing-path-sources { opacity: 0.34; }
.pricing-path-desktop[data-active-step="2"] .pricing-path-question { opacity: 1; }
.pricing-path-desktop[data-active-step="2"] .pricing-path-answer { opacity: 1; }
.pricing-path-desktop[data-active-step="3"] .pricing-path-sources { opacity: 0.22; }
.pricing-path-desktop[data-active-step="3"] .pricing-path-question { opacity: 0.55; }
.pricing-path-desktop[data-active-step="3"] .pricing-path-answer { opacity: 0.55; }
.pricing-path-desktop[data-active-step="3"] .pricing-path-review { opacity: 1; }
.pricing-path-desktop[data-active-step="4"] .pricing-path-sources { opacity: 0.18; }
.pricing-path-desktop[data-active-step="4"] .pricing-path-question { opacity: 0.40; }
.pricing-path-desktop[data-active-step="4"] .pricing-path-answer { opacity: 0.55; }
.pricing-path-desktop[data-active-step="4"] .pricing-path-review { opacity: 1; }
.pricing-path-desktop[data-active-step="4"] .pricing-path-toast { opacity: 1; }

/* Mobile chapters */
.pricing-path-chapter {
  padding: 30px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.pricing-path-chapter:last-child { border-bottom: 0; }
.pricing-path-chapter-num {
  font-size: 10px;
  letter-spacing: 0.10em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.44);
  margin: 0;
}
.pricing-path-chapter-title {
  font-size: 26px;
  line-height: 31px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 7px 0 0;
}
.pricing-path-chapter-body {
  font-size: 15px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.64);
  margin: 10px 0 0;
}
.pricing-path-chapter-visual {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
.pricing-path-chapter-visual--sources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-path-chapter-source {
  min-height: 52px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.pricing-path-chapter-visual--question {
  display: flex;
  justify-content: flex-end;
}
.pricing-path-chapter-visual--question span {
  background: #FFFFFF;
  color: #181818;
  border-radius: 15px 15px 4px 15px;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  width: min(280px, 88%);
}
.pricing-path-chapter-visual--answer {
  background: #FFFFFF;
  color: #181818;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(52, 168, 83, 0.32);
  display: block;
}
.pricing-path-chapter-answer-eye {
  font-size: 10px;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #6C6B6E;
}
.pricing-path-chapter-visual--answer strong {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  color: #181818;
  margin-top: 5px;
}
.pricing-path-chapter-answer-src {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #E6E6EC;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  color: #55534E;
}
.pricing-path-chapter-answer-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #34A853;
  display: inline-block;
  flex-shrink: 0;
}
.pricing-path-chapter-visual--review {
  background: #FFFFFF;
  color: #181818;
  padding: 14px;
  border-radius: 13px;
  border: 1px solid #E6E6EC;
  display: grid;
  gap: 8px;
}
.pricing-path-chapter-visual--review span {
  font-size: 11px;
  line-height: 17px;
  color: #55534E;
}
.pricing-path-chapter-visual--review b {
  display: inline-block;
  width: 80px;
  font-weight: 700;
  color: #181818;
}
.pricing-path-chapter-visual--send { display: grid; gap: 9px; }
.pricing-path-chapter-status {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(52, 168, 83, 0.14);
  color: #237A3B;
  font-size: 11px;
  font-weight: 700;
  align-self: flex-start;
  width: max-content;
}
.pricing-path-chapter-send {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #181818;
  font-size: 13px;
  font-weight: 700;
}
.pricing-path-chapter-wa {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.66);
}

/* ════════════════════════════════════════════════════════════════════
   3 · INCLUDED
   ════════════════════════════════════════════════════════════════════ */
.pricing-included-section {
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6EC;
}
.pricing-included-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 20px 80px;
}
.pricing-included-header { max-width: 860px; }
.pricing-included-section h2#pricing-included-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.042em;
  font-weight: 800;
  color: #181818;
  margin: 17px 0 0;
  text-wrap: balance;
}
.pricing-included-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #55534E;
  margin: 18px 0 0;
}

.pricing-included-ledger { display: none; }
.pricing-included-accordion {
  margin-top: 38px;
  border-top: 1px solid rgba(24, 24, 24, 0.16);
}
.pricing-included-acc-item { border-bottom: 1px solid rgba(24, 24, 24, 0.16); }
.pricing-included-acc-trigger {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 17px 0;
  font-size: 17px;
  font-weight: 800;
  color: #181818;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.pricing-included-acc-trigger:focus-visible {
  outline: 2px solid #181818;
  outline-offset: 4px;
  border-radius: 4px;
}
.pricing-included-acc-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease-out;
}
.pricing-included-acc-trigger[aria-expanded="true"] .pricing-included-acc-icon { transform: rotate(45deg); }
.pricing-included-acc-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 180ms ease-out, opacity 180ms ease-out;
  opacity: 0;
}
.pricing-included-acc-trigger[aria-expanded="true"] + .pricing-included-acc-content {
  max-height: 800px;
  opacity: 1;
}
.pricing-included-acc-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 22px;
  display: grid;
  gap: 12px;
}
.pricing-included-acc-content li {
  font-size: 14px;
  line-height: 22px;
  color: #55534E;
}

@media (min-width: 768px) {
  .pricing-included-container { padding: 96px 32px 104px; }
  .pricing-included-section h2#pricing-included-title { font-size: clamp(40px, 5.6vw, 52px); line-height: 1.04; }
}
@media (min-width: 1100px) {
  .pricing-included-container { padding: 104px 48px 112px; }
  .pricing-included-section h2#pricing-included-title {
    font-size: clamp(52px, 4.3vw, 66px);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .pricing-included-subtitle { font-size: 20px; line-height: 30px; margin-top: 22px; max-width: 780px; }
  .pricing-included-ledger {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 56px;
    border-top: 1px solid rgba(24, 24, 24, 0.16);
    border-bottom: 1px solid rgba(24, 24, 24, 0.16);
  }
  .pricing-included-accordion { display: none; }
  .pricing-included-group {
    min-height: 260px;
    padding: 32px;
    background: transparent;
  }
  .pricing-included-group[data-group="1"],
  .pricing-included-group[data-group="3"] { border-right: 1px solid rgba(24, 24, 24, 0.16); }
  .pricing-included-group[data-group="1"],
  .pricing-included-group[data-group="2"] { border-bottom: 1px solid rgba(24, 24, 24, 0.16); }
  .pricing-included-group-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 800;
    color: #181818;
    margin: 0;
  }
  .pricing-included-list {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 13px;
  }
  .pricing-included-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    font-size: 15px;
    line-height: 23px;
    color: #55534E;
  }
  .pricing-included-check {
    width: 16px;
    height: 16px;
    color: #55534E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
  }
  .pricing-included-check svg { width: 14px; height: 14px; }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .pricing-included-container { padding-left: 40px; padding-right: 40px; }
}

/* ════════════════════════════════════════════════════════════════════
   4 · START - Comece sem demo obrigatória
   ════════════════════════════════════════════════════════════════════ */
.pricing-start-section {
  background: #F1F0EF;
  border-top: 1px solid #E6E6EC;
  border-bottom: 1px solid #E6E6EC;
}
.pricing-start-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 20px 80px;
}
.pricing-start-header { max-width: 760px; }
.pricing-start-section h2#pricing-start-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.042em;
  font-weight: 800;
  color: #181818;
  margin: 17px 0 0;
  text-wrap: balance;
}
.pricing-start-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #55534E;
  margin: 16px 0 0;
}
.pricing-start-timeline {
  list-style: none;
  margin: 40px 0 0;
  padding: 0 0 0 32px;
  position: relative;
  display: block;
}
.pricing-start-timeline-line {
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(24, 24, 24, 0.20);
}
.pricing-start-step { position: relative; padding: 0 0 34px; }
.pricing-start-step:last-child { padding-bottom: 0; }
.pricing-start-node {
  position: absolute;
  left: -32px;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 3px solid #181818;
  background: #F1F0EF;
  font-size: 0;
  display: block;
  box-sizing: border-box;
}
.pricing-start-step-title {
  font-size: 19px;
  line-height: 26px;
  font-weight: 800;
  color: #181818;
  margin: 0;
}
.pricing-start-step-body {
  font-size: 14px;
  line-height: 22px;
  color: #55534E;
  margin: 7px 0 0;
}
@media (min-width: 768px) {
  .pricing-start-container { padding: 80px 32px 96px; }
  .pricing-start-section h2#pricing-start-title { font-size: clamp(40px, 5.2vw, 52px); line-height: 1.04; }
}
@media (min-width: 1100px) {
  .pricing-start-container { padding: 96px 48px 104px; }
  .pricing-start-section h2#pricing-start-title {
    font-size: clamp(50px, 4.2vw, 64px);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .pricing-start-subtitle { font-size: 19px; line-height: 29px; margin-top: 20px; }
  .pricing-start-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top: 58px;
    padding-left: 0;
  }
  .pricing-start-timeline-line {
    left: 18px;
    right: 18px;
    top: 17px;
    bottom: auto;
    height: 1px;
    width: auto;
    background: rgba(24, 24, 24, 0.20);
  }
  .pricing-start-step { position: relative; padding: 48px 0 0; }
  .pricing-start-node {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    border: 0;
    background: #181818;
    color: #FFFFFF;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 700;
    z-index: 1;
  }
  .pricing-start-step-title { font-size: 21px; line-height: 28px; }
  .pricing-start-step-body { font-size: 15px; line-height: 23px; margin-top: 9px; max-width: 330px; }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .pricing-start-container { padding-left: 40px; padding-right: 40px; }
}

/* ════════════════════════════════════════════════════════════════════
   5 · FAQ
   ════════════════════════════════════════════════════════════════════ */
.pricing-faq-section {
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6EC;
}
.pricing-faq-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 20px 80px;
}
.pricing-faq-header { max-width: 700px; }
.pricing-faq-section h2#pricing-faq-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.042em;
  font-weight: 800;
  color: #181818;
  margin: 17px 0 0;
  text-wrap: balance;
}
.pricing-faq-list {
  margin-top: 36px;
  border-top: 1px solid rgba(24, 24, 24, 0.16);
}
.pricing-faq-item { border-bottom: 1px solid rgba(24, 24, 24, 0.16); }
.pricing-faq-trigger {
  width: 100%;
  min-height: 64px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  background: transparent;
  border: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
  color: #181818;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.pricing-faq-trigger:focus-visible {
  outline: 2px solid #181818;
  outline-offset: 4px;
  border-radius: 4px;
}
.pricing-faq-icon {
  width: 20px;
  height: 20px;
  color: #181818;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease-out;
}
.pricing-faq-trigger[aria-expanded="true"] .pricing-faq-icon { transform: rotate(45deg); }
.pricing-faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 180ms ease-out, opacity 180ms ease-out;
}
.pricing-faq-trigger[aria-expanded="true"] + .pricing-faq-answer {
  max-height: 600px;
  opacity: 1;
}
.pricing-faq-answer p {
  margin: 0;
  padding: 0 0 22px;
  font-size: 14px;
  line-height: 22px;
  color: #55534E;
}
@media (min-width: 1100px) {
  .pricing-faq-container { padding: 96px 48px 104px; }
  .pricing-faq-section h2#pricing-faq-title {
    font-size: clamp(50px, 4.2vw, 64px);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .pricing-faq-list { margin-top: 48px; }
  .pricing-faq-trigger {
    min-height: 72px;
    padding: 20px 0;
    gap: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .pricing-faq-icon { width: 24px; height: 24px; }
  .pricing-faq-answer p {
    padding: 0 48px 24px 0;
    font-size: 15px;
    line-height: 24px;
  }
}

/* ════════════════════════════════════════════════════════════════════
   6 · FINAL CTA
   ════════════════════════════════════════════════════════════════════ */
.pricing-final-cta-section {
  background: #181818;
  color: #FFFFFF;
}
.pricing-final-cta-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 20px 80px;
  text-align: center;
}
.pricing-final-cta-container .pricing-eyebrow { margin: 0 auto; }
.pricing-final-cta-section h2#pricing-final-cta-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.042em;
  font-weight: 800;
  color: #FFFFFF;
  margin: 17px 0 0;
  text-wrap: balance;
}
.pricing-final-cta-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.66);
  max-width: 720px;
  margin: 22px auto 0;
}
.pricing-final-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}
.pricing-final-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 150ms ease-out;
}
.pricing-final-cta-primary:hover { background: #F5F5F5; }
.pricing-final-cta-primary:focus-visible {
  outline: 2px solid #181818;
  outline-offset: -4px;
}
.pricing-final-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.pricing-final-cta-secondary:hover { text-decoration: underline; text-underline-offset: 5px; }
.pricing-final-cta-secondary:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
  border-radius: 4px;
}
.pricing-final-cta-trust {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.52);
  margin: 24px 0 0;
}
.pricing-final-cta-micro {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.42);
  margin: 8px 0 0;
}
@media (min-width: 1100px) {
  .pricing-final-cta-container { padding: 96px 48px 104px; }
  .pricing-final-cta-section h2#pricing-final-cta-title {
    font-size: clamp(52px, 4.5vw, 68px);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .pricing-final-cta-subtitle { font-size: 19px; line-height: 29px; }
  .pricing-final-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
  }
  .pricing-final-cta-primary { width: auto; height: 56px; padding: 0 28px; }
  .pricing-final-cta-secondary { width: auto; height: 56px; padding: 0 18px; }
}

/* ════════════════════════════════════════════════════════════════════
   REVEAL
   ════════════════════════════════════════════════════════════════════ */
.pricing-hero-copy > *,
.pricing-plan-panel,
.pricing-included-group,
.pricing-included-acc-item,
.pricing-start-step,
.pricing-faq-item,
.pricing-final-cta-container > * {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#pricing-page.is-revealed .pricing-hero-copy > *,
#pricing-page.is-revealed .pricing-plan-panel,
#pricing-page.is-revealed .pricing-included-group,
#pricing-page.is-revealed .pricing-included-acc-item,
#pricing-page.is-revealed .pricing-start-step,
#pricing-page.is-revealed .pricing-faq-item,
#pricing-page.is-revealed .pricing-final-cta-container > * {
  opacity: 1;
  transform: translateY(0);
}
#pricing-page.is-revealed .pricing-plan-panel { transition-delay: 80ms; transition-duration: 360ms; }
#pricing-page.is-revealed .pricing-hero-copy > *:nth-child(1) { transition-delay: 0ms; }
#pricing-page.is-revealed .pricing-hero-copy > *:nth-child(2) { transition-delay: 45ms; }
#pricing-page.is-revealed .pricing-hero-copy > *:nth-child(3) { transition-delay: 90ms; }
#pricing-page.is-revealed .pricing-hero-copy > *:nth-child(4) { transition-delay: 135ms; }
#pricing-page.is-revealed .pricing-hero-copy > *:nth-child(5) { transition-delay: 180ms; }
#pricing-page.is-revealed .pricing-start-step:nth-child(2) { transition-delay: 0ms; }
#pricing-page.is-revealed .pricing-start-step:nth-child(3) { transition-delay: 80ms; }
#pricing-page.is-revealed .pricing-start-step:nth-child(4) { transition-delay: 160ms; }
#pricing-page.is-revealed .pricing-final-cta-container > * { transition-duration: 280ms; }

/* ════════════════════════════════════════════════════════════════════
   REDUCED MOTION
   ════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  #pricing-page * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  #pricing-page .pricing-hero-copy > *,
  #pricing-page .pricing-plan-panel,
  #pricing-page .pricing-included-group,
  #pricing-page .pricing-included-acc-item,
  #pricing-page .pricing-start-step,
  #pricing-page .pricing-faq-item,
  #pricing-page .pricing-final-cta-container > *,
  #pricing-page .pricing-path-sources,
  #pricing-page .pricing-path-question,
  #pricing-page .pricing-path-answer,
  #pricing-page .pricing-path-review,
  #pricing-page .pricing-path-toast {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ════════════════════════════════════════════════════════════════════
   PLAN-FLOW SCREENSHOTS — replaces the legacy HTML stage mockup.
   Five <picture> shots layer in the same stage; CSS opacity swap.
   Mobile articles render each shot below its number/title/body.

   No background, border, shadow, radius, padding around any PNG.
   ════════════════════════════════════════════════════════════════════ */
.pricing-plan-flow-shot {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  filter: none !important;
}
.pricing-plan-flow-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
  filter: none !important;
}

/* Stage: layout-only container, no chrome. Holds 5 stacked pictures. */
#pricing-page .pricing-plan-flow-section .pricing-path-stage {
  position: relative;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Desktop stage: aspect-locked, 5 shots stacked, fade swap based on
   .pricing-path-desktop[data-active-step="N"]. */
@media (min-width: 1100px) {
  #pricing-page .pricing-plan-flow-section .pricing-path-stage {
    aspect-ratio: 940 / 580;
    max-width: 940px;
    margin-left: auto;
    margin-right: 0;
  }
  .pricing-plan-flow-section .pricing-path-stage .pricing-plan-flow-shot {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 220ms cubic-bezier(0.2,0.8,0.2,1), transform 220ms cubic-bezier(0.2,0.8,0.2,1), visibility 0s linear 110ms;
  }
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="0"] .pricing-path-stage .pricing-plan-flow-shot[data-state="0"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="1"] .pricing-path-stage .pricing-plan-flow-shot[data-state="1"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="2"] .pricing-path-stage .pricing-plan-flow-shot[data-state="2"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="3"] .pricing-path-stage .pricing-plan-flow-shot[data-state="3"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="4"] .pricing-path-stage .pricing-plan-flow-shot[data-state="4"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 220ms cubic-bezier(0.2,0.8,0.2,1), transform 220ms cubic-bezier(0.2,0.8,0.2,1), visibility 0s linear 0s;
  }
  /* Hide the old layered mockup pieces if any still target #pricing-path-stage. */
  #pricing-page .pricing-plan-flow-section .pricing-path-stage .pricing-path-stage-topbar,
  #pricing-page .pricing-plan-flow-section .pricing-path-stage .pricing-path-stage-body { display: none !important; }
}

/* Tablet stage: same shot swap, image cap 760, centered. */
@media (min-width: 768px) and (max-width: 1099px) {
  #pricing-page .pricing-plan-flow-section .pricing-path-stage {
    aspect-ratio: 940 / 580;
    width: min(100%, 760px);
    margin: 34px auto 0;
  }
  .pricing-plan-flow-section .pricing-path-stage .pricing-plan-flow-shot {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms cubic-bezier(0.2,0.8,0.2,1), visibility 0s linear 110ms;
  }
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="0"] .pricing-path-stage .pricing-plan-flow-shot[data-state="0"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="1"] .pricing-path-stage .pricing-plan-flow-shot[data-state="1"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="2"] .pricing-path-stage .pricing-plan-flow-shot[data-state="2"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="3"] .pricing-path-stage .pricing-plan-flow-shot[data-state="3"],
  .pricing-plan-flow-section .pricing-path-desktop[data-active-step="4"] .pricing-path-stage .pricing-plan-flow-shot[data-state="4"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 220ms cubic-bezier(0.2,0.8,0.2,1), visibility 0s linear 0s;
  }
  #pricing-page .pricing-plan-flow-section .pricing-path-stage .pricing-path-stage-topbar,
  #pricing-page .pricing-plan-flow-section .pricing-path-stage .pricing-path-stage-body { display: none !important; }
}

/* Mobile articles: each article shows its picture below the copy. */
@media (max-width: 767px) {
  .pricing-path-chapter-shot {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    margin: 23px auto 0 !important;
  }
  /* The desktop stepper + stage are already hidden by existing rules
     `.pricing-path-desktop { display: none }`; nothing extra needed here. */
}
