/* Landing + SEO pages. Inherits every token from styles.css. */

.landing main,
.doc-page main { max-width: 1000px; margin: 0 auto; padding: 0 24px 100px; }

.brand { text-decoration: none; color: inherit; }

.tabs a.tab { text-decoration: none; }
.tabs a.tab.active { background: var(--brand); color: #fff; }
.tabs a.tab.active:hover { filter: brightness(1.08); }

/* ---------------------------------------------------------------- hero */
.lp-hero { text-align: center; padding: 74px 0 44px; }
.lp-hero h1 {
  font-size: clamp(30px, 5.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 20px auto 16px;
  max-width: 15ch;
}
.lp-sub {
  color: var(--ink-2);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.6;
  max-width: 62ch;
  margin: 0 auto 30px;
}
.lp-sub strong { color: var(--ink); font-weight: 650; }

.lp-form { display: flex; gap: 10px; max-width: 620px; margin: 0 auto; }
.lp-form .url-box { flex: 1; }
.lp-form button.primary { white-space: nowrap; padding: 14px 24px; }
.lp-microcopy { color: var(--ink-3); font-size: 13px; margin: 14px 0 0; }

/* ---------------------------------------------------------------- demo */
.demo-wrap { padding: 10px 0 60px; }
.demo-window {
  max-width: 760px;
  margin: 0 auto;
  background: var(--surface-1);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-3);
}
.demo-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 15px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.demo-chrome .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.r { background: #ff5f57; } .dot.y { background: #febc2e; } .dot.g { background: #28c840; }
.demo-url { margin-left: 10px; color: var(--ink-3); font-size: 12px; font-family: ui-monospace, Menlo, monospace; }

.demo-body { padding: 20px 20px; }
.demo-input-row {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 12px 16px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 13px;
  min-height: 44px;
}
.demo-typed { color: var(--ink); white-space: nowrap; overflow: hidden; }
.demo-caret {
  width: 2px; height: 15px;
  background: var(--series-1);
  animation: blink 1s steps(2) infinite;
  flex-shrink: 0;
}
@keyframes blink { 50% { opacity: 0; } }
.demo-input-row .chip { margin-left: auto; transition: opacity 220ms var(--ease-out); }

.demo-progress { height: 4px; background: var(--surface-3); border-radius: 999px; margin: 14px 0 6px; overflow: hidden; }
.demo-progress-fill {
  height: 100%; width: 0;
  background: var(--series-1);
  border-radius: 999px;
  transition: width 320ms var(--ease-out);
}

.demo-list { list-style: none; margin: 0; padding: 0; min-height: 152px; }
.demo-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 2px;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(6px);
  animation: demo-row 300ms var(--ease-out) forwards;
}
@keyframes demo-row { to { opacity: 1; transform: translateY(0); } }
.demo-list li:last-child { border-bottom: 0; }
.demo-list .d-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--good); flex-shrink: 0; }
.demo-list .d-title { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-2); }
.demo-list .d-words { color: var(--ink-3); font-size: 12px; font-variant-numeric: tabular-nums; }

.demo-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  transition: opacity 300ms var(--ease-out);
}
.demo-done { color: var(--good-ink); font-weight: 650; font-size: 13px; }
.demo-btns { display: flex; gap: 8px; margin-left: auto; }
.demo-btn {
  border: 1px solid var(--line-2);
  background: var(--surface-2);
  color: var(--ink-2);
  border-radius: var(--r-sm);
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 600;
}
.demo-btn.primary { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ---------------------------------------------------------------- sections */
.lp-section { padding: 52px 0; border-top: 1px solid var(--line); }
.lp-h2 {
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -0.028em;
  margin: 0 0 12px;
  font-weight: 700;
}
.lp-lede { color: var(--ink-2); font-size: 16px; max-width: 62ch; margin: 0 0 28px; line-height: 1.6; }
.lp-note { color: var(--ink-3); font-size: 13px; margin: 16px 0 0; }

/* ---------------------------------------------------------------- bento
   Cards are treated as a real material: a gradient surface, a bright top edge
   where light catches, and a shadow that deepens with the surface's size. */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.bento-card {
  position: relative;
  grid-column: span 2;
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 46%),
    var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 260ms var(--ease-out), border-color 260ms ease, box-shadow 260ms ease;
}
/* the bright edge — light landing on the top lip of the surface */
.bento-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9) 22%,
              rgba(255, 255, 255, 0.9) 78%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .bento-card:hover {
    transform: translateY(-3px);
    border-color: var(--line-2);
    box-shadow: 0 12px 28px -16px rgba(26, 24, 18, 0.22);
  }
}
.bento-card.lead { grid-column: span 4; padding: 28px 30px; }
.bento-card.wide { grid-column: span 4; }
/* two-column cards: copy left, visual right */
.bento-card.lead,
.bento-card.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 26px;
  align-items: center;
}

.bc-tag {
  display: inline-block;
  background: var(--brand-wash);
  color: var(--brand-ink);
  border-radius: var(--r-pill);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bento-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.012em;   /* tracking tightens as size grows */
  line-height: 1.3;
}
.bento-card.lead h3 { font-size: 21px; letter-spacing: -0.022em; line-height: 1.22; }
.bento-card p {
  margin: 0;
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.65;          /* leading loosens as size shrinks */
  max-width: 54ch;
}
.bento-card.lead p { font-size: 15px; line-height: 1.6; }

.bc-icon {
  display: grid; place-items: center;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: var(--series-1-wash);
  border: 1px solid rgba(42, 120, 214, 0.24);
  color: #1f66b8;
  margin-bottom: 14px;
}

/* lead-card visual: many videos collapsing into one file */
.bc-visual { display: grid; place-items: center; }
.collapse-viz {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 300px;
}
.cv-stack { display: grid; gap: 5px; flex: 1; }
.cv-row {
  height: 9px;
  border-radius: 3px;
  background: var(--surface-3);
  border-left: 2px solid var(--series-1);
  opacity: 0.85;
}
.cv-row:nth-child(2) { width: 88%; }
.cv-row:nth-child(3) { width: 96%; }
.cv-row:nth-child(4) { width: 82%; }
.cv-row:nth-child(5) { width: 91%; }
.cv-arrow { color: var(--ink-3); flex-shrink: 0; }
.cv-file {
  position: relative;
  flex: 0 0 96px;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 13px 11px;
  display: grid;
  gap: 6px;
  box-shadow: 0 8px 20px -12px rgba(26, 24, 18, 0.18);
}
.cv-file-line { height: 5px; border-radius: 2px; background: var(--ink-3); opacity: 0.5; }
.cv-file-line.long { width: 100%; opacity: 0.75; }
.cv-file-line.short { width: 62%; }
.cv-file-badge {
  position: absolute;
  right: -9px;
  bottom: -9px;
  background: var(--series-1);
  color: #fff;
  border-radius: var(--r-pill);
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: none;
}

/* search-hits visual: what "searchable archive" actually looks like */
.hits-viz {
  display: grid;
  gap: 9px;
  width: 100%;
  max-width: 300px;
}
.hit {
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
}
.hit-ts {
  color: #1f66b8;
  font-size: 11px;
  font-weight: 650;
  font-family: ui-monospace, Menlo, monospace;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
.hit-line { flex: 1; height: 5px; border-radius: 2px; background: var(--ink-3); opacity: 0.4; }
.hit-line.w2 { max-width: 74%; }
.hit-line.w3 { max-width: 88%; }
.hit-line.w4 { max-width: 62%; }

/* ---------------------------------------------------------------- how it works */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.how-step {
  position: relative;
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 46%),
    var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
  transition: transform 260ms var(--ease-out), border-color 260ms ease;
}
.how-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85) 22%,
              rgba(255, 255, 255, 0.85) 78%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .how-step:hover { transform: translateY(-3px); border-color: var(--line-2); }
}
.how-step h3 { margin: 0 0 7px; font-size: 15px; font-weight: 650; letter-spacing: -0.012em; }
.how-step p { margin: 0; color: var(--ink-3); font-size: 13px; line-height: 1.65; }

.how-num {
  display: grid; place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--surface-3);
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin-bottom: 14px;
}

.fmt-links, .pill-links { display: flex; flex-wrap: wrap; gap: 8px; }
.fmt-links a, .pill-link {
  background: var(--surface-1);
  border: 1px solid var(--line);
  color: var(--ink-2);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  font-size: 13px;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease;
}
.fmt-links a:hover, .pill-link:hover { border-color: var(--series-1); color: var(--ink); }

/* ---------------------------------------------------------------- pricing */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 14px; max-width: 700px; }
.price-grid.three { grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); max-width: 100%; }
.price-card {
  position: relative;
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 46%),
    var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 260ms var(--ease-out), border-color 260ms ease, box-shadow 260ms ease;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9) 22%,
              rgba(255, 255, 255, 0.9) 78%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .price-card:hover {
    transform: translateY(-3px);
    border-color: var(--line-2);
    box-shadow: 0 12px 28px -16px rgba(26, 24, 18, 0.22);
  }
}
.price-card.featured {
  border-color: var(--line-2);
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 48%),
    linear-gradient(160deg, var(--surface-1), var(--surface-2));
}
.price-card.featured::before { background: linear-gradient(90deg, transparent, rgba(91, 63, 217, 0.35) 22%, rgba(91, 63, 217, 0.35) 78%, transparent); }
.price { letter-spacing: -0.035em; }   /* large numerals need negative tracking */
.price-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--surface-3);
  color: var(--ink-3);
  border-radius: var(--r-pill);
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.price-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 650; }
.price { font-size: 38px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
.price-sub { color: var(--ink-3); font-size: 13px; margin: 2px 0 18px; }
.price-card ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; }
.price-card li { color: var(--ink-2); font-size: 13px; padding-left: 22px; position: relative; }
.price-card li::before {
  content: "✓"; position: absolute; left: 0; color: var(--good-ink); font-weight: 700; font-size: 12px;
}

.cta {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  border-radius: var(--r-md);
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: none;
  transition: filter 160ms ease, transform 160ms var(--ease-out);
}
.cta:hover { filter: brightness(1.08); }
.cta:active { transform: scale(0.97); }
.cta.ghost {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--ink);
  box-shadow: none;
}
.cta.ghost:hover { border-color: var(--series-1); }

/* ---------------------------------------------------------------- faq */
.faq-wrap { max-width: 720px; }
.faq {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  color: var(--ink-3);
  font-size: 18px;
  font-weight: 400;
  transition: transform 200ms var(--ease-out);
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 16px; color: var(--ink-3); font-size: 14px; line-height: 1.65; max-width: 68ch; }

/* ---------------------------------------------------------------- final cta */
.final-cta {
  text-align: center;
  padding: 68px 24px;
  margin-top: 52px;
  background: linear-gradient(160deg, var(--surface-1), var(--surface-2));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.final-cta h2 { font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.028em; margin: 0 0 8px; }
.final-cta p { color: var(--ink-2); margin: 0 0 24px; }

/* ---------------------------------------------------------------- footer */
.site-footer { border-top: 1px solid var(--line); padding: 40px 24px 60px; }
.foot-cols {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 26px;
}
.foot-cols h4 {
  margin: 0 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  font-weight: 650;
}
.foot-cols a {
  display: block;
  color: var(--ink-2);
  text-decoration: none;
  font-size: 13px;
  padding: 3px 0;
}
.foot-cols a:hover { color: var(--ink); }
.foot-note {
  max-width: 1000px;
  margin: 34px auto 0;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.6;
}

/* ---------------------------------------------------------------- doc pages */
.doc { padding-top: 46px; }
.doc article { max-width: 760px; }
.kicker {
  color: var(--brand-ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 10px;
}
.doc h1 { font-size: clamp(26px, 4vw, 38px); letter-spacing: -0.03em; line-height: 1.15; margin: 0 0 14px; }
.doc h2 { font-size: 20px; letter-spacing: -0.02em; margin: 40px 0 12px; }
.doc .lede { font-size: 17px; color: var(--ink-2); line-height: 1.65; margin: 0 0 20px; }
.doc p { color: var(--ink-2); line-height: 1.7; max-width: 68ch; }
.doc-meta { font-size: 13px; color: var(--ink-3); }
.doc-meta a { color: #1f66b8; }
.doc .cta { margin: 12px 0 8px; }
.steps { color: var(--ink-2); line-height: 1.75; padding-left: 20px; max-width: 68ch; }
.steps li { margin-bottom: 10px; }
.steps strong { color: var(--ink); }

.doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(224px, 1fr)); gap: 12px; }
.doc-card {
  position: relative;
  display: block;
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 46%),
    var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 260ms ease, transform 260ms var(--ease-out), box-shadow 260ms ease;
}
.doc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85) 22%,
              rgba(255, 255, 255, 0.85) 78%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .doc-card:hover {
    border-color: var(--line-2);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -16px rgba(26, 24, 18, 0.22);
  }
}
.doc-card h3 { margin: 0 0 5px; font-size: 15px; color: var(--ink); font-weight: 650; }
.doc-card p { margin: 0; font-size: 13px; color: var(--ink-3); line-height: 1.55; }

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card, .bento-card.lead, .bento-card.wide { grid-column: span 2; }
  .bento-card.lead, .bento-card.split { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 720px) {
  .lp-hero { padding: 46px 0 32px; }
  .lp-form { flex-direction: column; }
  .demo-list { min-height: 120px; }
  .lp-section { padding: 40px 0; }
  .bento { grid-template-columns: 1fr; }
  .bento-card, .bento-card.lead, .bento-card.wide { grid-column: span 1; }
  .bento-card.lead { padding: 24px; }
  .bento-card.lead h3 { font-size: 19px; }
}

/* Reduced motion: keep the surfaces, drop the travel. */
@media (prefers-reduced-motion: reduce) {
  .bento-card:hover, .how-step:hover, .price-card:hover, .doc-card:hover,
  .use-card:hover { transform: none; }
}

/* Reduced transparency: solid surfaces, no gradient films. */
@media (prefers-reduced-transparency: reduce) {
  .bento-card, .how-step, .price-card, .price-card.featured { background: var(--surface-1); }
  .bento-card::before, .how-step::before, .price-card::before { display: none; }
  .topbar { background: var(--bg); backdrop-filter: none; }
}

/* Higher contrast: define every surface with a real border. */
@media (prefers-contrast: more) {
  .bento-card, .how-step, .price-card, .doc-card { border-color: var(--ink-3); }
  .bento-card p, .how-step p, .doc-card p { color: var(--ink-2); }
}

/* ---------------------------------------------------------------- proof strip */
.proof-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding: 16px 20px;
  margin-bottom: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-3);
  font-size: 13px;
}
.proof-strip span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.proof-strip span::before {
  content: "";
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--ink-3);
  opacity: 0.55;
}

.lp-lede.centered { margin: 0 auto 28px; text-align: center; }
.centered-cta { text-align: center; margin: 26px 0 0; }

/* ---------------------------------------------------------------- comparison */
.compare-wrap { overflow-x: auto; }
.compare {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--surface-1);
  font-size: 14px;
}
.compare th {
  text-align: left;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  width: 50%;
}
.compare th:first-child { color: var(--ink-3); }
.compare th:last-child { color: var(--brand-ink); border-left: 1px solid var(--line); }
.compare td { padding: 13px 20px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare tr:last-child td { border-bottom: 0; }
.compare td.c-with { border-left: 1px solid var(--line); color: var(--ink); font-weight: 550; }
.compare td.c-without { color: var(--ink-2); }
.compare td.c-without::before,
.compare td.c-with::before {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  font-weight: 700;
}
.compare td.c-without::before { content: "—"; color: var(--ink-3); }
.compare td.c-with::before { content: "✓"; color: var(--good-ink); }

/* ---------------------------------------------------------------- ask list */
.ask-list { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.ask-list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
}
.ask-list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  border: 1.4px solid var(--brand);
}

/* ---------------------------------------------------------------- format cells */
a.fmt-cell { text-decoration: none; display: block; transition: background 160ms ease; }
a.fmt-cell:hover { background: var(--surface-2); }
a.fmt-cell h3 { color: var(--ink); }
a.fmt-cell p { color: var(--ink-3); }

/* how-it-works numbers inside cells */
.cellgrid .how-num { margin-bottom: 12px; }
