/* ==========================================================================
   plans-20260908.css — the pricing page. Its own page: compact hero with the controls, three plan cards and a Custom strip,
   the locations calculator on a light band, the comparison table, texts and locations cards, voices, FAQ, closing.
   Loads after feature-v2/v3, pillars-lab.css (voices) and home.css (closing panel).
   ========================================================================== */

/* hero */
.pr-hero { padding: calc(var(--header-h) + 56px) 0 40px; margin-top: calc(-1 * var(--header-h)); text-align: center; }
.pr-hero .h { max-width: 16ch; margin-inline: auto; }
.pr-hero .sub { max-width: 52ch; margin: 18px auto 0; }
.pr-controls { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 22px; margin-top: 30px; }
.pr-seg { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--v2-card); box-shadow: inset 0 0 0 1px var(--v2-line); }
.pr-seg button { padding: 10px 18px; border: 0; border-radius: 999px; background: none; font: 500 14px/1.3 var(--font-display); color: var(--v2-body); cursor: pointer; transition: color .2s, background-color .25s var(--ease-out); }
.pr-seg button em { margin-left: 6px; font-style: normal; font-weight: 600; color: var(--blue); }
.pr-seg button.is-on { background: var(--ink); color: #fff; }
.pr-seg button.is-on em { color: #b0c2ff; }
.pr-seg button:focus-visible, .pr-cur select:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.pr-cur { display: inline-flex; align-items: center; gap: 8px; }
.pr-cur-label { font: 500 14px/1.3 var(--font-display); color: var(--v2-body); }
.pr-cur select { appearance: none; -webkit-appearance: none; padding: 10px 36px 10px 14px; border: 0; border-radius: 999px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%230f0d19' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center; box-shadow: inset 0 0 0 1px var(--v2-line); font: 600 14px/1.3 var(--font-display); color: var(--ink); cursor: pointer; }

/* plan cards */
.pr-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pr-plan { position: relative; display: flex; flex-direction: column; padding: 28px 26px 30px; border-radius: 22px; background: #fff; box-shadow: inset 0 0 0 1px var(--v2-line); }
.pr-plan--growth { box-shadow: inset 0 0 0 1.5px var(--blue), 0 30px 60px -40px rgba(0, 61, 255, .4); }
.pr-tag { position: absolute; top: -13px; left: 26px; padding: 5px 11px; border-radius: 999px; background: var(--blue); color: #fff; font: 600 12px/1.4 var(--font-display); }
.pr-plan h2 { font: 600 19px/1.3 var(--font-display); color: var(--ink); }
.pr-who { margin-top: 6px; min-height: 44px; font: 400 14.5px/1.5 var(--font-body); color: var(--v2-body); }
.pr-price { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.pr-price b { font: 500 46px/1 var(--font-serif); letter-spacing: -.02em; color: var(--ink); font-variant-numeric: lining-nums tabular-nums; }
.pr-per { font: 500 14px/1.2 var(--font-display); color: var(--v2-body); }
.pr-per small { display: block; margin-top: 2px; font: 400 12.5px/1.3 var(--font-body); }
.pr-bill { margin-top: 10px; min-height: 42px; font: 400 13px/1.5 var(--font-body); color: var(--v2-body); }
.pr-bill > span { display: none; }
[data-bill="monthly"] .pr-bill [data-bill-note="monthly"], [data-bill="yearly"] .pr-bill [data-bill-note="yearly"] { display: block; }
.pr-cta { justify-content: center; margin-top: 16px; padding: 13px 18px; font-size: 15px; }
.pr-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--v2-line); }
.pr-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font: 400 14px/1.45 var(--font-body); color: var(--ink); }
.pr-list .icon { width: 18px; height: 18px; margin-top: 1px; color: #1fb07a; }
.pr-list li:first-child span { font-weight: 600; }
.pr-custom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 28px; margin-top: 18px; padding: 24px 28px; border-radius: 22px; background: var(--ink); color: #fff; }
.pr-custom h2 { font: 600 19px/1.3 var(--font-display); }
.pr-custom p { margin-top: 6px; max-width: 64ch; font: 400 14.5px/1.55 var(--font-body); color: rgba(255, 255, 255, .72); }
.pr-custom .btn { background: #fff; color: var(--ink); }
.pr-custom .btn:hover { background: #eef1ff; }
.pr-note { margin-top: 18px; text-align: center; font: 400 13px/1.5 var(--font-body); color: var(--v2-body); }

/* locations band */
.pr-band { background: #f6f7fb; }
.pr-band-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.pr-calc-plan { display: flex; gap: 6px; margin: 4px 0 14px; }
.pr-calc-plan button { padding: 8px 14px; border: 0; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--v2-line); font: 500 13.5px/1.3 var(--font-display); color: var(--v2-body); cursor: pointer; }
.pr-calc-plan button.is-on { background: var(--ink); color: #fff; box-shadow: none; }
.pr-calc-plan button:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

/* comparison table */
.pr-matrix th.us, .pr-matrix td.us { background: rgba(0, 61, 255, .04); }
.pr-group th { padding: 22px 12px 8px; text-align: left; font: 500 17px/1.3 var(--font-serif); color: var(--ink); background: none; border: 0; }
.pr-matrix td b { font: 600 14px/1.3 var(--font-display); color: var(--ink); }

/* credits mock */
.credit { margin: 4px 0 10px; }
.credit-bar { height: 10px; border-radius: 5px; background: #e3e6f0; overflow: hidden; }
.credit-bar i { display: block; width: var(--w); height: 100%; border-radius: 5px; background: var(--blue); }
.credit-row { display: flex; justify-content: space-between; margin-top: 8px; font: 400 13px/1.4 var(--font-body); color: var(--v2-body); }
.credit-row b { color: var(--ink); font-weight: 600; }
.pr .shot .row { grid-template-columns: 92px 1fr auto; }

/* faq */
.pr .pr-faq { padding-top: clamp(24px, 3vw, 40px); }
.faq-col { max-width: 800px; }
.pr .faq-q .icon { transform: rotate(45deg); }
.pr .faq-q[aria-expanded="true"] .icon { transform: rotate(0); }
.pr .paper-voices .voices--band { margin-top: 20px; }

@media (max-width: 991px) {
  .pr-plans { grid-template-columns: 1fr; }
  .pr-who, .pr-bill { min-height: 0; }
  .pr-band-grid { grid-template-columns: 1fr; }
}
/* the table scrolls sideways on narrow screens instead of collapsing */
.pr .matrix-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pr .matrix { min-width: 640px; }
@media (max-width: 700px) { .pr .matrix-wrap::after { content: "Swipe to see every plan"; display: block; margin-top: 8px; font: 400 12.5px/1.4 var(--font-body); color: var(--v2-body); } }
@media (max-width: 700px) {
  .pr .matrix td:first-child, .pr .matrix thead th:first-child { width: 44%; position: sticky; left: 0; background: #fff; }
  .pr .matrix td.us, .pr .matrix th.us { background: rgba(0, 61, 255, .04); }
}


/* enterprise: the intelligence layer as a band beneath the three plans */
.pr-ent { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 56px); margin-top: 22px; padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 44px); border-radius: 24px; background: var(--ink); color: #fff; }
.pr-ent-tag { display: inline-block; padding: 5px 11px; border-radius: 999px; background: rgba(255, 255, 255, .12); font: 600 12.5px/1.4 var(--font-display); color: #b0c2ff; }
.pr-ent-head h2 { margin-top: 14px; font: 500 clamp(26px, 2.6vw, 34px)/1.12 var(--font-serif); letter-spacing: -.015em; text-wrap: balance; }
.pr-ent-head h2 em { color: #b0c2ff; }
.pr-ent-head p { margin-top: 14px; max-width: 46ch; font: 400 15.5px/1.6 var(--font-body); color: rgba(255, 255, 255, .74); }
.pr-ent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 22px; }
.pr-ent-cta { background: #fff; color: var(--ink); }
.pr-ent-more { display: inline-flex; align-items: center; gap: 6px; font: 600 14.5px/1.3 var(--font-display); color: #b0c2ff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(176, 194, 255, .4); }
.pr-ent-more:hover { color: #fff; }
.pr-ent-more .icon { width: 16px; height: 16px; }
.pr-ent-cta:hover { background: #eef1ff; }
.pr-ent-right { display: grid; gap: 22px; align-content: center; }
.pr-ent-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 0; padding: 0; list-style: none; }
.pr-ent-list b { display: block; font: 600 15px/1.35 var(--font-display); color: #fff; }
.pr-ent-list span { display: block; margin-top: 4px; font: 400 13.5px/1.5 var(--font-body); color: rgba(255, 255, 255, .68); }
.pr-partners { margin-top: 16px; text-align: center; font: 400 14px/1.5 var(--font-body); color: var(--v2-body); }
.pr-partners a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(15, 13, 25, .3); }
.pr-partners a:hover { color: var(--blue); }
.pr-cta { white-space: nowrap; }
@media (max-width: 991px) { .pr-ent { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .pr-ent-list { grid-template-columns: 1fr; } }
