/* ============================================================
   Pricing page styles.
   Source: /docs/mockups/pricing.html.

   Almost everything on this page is page-specific — only the
   standard CTA + section primitives (sections.css) come from
   shared components. The page is mostly a one-off composition
   of cards, color-coded bars, multi-column comparisons, and
   illustrative ROI math.

   Sections:
   - .pricing-hero          Light utility-page hero (NOT the
                            dark photographic topo treatment).
                            2-col grid: title + sub on the left,
                            "meta note" panel with orange left
                            border on the right.
   - .tier-grid             2-card scope-study pricing tiers
                            with a featured variant + a credit
                            callout below. Same shape as the
                            Strategy page's pricing section;
                            lift to a shared component on third use.
   - .billing-grid          2-card billing model (fixed / hourly)
                            + a callout + an AI-leverage note.
   - .medians-grid          6-card grid of typical project costs
                            with linked service titles + a footnote.
   - .roi-section           Dark section with a topo SVG overlay,
                            3 reasoning cards, + a math equation
                            box at the bottom.
   - .ai-pricing-grid       2-col split: narrative on the left,
                            4-item icon stack on the right.
   - .anatomy-section       Stacked color bar (build / discovery /
                            etc.) + 40/60 split + 6-card detail grid.
   - .mvp-strategy-section  2-col with narrative on the left,
                            2 path cards (good vs bad) on the right.
   - .variable-section      2-side compare (project-ready vs
                            project-unready) with a "vs." divider
                            in the middle, + a CTA box below.
   - .faq-section           Borderless rows with a circle (+) toggle
                            that rotates 45° to (×) on open. Third
                            FAQ variant on the site — distinct from
                            Implementation's bordered (+/−) and
                            Creator's borderless chevron.
   ============================================================ */

/* === HERO (page-specific utility-page treatment) === */

.pricing-hero {
  background: var(--bg-light);
  padding: 80px 0 56px;
  border-bottom: 1px solid var(--border-on-light);
  /* Host for the shared .topo-callback (see components/topo-callback.css). */
  position: relative;
  overflow: hidden;
}
.pricing-hero > .container {
  position: relative;
  z-index: 2;
}
.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
}
.pricing-hero-main .eyebrow {
  color: var(--blue);
  display: block;
  margin-bottom: 18px;
}
.pricing-hero-main h1 {
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: var(--tracking-display);
  margin-bottom: 22px;
  color: var(--text-dark);
}
.pricing-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-dark-2);
  max-width: 560px;
}
.pricing-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 28px;
  background: var(--bg-light-2);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card);
  border-left: 2px solid var(--orange);
}
.pricing-hero-meta-eyebrow {
  font-size: 11px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}
.pricing-hero-meta-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: var(--weight-medium);
  letter-spacing: -0.015em;
  color: var(--text-dark);
  line-height: 1.35;
}
.pricing-hero-meta-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-dark-2);
}

/* === TIERS (page-specific) === */

.tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
.tier-card {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  padding: 32px 32px 28px;
  position: relative;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, box-shadow 0.3s ease;
}
.tier-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong-on-light);
  box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.12);
}
.tier-card--featured {
  border-color: rgba(220, 115, 76, 0.35);
  border-top: 2px solid var(--orange);
  box-shadow: 0 8px 24px -12px rgba(220, 115, 76, 0.18);
}
.tier-tag {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: var(--weight-medium);
}
.tier-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark-3);
  margin-bottom: 10px;
  font-weight: var(--weight-medium);
}
.tier-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-h3);
  color: var(--text-dark);
  margin-bottom: 18px;
  line-height: 1.25;
}
.tier-cost {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-stat);
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 6px;
}
.tier-cost-meta {
  font-size: 13px;
  color: var(--text-dark-3);
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-on-light);
}
.tier-list { list-style: none; margin: 0 0 22px; padding: 0; }
.tier-list li {
  font-size: 14px;
  color: var(--text-dark-2);
  line-height: 1.55;
  padding: 8px 0 8px 22px;
  position: relative;
}
.tier-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 1.5px;
  background: var(--blue);
}
.tier-card--featured .tier-list li::before { background: var(--orange); }
.tier-foot {
  font-size: 13px;
  color: var(--text-dark-3);
  padding-top: 18px;
  border-top: 1px solid var(--border-on-light);
  line-height: 1.55;
}

.credit-callout {
  display: flex;
  gap: 18px;
  padding: 22px 26px;
  background: rgba(220, 115, 76, 0.06);
  border: 1px solid rgba(220, 115, 76, 0.22);
  border-radius: var(--radius-card);
  align-items: flex-start;
}
.credit-callout-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: rgba(220, 115, 76, 0.14);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.credit-callout-icon svg { width: 18px; height: 18px; }
.credit-callout-text { flex: 1; }
.credit-callout-text h3 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  margin-bottom: 4px;
  letter-spacing: var(--tracking-h3);
}
.credit-callout-text p {
  font-size: 13.5px;
  color: var(--text-dark-2);
  line-height: 1.6;
}

/* === BILLING (page-specific) === */

.billing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.billing-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  padding: 32px;
}
.billing-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-on-light);
}
.billing-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-icon svg { width: 18px; height: 18px; }
.billing-card--blue .billing-icon { background: rgba(22, 93, 148, 0.10); color: var(--blue); }
.billing-card--orange .billing-icon { background: rgba(220, 115, 76, 0.12); color: var(--orange); }
.billing-card h3 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: var(--tracking-h3);
}
.billing-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-dark-2);
  margin-bottom: 14px;
}
.billing-card p:last-child { margin-bottom: 0; }

.billing-callout {
  padding: 22px 28px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border-on-light);
  border-left: 2px solid var(--blue);
  border-radius: var(--radius-card);
  font-size: 14px;
  color: var(--text-dark-2);
  line-height: 1.65;
}
.billing-callout strong {
  color: var(--text-dark);
  font-weight: var(--weight-medium);
}

.ai-leverage-note {
  margin-top: 24px;
  padding: 20px 26px;
  background: rgba(220, 115, 76, 0.05);
  border: 1px solid rgba(220, 115, 76, 0.18);
  border-radius: var(--radius-card);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ai-leverage-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  margin-top: 8px;
  flex-shrink: 0;
}
.ai-leverage-note p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-dark-2);
}
.ai-leverage-note strong {
  color: var(--orange);
  font-weight: var(--weight-medium);
}

/* === MEDIANS (page-specific) === */

.medians-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.median-card {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, box-shadow 0.3s ease;
}
.median-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong-on-light);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.12);
}
.median-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-on-light);
}
.median-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.median-figure { text-align: right; flex-shrink: 0; }
.median-figure-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: -0.025em;
  line-height: 1;
}
.median-figure-meta {
  font-size: 11px;
  color: var(--text-dark-3);
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.median-swing {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-dark-2);
  flex: 1;
}
.median-swing strong {
  color: var(--text-dark);
  font-weight: var(--weight-medium);
}
.median-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: var(--weight-medium);
  color: var(--blue);
  text-decoration: none;
  align-self: flex-start;
  transition: color 0.2s ease;
}
.median-link:hover { color: var(--orange); }
.median-link .arrow { transition: transform 0.3s var(--ease-out); }
.median-link:hover .arrow { transform: translateX(3px); }

.medians-footnote {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(22, 93, 148, 0.04);
  border: 1px solid rgba(22, 93, 148, 0.18);
  border-radius: var(--radius-card);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-dark-2);
}
.medians-footnote strong { color: var(--blue); font-weight: var(--weight-medium); }

/* === ROI (page-specific) === */

.roi-section { overflow: hidden; }
.roi-section .section-head .eyebrow { color: var(--orange-bright); }
.roi-section .section-head h2 { color: var(--text-light); }
.roi-section .section-head p { color: var(--text-light-2); }

.roi-topo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.roi-section .container { position: relative; z-index: 2; }

.roi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.roi-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card-lg);
  padding: 32px 28px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.roi-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}
.roi-num {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--orange-pale);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-weight: var(--weight-medium);
}
.roi-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-medium);
  line-height: 1.25;
  letter-spacing: var(--tracking-h3);
  margin-bottom: 14px;
  color: var(--text-light);
}
.roi-card > p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-light-2);
}
.roi-key-line {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-on-dark);
  font-size: 13.5px;
  color: var(--text-light);
}

.roi-math-box {
  margin-top: 36px;
  padding: 32px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card-lg);
  border-left: 2px solid var(--orange);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
}
.roi-math-eq {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--text-light);
  letter-spacing: -0.015em;
  line-height: 1.5;
}
.roi-math-eq-line { display: block; }
.roi-math-eq .small {
  font-size: 14px;
  color: var(--text-light-3);
  letter-spacing: 0;
}
.roi-math-eq .accent-strong { color: var(--orange-pale); }
.roi-math-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-light-2);
  border-left: 1px solid var(--border-on-dark);
  padding-left: 28px;
}

/* === AI SECTION (page-specific) === */

.ai-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ai-pricing-text .eyebrow {
  display: block;
  color: var(--blue);
  margin-bottom: 18px;
}
.ai-pricing-text h2 {
  font-size: 36px;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 22px;
}
.ai-pricing-text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-dark-2);
  margin-bottom: 16px;
}
.ai-pricing-key {
  margin-top: 22px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-on-light);
  border-left: 2px solid var(--orange);
  border-radius: var(--radius-md);
  font-size: 14.5px;
  color: var(--text-dark);
  line-height: 1.6;
}

.ai-pricing-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-pricing-item {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card);
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.ai-pricing-item:hover {
  transform: translateX(3px);
  border-color: var(--border-strong-on-light);
}
.ai-pricing-icon {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: rgba(220, 115, 76, 0.10);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-pricing-icon svg { width: 15px; height: 15px; }
.ai-pricing-item h3 {
  font-size: 14.5px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  margin-bottom: 4px;
  letter-spacing: var(--tracking-h3);
}
.ai-pricing-item p {
  font-size: 13px;
  color: var(--text-dark-2);
  line-height: 1.55;
}

/* === ANATOMY (page-specific) === */

.anatomy-bar-wrap { margin-bottom: 56px; }
.anatomy-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-dark-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: var(--weight-medium);
}
.anatomy-bar {
  display: flex;
  height: 56px;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border-on-light);
}
.anatomy-bar-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 13px;
  font-weight: var(--weight-medium);
  font-family: var(--font-display);
  letter-spacing: -0.005em;
  transition: filter 0.2s ease;
}
.anatomy-bar-segment:hover { filter: brightness(1.08); }
.anatomy-bar-segment--build { background: var(--orange); flex: 40; }
.anatomy-bar-segment--discovery { background: #B85A38; flex: 15; }
.anatomy-bar-segment--testing { background: var(--blue); flex: 15; }
.anatomy-bar-segment--docs { background: #2D7AB5; flex: 10; }
.anatomy-bar-segment--migration { background: #4A8AB8; flex: 10; }
.anatomy-bar-segment--coord { background: #6B9DC7; flex: 10; }

.anatomy-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.anatomy-split-card {
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
}
.anatomy-split-card--build { border-left: 2px solid var(--orange); }
.anatomy-split-card--everything { border-left: 2px solid var(--blue); }
.anatomy-split-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: var(--weight-medium);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.anatomy-split-card--build .anatomy-split-num { color: var(--orange); }
.anatomy-split-card--everything .anatomy-split-num { color: var(--blue); }
.anatomy-split-card h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--text-dark);
  letter-spacing: var(--tracking-h3);
}
.anatomy-split-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-dark-2);
}

.anatomy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.anatomy-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card);
  padding: 22px 24px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.anatomy-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong-on-light);
}
.anatomy-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.anatomy-card-name {
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: var(--tracking-h3);
}
.anatomy-card-pct {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: var(--weight-medium);
  color: var(--text-dark-3);
  letter-spacing: -0.015em;
}
.anatomy-card p {
  font-size: 13px;
  color: var(--text-dark-2);
  line-height: 1.55;
}

/* === MVP-AS-PRICING-STRATEGY (page-specific) === */

.mvp-strategy-section { background: var(--bg-light-2); }
.mvp-strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.mvp-strategy-text .eyebrow {
  display: block;
  color: var(--blue);
  margin-bottom: 18px;
}
.mvp-strategy-text h2 {
  font-size: 36px;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 22px;
}
.mvp-strategy-text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-dark-2);
  margin-bottom: 16px;
}
.mvp-strategy-key {
  margin-top: 22px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-on-light);
  border-left: 2px solid var(--orange);
  border-radius: var(--radius-md);
  font-size: 14.5px;
  color: var(--text-dark);
  line-height: 1.6;
}

.mvp-paths {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mvp-path {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  padding: 26px 30px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.mvp-path:hover {
  border-color: var(--border-strong-on-light);
  transform: translateX(3px);
}
.mvp-path--good { border-left: 2px solid var(--blue); }
.mvp-path--bad { border-left: 2px solid var(--orange); }
.mvp-path-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.mvp-path-tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
}
.mvp-path--good .mvp-path-tag { color: var(--blue); }
.mvp-path--bad .mvp-path-tag { color: var(--orange); }
.mvp-path-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.mvp-path p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark-2);
}
.mvp-path-result {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-on-light);
  font-size: 12px;
  color: var(--text-dark-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
}

/* === BIGGEST VARIABLE (page-specific) === */

.variable-head {
  max-width: 820px;
  margin-bottom: 48px;
}
.variable-head .eyebrow {
  display: block;
  color: var(--blue);
  margin-bottom: 18px;
}
.variable-head h2 {
  font-size: 36px;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 18px;
}
.variable-head p {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text-dark-2);
}

.variable-compare {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 32px;
}
.variable-side {
  padding: 36px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  display: flex;
  flex-direction: column;
}
.variable-side--ready { border-top: 2px solid var(--blue); }
.variable-side--unready { border-top: 2px solid var(--orange); }
.variable-side-tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
  margin-bottom: 14px;
  display: block;
}
.variable-side--ready .variable-side-tag { color: var(--blue); }
.variable-side--unready .variable-side-tag { color: var(--orange); }
.variable-side h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: var(--tracking-h3);
  margin-bottom: 22px;
  line-height: 1.25;
}
.variable-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.variable-side li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-dark-2);
  padding: 10px 0 10px 22px;
  position: relative;
  border-bottom: 1px solid var(--border-on-light);
}
.variable-side li:last-child { border-bottom: none; }
.variable-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 1.5px;
}
.variable-side--ready li::before { background: var(--blue); }
.variable-side--unready li::before { background: var(--orange); }
.variable-side-multiplier {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border-on-light);
}
.variable-side-mult-num {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: var(--weight-medium);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.variable-side--ready .variable-side-mult-num { color: var(--blue); }
.variable-side--unready .variable-side-mult-num { color: var(--orange); }
.variable-side-mult-label {
  font-size: 12px;
  color: var(--text-dark-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
}

.variable-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--text-dark-3);
}
.variable-vs-line {
  width: 1px;
  flex: 1;
  background: var(--border-on-light);
}
.variable-vs-text {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.04em;
  color: var(--text-dark-3);
  text-transform: uppercase;
  padding: 8px 0;
}

.variable-cta-box {
  background: var(--bg-light-2);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-card-lg);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.variable-cta-box h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-medium);
  margin-bottom: 8px;
  letter-spacing: var(--tracking-h3);
  color: var(--text-dark);
  line-height: 1.25;
}
.variable-cta-box p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-dark-2);
}
.variable-cta-box .btn-primary { white-space: nowrap; }

/* === FAQ (page-specific) ===
   Borderless rows + circle (+) toggle that rotates 45° to (×)
   on open. Third FAQ variant on the site. */

.faq-section { padding-top: var(--section-pad-y); padding-bottom: var(--section-pad-y); }
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 64px;
  align-items: start;
}
.faq-intro .eyebrow {
  display: block;
  color: var(--blue);
  margin-bottom: 18px;
}
.faq-intro h2 {
  font-size: 36px;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 18px;
}
.faq-intro p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-dark-2);
}

.faq-list { display: flex; flex-direction: column; }
.faq-item {
  border-top: 1px solid var(--border-on-light);
  padding: 22px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--border-on-light); }

.faq-item summary { list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: var(--weight-medium);
  color: var(--text-dark);
  letter-spacing: -0.01em;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.faq-item:hover .faq-q { color: var(--orange); }

.faq-toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: background 0.2s ease, transform 0.3s var(--ease-out);
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--text-dark);
  transition: background 0.2s ease;
}
.faq-toggle::before { width: 9px; height: 1.5px; }
.faq-toggle::after { width: 1.5px; height: 9px; }
.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  background: rgba(220, 115, 76, 0.16);
}
.faq-item[open] .faq-toggle::before,
.faq-item[open] .faq-toggle::after { background: var(--orange); }

.faq-a {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-dark-2);
}
.faq-a p + p { margin-top: 10px; }
.faq-a a {
  color: var(--blue);
  border-bottom: 1px solid rgba(22, 93, 148, 0.4);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.faq-a a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

/* === RESPONSIVE === */

@media (max-width: 980px) {
  .pricing-hero-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .pricing-hero-main h1 { font-size: 44px; }
  .tier-grid { grid-template-columns: 1fr; }
  .billing-grid { grid-template-columns: 1fr; }
  .medians-grid { grid-template-columns: repeat(2, 1fr); }
  .roi-grid { grid-template-columns: 1fr; }
  .roi-math-box { grid-template-columns: 1fr; gap: 22px; }
  .roi-math-text { border-left: none; border-top: 1px solid var(--border-on-dark); padding-left: 0; padding-top: 22px; }
  .ai-pricing-grid { grid-template-columns: 1fr; gap: 36px; }
  .anatomy-bar-segment { font-size: 11px; padding: 0 6px; text-align: center; }
  .anatomy-split { grid-template-columns: 1fr; }
  .anatomy-grid { grid-template-columns: repeat(2, 1fr); }
  .mvp-strategy-grid { grid-template-columns: 1fr; gap: 36px; }
  .variable-compare { grid-template-columns: 1fr; gap: 16px; }
  .variable-vs { flex-direction: row; padding: 0; gap: 12px; }
  .variable-vs-line { width: auto; height: 1px; flex: 1; }
  .variable-cta-box { grid-template-columns: 1fr; gap: 20px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {
  .pricing-hero { padding: 56px 0 40px; }
  .pricing-hero-main h1 { font-size: 34px; }
  .tier-card { padding: 26px 24px; }
  .billing-card { padding: 26px 24px; }
  .medians-grid { grid-template-columns: 1fr; }
  .roi-card { padding: 26px 24px; }
  .roi-math-box { padding: 24px 22px; }
  .roi-math-eq { font-size: 18px; }
  .anatomy-bar { height: auto; flex-direction: column; }
  .anatomy-bar-segment { padding: 12px; flex: 1 0 auto; }
  .anatomy-grid { grid-template-columns: 1fr; }
  .anatomy-split-num { font-size: 44px; }
  .variable-side { padding: 28px 24px; }
  .variable-side-mult-num { font-size: 30px; }
  .variable-cta-box { padding: 26px 24px; }
  .faq-intro h2 { font-size: 28px; }
}
