/* /pricing — built from the landing pages' own components (.band, .wrap,
   .sec-head, .faq, .closing, the checkout dialog and the footer are all
   lifted, not reimplemented), so the page inherits the design system rather
   than starting a second one. Only what is specific to pricing lives here.

   The plan figures are the ones in the backend `plans` collection: 39/79/149
   monthly and 320/640/1200 a year. Yearly is an annual TOTAL, not a
   percentage of the monthly price — treating it as monthly x 0.8 is what had
   the landing pages advertising -20% against a real discount of 32%. */

/* The bottom padding was 0 because the reassurance row used to sit under
   the cards and carry the gap. With it gone the cards butted straight into
   the next band. */
.pr__hero{padding-block:56px 84px}
/* 860 rather than 760: at the narrower measure the h1 broke across three
   lines and split "everything. You" mid-thought. */
.pr__head{text-align:center; max-width:860px; margin-inline:auto}
.pr__h1{margin:0; font-size:clamp(30px,4.4vw,52px); line-height:1.06;
  letter-spacing:-.03em; font-weight:700}
.pr__sub{margin:18px auto 0; max-width:60ch; font-size:17.5px; line-height:1.55;
  color:var(--muted)}

.pr__cyc{display:inline-flex; align-items:center; gap:12px; margin-top:28px;
  font-size:14px; color:var(--muted)}
.pr__cyc .is-on{color:var(--ink); font-weight:600}
.pr__cyc em{font-style:normal; font-weight:700; color:var(--green)}

/* Three cards, not four: Enterprise is a published price but a fourth card
   turns the page into an arbitration. It gets a full column in the table
   below instead. */
/* No align-items:start here. Grid stretches row items by default, which is
   what keeps four cards of unequal content the same height — Business and
   Enterprise carry extra lines and were hanging below the others. */
.pr__cards{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px;
  margin-top:38px}
.pc{position:relative; display:flex; flex-direction:column;
  padding:26px 22px 28px; border:1px solid var(--line); border-radius:var(--r-xl);
  background:var(--surface)}
/* The recommended tier is raised rather than merely tinted: at a glance the
   eye should land on one card, which is the decision the page wants made. */
.pc--best{border:1.5px solid var(--violet-line); box-shadow:var(--shadow-l)}
.pc__badge{position:absolute; top:-11px; left:50%; transform:translateX(-50%);
  padding:4px 12px; border-radius:999px; white-space:nowrap;
  background:linear-gradient(135deg,#6E6BFF,#A855F7); color:#fff;
  font-size:10.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase}
.pc__name{margin:0; font-size:19px; font-weight:700; letter-spacing:-.02em}
.pc__lede{margin:6px 0 0; font-size:13.5px; color:var(--muted); min-height:2.8em}
.pc__price{display:flex; align-items:baseline; gap:6px; margin:18px 0 0}
.pc__amt{font-size:38px; font-weight:700; letter-spacing:-.03em; line-height:1}
.pc__per{font-size:14px; color:var(--muted)}
.pc__bill{margin:6px 0 0; font-size:12.5px; color:var(--muted); min-height:1.4em}
.pc__cta{width:100%; justify-content:center; margin-top:20px}

/* The volume block is what actually separates the tiers, so it is set apart
   from the shared feature list rather than buried in it. */
.pc__quota{list-style:none; margin:22px 0 0; padding:16px 0 0;
  border-top:1px solid var(--line); display:grid; gap:8px}
.pc__quota li{display:flex; align-items:baseline; gap:7px; font-size:14px}
.pc__quota b{font-size:16px; font-weight:700; color:var(--ink)}
.pc__quota span{color:var(--muted)}

.pc__inc{margin:20px 0 10px; font-size:11px; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; color:var(--muted)}
.pc__feat{list-style:none; margin:0; padding:0; display:grid; gap:8px}
.pc__feat li{position:relative; padding-left:22px; font-size:13px; line-height:1.45;
  color:var(--ink-2)}
.pc__feat li::before{content:"\2713"; position:absolute; left:0; top:0;
  color:var(--green); font-weight:700; font-size:12px}

.pr__assure{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 26px;
  margin:32px 0 0; font-size:13px; color:var(--muted)}
.pr__assure span{position:relative}
.pr__assure span:not(:last-child)::after{content:"\00B7"; position:absolute; right:-15px}

/* The table scrolls rather than shrinks: four columns of real values cannot
   compress below a readable width, and a squeezed comparison table is worse
   than one the reader drags. */
.pt__wrap{overflow-x:auto; -webkit-overflow-scrolling:touch;
  border:1px solid var(--line); border-radius:var(--r-xl); background:var(--surface)}
.pt{width:100%; min-width:720px; border-collapse:collapse; font-size:13.5px}
.pt thead th{padding:20px 16px 18px; text-align:center; font-size:15px; font-weight:700;
  letter-spacing:-.02em; border-bottom:1px solid var(--line)}
.pt thead th span{display:block; margin-top:3px; font-size:13px; font-weight:600;
  color:var(--muted)}
.pt thead th.is-best{color:var(--violet)}
.pt thead td{border-bottom:1px solid var(--line)}
.pt__grp th{padding:16px 16px 8px; text-align:left; font-size:10.5px; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase; color:var(--muted);
  background:var(--band)}
.pt tbody th[scope=row]{padding:11px 16px; text-align:left; font-weight:500;
  color:var(--ink-2)}
.pt tbody td{padding:11px 16px; text-align:center; color:var(--ink)}
.pt tbody tr:not(.pt__grp){border-top:1px solid var(--line)}
.pt .yes{color:var(--green); font-weight:700}
.pt .no{color:var(--line-strong)}

.pr__cred{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px}
.pr__cred article{padding:24px; border:1px solid var(--line); border-radius:var(--r-l);
  background:var(--surface)}
.pr__cred h3{margin:0 0 8px; font-size:16px; font-weight:700; letter-spacing:-.02em}
.pr__cred p{margin:0; font-size:13.5px; line-height:1.55; color:var(--muted)}

.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}

@media (max-width:1100px){
  .pr__cards{grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; max-width:720px;
    margin-inline:auto}
  /* Raised only when it sits in a row of its own peers; stacked, the lift
     just looks like a misalignment. */
  .pc--best{margin-top:0}
}
@media (max-width:700px){
  .pr__cards{grid-template-columns:minmax(0,1fr); max-width:460px; margin-inline:auto}
  /* Stacked, the badge would collide with the card above it. */
  .pc--best{margin-top:14px}
  .pc__lede{min-height:0}
  .pr__cred{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:560px){
  .pr__hero{padding-block:36px 56px}
  .pc{padding:24px 20px 26px}
  .pc__amt{font-size:38px}
  .pr__assure{gap:8px 20px}
  .pr__assure span:not(:last-child)::after{display:none}
}
