/* =====================================================================
   SAMEDI CONFESSION — direction « Car rapide »
   Les couleurs peintes des cars rapides et des enseignes de Dakar :
   jaune, bleu, rouge, contours noirs épais, lettres pleines.
   ===================================================================== */

:root {
  --yellow: #f6c400;
  --yellow-soft: #ffe27a;
  --blue: #1742c4;
  --blue-deep: #0f2f94;
  --red: #d42a1e;
  --black: #111111;
  --white: #ffffff;
  --cream: #fff6d6;
  --text: #111111;
  --text-soft: #3a362a;
  --text-faint: #6b6450;

  --border: 3px solid var(--black);
  --radius: 16px;
  --shadow: 6px 6px 0 var(--black);
  --shadow-sm: 3px 3px 0 var(--black);
  --ease: cubic-bezier(0.34, 1.56, 0.64, 1); /* léger rebond */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  --display: "Bowlby One", "Arial Black", Impact, sans-serif;
  --body: "Archivo", system-ui, -apple-system, sans-serif;
  --wrap: 1240px;

  /* alias utilisés dans quelques styles inline */
  --ember: var(--red);
  --bone: var(--text);
  --mist: var(--text-soft);
  --ash: var(--text-faint);
  --line: var(--black);
  --line-soft: var(--black);
  --mono: var(--display);
  --serif: var(--body);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--yellow); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip; /* filet de sécurité : jamais de défilement horizontal sur mobile */
  min-height: 100dvh;
  background: var(--yellow);
  color: var(--text);
  font: 500 17px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
img, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--blue); color: var(--white); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
@media (min-width: 700px) { .wrap { padding: 0 32px; } }

/* ---------------------------------------------------------- typographie */
.display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
.h1 { font-size: clamp(2.8rem, 9vw, 6.4rem); }
.display { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
@media (max-width: 420px) { .h1 { font-size: 2.35rem; } .h2 { font-size: 2rem; } }
.h2 { font-size: clamp(2.2rem, 6vw, 4.2rem); }
.h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
.painted { color: var(--blue); -webkit-text-stroke: 2px var(--black); text-shadow: 4px 4px 0 var(--black); paint-order: stroke fill; }
.painted.white { color: var(--white); }
.painted.red { color: var(--red); }
.painted.yellow { color: var(--yellow); }
.eyebrow { font: 800 12px/1.3 var(--body); letter-spacing: 0.1em; text-transform: uppercase; }
.lead { font-size: 1.15rem; line-height: 1.6; max-width: 38rem; font-weight: 500; }
.serif { font-family: var(--body); font-weight: 600; }
.italic { font-style: italic; }
.muted { color: var(--text-soft); }
.faint { color: var(--text-faint); }
.ember { color: var(--red); }
.blue { color: var(--blue); }

/* « ••• » : trois pastilles peintes qui rebondissent */
.dots { display: inline-flex; gap: 0.22em; vertical-align: middle; }
.dots i { width: 0.5em; height: 0.5em; border-radius: 50%; border: 0.08em solid var(--black); animation: dot 1.1s var(--ease) infinite; }
.dots i:nth-child(1) { background: var(--blue); }
.dots i:nth-child(2) { background: var(--red); animation-delay: 0.14s; }
.dots i:nth-child(3) { background: var(--white); animation-delay: 0.28s; }
.dots.still i { animation: none; }
@keyframes dot { 0%, 70%, 100% { transform: translateY(0); } 35% { transform: translateY(-0.35em); } }

/* ---------------------------------------------------------- éléments peints */
.stripes {
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--blue) 0 22px, var(--yellow) 22px 30px, var(--red) 30px 52px, var(--yellow) 52px 60px);
  border-block: 3px solid var(--black);
}
.sticker {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  border: var(--border);
  padding: 6px 12px;
  font: 800 13px/1.2 var(--body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  box-shadow: var(--shadow-sm);
}
.sticker.blue { background: var(--blue); }
.sticker.white { background: var(--white); color: var(--black); }
.sticker.yellow { background: var(--yellow); color: var(--black); }

.marquee { overflow: hidden; background: var(--red); color: var(--white); border-block: var(--border); }
.marquee div { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee span { font: 400 clamp(1.1rem, 2.4vw, 1.6rem)/1 var(--display); text-transform: uppercase; padding: 14px 18px; white-space: nowrap; }
.marquee span::after { content: "✦"; margin-left: 36px; color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.spin-badge { width: 150px; height: 150px; animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------------------------------------------------------------- en-tête */
.header { position: sticky; top: 0; z-index: 50; background: var(--yellow); border-bottom: var(--border); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 400 1.15rem/1 var(--display); text-transform: uppercase; }
.logo b { font-weight: 400; color: var(--blue); }
.logo em { font-style: normal; }
.logo .dots { font-size: 0.8rem; }
.nav { display: none; align-items: center; gap: 26px; }
.nav a:not(.btn) { font: 800 14px var(--body); text-transform: uppercase; letter-spacing: 0.04em; padding: 6px 0; border-bottom: 3px solid transparent; }
.nav a:not(.btn):hover { border-color: var(--black); }
.nav a[aria-current="page"] { border-color: var(--blue); color: var(--blue); }
.menu-btn { background: var(--black); color: var(--yellow); border: 0; border-radius: 99px; font: 800 13px var(--body); letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; padding: 9px 16px; }
.mobile-nav { position: fixed; inset: 69px 0 0; z-index: 49; background: var(--blue); padding: 28px 18px 32px; display: flex; flex-direction: column; gap: 6px; border-top: var(--border); }
.mobile-nav a:not(.btn) { font: 400 2.6rem/1.15 var(--display); text-transform: uppercase; color: var(--white); -webkit-text-stroke: 1.5px var(--black); text-shadow: 3px 3px 0 var(--black); paint-order: stroke fill; }
.mobile-nav .btn { margin-top: auto; }
@media (min-width: 860px) { .nav { display: flex; } .menu-btn, .mobile-nav { display: none !important; } }

/* ---------------------------------------------------------------- boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border: var(--border); border-radius: 12px;
  background: var(--red); color: var(--white);
  font: 400 16px/1 var(--display); text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap;
  box-shadow: 0 5px 0 var(--black); cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background-color 0.2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 7px 0 var(--black); }
.btn:active { transform: translateY(4px); box-shadow: 0 1px 0 var(--black); }
.btn:disabled { opacity: 0.5; pointer-events: none; }
.btn.lg { min-height: 60px; padding: 0 28px; font-size: 19px; }
.btn.sm { min-height: 38px; padding: 0 14px; font-size: 13px; box-shadow: 0 3px 0 var(--black); border-radius: 10px; }
.btn.sm:hover { box-shadow: 0 5px 0 var(--black); }
.btn.ghost, .btn.bone { background: var(--white); color: var(--black); }
.btn.blue { background: var(--blue); color: var(--white); }
.btn.black { background: var(--black); color: var(--yellow); }
.btn.danger { background: var(--white); color: var(--red); }
.btn.danger:hover { background: var(--red); color: var(--white); }
.btn.block { width: 100%; }
.btn .arrow { display: inline-block; transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }
.link { font: 800 14px var(--body); text-transform: uppercase; letter-spacing: 0.04em; background: none; border: 0; cursor: pointer; padding: 0; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.link:hover { color: var(--blue); }

/* --------------------------------------------------------------- formulaires */
.input, .textarea, .select {
  width: 100%; background: var(--white); border: var(--border); border-radius: 12px;
  padding: 12px 14px; font-size: 16px; font-weight: 500; transition: box-shadow 0.2s;
}
.input:focus, .textarea:focus, .select:focus { outline: none; box-shadow: 0 0 0 4px var(--blue); }
.textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.label { display: block; margin-bottom: 8px; }
.field-error { color: var(--red); font-weight: 800; font-size: 15px; margin: 12px 0 0; }
.field-error:not(:empty)::before { content: "⚠ "; }
.choice {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px; cursor: pointer;
  background: var(--white); border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s;
}
.choice:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--black); }
.choice:has(input:checked) { background: var(--blue); color: var(--white); }
.choice:has(input:checked) span, .choice:has(input:checked) a { color: var(--white) !important; }
.choice input { accent-color: var(--red); width: 22px; height: 22px; margin: 1px 0 0; flex-shrink: 0; }
.choice strong { display: block; font-weight: 800; font-size: 17px; }
.choice span { display: block; color: var(--text-soft); font-size: 15px; margin-top: 4px; }

.chip {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 99px;
  background: var(--white); border: var(--border); font-weight: 800; font-size: 15px; cursor: pointer;
  transition: transform 0.2s var(--ease), background-color 0.2s;
}
.chip:hover { transform: translateY(-2px) rotate(-1deg); }
input:checked + .chip { background: var(--blue); color: var(--white); transform: rotate(-2deg); box-shadow: var(--shadow-sm); }
input:focus-visible + .chip { outline: 3px solid var(--red); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------------------------------------------------------------- mise en page */
.section { padding: 88px 0; border-bottom: var(--border); }
.section.blue { background: var(--blue); color: var(--white); }
.section.red { background: var(--red); color: var(--white); }
.section.cream { background: var(--cream); }
.section.black { background: var(--black); color: var(--yellow); }
.page-hero { padding: 64px 0 48px; }
.grid { display: grid; gap: 28px; }
@media (min-width: 900px) { .grid.two { grid-template-columns: 1fr 1fr; } }
.stack > * + * { margin-top: 14px; }
.row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.between { justify-content: space-between; }

.reveal { opacity: 0; transform: translateY(26px) rotate(-0.5deg); transition: opacity 0.6s var(--ease-out), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.rise { animation: rise 0.7s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(30px) scale(0.97); } to { opacity: 1; transform: none; } }
.pop { animation: pop 0.6s var(--ease) both; }
@keyframes pop { from { opacity: 0; transform: scale(0.6) rotate(-8deg); } to { opacity: 1; } }

/* ---------------------------------------------------------------------- accueil */
.hero { position: relative; padding: 48px 0 64px; overflow: hidden; }
.hero-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.3fr 1fr; } }
.hero-title { font-size: clamp(3.6rem, 13vw, 9.5rem); line-height: 0.86; margin: 18px 0 0; }
.hero-title span { display: block; }
.tagline { display: inline-block; margin: 26px 0 0; background: var(--black); color: var(--yellow); font: 800 clamp(1.1rem, 2.4vw, 1.5rem)/1.2 var(--body); padding: 8px 14px; transform: rotate(-1.5deg); }
.hero-art { position: relative; justify-self: center; }
.hero-card { background: var(--white); border: var(--border); border-radius: 22px; box-shadow: 10px 10px 0 var(--black); padding: 22px; max-width: 380px; transform: rotate(2deg); }
.hero-card .bubble { background: var(--cream); border: var(--border); border-radius: 18px 18px 18px 4px; padding: 14px 16px; font-weight: 600; }
.hero-card .bubble.me { background: var(--blue); color: var(--white); border-radius: 18px 18px 4px 18px; margin: 12px 0 0 auto; width: fit-content; max-width: 88%; }
.hero-art .spin-badge { position: absolute; top: -48px; right: -40px; }
@media (max-width: 959px) { .hero-art { display: none; } }

.steps { display: grid; gap: 18px; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps > div { background: var(--white); border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; }
.steps > div:nth-child(odd) { transform: rotate(-1deg); }
.steps > div:nth-child(even) { transform: rotate(1deg); }
.steps .n { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: var(--border); background: var(--yellow); font: 400 22px var(--display); }
.steps > div:nth-child(2) .n { background: var(--red); color: var(--white); }
.steps > div:nth-child(3) .n { background: var(--blue); color: var(--white); }
.steps > div:nth-child(4) .n { background: var(--black); color: var(--yellow); }
.steps h3 { font: 400 1.5rem/1 var(--display); text-transform: uppercase; margin: 16px 0 8px; }
.steps p { margin: 0; color: var(--text-soft); font-size: 15px; }

/* ----------------------------------------------------------------- émissions */
.cover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: var(--border); border-radius: var(--radius); background: var(--c1, var(--blue)); box-shadow: var(--shadow); }
.cover::before { content: ""; position: absolute; left: -10%; right: -10%; bottom: 18%; height: 26%; transform: rotate(-4deg);
  background: repeating-linear-gradient(90deg, var(--c2, var(--yellow)) 0 34px, var(--black) 34px 40px, var(--c3, var(--red)) 40px 74px, var(--black) 74px 80px); border-block: 3px solid var(--black); }
.cover .num { position: absolute; right: 4%; top: 2%; font: 400 clamp(5rem, 16vw, 11rem)/1 var(--display); color: var(--c2, var(--yellow)); -webkit-text-stroke: 3px var(--black); text-shadow: 6px 6px 0 var(--black); paint-order: stroke fill; }
.cover .meta { position: absolute; left: 14px; top: 14px; background: var(--white); color: var(--black); border: var(--border); border-radius: 99px; padding: 4px 12px; }
.cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cover iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 2; }
.play {
  position: absolute; inset: 0; margin: auto; z-index: 1; width: 86px; height: 86px; border-radius: 50%; cursor: pointer;
  border: var(--border); background: var(--red); box-shadow: 0 6px 0 var(--black); display: grid; place-items: center;
  transition: transform 0.25s var(--ease);
}
.play:hover { transform: scale(1.1) rotate(-6deg); }
.play svg { width: 26px; fill: var(--white); margin-left: 5px; }
.soon { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%) rotate(-2deg); z-index: 1; background: var(--black); color: var(--yellow); border-radius: 99px; padding: 6px 14px; white-space: nowrap; }
.ep-list { display: grid; gap: 44px 28px; }
@media (min-width: 700px) { .ep-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ep-list { grid-template-columns: repeat(3, 1fr); } }
.ep h3 { font: 400 1.6rem/1 var(--display); text-transform: uppercase; margin: 16px 0 8px; }
.ep p { color: var(--text-soft); font-size: 15px; margin: 0; }

/* ----------------------------------------------------------- confession */
.flow { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 40px 0 64px; }
.flow > *, .recap dd, .recap dt { min-width: 0; overflow-wrap: anywhere; }
@media (min-width: 1000px) { .flow { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 64px; padding-top: 64px; } .flow aside { position: sticky; top: 120px; align-self: start; } }
.progress { height: 14px; background: var(--white); border-bottom: var(--border); position: sticky; top: 69px; z-index: 40; }
.progress i { display: block; height: 100%; width: 25%; border-right: var(--border); transition: width 0.6s var(--ease);
  background: repeating-linear-gradient(90deg, var(--blue) 0 22px, var(--red) 22px 44px); }
.step-title { font-size: clamp(2.6rem, 6.5vw, 5rem); margin-top: 16px; outline: none; }
.big-text {
  width: 100%; min-height: 40vh; resize: vertical; background: var(--white); border: var(--border); border-radius: 18px;
  box-shadow: var(--shadow); padding: 20px; font: 600 clamp(1.15rem, 2vw, 1.35rem)/1.6 var(--body); transition: box-shadow 0.2s;
}
.big-text:focus { outline: none; box-shadow: var(--shadow), 0 0 0 5px var(--blue); }
.big-text::placeholder, .code-input::placeholder { color: var(--text-faint); opacity: 0.8; }
.step { animation: rise 0.5s var(--ease) both; }
.flow-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 36px; }
/* Petits écrans : les gros boutons peuvent passer à la ligne au lieu de dépasser. */
@media (max-width: 520px) {
  .btn.lg { min-height: 56px; padding: 10px 18px; font-size: 16px; line-height: 1.15; white-space: normal; text-align: center; }
  .flow-foot .btn { flex: 1 1 auto; max-width: 78%; }
  .row > .btn { max-width: 100%; }
  .btn { white-space: normal; text-align: center; max-width: 100%; line-height: 1.15; }
}
.recap { margin: 0; background: var(--white); border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.recap > div { display: grid; gap: 6px; padding: 16px 18px; border-top: var(--border); }
.recap > div:first-child { border-top: 0; }
@media (min-width: 640px) { .recap > div { grid-template-columns: 10rem 1fr; gap: 20px; } }
.recap dd { margin: 0; font-weight: 600; }
.overlay { position: fixed; inset: 0; z-index: 80; background: var(--blue); color: var(--white); display: grid; place-content: center; text-align: center; gap: 22px; padding: 20px; }

.ticket {
  position: relative; display: inline-block; margin-top: 36px; padding: 26px 36px 22px; background: var(--white); color: var(--black);
  border: var(--border); border-radius: 18px; box-shadow: 10px 10px 0 var(--black); transform: rotate(-2deg);
}
.ticket::before, .ticket::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; margin-top: -13px; background: var(--yellow); border: var(--border); border-radius: 50%; }
.ticket::before { left: -15px; clip-path: inset(0 0 0 50%); }
.ticket::after { right: -15px; clip-path: inset(0 50% 0 0); }
.ticket strong { display: block; font: 400 clamp(2.4rem, 10vw, 4.2rem)/1 var(--display); letter-spacing: 0.04em; color: var(--blue); margin-top: 8px; }
.ticket .sticker { position: absolute; top: -18px; right: -18px; transform: rotate(8deg); }

/* --------------------------------------------------------------------- suivi */
.code-input { width: 100%; background: var(--white); border: var(--border); border-radius: 16px; box-shadow: var(--shadow); padding: 14px 18px; font: 400 clamp(1.8rem, 6vw, 3rem) var(--display); letter-spacing: 0.05em; text-transform: uppercase; }
.code-input:focus { outline: none; box-shadow: var(--shadow), 0 0 0 5px var(--blue); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding-bottom: 28px; opacity: 0; animation: rise 0.5s var(--ease) both; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 26.5px; top: 58px; bottom: 0; width: 3px; background: var(--black); opacity: 0.25; }
.timeline li.done:not(:last-child)::before { opacity: 1; background: var(--black); }
.timeline .dot { width: 56px; height: 56px; border-radius: 50%; border: var(--border); background: var(--white); display: grid; place-items: center; font-size: 22px; }
.timeline .done .dot { background: var(--blue); }
.timeline .current .dot { background: var(--red); box-shadow: 0 0 0 6px var(--white), 0 0 0 9px var(--black); animation: beat 1.6s var(--ease) infinite; }
@keyframes beat { 50% { transform: scale(1.08); } }
.timeline .future { opacity: 0.45; }
.timeline h3 { font: 400 1.35rem/1.1 var(--display); text-transform: uppercase; margin: 14px 0 0; }
.timeline p { margin: 8px 0 0; font-size: 15px; max-width: 30rem; background: var(--white); border: var(--border); border-radius: 12px; padding: 10px 14px; }

/* ------------------------------------------------------------------- divers */
.card { background: var(--white); border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; }
.toast {
  position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 30px) rotate(-1deg); opacity: 0; z-index: 95;
  background: var(--black); color: var(--yellow); border: 3px solid var(--black); border-radius: 12px; padding: 12px 18px;
  font-weight: 800; transition: all 0.35s var(--ease); max-width: calc(100% - 32px); box-shadow: 4px 4px 0 var(--blue);
}
.toast.show { opacity: 1; transform: translate(-50%, 0) rotate(-1deg); }
.toast.error { background: var(--red); color: var(--white); }
.empty { background: var(--white); border: 3px dashed var(--black); border-radius: var(--radius); padding: 48px 22px; text-align: center; }
.empty p { font: 400 1.5rem/1.15 var(--display); text-transform: uppercase; margin: 12px 0 0; }
.badge { display: inline-flex; align-items: center; gap: 6px; min-height: 26px; padding: 0 10px; border: 2px solid var(--black); border-radius: 99px; background: var(--white); font: 800 11px var(--body); letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.badge.ember { background: var(--red); color: var(--white); }
.badge.bright { background: var(--yellow); }
.badge.blue { background: var(--blue); color: var(--white); }

.footer { background: var(--black); color: var(--yellow); }
.footer .inner { padding-block: 64px 28px; }
.footer .big { font: 400 clamp(2.2rem, 6vw, 4.2rem)/0.95 var(--display); text-transform: uppercase; margin: 0; color: var(--white); }
.footer .big span { color: var(--yellow); }
.footer-bottom { margin-top: 48px; padding-top: 18px; border-top: 2px solid rgb(246 196 0 / 0.35); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 14px; font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------- anti-robot */
.captcha-status { margin: 8px 0 0; font-weight: 700; font-size: 14px; }
.captcha-status:empty { display: none; }
.captcha-status.ok { color: var(--blue); }
.captcha-status.error { color: var(--red); }
