/*
 * Hatim Zekri — accepted-section redesign A
 * Progressive enhancement for #action, #stats, #versus, #channels, #systeme.
 * All generated visual markup is prefixed hz-rd* and remains decorative.
 */

:where(#action, #stats, #versus, #channels, #systeme),
:where(#action, #stats, #versus, #channels, #systeme) * {
  box-sizing: border-box;
}

:root,
[data-hz-theme="dark"] {
  --hz-rd-orange: #dd6d49;
  --hz-rd-orange-bright: #f07b55;
  --hz-rd-paper: #f3eee5;
  --hz-rd-paper-2: #e6ded1;
  --hz-rd-ink: #161411;
  --hz-rd-black: #050505;
  --hz-rd-charcoal: #11110f;
  --hz-rd-line-dark: rgba(255, 255, 255, .13);
  --hz-rd-line-light: rgba(22, 20, 17, .15);
  --hz-rd-ease: cubic-bezier(.2, .72, .2, 1);
}

/* -------------------------------------------------------------------------- */
/* 02 — Action / audit trail                                                   */
/* -------------------------------------------------------------------------- */

#action.hz-action {
  --rda-bg: #050505;
  --rda-fg: #f4f0e9;
  --rda-muted: rgba(244, 240, 233, .62);
  --rda-line: rgba(244, 240, 233, .16);
  --rda-console: #090908;
  --rda-console-soft: #131311;
  --rda-console-ink: #eee8df;
  --rda-proof: #f1ece3;
  --rda-proof-ink: #201d18;
  position: relative;
  padding: clamp(92px, 8vw, 148px) clamp(20px, 3.4vw, 64px) clamp(110px, 9vw, 170px);
  overflow: hidden;
  background:
    radial-gradient(38rem 48rem at -8% 42%, rgba(204, 68, 31, .2), transparent 66%),
    radial-gradient(44rem 34rem at 94% 0%, rgba(112, 39, 24, .08), transparent 72%),
    var(--rda-bg);
  color: var(--rda-fg);
}

[data-hz-theme="light"] #action.hz-action {
  --rda-bg: #eee9e1;
  --rda-fg: #1a1713;
  --rda-muted: rgba(26, 23, 19, .64);
  --rda-line: rgba(26, 23, 19, .18);
  --rda-console: #e7dfd4;
  --rda-console-soft: #f4efe8;
  --rda-console-ink: #201c17;
  --rda-proof: #171512;
  --rda-proof-ink: #f2ede5;
}

#action.hz-action::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image:
    repeating-linear-gradient(112deg, transparent 0 4px, rgba(255,255,255,.018) 5px 6px),
    radial-gradient(circle at 20% 40%, rgba(255,255,255,.06) 0 1px, transparent 1.5px);
  background-size: auto, 6px 6px;
  mix-blend-mode: soft-light;
}

#action.hz-action::after {
  background-image: radial-gradient(ellipse at 0 50%, rgba(229, 77, 35, .28), transparent 42%);
  opacity: .5;
}

#action .hz-action__inner {
  width: min(100%, 1600px);
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(680px, 1.58fr);
  gap: clamp(42px, 4vw, 76px);
  align-items: center;
}

#action .hz-action__copy {
  position: relative;
  z-index: 2;
  align-items: stretch;
  min-width: 0;
}

#action .hz-action__eyebrow {
  align-self: flex-start;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hz-rd-orange-bright);
  font: 700 11px/1.2 "Geist Mono", ui-monospace, monospace;
  letter-spacing: .12em;
}

#action .hz-action__eyebrow::before {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: transparent;
  content: "✦";
  color: currentColor;
}

#action .hz-action__title {
  max-width: 6.8ch;
  margin: 0;
  color: var(--rda-fg);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(62px, 6.1vw, 116px);
  font-style: normal;
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.035em;
  text-wrap: balance;
}

#action .hz-action__statement {
  width: 100%;
  max-width: 500px;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#action .hz-action__statement::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin-top: 24px;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 18px rgba(221, 109, 73, .35);
}

#action .hz-action__sub {
  max-width: 43ch;
  color: var(--rda-muted);
  font: 400 clamp(15px, 1.15vw, 18px)/1.6 Geist, Inter, sans-serif;
}

#action .hz-action__proof-strip {
  display: none;
}

#action .hz-action__features {
  width: min(100%, 500px);
  margin: 28px 0 0;
  gap: 8px;
}

#action .hz-action__feature {
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#action .hz-action__feature:hover {
  transform: translateX(4px);
  border-color: transparent;
  background: transparent;
}

#action .hz-action__feat-icon {
  width: 62px;
  height: 62px;
  border: 1px solid var(--rda-line);
  border-radius: 50%;
  background: transparent;
  color: var(--hz-rd-orange-bright);
  box-shadow: inset 0 0 26px rgba(221, 109, 73, .045);
}

#action .hz-action__feat-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.25;
}

#action .hz-action__feat-body {
  gap: 5px;
}

#action .hz-action__feat-title {
  color: var(--rda-fg);
  font: 600 clamp(15px, 1.15vw, 18px)/1.25 Geist, Inter, sans-serif;
}

#action .hz-action__feat-desc {
  max-width: 34ch;
  color: var(--rda-muted);
  font: 400 14px/1.48 Geist, Inter, sans-serif;
}

#action .hz-action__panel {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rda-console-ink);
}

#action .hz-action__diagram {
  min-height: 760px;
  overflow: visible;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#action .hz-action__diagram > .hz-action__diagram-head,
#action .hz-action__diagram > svg {
  display: none;
}

.hz-rda-console {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rda-console-ink) 28%, transparent);
  border-radius: 28px;
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--rda-console-ink) 5%, transparent), transparent 34%),
    var(--rda-console);
  color: var(--rda-console-ink);
  box-shadow: 0 40px 80px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.05);
}

.hz-rda-console__top {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  margin: 0 24px;
  border-bottom: 1px solid color-mix(in srgb, var(--rda-console-ink) 18%, transparent);
  font: 600 11px/1 "Geist Mono", monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hz-rda-console__back {
  font: 300 28px/1 Georgia, serif;
  opacity: .55;
}

.hz-rda-console__lamp {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 14px var(--hz-rd-orange);
}

.hz-rda-console__live {
  margin-left: auto;
  color: var(--hz-rd-orange-bright);
  font-size: 9px;
}

.hz-rda-console__main {
  display: grid;
  grid-template-columns: minmax(185px, .72fr) minmax(460px, 1.65fr);
  gap: 18px;
  padding: 18px 24px 16px;
}

.hz-rda-trace {
  position: relative;
  display: grid;
  align-content: stretch;
  gap: 0;
  min-height: 390px;
  margin: 0;
  padding: 18px 8px 14px 52px;
  list-style: none;
}

.hz-rda-trace::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 44px;
  left: 24px;
  width: 2px;
  background: linear-gradient(var(--hz-rd-orange), var(--hz-rd-orange-bright));
  box-shadow: 0 0 14px rgba(240, 123, 85, .55);
}

.hz-rda-trace li {
  position: relative;
  display: flex;
  align-items: center;
  color: color-mix(in srgb, var(--rda-console-ink) 70%, transparent);
  font: 400 10px/1.5 "Geist Mono", monospace;
}

.hz-rda-trace li i {
  position: absolute;
  left: -36px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--rda-console);
  border-radius: 50%;
  background: #fff4eb;
  box-shadow: 0 0 0 2px var(--hz-rd-orange), 0 0 18px var(--hz-rd-orange);
  animation: hz-rda-pulse 2.8s ease-in-out infinite;
}

.hz-rda-trace li:nth-child(2) i { animation-delay: .45s; }
.hz-rda-trace li:nth-child(3) i { animation-delay: .9s; }
.hz-rda-trace li:nth-child(4) i { animation-delay: 1.35s; }

.hz-rda-trace li b {
  display: block;
  margin-bottom: 3px;
  color: var(--hz-rd-orange-bright);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rda-records {
  display: grid;
  gap: 11px;
  align-content: center;
}

.hz-rda-record {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--rda-console-ink) 15%, transparent);
  border-radius: 10px;
  background: color-mix(in srgb, var(--rda-console-soft) 92%, transparent);
  box-shadow: inset 0 1px color-mix(in srgb, var(--rda-console-ink) 4%, transparent);
}

.hz-rda-record__glyph,
.hz-rda-source-thumb {
  position: relative;
  display: grid;
  place-items: center;
  width: 70px;
  height: 66px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rda-console-ink) 24%, transparent);
  border-radius: 8px;
  color: var(--hz-rd-orange-bright);
  font: 500 26px/1 "Instrument Serif", Georgia, serif;
}

.hz-rda-record__glyph span {
  position: absolute;
  top: 12px;
  right: 12px;
  font: 9px/1 sans-serif;
}

.hz-rda-record__glyph--chart {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  padding-bottom: 17px;
}

.hz-rda-record__glyph--chart i {
  width: 3px;
  height: 15px;
  border-radius: 4px 4px 0 0;
  background: var(--hz-rd-orange-bright);
}

.hz-rda-record__glyph--chart i:nth-child(2) { height: 25px; }
.hz-rda-record__glyph--chart i:nth-child(3) { height: 36px; }

.hz-rda-source-thumb {
  place-items: start;
  padding: 9px;
  color: #231510;
  background: linear-gradient(170deg, #eee8dd 0 45%, #8e2e1e 46%, #130a08 76%);
  font: 700 7px/1 "Geist Mono", monospace;
  letter-spacing: .16em;
}

.hz-rda-source-thumb i {
  position: absolute;
  right: -12%;
  bottom: 12px;
  left: -12%;
  height: 17px;
  border-radius: 50%;
  background: #d64f2f;
  box-shadow: -12px 7px #180b08, 16px 6px #5c1b13;
}

.hz-rda-record__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  font: 500 9px/1.25 "Geist Mono", monospace;
  opacity: .72;
}

.hz-rda-record__copy strong {
  overflow: hidden;
  margin-bottom: 4px;
  color: var(--rda-console-ink);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1;
}

.hz-rda-record time {
  align-self: start;
  padding-top: 5px;
  color: color-mix(in srgb, var(--rda-console-ink) 60%, transparent);
  font: 500 8px/1.4 "Geist Mono", monospace;
  text-align: right;
}

.hz-rda-scorebar {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto 54px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  margin: 0 24px 14px;
  padding: 8px 14px 8px 20px;
  border: 1px solid var(--hz-rd-orange);
  border-radius: 9px;
  background:
    repeating-radial-gradient(ellipse at 45% 110%, transparent 0 8px, rgba(221,109,73,.09) 9px 10px),
    rgba(221, 109, 73, .055);
  box-shadow: inset 0 0 34px rgba(221,109,73,.08);
}

.hz-rda-scorebar > span {
  color: var(--hz-rd-orange-bright);
  font: 700 10px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rda-scorebar strong {
  color: var(--hz-rd-orange-bright);
  font: 400 54px/.8 "Instrument Serif", Georgia, serif;
  letter-spacing: -.04em;
}

.hz-rda-scorebar strong small {
  margin-left: 4px;
  color: color-mix(in srgb, var(--rda-console-ink) 62%, transparent);
  font-size: 25px;
}

.hz-rda-scorebar em {
  color: color-mix(in srgb, var(--rda-console-ink) 60%, transparent);
  font: 500 9px/1 "Geist Mono", monospace;
  font-style: normal;
  letter-spacing: .12em;
}

.hz-rda-scorebar__seal {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px dashed var(--hz-rd-orange);
  border-radius: 50%;
  color: var(--hz-rd-orange-bright);
  font: 700 18px/1 sans-serif;
  box-shadow: 0 0 0 5px rgba(221,109,73,.08);
}

.hz-rda-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border-radius: 18px 18px 26px 26px;
  background: var(--rda-proof);
  color: var(--rda-proof-ink);
}

.hz-rda-proof article {
  position: relative;
  min-height: 118px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--rda-proof-ink) 14%, transparent);
  border-radius: 9px;
}

.hz-rda-proof article > b {
  display: block;
  margin-bottom: 10px;
  color: var(--hz-rd-orange);
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rda-proof article > small {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  padding-top: 6px;
  border-top: 1px solid color-mix(in srgb, var(--rda-proof-ink) 10%, transparent);
  font: 500 6.8px/1 "Geist Mono", monospace;
  opacity: .65;
}

.hz-rda-proof__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: 100%;
  height: 52px;
}

.hz-rda-proof__tiles i {
  border-radius: 2px;
  background:
    linear-gradient(155deg, transparent 45%, rgba(221,109,73,.42) 46% 62%, transparent 63%),
    color-mix(in srgb, var(--rda-proof-ink) 12%, transparent);
}

.hz-rda-proof__code {
  display: grid;
  gap: 5px;
  color: color-mix(in srgb, var(--rda-proof-ink) 76%, transparent);
  font: 500 6.7px/1.3 "Geist Mono", monospace;
}

.hz-rda-proof article p {
  max-width: 29ch;
  margin: 0;
  font: 500 7px/1.45 "Geist Mono", monospace;
  opacity: .72;
}

.hz-rda-proof__signature {
  display: block;
  margin-top: 5px;
  font: italic 25px/1 "Instrument Serif", Georgia, serif;
}

/* -------------------------------------------------------------------------- */
/* 03 — Stats / document tray                                                  */
/* -------------------------------------------------------------------------- */

#stats.hz-stats {
  --rds-bg: #050505;
  --rds-fg: #f5f1ea;
  --rds-muted: rgba(245, 241, 234, .58);
  --rds-card: #f0eae0;
  --rds-card-ink: #1b1713;
  position: relative;
  padding: clamp(90px, 8vw, 140px) clamp(20px, 4vw, 72px) clamp(160px, 12vw, 220px);
  overflow: hidden;
  background:
    radial-gradient(32rem 20rem at 50% 20%, rgba(221,109,73,.08), transparent 70%),
    var(--rds-bg);
  color: var(--rds-fg);
}

[data-hz-theme="light"] #stats.hz-stats {
  --rds-bg: #eee9e1;
  --rds-fg: #171410;
  --rds-muted: rgba(23, 20, 16, .6);
  --rds-card: #fffaf1;
  --rds-card-ink: #1b1713;
}

#stats.hz-stats::before {
  opacity: .16;
  background-image:
    radial-gradient(circle at 1px 1px, currentColor 1px, transparent 1.2px),
    linear-gradient(100deg, transparent 0 48%, rgba(255,255,255,.025) 49% 51%, transparent 52%);
  background-size: 7px 7px, auto;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

#stats.hz-stats::after {
  background-image: none;
}

#stats .hz-stats__inner {
  width: min(100%, 1460px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

#stats .hz-stats__head {
  max-width: 900px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

#stats .hz-stats__pill {
  margin: 0 0 20px;
  padding: 7px 14px;
  border: 1px solid rgba(221,109,73,.62);
  background: rgba(221,109,73,.06);
  color: var(--hz-rd-orange-bright);
  font: 700 10px/1 "Geist Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#stats .hz-stats__pill::before {
  content: "•";
  margin-right: 7px;
}

#stats .hz-stats__title {
  color: var(--rds-fg);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 5.7vw, 94px);
  line-height: .94;
  letter-spacing: -.035em;
}

#stats .hz-stats__title br {
  display: none;
}

#stats .hz-stats__title::first-line {
  color: var(--rds-fg);
}

#stats .hz-stats__title .hz-rd-accent,
#channels .hz-channels__title .hz-rd-accent {
  color: var(--hz-rd-orange-bright);
}

#stats .hz-stats__sub {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--rds-muted);
  font: 400 clamp(15px, 1.15vw, 18px)/1.55 Geist, Inter, sans-serif;
}

#stats .hz-stats__grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
  min-height: 610px;
  overflow: visible;
  padding: 34px 34px 44px;
  border: 1px solid #ef8a65;
  border-radius: 50px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.08), transparent 22% 72%, rgba(0,0,0,.17)),
    repeating-linear-gradient(6deg, transparent 0 25px, rgba(84,19,8,.075) 26px 28px),
    #9d321c;
  box-shadow:
    inset 0 0 0 12px rgba(64, 12, 5, .18),
    inset 0 -28px 50px rgba(48, 8, 3, .28),
    0 34px 70px rgba(0,0,0,.32);
}

#stats .hz-stats__grid::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(255, 181, 148, .35);
  border-radius: 36px;
  box-shadow: inset 0 0 34px rgba(41,9,4,.32);
  pointer-events: none;
}

#stats .hz-stats__grid > .hz-stat {
  position: relative;
  z-index: 1;
  min-height: 256px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 18px;
  border: 1px solid rgba(42, 31, 22, .2);
  border-radius: 9px;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,.72), transparent 25%),
    repeating-linear-gradient(4deg, transparent 0 17px, rgba(86,66,50,.026) 18px 19px),
    var(--rds-card);
  color: var(--rds-card-ink);
  box-shadow: 0 14px 22px rgba(37,8,3,.27), inset 0 1px rgba(255,255,255,.8);
  transform: rotate(var(--paper-turn, 0deg));
  transform-origin: 50% 90%;
  transition: transform .5s var(--hz-rd-ease), box-shadow .5s var(--hz-rd-ease);
}

#stats .hz-stats__grid > .hz-stat:hover {
  z-index: 6;
  background-color: var(--rds-card);
  color: var(--rds-card-ink);
  box-shadow: 0 22px 34px rgba(37,8,3,.34), inset 0 1px rgba(255,255,255,.8);
  transform: translateY(-8px) rotate(0);
}

#stats .hz-stats__grid > .hz-stat:nth-child(1) { grid-column: 1 / 4; --paper-turn: -2deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(2) { grid-column: 4 / 7; --paper-turn: .6deg; background-color: #131311; color: #f3eee5; }
#stats .hz-stats__grid > .hz-stat:nth-child(3) { grid-column: 7 / 10; --paper-turn: 1.4deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(4) { grid-column: 10 / 13; --paper-turn: 2.1deg; background-color: #cb5e3f; color: #fff7ee; }
#stats .hz-stats__grid > .hz-stat:nth-child(5) { grid-column: 1 / 3; --paper-turn: -1.6deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(6) { grid-column: 3 / 5; --paper-turn: .8deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(7) { grid-column: 5 / 8; --paper-turn: -1deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(8) { grid-column: 8 / 10; --paper-turn: 1.1deg; }
#stats .hz-stats__grid > .hz-stat:nth-child(9) { grid-column: 10 / 13; --paper-turn: 1.8deg; }

#stats .hz-stat__icon {
  display: none;
}

#stats .hz-stat__num {
  margin: 0;
  color: var(--hz-rd-orange);
  font: 400 clamp(42px, 3.8vw, 68px)/.9 "Instrument Serif", Georgia, serif;
  letter-spacing: -.04em;
}

#stats .hz-stat[data-hz-rd-index="1"] .hz-stat__num::before {
  content: "1";
}

#stats .hz-stat__label {
  max-width: 15ch;
  margin: -30px 0 0 clamp(48px, 4vw, 72px);
  color: inherit;
  font: 500 clamp(14px, 1.15vw, 18px)/1.05 "Instrument Serif", Georgia, serif;
}

#stats .hz-stat__body {
  order: 5;
  margin-top: auto;
  padding-top: 9px;
  color: currentColor;
  font: 400 10px/1.35 Geist, Inter, sans-serif;
  opacity: .58;
}

#stats .hz-stat:nth-child(2) .hz-stat__body,
#stats .hz-stat:nth-child(4) .hz-stat__body {
  color: currentColor;
}

.hz-rds-visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 110px;
  margin-top: 14px;
}

.hz-rds-score {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 12px;
  border: 1px solid rgba(22,20,17,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.45);
}

.hz-rds-score__ring {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #f5efe6 51%, transparent 52%), conic-gradient(var(--hz-rd-orange) 0 68%, rgba(221,109,73,.13) 68%);
}

.hz-rds-score__ring b {
  color: var(--hz-rd-orange);
  font: 400 31px/1 "Instrument Serif", Georgia, serif;
}

.hz-rds-score__ring span { margin: 25px 0 0 -4px; font: 600 8px/1 Geist, sans-serif; }
.hz-rds-score p { display: grid; gap: 4px; margin: 0; }
.hz-rds-score p strong { font: 600 11px/1.2 Geist, sans-serif; }
.hz-rds-score p span { font: 400 8px/1.3 Geist, sans-serif; opacity: .58; }

.hz-rds-ads {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 6px;
  align-items: center;
  height: 100%;
}

.hz-rds-ads i {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
  background: linear-gradient(160deg, rgba(255,255,255,.07), transparent 55%), #0b0b0a;
  font-style: normal;
}

.hz-rds-ads i b { color: #f1ece3; font: 500 9px/1.25 "Instrument Serif", Georgia, serif; }
.hz-rds-ads i span { color: rgba(241,236,227,.5); font: 500 7px/1 Geist, sans-serif; }
.hz-rds-ads em { color: var(--hz-rd-orange); font-style: normal; }

.hz-rds-titles,
.hz-rds-mails {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(22,20,17,.12);
}

.hz-rds-titles li,
.hz-rds-mails li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 30px;
  border-bottom: 1px solid rgba(22,20,17,.11);
  font: 500 8px/1.15 Geist, sans-serif;
}

.hz-rds-titles li i,
.hz-rds-mails li i { font-style: normal; opacity: .5; }
.hz-rds-titles li span { font-family: "Instrument Serif", Georgia, serif; font-size: 11px; }

.hz-rds-guide {
  position: relative;
  width: 76%;
  height: 100%;
  min-height: 124px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.45);
  background: #f2ece2;
  color: #1b1713;
  box-shadow: 7px 8px 0 rgba(85,25,14,.22), 0 15px 20px rgba(67,18,9,.18);
  transform: rotate(-2deg);
}

.hz-rds-guide small { color: var(--hz-rd-orange); font: 600 6px/1 "Geist Mono", monospace; }
.hz-rds-guide b { display: block; margin-top: 10px; font: 500 16px/.9 "Instrument Serif", Georgia, serif; }
.hz-rds-guide i { display: block; width: 70%; height: 3px; margin-top: 7px; background: rgba(22,20,17,.12); }
.hz-rds-guide i:nth-of-type(2) { width: 90%; }
.hz-rds-guide i:nth-of-type(3) { width: 46%; }

.hz-rds-bonus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.hz-rds-bonus span {
  padding: 7px 9px;
  border: 1px solid rgba(22,20,17,.12);
  border-radius: 5px;
  background: rgba(255,255,255,.34);
  font: 600 8px/1 Geist, sans-serif;
}

.hz-rds-mails li { min-height: 25px; font-size: 7px; }
.hz-rds-mails li b { font-weight: 500; opacity: .5; }

.hz-rds-map {
  position: relative;
  height: 100%;
  min-height: 122px;
  font: 600 7px/1 "Geist Mono", monospace;
}

.hz-rds-map > span { opacity: .55; }
.hz-rds-map__x,
.hz-rds-map__y { position: absolute; background: rgba(22,20,17,.15); }
.hz-rds-map__x { right: 8px; bottom: 30px; left: 8px; height: 1px; }
.hz-rds-map__y { top: 26px; bottom: 12px; left: 50%; width: 1px; }
.hz-rds-map__p { position: absolute; width: 9px; height: 9px; overflow: visible; border-radius: 50%; background: #8e8a83; font: 600 6px/1 Geist, sans-serif; }
.hz-rds-map__p--1 { top: 38px; right: 24%; background: var(--hz-rd-orange); color: #4c1d10; }
.hz-rds-map__p--1::after { content: "VOUS"; position: absolute; left: 13px; top: 1px; }
.hz-rds-map__p--2 { top: 58px; left: 20%; }
.hz-rds-map__p--3 { right: 18%; bottom: 22px; }
.hz-rds-map__p--4 { left: 36%; bottom: 34px; }

.hz-rds-matrix {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.hz-rds-matrix span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid rgba(22,20,17,.1);
  padding-bottom: 5px;
  font: 500 7px/1 Geist, sans-serif;
}

.hz-rds-matrix i { color: var(--hz-rd-orange); font-style: normal; letter-spacing: 1px; white-space: nowrap; }

.hz-rds-plan {
  display: grid;
  gap: 10px;
  padding: 4px 0;
}

.hz-rds-plan span {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 7px;
  align-items: center;
  font: 500 7px/1.2 Geist, sans-serif;
}

.hz-rds-plan span i { color: var(--hz-rd-orange); font: 600 7px/1 "Geist Mono", monospace; font-style: normal; }
.hz-rds-plan span b { font-weight: 500; }
.hz-rds-plan strong { margin-top: 4px; padding-top: 8px; border-top: 1px solid rgba(22,20,17,.12); color: var(--hz-rd-orange); font: 600 9px/1 Geist, sans-serif; text-align: right; }

.hz-rds-ticket {
  position: absolute;
  right: -32px;
  bottom: -112px;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 34vw);
  overflow: hidden;
  border: 1px dashed rgba(245,241,234,.34);
  border-radius: 4px 4px 18px 18px;
  background: #0d0d0c;
  color: #f4efe7;
  box-shadow: 0 24px 44px rgba(0,0,0,.45);
  transform: rotate(-4deg);
}

.hz-rds-ticket::before,
.hz-rds-ticket::after {
  content: "";
  position: absolute;
  top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #7e2514;
}

.hz-rds-ticket::before { left: -12px; }
.hz-rds-ticket::after { right: -12px; }

#stats .hz-rds-ticket .hz-stat {
  min-height: 0;
  padding: 16px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4efe7;
  transform: none;
  box-shadow: none;
}

#stats .hz-rds-ticket .hz-stat:hover {
  color: #f4efe7;
  background: transparent;
  transform: none;
  box-shadow: none;
}

#stats .hz-rds-ticket .hz-stat:first-child {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(245,241,234,.25);
}

#stats .hz-rds-ticket .hz-stat:first-child .hz-stat__num {
  color: var(--hz-rd-orange-bright);
  font-size: 58px;
}

#stats .hz-rds-ticket .hz-stat:first-child .hz-stat__label {
  max-width: none;
  margin: 0 0 7px;
  color: #f4efe7;
  font-size: 20px;
}

#stats .hz-rds-ticket .hz-stat:first-child .hz-stat__body {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  color: rgba(244,239,231,.52);
  font: 500 7.5px/1.35 "Geist Mono", monospace;
}

#stats .hz-rds-ticket .hz-stat--cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 14px;
  padding-top: 12px;
}

#stats .hz-rds-ticket .hz-stat__cta-arrow { display: none; }
#stats .hz-rds-ticket .hz-stat__cta-title {
  grid-column: 1;
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cb5131, #e57652);
  color: #fffaf3;
  font: 600 12px/1 Geist, sans-serif;
}

#stats .hz-rds-ticket .hz-stat__cta-desc {
  grid-column: 1;
  margin: 4px 0 0;
  color: rgba(244,239,231,.58);
  font: 500 8px/1.4 "Geist Mono", monospace;
}

.hz-rds-ticket__wa {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(244,239,231,.6);
  font: 400 34px/1 Georgia, serif;
}

.hz-rds-ticket__notch { display: none; }

@keyframes hz-rda-pulse {
  0%, 100% { transform: scale(.9); opacity: .72; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* -------------------------------------------------------------------------- */
/* 04 — Versus / split evidence ledger                                         */
/* -------------------------------------------------------------------------- */

#versus.hz-vs {
  --rdv-bg: #050505;
  --rdv-fg: #f3eee6;
  --rdv-muted: rgba(243, 238, 230, .64);
  --rdv-dark: #111110;
  --rdv-dark-ink: #f1ece4;
  --rdv-paper: #f0ebe3;
  --rdv-paper-ink: #1b1713;
  position: relative;
  padding: clamp(92px, 8vw, 144px) clamp(20px, 4vw, 76px) clamp(112px, 9vw, 168px);
  overflow: hidden;
  background:
    radial-gradient(60rem 30rem at 50% 8%, rgba(123,39,22,.24), transparent 72%),
    repeating-linear-gradient(118deg, transparent 0 5px, rgba(255,255,255,.014) 6px 7px),
    var(--rdv-bg);
  color: var(--rdv-fg);
}

[data-hz-theme="light"] #versus.hz-vs {
  --rdv-bg: #eae4dc;
  --rdv-fg: #1b1713;
  --rdv-muted: rgba(27, 23, 19, .62);
  --rdv-dark: #1b1916;
  --rdv-dark-ink: #f3eee6;
  --rdv-paper: #fffaf2;
  --rdv-paper-ink: #1b1713;
}

#versus.hz-vs::before {
  background:
    radial-gradient(50% 30% at 18% 12%, rgba(221,109,73,.1), transparent 70%),
    radial-gradient(36% 30% at 92% 92%, rgba(221,109,73,.06), transparent 70%);
  opacity: 1;
}

#versus.hz-vs::after {
  background-image: none;
}

#versus .hz-vs__inner {
  width: min(100%, 1480px);
  max-width: none;
  margin: 0 auto;
}

#versus .hz-vs__head {
  align-items: center;
  gap: 13px;
  max-width: 1050px;
  margin: 0 auto 34px;
  text-align: center;
}

#versus .hz-vs__eyebrow {
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--hz-rd-orange-bright);
  font: 700 11px/1 "Geist Mono", monospace;
  letter-spacing: .11em;
}

#versus .hz-vs__eyebrow::before,
#versus .hz-vs__eyebrow::after {
  content: "✦";
  font-size: 9px;
}

#versus .hz-vs__eyebrow-num {
  display: inline;
  min-width: 0;
  min-height: 0;
  border: 0;
  background: none;
  color: currentColor;
}

#versus .hz-vs__title {
  max-width: 1000px;
  color: var(--rdv-fg);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 5.4vw, 92px);
  line-height: .86;
  letter-spacing: -.032em;
}

#versus .hz-vs__title-line {
  color: var(--rdv-fg);
}

#versus .hz-vs__title-line--muted,
#versus .hz-vs__title-line--bold {
  color: var(--rdv-fg);
  font-weight: 400;
}

#versus .hz-vs__title-accent {
  color: var(--hz-rd-orange-bright);
  font-style: normal;
}

#versus .hz-vs__lede {
  max-width: 800px;
  margin: 5px auto 0;
  color: var(--rdv-muted);
  font: 400 clamp(14px, 1.1vw, 17px)/1.5 Geist, Inter, sans-serif;
}

.hz-rdv-columns {
  display: grid;
  grid-template-columns: 46% 54%;
  overflow: hidden;
  min-height: 70px;
  border: 1px solid rgba(243,238,230,.33);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, var(--rdv-dark) 0 46%, var(--rdv-paper) 46%);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.hz-rdv-columns span {
  display: grid;
  place-items: center;
  color: var(--rdv-dark-ink);
  font: 400 clamp(25px, 2.3vw, 38px)/1 "Instrument Serif", Georgia, serif;
}

.hz-rdv-columns span:last-child {
  border-left: 1px solid rgba(221,109,73,.58);
  color: var(--hz-rd-orange);
}

#versus .hz-vs__rows {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(243,238,230,.33);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, var(--rdv-dark) 0 46%, var(--rdv-paper) 46%);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
}

#versus .hz-vs__rows::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46%;
  width: 2px;
  pointer-events: none;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 15px 2px rgba(240,123,85,.62), 0 0 42px rgba(240,123,85,.35);
}

#versus .hz-vs__row {
  position: relative;
  display: grid;
  grid-template-columns: clamp(60px, 5.2vw, 82px) minmax(250px, .9fr) minmax(480px, 1.65fr);
  grid-template-rows: auto auto;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(243,238,230,.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#versus .hz-vs__row:first-child {
  border-top: 0;
}

#versus .hz-vs__row:hover {
  border-color: rgba(243,238,230,.2);
  background: linear-gradient(90deg, rgba(255,255,255,.025), rgba(221,109,73,.03));
  transform: none;
}

#versus .hz-vs__cells {
  display: contents;
}

#versus .hz-vs__num {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 18px 12px;
  border: 0;
  color: var(--hz-rd-orange-bright);
  font: 400 clamp(34px, 3vw, 52px)/1 "Instrument Serif", Georgia, serif;
}

#versus .hz-vs__cell {
  min-height: 0;
  padding: 22px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#versus .hz-vs__cell--bad {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  opacity: 1;
}

#versus .hz-vs__cell--good {
  grid-column: 3;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(270px, 1.2fr);
  gap: 24px;
  align-items: center;
  border-left: 1px solid rgba(221,109,73,.36);
}

#versus .hz-vs__tag {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#versus .hz-vs__icon {
  display: none;
}

#versus .hz-vs__line {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.18;
}

#versus .hz-vs__cell--bad .hz-vs__line {
  color: rgba(243,238,230,.62);
  font-family: Geist, Inter, sans-serif;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.45;
}

#versus .hz-vs__cell--good .hz-vs__line {
  color: var(--rdv-paper-ink);
}

#versus .hz-vs__body {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  padding: 0 28px 22px;
  border: 0;
  color: rgba(243,238,230,.4);
  font: italic 13px/1.35 "Instrument Serif", Georgia, serif;
}

.hz-rdv-evidence {
  min-width: 0;
  color: var(--rdv-paper-ink);
  font-family: Geist, Inter, sans-serif;
}

.hz-rdv-source,
.hz-rdv-calc,
.hz-rdv-wa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  padding: 11px 13px;
  border: 1px solid rgba(27,23,19,.16);
  border-radius: 11px;
  background: rgba(255,255,255,.28);
}

.hz-rdv-source > span,
.hz-rdv-calc > span,
.hz-rdv-wa > span {
  display: grid;
  gap: 3px;
}

.hz-rdv-source small,
.hz-rdv-calc small,
.hz-rdv-public > small,
.hz-rdv-wa small {
  color: var(--hz-rd-orange);
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rdv-source b,
.hz-rdv-calc b,
.hz-rdv-wa b { font: 600 11px/1.2 Geist, sans-serif; }
.hz-rdv-source em,
.hz-rdv-wa em { font: 500 7px/1.2 "Geist Mono", monospace; font-style: normal; opacity: .52; }

.hz-rdv-source > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d9d4cc, #6e6b65);
  color: #f5f1ea;
  font: 600 13px/1 Geist, sans-serif;
  font-style: normal;
  filter: grayscale(1);
}

.hz-rdv-ads {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hz-rdv-ads i {
  display: grid;
  place-items: center;
  aspect-ratio: 1.5;
  padding: 8px;
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), transparent 48%),
    #171716;
  color: #f4efe7;
  font: 700 7px/1.1 Geist, sans-serif;
  font-style: normal;
  text-align: center;
}

.hz-rdv-ads i:nth-child(2) { background-color: #765a41; }
.hz-rdv-ads i:nth-child(3) { background-color: #292623; }
.hz-rdv-ads small { grid-column: 1 / -1; font: 500 8px/1 "Geist Mono", monospace; opacity: .48; }

.hz-rdv-calc strong {
  flex: none;
  color: var(--hz-rd-orange);
  font: 700 clamp(17px, 1.4vw, 24px)/1 Geist, sans-serif;
}

.hz-rdv-public {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  min-height: 72px;
  padding: 10px 13px;
  border: 1px solid rgba(27,23,19,.16);
  border-radius: 11px;
  background: rgba(255,255,255,.28);
}

.hz-rdv-public > small { grid-column: 1 / -1; }
.hz-rdv-public > span { display: flex; gap: 8px; align-items: center; min-width: 0; }
.hz-rdv-public > span > i { color: var(--hz-rd-orange); font: 700 21px/1 sans-serif; font-style: normal; }
.hz-rdv-public > span > b { display: grid; min-width: 0; font: 600 9px/1.2 Geist, sans-serif; }
.hz-rdv-public em { overflow: hidden; font: 500 7px/1.2 "Geist Mono", monospace; font-style: normal; text-overflow: ellipsis; white-space: nowrap; opacity: .55; }

.hz-rdv-wa > i {
  display: grid;
  place-items: center;
  flex: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5fbd66;
  color: #fff;
  font: 700 17px/1 sans-serif;
  font-style: normal;
}

.hz-rdv-wa time { margin-left: auto; font: 500 8px/1 "Geist Mono", monospace; opacity: .55; white-space: nowrap; }

/* -------------------------------------------------------------------------- */
/* 05 — Channels / calibrated machine                                          */
/* -------------------------------------------------------------------------- */

#channels.hz-channels {
  --rdc-bg: #070707;
  --rdc-fg: #f2ede5;
  --rdc-muted: rgba(242,237,229,.58);
  --rdc-dark-card: #111110;
  --rdc-dark-card-ink: #f4efe7;
  --rdc-paper: #f0ebe2;
  --rdc-paper-ink: #1d1915;
  position: relative;
  padding: clamp(90px, 8vw, 142px) clamp(18px, 3vw, 58px) clamp(105px, 8vw, 150px);
  overflow: hidden;
  background:
    radial-gradient(45rem 34rem at 50% 56%, rgba(221,109,73,.08), transparent 72%),
    repeating-linear-gradient(105deg, transparent 0 7px, rgba(255,255,255,.012) 8px 9px),
    var(--rdc-bg);
  color: var(--rdc-fg);
}

[data-hz-theme="light"] #channels.hz-channels {
  --rdc-bg: #ece7df;
  --rdc-fg: #191612;
  --rdc-muted: rgba(25,22,18,.58);
  --rdc-dark-card: #22201d;
  --rdc-dark-card-ink: #f6f1e9;
  --rdc-paper: #fffaf2;
  --rdc-paper-ink: #1d1915;
}

#channels .hz-channels__inner {
  width: min(100%, 1680px);
  max-width: none;
  margin: 0 auto;
}

#channels .hz-channels__head {
  gap: 10px;
  max-width: 980px;
  margin: 0 0 clamp(42px, 5vw, 70px);
}

#channels .hz-channels__eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rdc-fg);
  font: 400 clamp(44px, 5vw, 82px)/.92 "Instrument Serif", Georgia, serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

#channels .hz-channels__title {
  margin: 0;
  color: var(--rdc-fg);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -.022em;
}

#channels .hz-channels__title br { display: none; }

#channels .hz-channels__title::after {
  content: "";
  display: block;
  width: 174px;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--hz-rd-orange), transparent);
}

#channels .hz-channels__sub {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--rdc-muted);
  font: 400 clamp(14px, 1.05vw, 17px)/1.55 Geist, Inter, sans-serif;
}

#channels .hz-rdc-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(315px, 1.15fr) minmax(285px, .88fr) minmax(300px, 1fr) minmax(300px, .92fr);
  grid-template-rows: repeat(3, minmax(168px, auto));
  gap: 22px clamp(24px, 2.2vw, 42px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#channels .hz-channels__row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52% 48%;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(242,237,229,.32);
  border-radius: 18px;
  background: var(--rdc-dark-card);
  box-shadow: 0 18px 30px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.04);
  transition: transform .45s var(--hz-rd-ease), border-color .45s var(--hz-rd-ease);
}

#channels .hz-channels__row:hover {
  filter: none;
  border-color: rgba(240,123,85,.62);
  background: var(--rdc-dark-card);
  transform: translateY(-3px);
}

#channels .hz-channels__row[data-hz-rd-side="left"] { grid-column: 1; }
#channels .hz-channels__row[data-hz-rd-side="right"] { grid-column: 3; }
#channels .hz-channels__row[data-hz-rd-index="1"],
#channels .hz-channels__row[data-hz-rd-index="4"] { grid-row: 1; }
#channels .hz-channels__row[data-hz-rd-index="2"],
#channels .hz-channels__row[data-hz-rd-index="5"] { grid-row: 2; }
#channels .hz-channels__row[data-hz-rd-index="3"],
#channels .hz-channels__row[data-hz-rd-index="6"] { grid-row: 3; }

#channels .hz-channels__row[data-hz-rd-side="left"]::after,
#channels .hz-channels__row[data-hz-rd-side="right"]::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(24px, 2.2vw, 42px);
  height: 2px;
  pointer-events: none;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 10px rgba(240,123,85,.5);
}

#channels .hz-channels__row[data-hz-rd-side="left"]::after { right: clamp(-42px, -2.2vw, -24px); }
#channels .hz-channels__row[data-hz-rd-side="right"]::before { left: clamp(-42px, -2.2vw, -24px); }

#channels .hz-channels__cell {
  min-width: 0;
  padding: 13px 18px;
  gap: 6px;
}

#channels .hz-channels__cell--label {
  grid-column: 1;
  grid-row: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 10px;
  border-right: 0;
  border-bottom: 1px solid rgba(242,237,229,.12);
  background: transparent;
}

#channels .hz-channels__icon {
  width: 25px;
  height: 25px;
  flex: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hz-rd-orange-bright);
}

#channels .hz-channels__icon svg { width: 18px; height: 18px; }

#channels .hz-channels__row:hover .hz-channels__icon {
  border-color: transparent;
  background: transparent;
  transform: none;
}

#channels .hz-channels__chan {
  color: var(--rdc-dark-card-ink);
  font: 600 clamp(13px, 1.05vw, 16px)/1.15 Geist, Inter, sans-serif;
  letter-spacing: -.01em;
}

#channels .hz-channels__cell--scan {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
  padding-top: 8px;
  color: var(--rdc-dark-card-ink);
}

#channels .hz-channels__cell--deliver {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-content: flex-start;
  padding-top: 17px;
  background:
    repeating-linear-gradient(4deg, transparent 0 16px, rgba(54,42,32,.025) 17px 18px),
    var(--rdc-paper);
  color: var(--rdc-paper-ink);
}

#channels .hz-channels__cell--arrow { display: none; }

#channels .hz-channels__pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hz-rd-orange-bright);
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
}

#channels .hz-channels__pill--deliver {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(221,109,73,.55);
  color: var(--rdc-paper-ink);
  background: transparent;
}

#channels .hz-channels__copy {
  color: currentColor;
  font: 400 clamp(9px, .7vw, 11px)/1.42 Geist, Inter, sans-serif;
  opacity: .62;
}

.hz-rdc-machine {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 350px);
  min-height: 535px;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.4));
}

.hz-rdc-machine__crown {
  display: block;
  width: 50px;
  height: 14px;
  margin-bottom: -2px;
  border: 1px solid #a64e31;
  border-radius: 10px 10px 3px 3px;
  background: repeating-linear-gradient(90deg, #632414 0 2px, #d26b45 3px 4px);
  box-shadow: inset 0 1px rgba(255,255,255,.3);
}

.hz-rdc-machine__shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 94%;
  aspect-ratio: 1;
  border: 12px solid #23211e;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 59%, rgba(221,109,73,.42) 60% 60.5%, transparent 61%),
    repeating-conic-gradient(from 1deg, #171614 0 5deg, #2b2824 6deg 8deg);
  box-shadow:
    inset 0 0 0 2px #8f482f,
    inset 0 0 0 10px #0c0c0b,
    0 0 0 2px #050505,
    0 22px 42px rgba(0,0,0,.38);
}

.hz-rdc-machine__shell::before,
.hz-rdc-machine__shell::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 54px;
  border: 3px solid #3d2d25;
  background: linear-gradient(#93472f, #351b13);
  transform: translateY(-50%);
}

.hz-rdc-machine__shell::before { left: -35px; border-radius: 12px 3px 3px 12px; }
.hz-rdc-machine__shell::after { right: -35px; border-radius: 3px 12px 12px 3px; }

.hz-rdc-bolt {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #8f4c35;
  border-radius: 50%;
  background: #171613;
  box-shadow: inset 0 0 0 1px #050505;
}

.hz-rdc-bolt--1 { top: 18%; left: 17%; }
.hz-rdc-bolt--2 { top: 18%; right: 17%; }
.hz-rdc-bolt--3 { right: 17%; bottom: 18%; }
.hz-rdc-bolt--4 { bottom: 18%; left: 17%; }

.hz-rdc-machine__dial {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #ad5437;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 14px, rgba(221,109,73,.11) 15px 16px),
    #0c0c0b;
  color: #f3eee6;
  text-transform: uppercase;
}

.hz-rdc-machine__dial::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: conic-gradient(from 255deg, transparent 0 77%, rgba(221,109,73,.24) 78% 86%, transparent 87%);
  animation: hz-rdc-sweep 6s linear infinite;
}

.hz-rdc-machine__dial span,
.hz-rdc-machine__dial strong,
.hz-rdc-machine__dial b,
.hz-rdc-machine__dial em { position: relative; z-index: 1; }
.hz-rdc-machine__dial span { font: 600 8px/1 "Geist Mono", monospace; letter-spacing: .1em; }
.hz-rdc-machine__dial strong { margin-top: 13px; color: var(--hz-rd-orange-bright); font: 600 clamp(17px, 1.5vw, 24px)/1 "Geist Mono", monospace; letter-spacing: .16em; }
.hz-rdc-machine__dial b { margin-top: 10px; font: 600 8px/1 "Geist Mono", monospace; letter-spacing: .14em; }
.hz-rdc-machine__dial em { margin-top: 17px; color: var(--hz-rd-orange-bright); font-style: normal; }

.hz-rdc-machine__neck {
  width: 68%;
  height: 54px;
  margin-top: -8px;
  border: 3px solid #25221e;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(90deg, #121210, #2d2823 50%, #121210);
}

.hz-rdc-machine__base {
  display: grid;
  place-items: center;
  width: 92%;
  height: 76px;
  margin-top: -2px;
  border: 4px solid #24211d;
  border-radius: 10px 10px 25px 25px;
  background: linear-gradient(#181613, #0b0b0a);
  box-shadow: inset 0 0 0 1px #4a3025;
}

.hz-rdc-machine__base span {
  padding: 10px 18px;
  border: 1px solid #533024;
  border-radius: 5px;
  color: var(--hz-rd-orange);
  font: 600 7px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
}

.hz-rdc-report {
  position: relative;
  z-index: 2;
  grid-column: 4;
  grid-row: 1 / 4;
  align-self: center;
  min-height: 550px;
  padding: 27px 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 18px;
  background:
    repeating-linear-gradient(4deg, transparent 0 20px, rgba(54,42,32,.026) 21px 22px),
    var(--rdc-paper);
  color: var(--rdc-paper-ink);
  box-shadow: 0 22px 40px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.75);
  transform: rotate(.6deg);
}

.hz-rdc-report::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -21px;
  width: 58px;
  height: 58px;
  border-radius: 50% 0 0;
  background: linear-gradient(135deg, rgba(255,255,255,.85), #bfb5a8);
  box-shadow: -4px -4px 9px rgba(27,23,19,.12);
}

.hz-rdc-report header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(221,109,73,.58);
  color: var(--hz-rd-orange);
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rdc-report h3 { margin: 22px 0 2px; font: 400 26px/1 "Instrument Serif", Georgia, serif; text-transform: uppercase; }
.hz-rdc-report > p { margin: 0; font: 500 8px/1.4 Geist, sans-serif; opacity: .62; }

.hz-rdc-report__score {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 17px 0;
  border-top: 1px dotted rgba(27,23,19,.22);
  border-bottom: 1px dotted rgba(27,23,19,.22);
}

.hz-rdc-report__score > span {
  display: grid;
  place-items: center;
  width: 104px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--rdc-paper) 53%, transparent 54%), conic-gradient(var(--hz-rd-orange) 0 68%, rgba(221,109,73,.16) 68%);
}

.hz-rdc-report__score span b { color: var(--hz-rd-orange); font: 400 40px/1 "Instrument Serif", Georgia, serif; }
.hz-rdc-report__score span small { margin: 34px 0 0 -4px; font: 600 8px/1 Geist, sans-serif; }
.hz-rdc-report__score ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; font: 600 8px/1.25 Geist, sans-serif; }
.hz-rdc-report__score li::before { content: "•"; margin-right: 7px; color: var(--hz-rd-orange); }

.hz-rdc-report__growth { display: grid; gap: 11px; padding: 18px 0; border-bottom: 1px dotted rgba(27,23,19,.22); }
.hz-rdc-report__growth > b,
.hz-rdc-report__actions > b { font: 700 8px/1 "Geist Mono", monospace; text-transform: uppercase; }
.hz-rdc-report__growth > i { position: relative; display: flex; justify-content: space-between; align-items: center; height: 14px; }
.hz-rdc-report__growth > i::before { content: ""; position: absolute; right: 0; left: 0; height: 3px; border-radius: 9px; background: linear-gradient(90deg, var(--hz-rd-orange) 0 18%, #c9c2b8 18%); }
.hz-rdc-report__growth > i span { position: relative; z-index: 1; width: 10px; height: 10px; border: 2px solid #bab1a5; border-radius: 50%; background: var(--rdc-paper); }
.hz-rdc-report__growth > i span:first-child,
.hz-rdc-report__growth > i span:last-child { border-color: var(--hz-rd-orange); }
.hz-rdc-report__growth > small { font: 600 6px/1 "Geist Mono", monospace; word-spacing: 6px; }

.hz-rdc-report__actions { display: grid; gap: 8px; padding-top: 18px; }
.hz-rdc-report__actions span { display: flex; align-items: center; gap: 8px; color: var(--hz-rd-orange); font: 700 9px/1 sans-serif; }
.hz-rdc-report__actions span i { width: 68%; height: 5px; border-radius: 9px; background: rgba(27,23,19,.13); }
.hz-rdc-report__actions span:nth-child(3) i { width: 56%; }
.hz-rdc-report__actions span:nth-child(4) i { width: 42%; }

.hz-rdc-report__seal {
  position: absolute;
  right: 32px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid var(--hz-rd-orange);
  border-radius: 50%;
  color: var(--hz-rd-orange);
  font: 700 7px/1.3 "Geist Mono", monospace;
  font-style: normal;
  text-align: center;
  transform: rotate(-9deg);
}

@keyframes hz-rdc-sweep {
  to { transform: rotate(1turn); }
}

/* -------------------------------------------------------------------------- */
/* 06 — System / four-step paper timeline                                      */
/* -------------------------------------------------------------------------- */

#systeme.hz-syst {
  --rdy-outer: #050505;
  --rdy-panel: #f1ece4;
  --rdy-ink: #181511;
  --rdy-muted: rgba(24,21,17,.65);
  --rdy-line: rgba(24,21,17,.16);
  position: relative;
  padding: clamp(38px, 4vw, 72px) clamp(18px, 3.6vw, 68px);
  overflow: hidden;
  background:
    radial-gradient(44rem 24rem at 50% 50%, rgba(221,109,73,.07), transparent 72%),
    var(--rdy-outer);
  color: var(--rdy-ink);
}

[data-hz-theme="light"] #systeme.hz-syst {
  --rdy-outer: #dfd8cf;
  --rdy-panel: #fffaf3;
  --rdy-ink: #181511;
  --rdy-muted: rgba(24,21,17,.62);
  --rdy-line: rgba(24,21,17,.15);
}

#systeme > .hz-syst__rule { display: none; }

#systeme .hz-syst__inner {
  width: min(100%, 1580px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(42px, 4.5vw, 76px) clamp(24px, 4vw, 64px) 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 34px;
  background:
    repeating-linear-gradient(5deg, transparent 0 24px, rgba(80,58,40,.023) 25px 26px),
    var(--rdy-panel);
  color: var(--rdy-ink);
  box-shadow: 0 30px 60px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.75);
}

#systeme .hz-syst__head {
  max-width: 1120px;
  margin: 0 auto clamp(44px, 5vw, 72px);
  text-align: center;
}

#systeme .hz-syst__title {
  margin: 0 0 17px;
  color: var(--rdy-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(52px, 5.6vw, 90px);
  line-height: .9;
  letter-spacing: -.035em;
}

#systeme .hz-syst__title span + span {
  color: var(--hz-rd-orange);
}

#systeme .hz-syst__sub {
  max-width: 670px;
  margin: 0 auto;
  color: var(--rdy-muted);
  font: 400 clamp(14px, 1.05vw, 17px)/1.48 Geist, Inter, sans-serif;
}

#systeme .hz-syst__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(17px, 1.8vw, 28px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 68px 0 18px;
  align-items: start;
}

#systeme .hz-syst__cards::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 4%;
  left: 4%;
  height: 3px;
  border-radius: 999px;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 12px rgba(221,109,73,.22);
}

#systeme .hz-syst__cards::after {
  content: "→";
  position: absolute;
  top: 10px;
  right: 1.5%;
  color: var(--hz-rd-orange);
  font: 400 31px/1 Geist, sans-serif;
}

#systeme .hz-syst__doodle { display: none; }

#systeme .hz-syst__tcard {
  position: relative;
  min-width: 0;
  padding: 0;
  transform: none;
  transition: transform .45s var(--hz-rd-ease);
}

#systeme .hz-syst__tcard::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  z-index: 4;
  width: 21px;
  height: 21px;
  border: 4px solid var(--rdy-panel);
  border-radius: 50%;
  background: var(--hz-rd-orange);
  box-shadow: 0 0 0 1px rgba(221,109,73,.38), 0 0 18px rgba(221,109,73,.24);
  transform: translateX(-50%);
}

#systeme .hz-syst__tcard:hover {
  transform: translateY(-5px);
}

#systeme .hz-syst__tcard-inner,
#systeme .hz-syst__tcard--1 .hz-syst__tcard-inner,
#systeme .hz-syst__tcard--2 .hz-syst__tcard-inner,
#systeme .hz-syst__tcard--3 .hz-syst__tcard-inner,
#systeme .hz-syst__tcard--4 .hz-syst__tcard-inner {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 535px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#systeme .hz-syst__tcard:hover .hz-syst__tcard-inner {
  box-shadow: none;
}

#systeme .hz-syst__tcard-inner > .hz-syst__tcard-mock,
#systeme .hz-syst__tcard-inner > .hz-syst__tcard-img {
  display: none;
}

#systeme .hz-syst__tcard-foot,
#systeme .hz-syst__tcard--1 .hz-syst__tcard-foot,
#systeme .hz-syst__tcard--2 .hz-syst__tcard-foot,
#systeme .hz-syst__tcard--3 .hz-syst__tcard-foot,
#systeme .hz-syst__tcard--4 .hz-syst__tcard-foot {
  order: -1;
  min-height: 88px;
  padding: 0 8px 16px;
  gap: 5px;
  background: transparent;
  color: var(--rdy-ink);
}

#systeme .hz-syst__tcard-title,
#systeme .hz-syst__tcard--1 .hz-syst__tcard-title {
  color: var(--rdy-ink);
  font: 600 clamp(14px, 1vw, 16px)/1.28 Geist, Inter, sans-serif;
  letter-spacing: -.01em;
}

#systeme .hz-syst__tcard:nth-of-type(1) .hz-syst__tcard-title::before { content: "01 — "; color: var(--hz-rd-orange); }
#systeme .hz-syst__tcard:nth-of-type(2) .hz-syst__tcard-title::before { content: "02 — "; color: var(--hz-rd-orange); }
#systeme .hz-syst__tcard:nth-of-type(3) .hz-syst__tcard-title::before { content: "03 — "; color: var(--hz-rd-orange); }
#systeme .hz-syst__tcard:nth-of-type(4) .hz-syst__tcard-title::before { content: "04 — "; color: var(--hz-rd-orange); }

#systeme .hz-syst__tcard-desc,
#systeme .hz-syst__tcard--1 .hz-syst__tcard-desc {
  color: var(--rdy-muted);
  font: 400 11px/1.42 Geist, Inter, sans-serif;
}

.hz-rdy-visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 430px;
  overflow: visible;
}

.hz-rdy-form,
.hz-rdy-scan,
.hz-rdy-plan,
.hz-rdy-pipeline {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  box-shadow: 0 18px 27px rgba(40,29,20,.18);
}

.hz-rdy-form {
  padding: 24px;
  border: 1px solid rgba(24,21,17,.18);
  background:
    repeating-linear-gradient(4deg, transparent 0 18px, rgba(72,52,37,.025) 19px 20px),
    #f7f1e8;
  color: #1b1713;
}

.hz-rdy-form__progress {
  display: grid;
  gap: 8px;
  margin-bottom: 25px;
}

.hz-rdy-form__progress b { color: var(--hz-rd-orange); font: 700 8px/1 "Geist Mono", monospace; }
.hz-rdy-form__progress i { height: 5px; overflow: hidden; border-radius: 9px; background: rgba(27,23,19,.12); }
.hz-rdy-form__progress i span { display: block; width: 17%; height: 100%; border-radius: inherit; background: var(--hz-rd-orange); }
.hz-rdy-form > strong { display: block; max-width: 25ch; font: 600 11px/1.38 Geist, sans-serif; }

.hz-rdy-form ol {
  display: grid;
  gap: 6px;
  margin: 15px 0 24px;
  padding: 0;
  list-style: none;
}

.hz-rdy-form li {
  position: relative;
  padding: 9px 9px 9px 30px;
  border: 1px solid rgba(27,23,19,.13);
  border-radius: 5px;
  font: 500 8px/1 Geist, sans-serif;
}

.hz-rdy-form li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(27,23,19,.28);
  border-radius: 50%;
  transform: translateY(-50%);
}

.hz-rdy-form li.is-active { border-color: rgba(221,109,73,.62); }
.hz-rdy-form li.is-active::before { border: 3px solid #f7f1e8; background: var(--hz-rd-orange); box-shadow: 0 0 0 1px var(--hz-rd-orange); }

.hz-rdy-timer {
  display: grid;
  gap: 9px;
  padding: 15px 17px;
  border: 1px solid rgba(27,23,19,.15);
  border-radius: 7px;
}

.hz-rdy-timer small { color: var(--hz-rd-orange); font: 700 8px/1 "Geist Mono", monospace; text-transform: uppercase; }
.hz-rdy-timer b { color: var(--hz-rd-orange); font: 400 clamp(45px, 4vw, 66px)/.82 "Instrument Serif", Georgia, serif; letter-spacing: -.02em; }

.hz-rdy-scan {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #3d3730;
  background:
    radial-gradient(circle at 26% 29%, rgba(221,109,73,.11), transparent 26%),
    #10100f;
  color: #efe8de;
}

.hz-rdy-scan > header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(239,232,222,.14);
  color: var(--hz-rd-orange-bright);
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hz-rdy-scan > header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6ec876;
  box-shadow: 0 0 10px #6ec876;
  animation: hz-rdy-blink 1.6s ease-in-out infinite;
}

.hz-rdy-scan__top {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 10px;
  padding: 17px 0;
}

.hz-rdy-radar {
  position: relative;
  align-self: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(239,232,222,.13);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 15%, rgba(239,232,222,.1) 16% 17%);
}

.hz-rdy-radar::before,
.hz-rdy-radar::after { content: ""; position: absolute; background: rgba(239,232,222,.1); }
.hz-rdy-radar::before { top: 50%; right: 0; left: 0; height: 1px; }
.hz-rdy-radar::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.hz-rdy-radar i { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 270deg, rgba(221,109,73,.46), transparent 18%); animation: hz-rdc-sweep 4.5s linear infinite; }
.hz-rdy-radar span { position: absolute; top: 48%; left: 49%; width: 6px; height: 6px; border-radius: 50%; background: var(--hz-rd-orange-bright); box-shadow: 0 0 12px var(--hz-rd-orange-bright); }

.hz-rdy-scan ul { display: grid; gap: 7px; margin: 0; padding: 4px 0; list-style: none; font: 600 6.8px/1 "Geist Mono", monospace; }
.hz-rdy-scan li { display: flex; justify-content: space-between; gap: 6px; }
.hz-rdy-scan li b { color: var(--hz-rd-orange-bright); font-weight: 700; }
.hz-rdy-scan li:first-child b { color: #6ec876; }

.hz-rdy-scan__semantic {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(239,232,222,.13);
  border-radius: 7px;
  font: 500 7px/1 "Geist Mono", monospace;
}

.hz-rdy-scan__semantic span { display: flex; justify-content: space-between; }
.hz-rdy-scan__semantic b { color: var(--hz-rd-orange-bright); }
.hz-rdy-scan footer { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 16px; color: rgba(239,232,222,.58); font: 600 9px/1 "Geist Mono", monospace; text-transform: uppercase; }
.hz-rdy-scan footer b { color: var(--hz-rd-orange-bright); font: 400 38px/.8 "Instrument Serif", Georgia, serif; }

.hz-rdy-plan {
  padding: 27px 25px;
  border: 1px solid rgba(24,21,17,.17);
  background:
    repeating-linear-gradient(4deg, transparent 0 18px, rgba(72,52,37,.025) 19px 20px),
    #f7f1e8;
  color: #1b1713;
  box-shadow: -8px 7px 0 #d6c8b8, -14px 12px 0 #ebdfd1, 0 18px 27px rgba(40,29,20,.18);
  transform: rotate(.8deg);
}

.hz-rdy-plan > header { padding-bottom: 16px; border-bottom: 1px solid rgba(221,109,73,.45); color: var(--hz-rd-orange); font: 700 8px/1 "Geist Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.hz-rdy-plan h4 { display: flex; justify-content: space-between; margin: 20px 0 10px; font: 600 13px/1 Geist, sans-serif; text-transform: uppercase; }
.hz-rdy-plan h4 small { font: 600 7px/1 "Geist Mono", monospace; opacity: .52; }
.hz-rdy-plan ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.hz-rdy-plan li { display: grid; grid-template-columns: 32px 1fr auto; gap: 7px; padding: 7px 0; border-bottom: 1px solid rgba(27,23,19,.09); font: 500 7px/1 Geist, sans-serif; }
.hz-rdy-plan li i { font-style: normal; opacity: .48; }
.hz-rdy-plan li b { color: var(--hz-rd-orange); font: 700 6px/1 "Geist Mono", monospace; }
.hz-rdy-plan__sign { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 20px; }
.hz-rdy-plan__sign span { font: 600 6px/1 "Geist Mono", monospace; text-transform: uppercase; opacity: .58; }
.hz-rdy-plan__sign b { font: italic 28px/1 "Instrument Serif", Georgia, serif; }
.hz-rdy-plan__sign i { position: absolute; right: 0; bottom: -8px; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--hz-rd-orange); border-radius: 50%; color: var(--hz-rd-orange); font: 700 6px/1.3 "Geist Mono", monospace; font-style: normal; text-align: center; transform: rotate(-10deg); }

.hz-rdy-pipeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  background: transparent;
  box-shadow: none;
}

.hz-rdy-phone {
  width: 74%;
  min-height: 265px;
  padding: 11px 9px 16px;
  border: 8px solid #171716;
  border-radius: 31px 31px 18px 18px;
  background: #e7e1d8;
  color: #171512;
  box-shadow: 0 15px 25px rgba(40,29,20,.22);
}

.hz-rdy-phone > header { display: flex; align-items: center; gap: 7px; margin: -11px -9px 12px; padding: 14px 10px 9px; border-radius: 21px 21px 0 0; background: #222421; color: #f3eee6; }
.hz-rdy-phone > header i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #926044; font: 700 7px/1 Geist, sans-serif; font-style: normal; }
.hz-rdy-phone > header span { display: grid; font: 600 8px/1 Geist, sans-serif; }
.hz-rdy-phone > header span small { margin-top: 2px; font-size: 6px; font-weight: 400; opacity: .62; }
.hz-rdy-phone > header b { margin-left: auto; font-size: 9px; }
.hz-rdy-phone p { position: relative; width: 88%; margin: 8px 0 8px auto; padding: 9px; border-radius: 8px 2px 8px 8px; background: #cce5c4; font: 500 7px/1.35 Geist, sans-serif; }
.hz-rdy-phone p small { float: right; margin-top: 5px; color: #3d8150; font-size: 6px; }
.hz-rdy-phone p.hz-rdy-phone__file { margin-right: auto; margin-left: 0; border-radius: 2px 8px 8px; background: #f7f4ef; }
.hz-rdy-phone > em { display: block; margin: 8px 8px 0 auto; color: #3d8150; font: 600 7px/1 Geist, sans-serif; font-style: normal; text-align: right; }

.hz-rdy-chart {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 185px;
  margin-top: -28px;
  padding: 18px 20px;
  border: 1px solid rgba(24,21,17,.15);
  border-radius: 14px;
  background: #f7f1e8;
  color: #191612;
  box-shadow: 0 14px 24px rgba(40,29,20,.2);
}

.hz-rdy-chart header { display: flex; justify-content: space-between; font: 700 7px/1 "Geist Mono", monospace; text-transform: uppercase; }
.hz-rdy-chart header span { opacity: .55; }
.hz-rdy-chart > div { display: flex; align-items: end; justify-content: space-around; height: 104px; margin-top: 10px; border-bottom: 1px solid rgba(24,21,17,.18); }
.hz-rdy-chart > div i { position: relative; width: 14%; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(#df7450, #bd4c2c); font-style: normal; }
.hz-rdy-chart > div i:last-child { width: 3px; border: 2px solid var(--hz-rd-orange); background: transparent; }
.hz-rdy-chart > div i b { position: absolute; top: -14px; left: 50%; font: 700 8px/1 Geist, sans-serif; transform: translateX(-50%); }
.hz-rdy-chart > small { display: block; margin-top: 7px; font: 600 6px/1 "Geist Mono", monospace; text-align: center; word-spacing: 7px; }

#systeme .hz-rdy-cta {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  opacity: 1;
  transform: none;
}

#systeme .hz-rdy-cta .hz-syst__btn {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(100%, 440px);
  min-height: 54px;
  padding: 0 22px 0 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c94f2f, #e4734d);
  color: #fff9f2;
  font: 600 14px/1 Geist, Inter, sans-serif;
  box-shadow: 0 13px 25px rgba(137,48,24,.22);
}

#systeme .hz-rdy-cta .hz-syst__btn:hover {
  background: linear-gradient(90deg, #b94426, #d96744);
  color: #fff9f2;
  box-shadow: 0 17px 30px rgba(137,48,24,.28);
  transform: translateY(-2px);
}

.hz-rdy-cta__arrow { font-size: 23px; font-weight: 300; }

@keyframes hz-rdy-blink {
  0%, 100% { opacity: .45; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* -------------------------------------------------------------------------- */
/* Shared responsive behavior                                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 1320px) {
  #action .hz-action__inner {
    grid-template-columns: minmax(310px, .68fr) minmax(600px, 1.32fr);
    gap: 38px;
  }

  #action .hz-action__title { font-size: clamp(58px, 6vw, 88px); }
  #action .hz-action__diagram,
  .hz-rda-console { min-height: 700px; }
  .hz-rda-console__main { grid-template-columns: 175px minmax(430px, 1fr); padding-right: 18px; padding-left: 18px; }
  .hz-rda-record { grid-template-columns: 58px minmax(0, 1fr); }
  .hz-rda-record__glyph,
  .hz-rda-source-thumb { width: 58px; height: 58px; }
  .hz-rda-record time { display: none; }

  #channels .hz-rdc-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(3, auto);
    gap: 22px;
  }

  .hz-rdc-machine {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 390px);
  }

  .hz-rdc-report {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    width: min(100%, 390px);
    justify-self: center;
  }

  #channels .hz-channels__row[data-hz-rd-side="left"] { grid-column: 1; }
  #channels .hz-channels__row[data-hz-rd-side="right"] { grid-column: 2; }
  #channels .hz-channels__row[data-hz-rd-index="1"],
  #channels .hz-channels__row[data-hz-rd-index="4"] { grid-row: 2; }
  #channels .hz-channels__row[data-hz-rd-index="2"],
  #channels .hz-channels__row[data-hz-rd-index="5"] { grid-row: 3; }
  #channels .hz-channels__row[data-hz-rd-index="3"],
  #channels .hz-channels__row[data-hz-rd-index="6"] { grid-row: 4; }
  #channels .hz-channels__row::before,
  #channels .hz-channels__row::after { display: none; }
}

@media (max-width: 1120px) {
  #action .hz-action__inner {
    grid-template-columns: 1fr;
    width: min(100%, 940px);
  }

  #action .hz-action__copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 42px;
    align-items: start;
  }

  #action .hz-action__eyebrow,
  #action .hz-action__title { grid-column: 1; }
  #action .hz-action__statement,
  #action .hz-action__features { grid-column: 2; }
  #action .hz-action__statement { grid-row: 1 / span 2; margin-top: 30px; }
  #action .hz-action__features { grid-row: 3; }

  #stats .hz-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding-bottom: 40px;
  }

  #stats .hz-stats__grid > .hz-stat:nth-child(n) {
    grid-column: auto;
    min-height: 250px;
    transform: rotate(var(--paper-turn, 0deg));
  }

  .hz-rds-ticket {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1 / -1;
    width: min(100%, 520px);
    justify-self: end;
    margin-top: 8px;
  }

  #versus .hz-vs__row {
    grid-template-columns: 58px minmax(210px, .8fr) minmax(420px, 1.4fr);
  }

  #versus .hz-vs__cell--good {
    grid-template-columns: minmax(155px, .7fr) minmax(245px, 1.2fr);
    gap: 16px;
    padding-right: 18px;
    padding-left: 22px;
  }

  #systeme .hz-syst__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 26px;
    padding-top: 18px;
  }

  #systeme .hz-syst__cards::before,
  #systeme .hz-syst__cards::after,
  #systeme .hz-syst__tcard::before { display: none; }

  #systeme .hz-syst__tcard-inner { min-height: 510px; }
}

@media (max-width: 820px) {
  #action.hz-action,
  #stats.hz-stats,
  #versus.hz-vs,
  #channels.hz-channels { padding-right: 18px; padding-left: 18px; }

  #action .hz-action__copy {
    display: flex;
    flex-direction: column;
  }

  #action .hz-action__statement,
  #action .hz-action__features { width: 100%; max-width: none; }
  #action .hz-action__title { max-width: 7.5ch; font-size: clamp(58px, 15vw, 84px); }
  #action .hz-action__diagram { min-height: 0; }
  .hz-rda-console { min-height: 0; border-radius: 22px; }
  .hz-rda-console__main { grid-template-columns: 1fr; }
  .hz-rda-trace { grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 120px; padding: 24px 0 8px; }
  .hz-rda-trace::before { top: 29px; right: 10%; bottom: auto; left: 10%; width: auto; height: 2px; }
  .hz-rda-trace li { align-items: flex-start; padding: 22px 8px 0; text-align: center; }
  .hz-rda-trace li i { top: 0; left: 50%; transform: translateX(-50%); }
  .hz-rda-trace li span { width: 100%; }
  .hz-rda-trace li span:not(b) { font-size: 8px; }
  .hz-rda-record { grid-template-columns: 58px 1fr auto; }
  .hz-rda-record time { display: block; }
  .hz-rda-proof { grid-template-columns: 1fr; }
  .hz-rda-proof article { min-height: 128px; }

  #stats.hz-stats { padding-bottom: 110px; }
  #stats .hz-stats__grid { border-radius: 34px; }

  .hz-rdv-columns { grid-template-columns: 1fr 1fr; }
  #versus .hz-vs__rows { background: var(--rdv-dark); }
  #versus .hz-vs__rows::after { display: none; }
  #versus .hz-vs__row {
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto auto;
    background: linear-gradient(to bottom, var(--rdv-dark) 0 45%, var(--rdv-paper) 45%);
  }
  #versus .hz-vs__num { grid-column: 1; grid-row: 1 / 3; min-height: 112px; }
  #versus .hz-vs__cell--bad { grid-column: 2; grid-row: 1; align-self: end; }
  #versus .hz-vs__body { grid-column: 2; grid-row: 2; }
  #versus .hz-vs__cell--good {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: minmax(160px, .75fr) minmax(230px, 1.2fr);
    border-top: 1px solid rgba(221,109,73,.38);
    border-left: 0;
  }

  #channels .hz-rdc-stage { grid-template-columns: 1fr; }
  .hz-rdc-machine,
  .hz-rdc-report,
  #channels .hz-channels__row[data-hz-rd-side] { grid-column: 1; }
  .hz-rdc-machine { grid-row: 1; }
  .hz-rdc-report { grid-row: 2; min-height: 520px; }
  #channels .hz-channels__row[data-hz-rd-index="1"] { grid-row: 3; }
  #channels .hz-channels__row[data-hz-rd-index="2"] { grid-row: 4; }
  #channels .hz-channels__row[data-hz-rd-index="3"] { grid-row: 5; }
  #channels .hz-channels__row[data-hz-rd-index="4"] { grid-row: 6; }
  #channels .hz-channels__row[data-hz-rd-index="5"] { grid-row: 7; }
  #channels .hz-channels__row[data-hz-rd-index="6"] { grid-row: 8; }

  #systeme .hz-syst__inner { padding-right: 24px; padding-left: 24px; border-radius: 25px; }
  #systeme .hz-syst__cards { grid-template-columns: 1fr; }
  #systeme .hz-syst__tcard-inner { min-height: 0; }
  .hz-rdy-visual { min-height: 0; }
  .hz-rdy-form,
  .hz-rdy-scan,
  .hz-rdy-plan,
  .hz-rdy-pipeline { min-height: 420px; }
}

@media (max-width: 560px) {
  #action.hz-action,
  #stats.hz-stats,
  #versus.hz-vs,
  #channels.hz-channels { padding-top: 76px; padding-bottom: 92px; }

  #action .hz-action__feature { grid-template-columns: 52px 1fr; }
  #action .hz-action__feat-icon { width: 48px; height: 48px; }
  .hz-rda-console__top { margin: 0 14px; font-size: 8px; }
  .hz-rda-console__live { display: none; }
  .hz-rda-console__main { padding: 10px; }
  .hz-rda-trace { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hz-rda-trace::before { display: none; }
  .hz-rda-trace li { min-height: 74px; padding-top: 0; text-align: left; }
  .hz-rda-trace li i { top: 3px; left: 5px; transform: none; }
  .hz-rda-trace li span { padding-left: 22px; }
  .hz-rda-record { grid-template-columns: 48px 1fr; min-height: 88px; padding: 10px; }
  .hz-rda-record__glyph,
  .hz-rda-source-thumb { width: 48px; height: 48px; }
  .hz-rda-record time { display: none; }
  .hz-rda-record__copy span:nth-of-type(n+3) { display: none; }
  .hz-rda-scorebar { grid-template-columns: 1fr auto 40px; margin: 0 10px 10px; padding: 10px; }
  .hz-rda-scorebar > span { font-size: 8px; }
  .hz-rda-scorebar strong { font-size: 42px; }
  .hz-rda-scorebar em { display: none; }
  .hz-rda-scorebar__seal { width: 36px; height: 36px; }
  .hz-rda-proof { margin: 0; padding: 9px; border-radius: 14px 14px 20px 20px; }

  #stats .hz-stats__title { font-size: clamp(49px, 14vw, 70px); }
  #stats .hz-stats__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px 19px 28px;
    border-radius: 28px;
  }
  #stats .hz-stats__grid > .hz-stat:nth-child(n) {
    grid-column: 1;
    min-height: 250px;
    transform: none;
  }
  .hz-rds-ticket { grid-column: 1; width: 100%; transform: none; }

  #versus .hz-vs__title { font-size: clamp(48px, 13.5vw, 68px); }
  .hz-rdv-columns { min-height: 56px; }
  .hz-rdv-columns span { font-size: 23px; }
  #versus .hz-vs__row { grid-template-columns: 44px 1fr; }
  #versus .hz-vs__num { min-height: 100px; font-size: 32px; }
  #versus .hz-vs__cell { padding: 18px 16px; }
  #versus .hz-vs__body { padding: 0 16px 17px; }
  #versus .hz-vs__cell--good { grid-template-columns: 1fr; gap: 13px; }
  .hz-rdv-ads i { font-size: 5.5px; }

  #channels .hz-channels__eyebrow { font-size: clamp(43px, 13vw, 62px); }
  #channels .hz-channels__title { font-size: clamp(30px, 8.5vw, 42px); }
  #channels .hz-channels__row { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  #channels .hz-channels__cell--label { grid-column: 1; grid-row: 1; }
  #channels .hz-channels__cell--scan { grid-column: 1; grid-row: 2; padding-bottom: 15px; }
  #channels .hz-channels__cell--deliver { grid-column: 1; grid-row: 3; padding-top: 15px; }
  #channels .hz-channels__copy { font-size: 11px; }
  .hz-rdc-machine { min-height: 470px; }
  .hz-rdc-report { min-height: 500px; padding: 24px 21px; }

  #systeme.hz-syst { padding: 18px 10px; }
  #systeme .hz-syst__inner { padding: 48px 15px 26px; border-radius: 20px; }
  #systeme .hz-syst__title { font-size: clamp(46px, 13vw, 65px); }
  #systeme .hz-syst__tcard-foot { min-height: 82px; }
  .hz-rdy-form,
  .hz-rdy-scan,
  .hz-rdy-plan { padding-right: 18px; padding-left: 18px; }
  .hz-rdy-phone { width: 80%; }
  #systeme .hz-rdy-cta .hz-syst__btn { padding-left: 22px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  :where(#action, #stats, #versus, #channels, #systeme) *,
  :where(#action, #stats, #versus, #channels, #systeme) *::before,
  :where(#action, #stats, #versus, #channels, #systeme) *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  #stats .hz-stats__grid > .hz-stat,
  #stats .hz-stats__grid > .hz-stat:hover,
  .hz-rds-ticket,
  #channels .hz-channels__row,
  #channels .hz-channels__row:hover,
  .hz-rdc-report,
  #systeme .hz-syst__tcard,
  #systeme .hz-syst__tcard:hover,
  .hz-rdy-plan {
    transform: none !important;
  }
}
