@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ------------------------------------------------------------------ tokens */
/* El mòdul (12 px de quadrat, 14 de pas) és el de la mascota. D'ell surten els
   glifs de missió, la trama de fons i el marc del telèfon: tota la pàgina està
   dibuixada sobre la graella del propi Cucut. */

:root {
  color-scheme: light dark;

  --bg: #F3F2F2;
  --surface: #EAE9E9;
  --ink: #201E1D;
  --ink-inverse: #F3F2F2;
  --muted: #514E4C;
  --muted-strong: #6B6664;
  --hairline: #CFCCCB;
  --accent: #EC3013;
  --accent-pressed: #C92710;
  --accent-ink: #A81F0C;

  --stack: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --gutter: 20px;
  --shell: 1200px;
  --narrow: 760px;
  --rule: 2px;
  --pitch: 14px;
  --pad: 72px;
}

@media (min-width: 900px) {
  :root { --gutter: 40px; --pad: 120px; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #201E1D;
    --surface: #2B2827;
    --ink: #F3F2F2;
    --ink-inverse: #201E1D;
    --muted: #B5AFAC;
    --muted-strong: #8C8683;
    --hairline: #3E3937;
    --accent: #EC3013;
    --accent-pressed: #C92710;
    --accent-ink: #FF7A5C;
  }
}

/* ------------------------------------------------------------------- reset */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--stack);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; border: 0; }

p, ul, ol, h1, h2, h3, figure, figcaption, table { margin: 0; }
ul, ol { padding: 0; list-style: none; }
table { width: 100%; border-collapse: collapse; }

a { color: inherit; }

:focus-visible { outline: var(--rule) solid var(--accent); outline-offset: 2px; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip {
  position: absolute;
  left: -9999px; top: 0;
  z-index: 9;
  background: var(--ink);
  color: var(--ink-inverse);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.skip:focus { left: 0; }

/* --------------------------------------------------------- la caixa i el crom */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* La columna de lectura no es recentra: arrenca on arrenca la marca. */
.shell-narrow > * { max-width: var(--narrow); }

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-bottom: var(--rule) solid var(--ink);
}

.wordmark {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.wordmark:hover { color: var(--accent-ink); }

.langs { display: flex; align-items: center; gap: 8px; }
.langs a, .langs .here {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.langs a { color: var(--muted); }
.langs a:hover { color: var(--accent-ink); }
.langs .here { color: var(--ink); }
.langs .sep { color: var(--muted-strong); }

/* ------------------------------------------------------------- les seccions */

.main { display: block; }

.band {
  padding-block: var(--pad);
  border-top: var(--rule) solid var(--ink);
}
.band-first { border-top: 0; }

/* El bloc fosc. De dia és tinta plena; de nit NO s'inverteix a paper —seria un
   fanal— sinó que puja al gris «surface» de la pell de nit. Els seus colors
   viuen en `--panel-*` perquè qualsevol tros que hi vagi a dins els hereti. */
.band-ink,
.window.on {
  --panel: #201E1D;
  --panel-ink: #F3F2F2;
  --panel-muted: #B5AFAC;
  --panel-rule: #3E3937;
  --panel-accent: #FF7A5C;
  background: var(--panel);
  color: var(--panel-ink);
}
@media (prefers-color-scheme: dark) {
  .band-ink,
  .window.on { --panel: #2B2827; }
}
.band-ink .eyebrow,
.band-ink .copy,
.band-ink .label,
.band-ink .step-note { color: var(--panel-muted); }
.band-ink a { color: inherit; }

.band-surface { background: var(--surface); }

.band-accent {
  background: var(--accent);
  color: #F3F2F2;
  border-top-color: var(--ink);
  padding-block: clamp(56px, 9vw, 128px);
}
.band-accent .eyebrow { color: #F3F2F2; }

/* La trama de mòduls: un camp escampat de quadrats de 12 —el mòdul de la
   mascota— en `hairline`. Píxels, no pas una llibreta de quadrícula. */
.band-grid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Crect width='12' height='12' fill='%23CFCCCB'/%3E%3C/svg%3E");
  background-size: calc(var(--pitch) * 4) calc(var(--pitch) * 4);
  background-position: center top;
}
@media (prefers-color-scheme: dark) {
  .band-grid { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Crect width='12' height='12' fill='%233E3937'/%3E%3C/svg%3E"); }
}

/* --------------------------------------------------------------- tipografia */

.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.h1 {
  font-size: clamp(40px, 7.4vw, 104px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.045em;
  margin-top: 16px;
  text-wrap: balance;
}
.h1-small { font-size: clamp(34px, 6vw, 56px); line-height: 1.02; letter-spacing: -0.03em; }

.h2 {
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 12px;
}

.h3 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lead {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  margin-top: 20px;
  max-width: 40ch;
}

.copy { margin-top: 12px; color: var(--muted); max-width: 62ch; }

.note, .mock-cap {
  font-size: 13px;
  color: var(--muted-strong);
  margin-top: 12px;
}

.fine {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 12px;
  max-width: 64ch;
}

.price {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin-top: 8px;
  text-wrap: balance;
}

.figure { font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }

.label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.manifesto {
  font-size: clamp(38px, 9vw, 140px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin-top: 20px;
  max-width: 16ch;
  text-wrap: balance;
}

/* ------------------------------------------------------------------- hero */

.hero { padding-block: clamp(40px, 6vw, 88px) var(--pad); }

.hero-grid { display: grid; gap: 48px; align-items: center; }

.hero-copy { min-width: 0; }

.cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.badge { width: 156px; }
.soon {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--accent);
  color: #F3F2F2;
  padding: 8px 12px;
}

.hero-stage { display: flex; justify-content: center; padding-top: 64px; }

/* Els objectes que suren pengen del marc del telèfon, no de la secció: així no
   se separen mai del que comenten. */
.hero-frame { position: relative; }

.hero-bird {
  position: absolute;
  z-index: 2;
  left: -30px;
  bottom: calc(100% - 22px);
  width: 96px;
}
.hero-chip {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 11%;
  background: var(--accent);
  color: #F3F2F2;
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-chip .figure { font-size: 38px; line-height: 0.9; }

/* ------------------------------------------------- el telèfon, tot en CSS */

.phone {
  width: min(320px, 100%);
  border: 12px solid var(--ink);
  background: var(--ink);
  flex: none;
}
.phone-screen {
  background: var(--bg);
  padding: 16px;
  border: var(--rule) solid var(--hairline);
}
.phone-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.phone-time {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.phone-mission {
  margin-top: 16px;
  border-top: var(--rule) solid var(--ink);
  padding-top: 14px;
}

.app-switch {
  width: 44px; height: 26px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px;
  flex: none;
}
.app-knob { width: 20px; height: 20px; background: #F3F2F2; }

.app-days { display: flex; gap: 4px; margin-top: 12px; }
.app-days li {
  flex: 1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 0;
  border: var(--rule) solid var(--hairline);
  color: var(--muted-strong);
}
.app-days li.on { background: var(--ink); border-color: var(--ink); color: var(--ink-inverse); }

.app-math-head { display: flex; justify-content: space-between; gap: 12px; }
.app-sum { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin-top: 8px; }
.app-field {
  margin-top: 8px;
  border-bottom: var(--rule) solid var(--ink);
  height: 34px;
  display: flex;
  align-items: center;
}
.app-caret { width: 3px; height: 24px; background: var(--accent); }

.app-keys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 12px; }
.app-key {
  border: var(--rule) solid var(--ink);
  padding: 9px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.app-key-void { background: var(--surface); border-color: var(--hairline); }
.app-key-done {
  background: var(--accent);
  border-color: var(--accent);
  color: #F3F2F2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 0;
}

/* ------------------------------------------------------------- tres passos */

.steps {
  margin-top: 56px;
  display: grid;
  gap: var(--rule);
  background: var(--panel-ink);
  border: var(--rule) solid var(--panel-ink);
}
.step { background: var(--panel); padding: 24px 20px 28px; }
.step-key {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--accent);
}
.step-name { font-size: 21px; font-weight: 800; line-height: 1.15; margin-top: 16px; letter-spacing: -0.02em; }
.step-note { font-size: 15px; color: var(--panel-muted); margin-top: 8px; }

/* ------------------------------------------------------ la marquesina */

.marquee {
  margin-top: 44px;
  overflow: hidden;
  border-block: var(--rule) solid var(--ink);
  padding-block: 12px;
  background: var(--bg);
}
.marquee-track { display: flex; width: max-content; }
.marquee-run {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee-run .tick { color: var(--accent-ink); }

/* ------------------------------------------------------- les nou missions */

.missions {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--rule);
  background: var(--ink);
  border: var(--rule) solid var(--ink);
}
.mission {
  background: var(--bg);
  padding: 22px 20px 22px;
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  align-items: start;
  transition: background 120ms linear, translate 120ms linear;
}
.glyph { grid-column: 1; grid-row: 1; width: 44px; margin-bottom: 18px; }
.mission-name { grid-column: 1; grid-row: 2; font-size: 19px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.mission-note { grid-column: 1; grid-row: 3; font-size: 14px; color: var(--muted); margin-top: 6px; }
.mission-min {
  grid-column: 2;
  grid-row: 1 / span 3;
  background: var(--accent);
  color: #F3F2F2;
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 74px;
}
.mission-min .figure { font-size: 34px; line-height: 1; }
.mission-unit {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 2px;
}
.mission:hover { background: var(--surface); translate: 0 -3px; }

/* -------------------------------------------------------- temps de pantalla */

.screen-lead { margin-top: 24px; display: grid; gap: 4px; }

.wallet-figure-block { margin-top: 56px; }
.wallet-grid {
  display: grid;
  gap: var(--rule);
  background: var(--ink);
  border: var(--rule) solid var(--ink);
}
.windows-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.wallet { background: var(--bg); padding: 28px 24px 32px; }
.wallet-count { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.wallet-count .figure { font-size: clamp(72px, 13vw, 120px); line-height: 0.85; }
.wallet-unit {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.app-note { font-size: 13px; color: var(--muted); margin-top: 10px; }

.windows-block { background: var(--bg); padding: 28px 24px 32px; }
.windows { margin-top: 14px; display: grid; gap: 12px; }
.window {
  border: var(--rule) solid var(--ink);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 14px;
  transition: background 120ms linear, color 120ms linear;
}
.window .figure { font-size: 34px; line-height: 1; }
.window .label { grid-column: 2; justify-self: start; }
.cost {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 12px;
  height: 10px;
  background: var(--hairline);
  display: block;
}
.cost-fill { display: block; height: 100%; background: var(--accent); }
/* El mirall del cost: cada finestra val els seus minuts sobre els 80 de la cartera. */
.window-5 .cost-fill { width: 6.25%; }
.window-15 .cost-fill { width: 18.75%; }
.window-30 .cost-fill { width: 37.5%; }
.cost-num { grid-column: 3; font-size: 20px; font-weight: 800; color: var(--accent-ink); font-variant-numeric: tabular-nums; }
.window.on { border-color: var(--accent); }
.window.on .label { color: var(--panel-muted); }
.window.on .cost { background: var(--panel-rule); }
.window.on .cost-num { color: var(--panel-accent); }
.window:hover { background: var(--surface); }
.window.on:hover { background: var(--panel); }


.note-cards {
  margin-top: 56px;
  display: grid;
  gap: var(--rule);
  background: var(--ink);
  border: var(--rule) solid var(--ink);
}
.note-card { background: var(--bg); padding: 24px 20px 28px; }
.note-card .copy { margin-top: 10px; }

/* -------------------------------------------------------------- les parelles */

.split { display: grid; gap: 48px; align-items: start; }
.split-copy { min-width: 0; }
.split-stage { min-width: 0; display: grid; gap: 20px; }

.band-ink .split-copy .copy { color: var(--panel-muted); }

/* --------------------------------------------------------------- rànquing */

.rank-card {
  background: var(--bg);
  color: var(--ink);
  border: var(--rule) solid var(--hairline);
  padding: 20px;
  max-width: 420px;
}
.rank-card .label { color: var(--muted); }
.table-scroll { overflow-x: auto; }
.app-rank { border: var(--rule) solid var(--ink); }
.app-rank th {
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 12px;
  color: var(--muted);
  border-bottom: var(--rule) solid var(--ink);
}
.app-rank td { border-top: var(--rule) solid var(--hairline); padding: 12px; font-weight: 600; }
.app-rank tbody tr:first-child td { border-top: 0; }
.app-score { text-align: right; font-variant-numeric: tabular-nums; }
.app-rank tr.you { background: var(--accent); color: #F3F2F2; }
.app-pos { display: inline-block; min-width: 20px; color: var(--muted-strong); font-weight: 800; }
.app-rank tr.you .app-pos { color: #F3F2F2; }

.says { margin-top: 16px; display: flex; gap: 14px; align-items: flex-start; border-top: var(--rule) solid var(--ink); padding-top: 16px; }
.says-body { min-width: 0; }
.app-quote { margin-top: 4px; max-width: 34ch; font-weight: 600; }
.rank-card .mock-cap { color: var(--muted-strong); }

/* --------------------------------------------------------------------- pro */

.ticks { margin-top: 24px; border-top: var(--rule) solid var(--ink); }
.ticks li {
  border-bottom: var(--rule) solid var(--hairline);
  padding: 14px 0 14px 26px;
  position: relative;
  font-weight: 600;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 21px;
  width: 12px; height: 12px;
  background: var(--accent);
}

.price-card { background: var(--bg); border: var(--rule) solid var(--ink); padding: 24px 20px 28px; }
.free-card { border: var(--rule) solid var(--hairline); padding: 24px 20px 28px; }

/* --------------------------------------------------------------------- faq */

.qas { margin-top: 44px; display: grid; gap: 0 56px; }
.qa { border-top: var(--rule) solid var(--hairline); padding: 20px 0; break-inside: avoid; }
.qa-q { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.qa-a { color: var(--muted); margin-top: 6px; max-width: 52ch; }

/* --------------------------------------------------------------- formulari */

.form { background: var(--bg); border: var(--rule) solid var(--ink); padding: 24px 20px 28px; }
.hp { display: none; }
.field { margin-top: 16px; }
.field:first-of-type { margin-top: 0; }
.field label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.field input, .field textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  background: var(--bg);
  border: var(--rule) solid var(--ink);
  padding: 12px;
  min-height: 48px;
}
.field textarea { min-height: 140px; resize: vertical; }

.button {
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  background: var(--accent);
  color: #F3F2F2;
  border: var(--rule) solid var(--accent);
  padding: 15px 28px;
  min-height: 48px;
  cursor: pointer;
  transition: background 120ms linear, translate 120ms linear;
}
.button:hover { background: var(--accent-pressed); border-color: var(--accent-pressed); translate: 0 -2px; }

/* ---------------------------------------------------------------- mascota */

.mascot { width: 120px; }
.mascot + .eyebrow { margin-top: 24px; }
.mascot-small { width: 48px; flex: none; }
.mascot-turn { transform-box: view-box; transform-origin: 50% 50%; }
.mascot-blink { opacity: 0; }

/* -------------------------------------------------------------- els legals */

.prose h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 40px;
  padding-top: 20px;
  border-top: var(--rule) solid var(--hairline);
}
.prose h3 { font-size: 18px; font-weight: 800; margin-top: 24px; }
.prose p, .prose ul, .prose ol { margin-top: 12px; max-width: 68ch; }
.prose li { position: relative; padding-left: 22px; margin-top: 8px; }
.prose ul > li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  background: var(--accent);
}
.prose ol { counter-reset: prose; }
.prose ol > li { counter-increment: prose; }
.prose ol > li::before {
  content: counter(prose) ".";
  position: absolute;
  left: 0; top: 0;
  font-weight: 800;
  color: var(--accent-ink);
}
.prose code { font-family: var(--stack); font-weight: 600; }
.prose a, .copy a, .fine a { text-decoration: underline; }
.prose a:hover, .copy a:hover, .fine a:hover { color: var(--accent-ink); }
.prose table { border: var(--rule) solid var(--ink); margin-top: 16px; }
.prose th {
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 12px;
  color: var(--muted);
  border-bottom: var(--rule) solid var(--ink);
}
.prose td { border-top: var(--rule) solid var(--hairline); padding: 10px 12px; }

.back {
  display: inline-block;
  margin-top: 20px;
  font-weight: 800;
  text-decoration: underline;
}
.back:hover { color: var(--accent-ink); }

/* --------------------------------------------------------------------- peu */

.foot { border-top: var(--rule) solid var(--ink); }
.foot-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  padding-block: 28px;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.foot-links a { font-size: 14px; font-weight: 600; text-decoration: none; color: var(--muted); }
.foot-links a:hover { color: var(--accent-ink); }
.foot-mail a { font-size: 14px; font-weight: 800; text-decoration: underline; }
.foot-mail a:hover { color: var(--accent-ink); }

/* ------------------------------------------------------------- escriptori */

@media (min-width: 560px) {
  .missions { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .wallet-grid { grid-template-columns: 1fr 1fr; }
  .note-cards { grid-template-columns: repeat(3, 1fr); }
  .glyph { width: 52px; }
}

@media (min-width: 900px) {
  .hero { padding-block: 0; display: flex; align-items: center; min-height: calc(100svh - 160px); }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; padding-block: 64px; }
  .hero-stage { padding-top: 72px; justify-content: flex-end; }
  .hero-bird { left: -66px; width: 128px; }
  .hero-chip { right: -32px; }
  .phone { width: 340px; }
  .missions { grid-template-columns: repeat(3, 1fr); }
  .mission { padding: 30px 26px 28px; min-height: 200px; }
  .glyph { width: 56px; margin-bottom: 24px; }
  .qas { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; gap: 64px; }
  .split-pro { grid-template-columns: 0.85fr 1.15fr; }
  .split-support { grid-template-columns: 0.9fr 1.1fr; }
  .rank-card { max-width: none; }
  .form { padding: 32px; }
  .price-card, .free-card { padding: 32px; }
  .step { padding: 32px 28px 36px; }
  .wallet, .windows-block { padding: 40px 32px 44px; }
  .note-card { padding: 32px 28px 36px; }
}

@media (min-width: 1100px) {
  .steps { margin-top: 72px; }
  .missions, .qas, .note-cards, .wallet-figure-block { margin-top: 64px; }
}

/* ------------------------------------------------------------ el moviment */
/* Tot el moviment és CSS i tot s'atura amb `prefers-reduced-motion`. L'estat
   per defecte de qualsevol revelació és VISIBLE: si el navegador no entén
   `animation-timeline`, no s'amaga res. */

@media (prefers-reduced-motion: no-preference) {
  /* El bucle de repòs de la mascota, amb la mateixa seqüència i el mateix
     ritme que l'app: mira a la dreta 4 s, parpelleja 120 ms, torna a mirar a
     la dreta 4 s i es gira a l'esquerra 4 s. Cicle de 12,12 s, sense
     interpolació: `step-end`. */
  .mascot-loop .mascot-turn {
    animation: cucut-turn 12120ms step-end infinite;
  }
  .mascot-loop .mascot-blink {
    animation: cucut-blink 12120ms step-end infinite;
  }

  .marquee-track { animation: cucut-marquee 46s linear infinite; }
  .marquee:hover .marquee-track { animation-play-state: paused; }
}

@keyframes cucut-turn {
  0% { transform: none; }
  66.997% { transform: scaleX(-1); }
}

@keyframes cucut-blink {
  0% { opacity: 0; }
  33.003% { opacity: 1; }
  33.993% { opacity: 0; }
}

@keyframes cucut-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal {
      animation: cucut-reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }
  }
}

@keyframes cucut-reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mission:hover, .button:hover { translate: none; }
}
