/* ═══════════════════════════════════════════════════════════════════
   Qorum landing — tinta y papel
   Tipos: Archivo (display), Instrument Serif (acentos), IBM Plex Mono (datos)
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --ink: #0B141F;
  --ink-2: #101D2C;
  --ink-3: #16273B;
  --ink-line: rgba(159, 186, 214, 0.14);
  --paper: #F2EDE2;
  --paper-2: #EAE3D2;
  --paper-line: #DCD3BC;
  --verde: #2BD98F;
  --verde-deep: #073B2A;
  --tx: #F1EDE2;
  --tx-mut: #93A7BC;
  --tx-dim: #8093AB;
  --tx-ink: #1C2620;
  --tx-ink-mut: #5C6150;
  --max: 1140px;
  --font-d: 'Archivo', sans-serif;
  --font-s: 'Piazzolla', serif;
  --font-m: 'Chivo Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--tx);
  font-family: var(--font-d);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.mono { font-family: var(--font-m); font-variant-numeric: tabular-nums; }
em { font-family: var(--font-s); font-style: italic; font-weight: 400; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; text-wrap: balance; }
:focus-visible { outline: 2px solid var(--verde); outline-offset: 3px; border-radius: 2px; }
h2 { font-size: clamp(30px, 4.5vw, 46px); }
h2 em { color: var(--verde); }

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

/* ─── Nav ─── */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(20px, 4vw, 48px);
  background: rgba(11, 20, 31, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink-line);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.nav.scrolled {
  background: rgba(9, 16, 25, 0.92);
  box-shadow: 0 10px 30px -16px rgba(0, 0, 0, 0.7);
}
.nav-brand { display: flex; align-items: center; gap: 10px; }
.logo-q { width: 30px; height: 30px; overflow: visible; }
.logo-ring circle { fill: var(--verde); }
.logo-tail circle { fill: var(--tx); }
.nav-word {
  font-weight: 800; font-size: 17px; letter-spacing: 0.22em; color: var(--tx);
}
.nav-links { display: flex; align-items: center; gap: clamp(12px, 2.5vw, 28px); font-size: 14px; }
.nav-links a { color: var(--tx-mut); transition: color 0.2s; }
.nav-links a:hover { color: var(--tx); }
.nav-ghost {
  padding: 7px 14px; border: 1px solid var(--ink-line); border-radius: 2px;
}
.nav-cta {
  padding: 8px 18px; border-radius: 2px;
  background: var(--verde); color: var(--verde-deep) !important; font-weight: 700;
}
.nav-cta:hover { filter: brightness(1.08); }

/* ─── Hero ─── */
.hero { position: relative; overflow: hidden; }
.hero-arc {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(43, 217, 143, 0.16) 2.5px, transparent 3px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 78% 8%, #000 0%, transparent 62%);
  mask-image: radial-gradient(ellipse 90% 75% at 78% 8%, #000 0%, transparent 62%);
}
.hero-inner {
  position: relative;
  max-width: var(--max); margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 4vw, 48px) 64px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(24px, 5vw, 72px);
  align-items: center;
}
.hero-folio {
  font-family: var(--font-m);
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--tx-dim);
  border-bottom: 1px solid var(--ink-line);
  padding-bottom: 12px; margin-bottom: 28px; max-width: 460px;
}
.hero h1 {
  font-size: clamp(38px, 5.6vw, 64px); margin-bottom: 20px;
}
.hero h1 em { color: var(--verde); }
.hero-sub { color: var(--tx-mut); font-size: 17px; max-width: 460px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; border-radius: 2px; font-weight: 700; font-size: 15px;
  transition: transform 0.15s, filter 0.2s; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--verde); color: var(--verde-deep); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { border: 1px solid var(--ink-line); color: var(--tx); background: rgba(255,255,255,0.02); }
.btn-ghost:hover { border-color: var(--tx-mut); }
.hero-fine { margin-top: 18px; font-size: 13px; color: var(--tx-dim); }

/* ─── Teléfono ─── */
.hero-phone-wrap { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: min(330px, 86vw); aspect-ratio: 9 / 18.6;
  background: #060B12;
  border-radius: 44px;
  border: 1px solid rgba(159, 186, 214, 0.22);
  box-shadow:
    inset 0 0 0 5px #0E1722,
    0 40px 80px -20px rgba(0, 0, 0, 0.65);
  padding: 12px;
  transform: rotate(2deg);
}
.phone-notch {
  position: absolute; top: 13px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 22px; background: #060B12; border-radius: 12px; z-index: 3;
}
.phone-screen {
  width: 100%; height: 100%;
  background: #0D1A29;
  border-radius: 33px; overflow: hidden;
  display: flex; flex-direction: column;
}
.chat-header {
  display: flex; align-items: center; gap: 10px;
  padding: 30px 16px 12px;
  background: #0A1521;
  border-bottom: 1px solid var(--ink-line);
}
.chat-avatar { width: 34px; height: 34px; background: var(--ink-3); border-radius: 50%; padding: 5px; }
.chat-id { display: flex; flex-direction: column; flex: 1; }
.chat-name { font-weight: 700; font-size: 14.5px; }
.chat-status { font-size: 11.5px; color: var(--verde); min-height: 16px; }
.chat-verified { width: 17px; height: 17px; color: var(--verde); }
.chat-feed {
  flex: 1; padding: 14px 12px; display: flex; flex-direction: column; gap: 9px;
  overflow: hidden; justify-content: flex-end;
}
.msg {
  max-width: 84%; padding: 9px 13px; border-radius: 14px;
  font-size: 12.8px; line-height: 1.45;
  opacity: 0; transform: translateY(10px) scale(0.97);
  animation: msg-in 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2) forwards;
}
@keyframes msg-in { to { opacity: 1; transform: none; } }
.msg-user {
  align-self: flex-end; background: #1E4536; color: #E4F5EC;
  border-bottom-right-radius: 4px;
}
.msg-bot {
  align-self: flex-start; background: #15243A; color: #CBD9E6;
  border-bottom-left-radius: 4px;
}
.msg-bot strong { color: #FFFFFF; }
.msg-tramite { display: block; margin-top: 9px; }
.tramite-bar {
  display: block; height: 4px; border-radius: 2px;
  background: rgba(255, 255, 255, 0.12); overflow: hidden;
}
.tramite-bar i {
  display: block; height: 100%; background: var(--verde); border-radius: 2px;
}
.tramite-label { display: block; margin-top: 5px; font-size: 10px; color: var(--verde); letter-spacing: 0.06em; }
.msg-src {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 7px; padding: 3px 8px; border-radius: 3px;
  border: 1px solid rgba(43, 217, 143, 0.3); color: var(--verde);
  font-family: var(--font-m); font-size: 10.5px;
}
.typing { display: inline-flex; gap: 4px; padding: 12px 14px; }
.typing i {
  width: 6px; height: 6px; border-radius: 50%; background: var(--tx-mut);
  animation: tp 1.1s infinite;
}
.typing i:nth-child(2) { animation-delay: 0.18s; }
.typing i:nth-child(3) { animation-delay: 0.36s; }
@keyframes tp { 0%,60%,100% { opacity: 0.25; transform: none; } 30% { opacity: 1; transform: translateY(-3px); } }
.chat-inputbar {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin: 10px 12px 14px; padding: 9px 8px 9px 16px;
  background: #0A1521; border: 1px solid var(--ink-line); border-radius: 999px;
  font-size: 12.5px; color: var(--tx);
}
#chat-input-text {
  min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: clip;
}
#chat-input-text.placeholder { color: var(--tx-dim); }
#chat-input-text.escribiendo::after {
  content: ''; display: inline-block; width: 1.5px; height: 13px;
  background: var(--verde); margin-left: 2px; vertical-align: -2px;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret { 50% { opacity: 0; } }
.chat-send {
  width: 30px; height: 30px; border-radius: 50%; background: var(--verde);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 0.12s ease-out, filter 0.12s;
}
.chat-send.pressed { transform: scale(0.8); filter: brightness(1.25); }
.chat-send svg { width: 14px; height: 14px; color: var(--verde-deep); }
.phone-shadow {
  position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%);
  width: 65%; height: 30px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.55), transparent 70%);
}
/* El teléfono respira apenas: vida sin estridencia (solo desktop). */
@media (min-width: 881px) and (prefers-reduced-motion: no-preference) {
  .hero-phone-wrap { animation: phone-float 7s ease-in-out infinite; }
}
@keyframes phone-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* ─── Ticker ─── */
.ticker {
  display: flex; flex-wrap: wrap; justify-content: center;
  border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line);
  background: #081019;
}
.ticker-item {
  flex: 1 1 150px; display: flex; align-items: baseline; justify-content: center; gap: 10px;
  padding: 18px 14px; border-right: 1px solid var(--ink-line);
}
.ticker-item:last-child { border-right: none; }
.ticker-num { font-size: 17px; font-weight: 500; color: var(--tx); order: 2; }
.ticker-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-dim); order: 1; }

/* ─── Secciones papel ─── */
.paper {
  background: var(--paper); color: var(--tx-ink);
  background-image: repeating-linear-gradient(0deg, transparent 0 31px, rgba(28, 38, 32, 0.05) 31px 32px);
}
.section-head {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(56px, 9vh, 100px) clamp(20px, 4vw, 48px) 12px;
}
.kicker {
  font-size: 12.5px; letter-spacing: 0.2em; font-weight: 500;
  text-transform: uppercase; color: var(--tx-ink-mut); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.kicker .mono { color: #0F6E4E; font-size: 12px; }
.kicker::after { content: ''; flex: 0 0 56px; height: 1px; background: currentColor; opacity: 0.4; }
.kicker-dark { color: var(--tx-dim); }
.kicker-dark .mono { color: var(--verde); }
.paper h2 em { color: #0F6E4E; }
.section-sub { max-width: 520px; color: var(--tx-ink-mut); margin-top: 16px; }

/* Cómo funciona */
.como-grid {
  max-width: var(--max); margin: 0 auto;
  padding: 36px clamp(20px, 4vw, 48px) clamp(56px, 9vh, 90px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0;
}
.como-step {
  padding: 28px 26px 32px;
  border-left: 1px solid var(--paper-line);
}
.como-step:first-child { border-left: none; }
.step-num {
  font-size: 46px; font-weight: 600; color: transparent;
  -webkit-text-stroke: 1.4px #0F6E4E;
  display: block; margin-bottom: 14px;
}
.como-step h3 { font-size: 19px; margin-bottom: 10px; }
.como-step p { font-size: 14.5px; color: var(--tx-ink-mut); }

/* Análisis */
.analisis { border-top: 1px solid var(--paper-line); }
.hemiciclo-wrap {
  max-width: var(--max); margin: 0 auto; position: relative;
  padding: 28px clamp(20px, 4vw, 48px) 8px;
  text-align: center;
}
#hemiciclo { width: min(620px, 100%); height: auto; }
#hemiciclo circle { fill: #D8CFB8; transition: fill 0.15s; cursor: pointer; }
#hemi-lupa {
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1), opacity 0.3s;
  opacity: 0; pointer-events: none;
}
#hemi-lupa.posada { opacity: 1; }
#hemi-lupa circle, #hemi-lupa line {
  fill: none; stroke: var(--tx-ink); stroke-width: 2; stroke-linecap: round;
  cursor: default; pointer-events: none;
}
#hemi-lupa circle:hover { fill: none; }
#hemiciclo circle:hover, #hemiciclo circle.activa { fill: #11B074; }
#hemiciclo circle:focus-visible { outline: none; fill: #11B074; stroke: var(--tx-ink); stroke-width: 2; }
.hemi-tip {
  position: absolute; pointer-events: none; z-index: 5;
  background: var(--ink); color: var(--tx);
  font-size: 12.5px; line-height: 1.4; text-align: left;
  padding: 8px 12px; border-radius: 3px;
  opacity: 0; transform: translate(-50%, -110%);
  transition: opacity 0.12s;
  white-space: normal; width: max-content; max-width: min(220px, calc(100vw - 24px));
}
.hemi-tip.on { opacity: 1; }
.hemi-tip .tip-bloque { display: block; font-family: var(--font-m); font-size: 10.5px; color: var(--verde); }
.analisis-wrap {
  max-width: var(--max); margin: 0 auto;
  padding: 36px clamp(20px, 4vw, 48px) clamp(56px, 9vh, 96px);
}
.a-tag {
  align-self: flex-start; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #0F6E4E;
}
.a-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: #0F6E4E; white-space: nowrap; }
.a-link svg { width: 15px; height: 15px; transition: transform 0.2s; }
.a-featured {
  display: flex; flex-direction: column; gap: 14px;
  padding: 34px 0 38px; border-top: 2px solid var(--tx-ink);
  max-width: 640px;
}
.a-featured h3 {
  font-family: var(--font-s); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 3.6vw, 40px); line-height: 1.12; letter-spacing: 0;
}
.a-featured p { font-size: 15px; color: var(--tx-ink-mut); max-width: 56ch; }
.a-index { border-top: 1px solid var(--paper-line); }
.a-row {
  display: flex; align-items: baseline; gap: clamp(14px, 3vw, 32px);
  padding: 20px 0; border-bottom: 1px solid var(--paper-line);
}
.a-row .a-tag { flex: 0 0 150px; }
.a-row h3 {
  font-family: var(--font-s); font-style: italic; font-weight: 400;
  font-size: 21px; line-height: 1.2; letter-spacing: 0; flex: 1;
}
.a-row:hover .a-link svg, .a-featured:hover .a-link svg { transform: translateX(4px); }

/* Newsletter */
.news-box {
  margin-top: 44px; padding: 30px clamp(20px, 3vw, 36px);
  border: 1px solid var(--tx-ink); border-radius: 3px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px 36px;
  background: #FBF8F1;
}
.news-copy h3 { font-size: 20px; margin-bottom: 4px; }
.news-copy p { font-size: 13.5px; color: var(--tx-ink-mut); }
.news-form { display: flex; gap: 10px; flex: 1 1 320px; }
.news-form input {
  flex: 1; min-width: 0; padding: 12px 14px;
  font: inherit; font-size: 14.5px; color: var(--tx-ink);
  background: #FFFFFF; border: 1px solid var(--paper-line); border-radius: 2px;
}
.news-form input:focus { outline: 2px solid #0F6E4E; outline-offset: 1px; border-color: #0F6E4E; }
.btn-news { background: var(--tx-ink); color: var(--paper); padding: 12px 22px; }
.btn-news:hover { background: #0F6E4E; }
.news-msg { flex-basis: 100%; font-size: 13px; color: #0F6E4E; min-height: 18px; margin: -8px 0 0; }
.news-msg.err { color: #A33B2D; }

/* ─── Planes ─── */
.planes { background: var(--ink); }
.planes-grid {
  max-width: var(--max); margin: 0 auto;
  padding: 40px clamp(20px, 4vw, 48px) 18px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px;
  align-items: stretch;
}
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--ink-2); border: 1px solid var(--ink-line); border-radius: 3px;
  padding: 30px 28px;
}
.plan-pro { background: var(--ink-3); border-color: var(--verde); }
.plan-badge {
  position: absolute; top: -11px; left: 26px;
  background: var(--ink); color: var(--verde); border: 1px solid var(--verde);
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 2px;
}
.plan-name { font-size: 15px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx-mut); }
.plan-price { margin: 14px 0 4px; display: flex; align-items: baseline; gap: 6px; }
.price-big { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; }
.price-per { color: var(--tx-dim); font-size: 14px; }
.plan-note { font-size: 11px; letter-spacing: 0.04em; color: var(--verde); opacity: 0.85; margin: 2px 0 0; }
.plan-for { font-size: 13.5px; color: var(--tx-mut); margin: 12px 0 22px; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; margin-bottom: 26px; }
.plan-feats li {
  font-size: 14px; color: var(--tx-mut); padding-left: 26px; position: relative;
}
.plan-feats li strong { color: var(--tx); }
.plan-feats li::before {
  content: '—'; position: absolute; left: 0; top: 0;
  color: var(--verde); font-family: var(--font-m); font-size: 13px;
}
.btn-plan { justify-content: center; border: 1px solid var(--ink-line); }
.plan-pro .btn-plan { border: none; }
.planes-fine {
  max-width: var(--max); margin: 0 auto;
  padding: 6px clamp(20px, 4vw, 48px) clamp(56px, 9vh, 80px);
  font-size: 13px; color: var(--tx-dim);
}

/* ─── FAQ ─── */
.faq { background: #081019; border-top: 1px solid var(--ink-line); }
.faq-list {
  max-width: 780px; margin: 0 auto;
  padding: 30px clamp(20px, 4vw, 48px) clamp(56px, 9vh, 90px);
  display: flex; flex-direction: column; gap: 10px;
}
.faq .section-head { max-width: 780px; }
.faq-item {
  background: transparent; border: none;
  border-bottom: 1px solid var(--ink-line); border-radius: 0;
  overflow: hidden;
}
.faq-item:first-child { border-top: 1px solid var(--ink-line); }
.faq-item summary { padding-left: 0; }
.faq-item p { padding-left: 0; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 36px 18px 0;
  font-weight: 700; font-size: 15.5px; position: relative;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-m); font-size: 19px; color: var(--verde);
  transition: transform 0.25s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: var(--verde); }
.faq-item p { padding: 0 36px 20px 0; font-size: 14.5px; color: var(--tx-mut); }

/* ─── CTA final ─── */
.cta-final {
  text-align: center; padding: clamp(70px, 12vh, 120px) 24px;
  border-top: 1px solid var(--ink-line);
  background: var(--ink);
}
.cta-logo { width: 52px; height: 52px; margin-bottom: 26px; }
.cta-final h2 { margin-bottom: 30px; }
.cta-final h2 em { color: var(--verde); }

/* ─── Footer ─── */
.footer {
  border-top: 1px solid var(--ink-line); background: #060B12;
  padding: 48px clamp(20px, 4vw, 48px) 32px;
}
.footer-grid {
  max-width: var(--max); margin: 0 auto 36px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px;
}
.footer-brand p { font-size: 13.5px; color: var(--tx-dim); max-width: 300px; margin-top: 12px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h4 {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--tx-dim); margin-bottom: 6px; font-weight: 500;
}
.footer-col a { font-size: 14px; color: var(--tx-mut); }
.footer-col a:hover { color: var(--verde); }
.footer-legal {
  max-width: var(--max); margin: 0 auto;
  padding-top: 24px; border-top: 1px solid var(--ink-line);
  font-size: 12px; color: var(--tx-dim); line-height: 1.7;
}

/* ─── Reveals (visibles por defecto; JS solo agrega la entrada) ─── */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
html.js .reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .msg { animation: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ─── Responsive ─── */
@media (max-width: 880px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  /* Hero más compacto en mobile: el papel aparece mucho antes. */
  .hero-inner { padding-top: 28px; padding-bottom: 34px; gap: 4px; }
  .hero-folio { margin-bottom: 18px; padding-bottom: 10px; }
  .hero-sub { margin-bottom: 22px; }
  .hero-fine { margin-top: 14px; }
  .hero-phone-wrap { margin-top: 14px; }
  .phone { transform: rotate(0deg); width: min(228px, 62vw); padding: 9px; }
  .phone-notch { width: 70px; height: 18px; top: 10px; }
  .phone-shadow { bottom: -22px; }
  /* En mobile el ticker pasa a papel: el respiro claro llega apenas termina
     el hero, en vez de estirar el oscuro un bloque más. */
  .ticker { background: var(--paper-2); border-color: var(--paper-line); }
  .ticker-item { border-right-color: var(--paper-line); }
  .ticker-num { color: var(--tx-ink); }
  .ticker-label { color: var(--tx-ink-mut); }
  .nav-links a:not(.nav-cta) { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .como-step { border-left: none; border-top: 1px solid var(--paper-line); }
  .como-step:first-child { border-top: none; }
  .a-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .a-row .a-tag { flex: none; }
}
