/* ==========================================================================
   PRICING — the whole rate card in the open. The numbers are the artwork:
   mono readouts, hairline rules, generous rows, one marked row.
   ========================================================================== */

[hidden] { display: none !important; }
.mobile-cta__note { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* A value the owner still has to supply. Marked, never faked. */
.placeholder {
  font-family: var(--font-mono);
  font-size: 0.86em;
  color: color-mix(in srgb, var(--warn) 55%, var(--ink-900));
  background: var(--warn-wash);
  border: 1px dashed color-mix(in srgb, var(--warn) 45%, transparent);
  border-radius: var(--r-xs);
  padding: 0 0.3em;
}

.pr-nojs { font-family: var(--font-mono); font-weight: 600; text-decoration: underline; }


/* --------------------------------------------------------------------------
   HERO — headline left, posted rate board right.
   -------------------------------------------------------------------------- */
.pr-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2rem, 1rem + 6vw, 6rem) clamp(2.75rem, 1.5rem + 6vw, 6.5rem);
}
.pr-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../../img/pattern-grid.svg');
  background-size: 46px 46px;
  opacity: .32;
  pointer-events: none;
}
.pr-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 8% 0%, rgba(26,100,200,.07), transparent 58%);
  pointer-events: none;
}
.pr-hero__inner { position: relative; z-index: 1; display: grid; gap: var(--s-8); }
@media (min-width: 64em) {
  .pr-hero__inner { grid-template-columns: 1.02fr 0.98fr; gap: var(--s-9); align-items: center; }
}

.pr-hero h1 {
  font-size: clamp(2.85rem, 1.55rem + 4.6vw, 5.4rem);
  line-height: 0.94;
  margin-top: var(--s-4);
}
.pr-hero .lead { margin-top: var(--s-5); max-width: 42ch; }

.pr-hero__cta {
  display: flex; flex-wrap: wrap; gap: var(--s-3);
  margin-top: var(--s-6);
}
@media (min-width: 46em) { .pr-hero__cta { margin-top: var(--s-7); } }
.pr-hero__fine {
  margin-top: var(--s-4);
  max-width: 46ch;
  font-size: var(--t-xs);
  line-height: 1.6;
  color: var(--steel-300);
  border-left: 2px solid var(--ink-500);
  padding-left: var(--s-4);
}

/* The board ---------------------------------------------------------------- */
.board {
  background: color-mix(in srgb, var(--ink-700) 78%, transparent);
  border: 1px solid var(--ink-500);
  border-radius: var(--r-lg);
  padding: var(--s-5) var(--s-5) var(--s-4);
  box-shadow: var(--e-4);
  backdrop-filter: blur(2px);
}
@media (min-width: 46em) { .board { padding: var(--s-6) var(--s-6) var(--s-5); } }

.board__head {
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-4);
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--ink-500);
}
.board__t {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: var(--tr-display); font-size: 1.375rem; color: var(--paper);
  white-space: nowrap;
}
.board__sub {
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel-500);
  white-space: nowrap;
}

.board__list { margin-top: var(--s-2); }
.board__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 0 var(--s-4);
  padding: var(--s-4) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink-500) 70%, transparent);
}
.board__list li:last-child { border-bottom: 0; padding-bottom: var(--s-2); }

.board__label {
  grid-column: 1; font-weight: 600; font-size: var(--t-sm); color: var(--paper);
  display: flex; align-items: center; gap: var(--s-2); flex-wrap: wrap;
}
.board__when {
  grid-column: 1; grid-row: 2;
  font-size: var(--t-micro); color: var(--steel-300); letter-spacing: 0;
  margin-top: 3px;
}
.board__price {
  grid-column: 2; grid-row: 1 / span 2;
  font-size: 1.75rem; font-weight: 600; color: var(--paper); line-height: 1;
  white-space: nowrap;
}
.board__price small {
  font-size: var(--t-xs); font-weight: 500; color: var(--steel-300); margin-left: 2px;
}
.board__flag {
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--signal-ink); background: var(--signal);
  padding: 2px 7px; border-radius: var(--r-pill);
}
.board__row--best { background: color-mix(in srgb, var(--signal) 7%, transparent); border-radius: var(--r-sm); padding-inline: var(--s-3); margin-inline: calc(var(--s-3) * -1); }

.board__foot {
  margin-top: var(--s-4); padding-top: var(--s-4);
  border-top: 1px solid var(--ink-500);
  font-size: var(--t-xs); line-height: 1.6; color: var(--steel-300);
}

/* --------------------------------------------------------------------------
   RATE TABLE
   -------------------------------------------------------------------------- */
.rates-section .table-scroll {
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  box-shadow: var(--e-1);
}

.rate-table { min-width: 44rem; font-size: var(--t-sm); }
.rate-table thead th {
  padding: 0.875rem 1.25rem;
  background: var(--paper-sunk);
  white-space: nowrap;
}
.rate-table th, .rate-table td {
  padding: 1.375rem 1.25rem;
  vertical-align: top;
  border-bottom: 1px solid var(--rule);
}
.rate-table tbody tr:hover { background: color-mix(in srgb, var(--signal-wash) 40%, transparent); }

.rt-band { width: 34%; }
.rt-name {
  display: block;
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.012em; font-size: 1.25rem; line-height: 1.1; color: var(--fg);
}
.rt-band .badge { margin-top: var(--s-2); }
.rt-note {
  display: block; margin-top: var(--s-2);
  font-family: var(--font-ui); font-weight: 400; font-size: var(--t-xs);
  line-height: 1.55; color: var(--fg-muted); max-width: 34ch;
}

.rt-when {
  color: var(--fg-muted); font-size: var(--t-xs); line-height: 1.7;
  letter-spacing: 0; white-space: normal; padding-top: 1.5rem;
  text-align: left;
}

.rt-price {
  font-size: 1.875rem; font-weight: 600; line-height: 1; color: var(--fg);
  white-space: nowrap; padding-top: 1.25rem;
}
.rt-price small { font-size: 0.875rem; font-weight: 500; color: var(--fg-muted); margin-left: 2px; }

.rt-member {
  font-size: 1.25rem; font-weight: 600; line-height: 1; color: var(--fg);
  white-space: nowrap; padding-top: 1.5rem;
}
.rt-member small { font-size: 0.8125rem; font-weight: 500; color: var(--fg-muted); }
.rt-sub {
  display: block; margin-top: 0.4375rem;
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 500;
  letter-spacing: 0; color: var(--fg-muted); white-space: nowrap;
}

.rate-table tbody tr.is-best,
.rate-table tbody tr.is-best:hover {
  background: color-mix(in srgb, var(--signal-wash) 72%, var(--paper-raised));
}
.rate-table tbody tr.is-best th { box-shadow: inset 3px 0 0 var(--signal); }
.rate-table tbody tr:last-child th { border-bottom: 0; }

/* Stacked cards on narrow screens — the key table must never need a sideways
   drag. Explicit ARIA roles in the markup keep the semantics through the
   display change. */
@media (max-width: 56em) {
  .rates-section .table-scroll { background: transparent; border: 0; box-shadow: none; overflow: visible; }
  .rate-table { min-width: 0; display: block; }
  .rate-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .rate-table tbody { display: block; }
  .rate-table tbody tr {
    display: block;
    background: var(--paper-raised);
    border: 1px solid var(--rule);
    border-radius: var(--r-md);
    box-shadow: var(--e-1);
    padding: var(--s-5);
  }
  .rate-table tbody tr + tr { margin-top: var(--s-4); }
  .rate-table tbody tr:hover { background: var(--paper-raised); }
  .rate-table tbody tr.is-best,
  .rate-table tbody tr.is-best:hover {
    background: color-mix(in srgb, var(--signal-wash) 72%, var(--paper-raised));
    border-color: color-mix(in srgb, var(--signal-deep) 40%, transparent);
  }
  .rate-table th, .rate-table td { display: block; padding: 0; border-bottom: 0; }
  .rate-table tbody tr.is-best th { box-shadow: none; }
  .rate-table .rt-band { width: auto; padding-bottom: var(--s-4); border-bottom: 1px solid var(--rule); }
  .rate-table td {
    display: flex; flex-wrap: wrap; align-items: baseline; justify-content: flex-end;
    gap: 2px var(--s-4); padding: var(--s-3) 0; text-align: right;
    border-bottom: 1px solid var(--rule);
  }
  .rate-table tbody tr td:last-child { border-bottom: 0; padding-bottom: 0; }
  .rate-table td::before {
    content: attr(data-l); margin-right: auto;
    font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
    letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--fg-muted);
    text-align: left; flex: none; padding-top: 4px;
  }
  .rate-table .rt-when { text-align: right; font-size: var(--t-xs); line-height: 1.5; }
  .rate-table .rt-sub { margin-top: 0; flex-basis: 100%; text-align: right; }
}
@media (max-width: 22em) {
  .rate-table td { flex-direction: column; align-items: flex-start; text-align: left; gap: 2px; }
  .rate-table .rt-when, .rate-table .rt-sub { text-align: left; }
}

/* Under the table ---------------------------------------------------------- */
.rates-under { margin-top: var(--s-6); display: grid; gap: var(--s-6); }
@media (min-width: 62em) { .rates-under { grid-template-columns: 1fr 1fr; gap: var(--s-7); align-items: start; } }

.rates-hours {
  display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5);
  align-items: baseline;
  font-size: var(--t-sm); color: var(--fg-muted);
  padding: var(--s-5);
  background: var(--paper-sunk);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
}
.hrs__t {
  display: block; width: 100%;
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--fg-muted);
  margin-bottom: var(--s-1);
}
.hrs { display: inline-flex; align-items: baseline; gap: var(--s-2); }
.hrs b { font-weight: 650; color: var(--fg); }
.hrs .num { font-size: var(--t-xs); }
.hrs--note { display: block; width: 100%; margin-top: var(--s-2); font-size: var(--t-xs); color: var(--fg-subtle); }

.memstrip {
  padding: var(--s-5);
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-md);
  background: var(--paper-raised);
}
.memstrip__t {
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--fg-muted);
}
.memstrip__list { margin-top: var(--s-4); }
.memstrip__list li {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0 var(--s-4);
  padding: var(--s-3) 0; border-bottom: 1px solid var(--rule);
}
.memstrip__list li:last-child { border-bottom: 0; }
.memstrip__name { font-weight: 650; font-size: var(--t-sm); }
.memstrip__rate { font-size: 1.125rem; font-weight: 600; white-space: nowrap; }
.memstrip__rate small { font-size: var(--t-xs); color: var(--fg-muted); font-weight: 500; }
.memstrip__sub { grid-column: 1 / -1; font-size: var(--t-micro); color: var(--fg-muted); letter-spacing: 0; }
.memstrip .btn { margin-top: var(--s-4); }

/* --------------------------------------------------------------------------
   ESTIMATOR
   -------------------------------------------------------------------------- */
.est-section { position: relative; overflow: hidden; }
.est-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../../img/pattern-grid.svg');
  background-size: 46px 46px;
  opacity: .22; pointer-events: none;
}
.est-section > .wrap { position: relative; z-index: 1; }

.est { display: grid; gap: var(--s-6); align-items: start; }
@media (min-width: 64em) { .est { grid-template-columns: 1.05fr 0.95fr; gap: var(--s-7); } }

.est__panel { display: grid; gap: var(--s-6); }
.est__group { border: 0; padding: 0; margin: 0; min-width: 0; }
.est__legend {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: var(--tr-display); font-size: 1.375rem; color: var(--paper);
  padding: 0; margin-bottom: var(--s-4);
}
.est__hint {
  margin-top: var(--s-4); font-size: var(--t-xs); line-height: 1.65; color: var(--steel-300);
  max-width: 56ch;
}

/* Pickers ------------------------------------------------------------------ */
.pick { display: grid; gap: var(--s-2); }
.pick--dur { grid-template-columns: repeat(auto-fill, minmax(3.75rem, 1fr)); }
.pick--when { grid-template-columns: 1fr; gap: var(--s-3); }
@media (min-width: 34em) { .pick--when { grid-template-columns: repeat(3, 1fr); } }

.pick__opt {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  gap: 2px; min-height: 52px; cursor: pointer;
  padding: 0.625rem 0.75rem;
  background: color-mix(in srgb, var(--ink-700) 70%, transparent);
  border: 1.5px solid var(--ink-500);
  border-radius: var(--r-sm);
  color: var(--steel-300);
  transition: border-color var(--fast) var(--ease), background-color var(--fast) var(--ease),
              color var(--fast) var(--ease), transform var(--fast) var(--ease);
}
.pick__opt input { position: absolute; opacity: 0; pointer-events: none; }
.pick__opt:hover { border-color: var(--steel-500); color: var(--paper); transform: translateY(-1px); }
.pick__opt:has(input:checked) {
  background: var(--paper); border-color: var(--paper); color: var(--ink-900);
  box-shadow: 0 2px 0 var(--signal-deep);
}
.pick__opt:has(input:focus-visible) { outline: 3px solid var(--signal); outline-offset: 2px; }

.pick__n { font-family: var(--font-mono); font-size: 1.25rem; font-weight: 600; line-height: 1; }
.pick__u { font-size: var(--t-xs); opacity: .7; }

.pick__opt--when {
  flex-direction: column; align-items: flex-start; justify-content: center;
  gap: 3px; min-height: 60px; padding: 0.75rem 0.9375rem; text-align: left;
}
.pick__label { font-weight: 650; font-size: var(--t-sm); line-height: 1.2; }
.pick__sub { font-size: var(--t-micro); letter-spacing: 0; opacity: .78; }

/* Readout ------------------------------------------------------------------ */
.ro {
  background: var(--ink-700);
  border: 1px solid var(--ink-500);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  box-shadow: var(--e-4);
}
@media (min-width: 46em) { .ro { padding: var(--s-6); } }

.ro__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-3); flex-wrap: wrap;
  padding-bottom: var(--s-3); border-bottom: 1px solid var(--ink-500);
}
.ro__cap {
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--steel-300);
}
.ro__total {
  margin-top: var(--s-4);
  font-size: clamp(3.25rem, 2rem + 5vw, 4.5rem);
  font-weight: 600; line-height: 0.95; color: var(--paper);
}
.ro__meta {
  margin-top: var(--s-3);
  font-size: var(--t-xs); letter-spacing: 0; line-height: 1.6; color: var(--steel-300);
}

.ro__segsT {
  margin-top: var(--s-5); padding-top: var(--s-4);
  border-top: 1px solid var(--ink-500);
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--steel-500);
}
.ro__segs { margin-top: var(--s-2); }
.ro__segs li {
  display: grid;
  grid-template-columns: 3.25rem 1fr auto 4.5rem;
  align-items: baseline; gap: 0 var(--s-3);
  padding: 0.6875rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink-500) 70%, transparent);
  font-size: var(--t-xs);
}
.ro__segh { color: var(--paper); font-weight: 600; }
.ro__segb { color: var(--steel-300); }
.ro__segr { color: var(--steel-500); font-size: var(--t-micro); letter-spacing: 0; text-align: right; }
.ro__segt { color: var(--paper); font-weight: 600; text-align: right; }
@media (max-width: 30em) {
  .ro__segs li { grid-template-columns: 3rem 1fr 4.5rem; }
  .ro__segr { display: none; }
}

.ro__note {
  margin-top: var(--s-3); font-size: var(--t-xs); line-height: 1.6; color: var(--steel-300);
}

.ro__member {
  margin-top: var(--s-5);
  padding: var(--s-4);
  background: var(--ink-800);
  border: 1px solid var(--ink-500);
  border-radius: var(--r-md);
  display: grid; grid-template-columns: 1fr auto; gap: 2px var(--s-4); align-items: baseline;
}
.ro__memberT { font-size: var(--t-xs); font-weight: 650; color: var(--paper); }
.ro__memberN { font-size: 1.5rem; font-weight: 600; color: var(--paper); grid-row: 1 / span 2; grid-column: 2; white-space: nowrap; }
.ro__memberS { grid-column: 1; font-size: var(--t-micro); line-height: 1.6; color: var(--steel-300); }
.ro__memberL {
  grid-column: 1 / -1;
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: var(--t-xs); font-weight: 600; color: var(--signal);
  text-decoration: underline; text-underline-offset: 3px;
}
.ro__memberL:hover { color: var(--signal-hot); }

.ro__cta { margin-top: var(--s-5); }
.ro__fine { margin-top: var(--s-3); font-size: var(--t-micro); line-height: 1.6; color: var(--steel-500); }

/* Worked examples ---------------------------------------------------------- */
.examples { margin-top: var(--s-9); }
.examples__t {
  font-size: 1.5rem; color: var(--paper);
  padding-bottom: var(--s-3); border-bottom: 1px solid var(--ink-500);
}
.examples__grid { display: grid; gap: var(--s-4); margin-top: var(--s-5); }
@media (min-width: 52em) { .examples__grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); } }

.ex {
  display: flex; flex-direction: column;
  padding: var(--s-5);
  background: color-mix(in srgb, var(--ink-700) 70%, transparent);
  border: 1px solid var(--ink-500);
  border-radius: var(--r-md);
}
.ex__job {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.012em; font-size: 1.25rem; line-height: 1.1; color: var(--paper);
}
.ex__detail { margin-top: var(--s-2); font-size: var(--t-xs); line-height: 1.6; color: var(--steel-300); }
.ex__meta {
  margin-top: var(--s-4); padding-top: var(--s-3);
  border-top: 1px solid color-mix(in srgb, var(--ink-500) 80%, transparent);
  font-size: var(--t-micro); letter-spacing: 0; color: var(--steel-500);
}
.ex__total {
  margin-top: var(--s-2);
  font-size: 2.25rem; font-weight: 600; line-height: 1; color: var(--paper);
}
.ex__total small { display: block; margin-top: 5px; font-size: var(--t-micro); font-weight: 500; color: var(--steel-300); }
.ex__link {
  margin-top: auto; padding-top: var(--s-4);
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: var(--t-xs); font-weight: 650; color: var(--signal);
  text-decoration: underline; text-underline-offset: 3px;
}
.ex__link:hover { color: var(--signal-hot); }

.examples__note {
  margin-top: var(--s-5); max-width: 68ch;
  font-size: var(--t-xs); line-height: 1.65; color: var(--steel-300);
}

/* --------------------------------------------------------------------------
   ADD-ONS
   -------------------------------------------------------------------------- */
.addons {
  border-top: 1.5px solid var(--rule-strong);
  border-bottom: 1.5px solid var(--rule-strong);
}
.addon {
  display: grid; grid-template-columns: 1fr auto;
  align-items: start; gap: var(--s-3) var(--s-5);
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--rule);
}
.addons li:last-child { border-bottom: 0; }
.addon__name {
  display: flex; align-items: center; flex-wrap: wrap; gap: var(--s-3);
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.012em; font-size: 1.3125rem; line-height: 1.1; color: var(--fg);
}
.addon__desc { margin-top: var(--s-2); font-size: var(--t-sm); line-height: 1.6; color: var(--fg-muted); max-width: 82ch; }
.addon__price {
  font-size: 1.625rem; font-weight: 600; line-height: 1; color: var(--fg);
  text-align: right; white-space: nowrap;
}
.addon__price small {
  display: block; margin-top: 5px;
  font-size: var(--t-micro); font-weight: 500; color: var(--fg-muted); letter-spacing: .02em;
}
.addons__note { margin-top: var(--s-5); max-width: 72ch; font-size: var(--t-sm); line-height: 1.65; color: var(--fg-muted); }

/* --------------------------------------------------------------------------
   INCLUDED AT NO CHARGE
   -------------------------------------------------------------------------- */
.incl-section { background: var(--paper-sunk); }
.incl__inner { display: grid; gap: var(--s-7); align-items: start; }
@media (min-width: 64em) { .incl__inner { grid-template-columns: 1.18fr 0.82fr; gap: var(--s-9); } }

.incl { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.incl li {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s-4);
  align-items: start;
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--rule);
  font-size: 1rem; line-height: 1.5;
}
.incl li svg { width: 20px; height: 20px; color: var(--signal-deep); margin-top: 3px; flex: none; }

.incl__honest { margin-top: var(--s-6); }
.incl__honest strong { display: block; margin-bottom: 3px; }

.incl__art {
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  background: var(--paper-raised);
  padding: var(--s-4);
  box-shadow: var(--e-1);
}
.incl__art img { width: 100%; height: auto; border-radius: var(--r-md); }
.incl__cap {
  margin-top: var(--s-4); padding-top: var(--s-3);
  border-top: 1px solid var(--rule);
  font-size: var(--t-xs); line-height: 1.55; color: var(--fg-muted);
}

/* --------------------------------------------------------------------------
   RULES
   -------------------------------------------------------------------------- */
.rules { display: grid; gap: var(--s-4); }
@media (min-width: 46em) { .rules { grid-template-columns: repeat(2, 1fr); gap: var(--s-5); } }
@media (min-width: 76em) { .rules { grid-template-columns: repeat(4, 1fr); } }

.rule-card {
  position: relative;
  padding: var(--s-5);
  background: color-mix(in srgb, var(--ink-700) 66%, transparent);
  border: 1px solid var(--ink-500);
  border-radius: var(--r-md);
  border-top: 3px solid var(--steel-700);
}
.rule-card__i {
  font-family: var(--font-mono); font-size: var(--t-micro); font-weight: 600;
  letter-spacing: var(--tr-label); color: var(--steel-500);
}
.rule-card__v {
  margin-top: var(--s-3);
  font-size: 2.5rem; font-weight: 600; line-height: 1; color: var(--paper);
}
.rule-card__t {
  margin-top: var(--s-3);
  font-size: 1.125rem; line-height: 1.15; color: var(--paper);
}
.rule-card__b { margin-top: var(--s-3); font-size: var(--t-xs); line-height: 1.68; color: var(--steel-300); }

.facts {
  margin-top: var(--s-6);
  display: grid; gap: var(--s-4);
  padding-top: var(--s-5);
  border-top: 1px solid var(--ink-500);
}
@media (min-width: 52em) { .facts { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }
.facts li { display: flex; align-items: baseline; gap: var(--s-3); }
.facts__v { font-size: 1.125rem; font-weight: 600; color: var(--paper); white-space: nowrap; }
.facts__t { font-size: var(--t-xs); line-height: 1.55; color: var(--steel-300); }

/* --------------------------------------------------------------------------
   TERMS — cancellation + fees
   -------------------------------------------------------------------------- */
.terms__inner { display: grid; gap: var(--s-8); align-items: start; }
@media (min-width: 64em) { .terms__inner { grid-template-columns: 1fr 1fr; gap: var(--s-9); } }
.terms__col .section-head { margin-bottom: var(--s-5); }

.terms__summary {
  font-size: var(--t-lead); line-height: 1.5; color: var(--fg);
  font-weight: 500;
  padding: var(--s-5);
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-left: 3px solid var(--ink-800);
  border-radius: var(--r-sm);
}

.cancel { margin-top: var(--s-5); counter-reset: c; }
.cancel__step {
  display: grid; grid-template-columns: 1fr auto; gap: 2px var(--s-4);
  padding: var(--s-4) 0 var(--s-4) var(--s-5);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.cancel__step::before {
  content: ''; position: absolute; left: 0; top: var(--s-5); bottom: var(--s-5);
  width: 3px; border-radius: 2px; background: var(--rule-strong);
}
.cancel__step--go::before { background: var(--go); }
.cancel__step--warn::before { background: var(--warn); }
.cancel__step--stop::before { background: var(--stop); }
.cancel__step:last-child { border-bottom: 0; }
.cancel__when { font-weight: 650; font-size: var(--t-sm); color: var(--fg); }
.cancel__charge {
  grid-column: 2; grid-row: 1;
  font-size: var(--t-sm); font-weight: 600; color: var(--fg); text-align: right; white-space: nowrap;
}
.cancel__body { grid-column: 1 / -1; margin-top: var(--s-2); font-size: var(--t-xs); line-height: 1.65; color: var(--fg-muted); }
@media (max-width: 30em) {
  .cancel__step { grid-template-columns: 1fr; }
  .cancel__charge { grid-column: 1; grid-row: auto; text-align: left; }
}

.terms__fine { margin-top: var(--s-5); font-size: var(--t-xs); line-height: 1.65; color: var(--fg-muted); max-width: 60ch; }

.nofees { border-top: 1px solid var(--rule); }
.nofees li {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s-3);
  align-items: start; padding: var(--s-4) 0; border-bottom: 1px solid var(--rule);
  font-size: var(--t-sm); line-height: 1.55; color: var(--fg-muted);
}
.nofees li svg { width: 18px; height: 18px; color: var(--go); margin-top: 3px; flex: none; }
.nofees b { display: block; font-weight: 650; color: var(--fg); margin-bottom: 1px; }

.terms__tax, .terms__card { margin-top: var(--s-5); }

/* --------------------------------------------------------------------------
   CLOSING CTA
   -------------------------------------------------------------------------- */
.pr-cta { padding-block: clamp(3rem, 2rem + 5vw, 5.5rem); position: relative; overflow: hidden; }
.pr-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(90% 120% at 50% 120%, rgba(26,100,200,.10), transparent 62%);
  pointer-events: none;
}
.pr-cta__inner { position: relative; z-index: 1; text-align: center; }
.pr-cta__inner .eyebrow { justify-content: center; }
.pr-cta h2 { margin-top: var(--s-4); }
.pr-cta .lead { margin-inline: auto; margin-top: var(--s-5); max-width: 52ch; }
.pr-cta__row {
  margin-top: var(--s-7);
  display: flex; flex-wrap: wrap; gap: var(--s-3); justify-content: center;
}
.pr-cta__fine {
  margin-top: var(--s-6); margin-inline: auto; max-width: 80ch;
  font-family: var(--font-mono); font-size: var(--t-micro); line-height: 1.75;
  color: var(--steel-500);
}

/* Standalone closing link, not a link inside a sentence — it needs a real
   target height rather than the 41px a bare anchor gave it. */
.pr-cta__exit a {
  display: inline-flex; align-items: center; gap: 0.4rem;
  min-height: 44px; padding-inline: 0.125rem;
  font-weight: 650; text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1.5px;
}
