@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Self-hosted webfonts — Comfortaa (display, weight 700) + Fira Sans (body,
   400/600). Two subsets each (cyrillic + latin) so Cyrillic copy and Latin
   brand/CTA strings ("Twin", "APK", "PWA", digits) both render from the
   self-hosted files without a Google Fonts CDN round-trip. */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/comfortaa-700-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/comfortaa-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-400-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-600-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

/* metric-matched system fallback — reduces font-swap reflow (CLS) before
   the self-hosted Comfortaa woff2 has painted */
@font-face {
  font-family: "tz-display-fallback";
  src: local("Arial");
  size-adjust: 112%;
  ascent-override: 95%;
  descent-override: 24%;
  line-gap-override: 0%;
}

:root {
  --tz-bg: #0a201d;
  --tz-bg-deep: #061412;
  --tz-surface: #123330;
  --tz-surface-2: #163e3a;
  --tz-line: #21504a;
  --tz-ink: #eef7f5;
  --tz-ink-dim: #9fc7bf;
  --tz-primary: #0f9488;
  --tz-primary-rgb: 15, 148, 136;
  --tz-accent: #2dd4c6;
  --tz-accent-rgb: 45, 212, 198;
  --tz-cta: #ff8a34;
  --tz-cta-rgb: 255, 138, 52;
  --tz-cta-hover: #e8721f;
  --tz-gold: #f6c35c;
  --tz-ff-display: "Comfortaa", "tz-display-fallback", system-ui, "Segoe UI", Arial, sans-serif;
  --tz-ff-body: "Fira Sans", system-ui, "Segoe UI", Arial, sans-serif;
  --tz-fs-body: 1rem;
  --tz-fs-small: 0.8125rem;
  --tz-fs-card: 1.15rem;
  --tz-fs-h2: clamp(1.5rem, 1.1rem + 1.8vw, 2.15rem);
  --tz-fs-h3: clamp(1.15rem, 1rem + 0.6vw, 1.4rem);
  --tz-fs-hero: clamp(1.85rem, 1.1rem + 3.4vw, 3rem);
  --tz-lh: 1.66;
  --tz-r-xs: 10px;
  --tz-r-s: 14px;
  --tz-r-m: 20px;
  --tz-r-l: 28px;
  --tz-r-pill: 999px;
  --tz-header-h: 68px;
  --tz-container: 1180px;
  --tz-copy-w: 740px;
  --tz-gap-section: 76px;
  --tz-gap-section-mob: 48px;
  --tz-gap: 22px;
  --tz-ease-in: cubic-bezier(0.22, 1, 0.36, 1);
  --tz-ease-out: cubic-bezier(0.64, 0, 0.78, 0);
  --tz-ease-tog: cubic-bezier(0.7, -0.05, 0.3, 1.05);
  --tz-t-fast: 160ms;
  --tz-t-med: 280ms;
  --tz-t-slow: 620ms;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--tz-header-h) + 14px);
  overflow-x: clip;
  color-scheme: dark;
  background-color: var(--tz-bg);
}

body {
  background: var(--tz-bg) radial-gradient(ellipse 900px 520px at 8% -6%, rgba(var(--tz-primary-rgb), 0.22), transparent 58%),
              radial-gradient(ellipse 760px 480px at 104% 8%, rgba(var(--tz-accent-rgb), 0.14), transparent 55%);
  background-attachment: fixed;
  background-color: var(--tz-bg);
  color: var(--tz-ink);
  font-family: var(--tz-ff-body);
  font-size: var(--tz-fs-body);
  line-height: var(--tz-lh);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img, svg, video { display: block; max-width: 100%; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3 { font-family: var(--tz-ff-display); line-height: 1.22; font-weight: 700; overflow-wrap: break-word; }
strong { font-family: var(--tz-ff-body); font-weight: 600; color: var(--tz-ink); }

.tz-container { width: 100%; max-width: var(--tz-container); margin-inline: auto; padding-inline: clamp(18px, 4vw, 40px); }

.skip-link {
  position: absolute; left: 8px; top: -60px; z-index: 500;
  background: var(--tz-cta); color: #1a0e04; padding: 10px 16px;
  border-radius: var(--tz-r-s); font-weight: 600; transition: top var(--tz-t-fast) var(--tz-ease-tog);
}
.skip-link:focus { top: 8px; }

/* ── Buttons ─────────────────────────────────────────────────────────── */
.tz-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 12px 24px; border-radius: var(--tz-r-pill);
  font-family: var(--tz-ff-display); font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.01em; white-space: nowrap;
  transition: transform var(--tz-t-fast) var(--tz-ease-tog), background var(--tz-t-fast), border-color var(--tz-t-fast), box-shadow var(--tz-t-fast);
}
.tz-btn--solid { background: var(--tz-cta); color: #1a0e04; box-shadow: 0 10px 26px -10px rgba(var(--tz-cta-rgb), 0.65); }
.tz-btn--solid:hover { background: var(--tz-cta-hover); transform: translateY(-2px); }
.tz-btn--ghost { background: rgba(var(--tz-accent-rgb), 0.1); border: 1.5px solid var(--tz-line); color: var(--tz-ink); }
.tz-btn--ghost:hover { border-color: var(--tz-accent); color: var(--tz-accent); transform: translateY(-2px); }
.tz-btn--block { width: 100%; }

/* ── Header (top nav · pill links · fullscreen mobile overlay) ─────────── */
.tz-header {
  position: sticky; top: 0; z-index: 200; height: var(--tz-header-h);
  background: rgba(6, 20, 18, 0.82); backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--tz-line);
}
.tz-header__inner { display: flex; align-items: center; gap: 18px; height: 100%; }
.tz-header__brand { display: flex; align-items: center; gap: 10px; color: var(--tz-ink); flex-shrink: 0; }
.tz-header__brand svg { width: 62px; height: 22px; color: var(--tz-ink); }
.tz-status-pill {
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px 6px 10px;
  border-radius: var(--tz-r-pill); background: var(--tz-surface-2); border: 1px solid var(--tz-line);
  font-size: var(--tz-fs-small); color: var(--tz-ink-dim); font-weight: 600; white-space: nowrap;
}
.tz-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tz-accent); position: relative; flex-shrink: 0; }
.tz-pulse-dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid var(--tz-accent);
  animation: tz-pulse 2.2s var(--tz-ease-in) infinite;
}
.tz-header__nav { display: flex; align-items: center; gap: 6px; margin-inline: auto; flex-wrap: nowrap; overflow: hidden; }
.tz-nav__pill {
  padding: 8px 14px; border-radius: var(--tz-r-pill); font-size: 0.875rem; font-weight: 600;
  color: var(--tz-ink-dim); white-space: nowrap; transition: background var(--tz-t-fast), color var(--tz-t-fast);
}
.tz-nav__pill:hover, .tz-nav__pill:focus-visible { background: var(--tz-surface-2); color: var(--tz-ink); }
.tz-header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.tz-burger {
  display: none; width: 42px; height: 42px; border-radius: var(--tz-r-s); background: var(--tz-surface-2);
  border: 1px solid var(--tz-line); flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.tz-burger span { width: 19px; height: 2px; background: var(--tz-ink); border-radius: 2px; transition: transform var(--tz-t-med) var(--tz-ease-tog), opacity var(--tz-t-fast); }
.tz-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.tz-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.tz-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.tz-overlay {
  position: fixed; inset: 0; z-index: 300; background: var(--tz-bg-deep);
  display: flex; flex-direction: column; padding: 22px clamp(18px, 6vw, 40px) 40px;
  transform: translateY(-100%); transition: transform var(--tz-t-slow) var(--tz-ease-tog);
  overflow-y: auto;
}
.tz-overlay.is-open { transform: translateY(0); }
.tz-overlay__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.tz-overlay__close { width: 42px; height: 42px; border-radius: var(--tz-r-s); background: var(--tz-surface-2); border: 1px solid var(--tz-line); font-size: 1.2rem; }
.tz-overlay__nav { display: flex; flex-direction: column; gap: 4px; margin-bottom: auto; }
.tz-overlay__nav a { padding: 15px 6px; font-size: 1.2rem; font-weight: 700; font-family: var(--tz-ff-display); border-bottom: 1px solid var(--tz-line); }
.tz-overlay__actions { display: flex; flex-direction: column; gap: 12px; padding-top: 26px; }

@media (max-width: 980px) {
  .tz-header__nav { display: none; }
  .tz-burger { display: flex; }
  .tz-header__actions .tz-btn--ghost { display: none; }
}
@media (max-width: 560px) {
  .tz-status-pill span.tz-status-pill__text { display: none; }
}

/* ── Hero — fullbleed background slider, controls below the card on mobile ── */
.tz-hero { position: relative; overflow: hidden; }
.tz-hero__bg { position: absolute; inset: 0; z-index: 0; }
.tz-hero__bgslide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; animation: tz-drift 18s var(--tz-ease-in) infinite;
  transition: opacity 900ms var(--tz-ease-in);
}
.tz-hero__bgslide.is-active { opacity: 1; }
.tz-hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(6,20,18,.94) 0%, rgba(6,20,18,.78) 38%, rgba(6,20,18,.9) 100%),
              linear-gradient(90deg, rgba(6,20,18,.55) 0%, rgba(6,20,18,.15) 55%, rgba(6,20,18,.55) 100%);
}
.tz-hero__inner { position: relative; z-index: 2; padding-block: clamp(52px, 9vw, 96px) 30px; text-align: center; }
.tz-hero__kicker {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: var(--tz-r-pill);
  background: rgba(var(--tz-accent-rgb), 0.14); border: 1px solid rgba(var(--tz-accent-rgb), 0.4);
  color: var(--tz-accent); font-size: var(--tz-fs-small); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 20px;
}
.tz-hero__title { font-size: var(--tz-fs-hero); max-width: 16ch; margin-inline: auto 12px; color: var(--tz-ink); }
.tz-hero__lead { max-width: 58ch; margin: 18px auto 0; color: var(--tz-ink-dim); font-size: 1.05rem; }
.tz-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }
.tz-hero__controls { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 18px; padding-bottom: clamp(26px, 5vw, 44px); }
.tz-hero__arrow {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.06);
  border: 1px solid var(--tz-line); color: var(--tz-ink); display: flex; align-items: center; justify-content: center;
  transition: background var(--tz-t-fast), border-color var(--tz-t-fast);
}
.tz-hero__arrow:hover { border-color: var(--tz-accent); color: var(--tz-accent); }
.tz-hero__dots { display: flex; gap: 8px; }
.tz-hero__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--tz-line); transition: background var(--tz-t-fast), transform var(--tz-t-fast); }
.tz-hero__dot.is-active { background: var(--tz-accent); transform: scale(1.25); }

/* stat strip below hero */
.tz-stats { border-top: 1px solid var(--tz-line); border-bottom: 1px solid var(--tz-line); background: var(--tz-bg-deep); }
.tz-stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-block: 22px; }
.tz-stats__item { text-align: center; }
.tz-stats__value { display: block; font-family: var(--tz-ff-display); font-size: clamp(1.1rem, 1rem + 0.6vw, 1.5rem); color: var(--tz-accent); }
.tz-stats__label { display: block; font-size: var(--tz-fs-small); color: var(--tz-ink-dim); margin-top: 4px; }
@media (max-width: 760px) { .tz-stats__row { grid-template-columns: repeat(2, 1fr); } }

/* ── Reveal-on-scroll ─────────────────────────────────────────────────── */
.tz-reveal { opacity: 0; transform: translateY(18px); }
.tz-reveal.tz-inview { animation: tz-fade-up 620ms var(--tz-ease-in) forwards; }

/* ── Main / article copy (single-column reading pane — no sidebar) ─────── */
.tz-main { padding-block: clamp(44px, 8vw, var(--tz-gap-section)); }
.tz-copy { max-width: var(--tz-copy-w); margin-inline: auto; }
.tz-copy h2 {
  font-size: var(--tz-fs-h2); color: var(--tz-ink); margin-top: 3em; margin-bottom: 0.7em; scroll-margin-top: calc(var(--tz-header-h) + 16px);
  padding-top: 0.2em; border-top: 1px solid var(--tz-line);
}
.tz-copy > h2:first-child, .tz-copy .tz-section:first-child h2 { border-top: 0; margin-top: 0; }
.tz-copy h3 { font-size: var(--tz-fs-h3); color: var(--tz-ink); margin: 1.6em 0 0.6em; }
.tz-copy p { margin-bottom: 1.15em; color: var(--tz-ink-dim); }
.tz-copy p:last-child { margin-bottom: 0; }
.tz-lede { font-size: 1.1rem; color: var(--tz-ink); }

.tz-callout {
  position: relative; margin: 1.6em 0; padding: 18px 22px 18px 26px; border-radius: var(--tz-r-s);
  background: linear-gradient(135deg, rgba(var(--tz-primary-rgb),0.14), rgba(var(--tz-accent-rgb),0.06));
  border-left: 3px solid var(--tz-accent); font-family: var(--tz-ff-display); font-weight: 700;
  font-size: 1.05rem; color: var(--tz-ink); line-height: 1.4;
}

.tz-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1.4em 0 1.8em; counter-reset: tz-step; }
.tz-steps > li {
  counter-increment: tz-step; position: relative; padding: 18px 18px 16px 52px; border-radius: var(--tz-r-s);
  background: var(--tz-surface); border: 1px solid var(--tz-line); color: var(--tz-ink-dim); font-size: 0.95rem;
}
.tz-steps > li::before {
  content: counter(tz-step); position: absolute; left: 16px; top: 16px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--tz-primary); color: #04120f; font-family: var(--tz-ff-display); font-weight: 700; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
}
@media (max-width: 640px) { .tz-steps { grid-template-columns: 1fr; } }

.tz-feature-list { display: grid; gap: 12px; margin: 1.4em 0 1.8em; }
.tz-feature-list > li {
  position: relative; padding: 14px 18px 14px 40px; border-radius: var(--tz-r-s); background: var(--tz-surface);
  border: 1px solid var(--tz-line); color: var(--tz-ink-dim); font-size: 0.95rem;
}
.tz-feature-list > li::before {
  content: "✓"; position: absolute; left: 14px; top: 14px; color: var(--tz-accent); font-weight: 700;
}

.tz-shot { margin: 2em 0; border-radius: var(--tz-r-m); overflow: hidden; border: 1px solid var(--tz-line); background: var(--tz-surface); }
.tz-shot img { width: 100%; height: auto; }
.tz-shot figcaption { padding: 14px 18px; font-size: 0.875rem; color: var(--tz-ink-dim); border-top: 1px solid var(--tz-line); }

/* ── Games grid — 1:1 tiles, round corner-controls, corner play-badge ──── */
.tz-games { padding-block: var(--tz-gap-section-mob); }
.tz-games__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.tz-games__title { font-size: var(--tz-fs-h2); }
.tz-games__nav { display: flex; gap: 10px; }
.tz-games__control {
  width: 40px; height: 40px; border-radius: 50%; background: var(--tz-surface-2); border: 1px solid var(--tz-line);
  color: var(--tz-ink); display: flex; align-items: center; justify-content: center; transition: border-color var(--tz-t-fast), color var(--tz-t-fast);
}
.tz-games__control:hover { border-color: var(--tz-accent); color: var(--tz-accent); }
.tz-games__scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 168px); gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: none;
}
.tz-games__scroller::-webkit-scrollbar { display: none; }
.tz-game-card { scroll-snap-align: start; }
.tz-game-card__art { position: relative; aspect-ratio: 1 / 1; border-radius: var(--tz-r-m); overflow: hidden; border: 1px solid var(--tz-line); }
.tz-game-card__art img { width: 100%; height: 100%; object-fit: cover; }
.tz-game-card__badge {
  position: absolute; right: 8px; bottom: 8px; width: 34px; height: 34px; border-radius: 50%;
  background: var(--tz-cta); color: #1a0e04; display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; box-shadow: 0 6px 16px -6px rgba(var(--tz-cta-rgb), 0.7);
}
.tz-game-card__name { margin-top: 10px; font-size: 0.9rem; font-weight: 600; color: var(--tz-ink); }
.tz-game-card__meta { font-size: var(--tz-fs-small); color: var(--tz-ink-dim); }

/* ── Providers strip ─────────────────────────────────────────────────── */
.tz-providers { padding-block: var(--tz-gap-section-mob); }
.tz-providers__row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.tz-providers__logo {
  display: flex; align-items: center; justify-content: center; height: 52px; padding: 0 22px;
  border-radius: var(--tz-r-s); background: var(--tz-surface); border: 1px solid var(--tz-line);
}
.tz-providers__logo img { height: 20px; width: auto; filter: grayscale(1) brightness(1.6); opacity: .82; }

/* ── Bonus matrix — 3-col tiles, one highlighted ────────────────────────── */
.tz-bonus { padding-block: var(--tz-gap-section-mob); }
.tz-bonus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tz-bonus-tile { padding: 22px; border-radius: var(--tz-r-m); background: var(--tz-surface); border: 1px solid var(--tz-line); }
.tz-bonus-tile--best { background: linear-gradient(160deg, rgba(var(--tz-cta-rgb),0.16), var(--tz-surface)); border-color: rgba(var(--tz-cta-rgb), 0.5); position: relative; }
.tz-bonus-tile--best::before {
  content: "Топ выбор"; position: absolute; top: -11px; left: 20px; padding: 4px 12px; border-radius: var(--tz-r-pill);
  background: var(--tz-cta); color: #1a0e04; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.tz-bonus-tile__label { display: block; font-size: var(--tz-fs-small); color: var(--tz-accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.tz-bonus-tile__title { font-family: var(--tz-ff-display); font-size: 1.05rem; color: var(--tz-ink); margin-bottom: 8px; }
.tz-bonus-tile__desc { font-size: 0.9rem; color: var(--tz-ink-dim); }
@media (max-width: 860px) { .tz-bonus__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tz-bonus__grid { grid-template-columns: 1fr; } }

/* ── Payments — flex-wrap rail of chips + supporting copy line ──────────── */
.tz-payments { padding-block: var(--tz-gap-section-mob); }
.tz-payments__row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 16px; }
.tz-payments__chip { display: flex; align-items: center; justify-content: center; height: 44px; padding: 0 18px; border-radius: var(--tz-r-pill); background: var(--tz-surface); border: 1px solid var(--tz-line); }
.tz-payments__chip img { height: 18px; width: auto; }
.tz-payments__note { text-align: center; color: var(--tz-ink-dim); font-size: 0.9rem; max-width: 56ch; margin-inline: auto; }

/* ── CTA band — two-column asymmetric, diagonal glow ────────────────────── */
.tz-cta-band {
  position: relative; overflow: hidden; margin-block: var(--tz-gap-section-mob); border-radius: var(--tz-r-l);
  background: var(--tz-surface); border: 1px solid var(--tz-line);
  display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 30px;
  padding: clamp(30px, 5vw, 52px);
}
.tz-cta-band::before {
  content: ""; position: absolute; inset: -40% -10% auto auto; width: 60%; aspect-ratio: 1;
  background: conic-gradient(from 210deg, rgba(var(--tz-cta-rgb),0.35), rgba(var(--tz-accent-rgb),0.22), transparent 60%);
  filter: blur(60px); animation: tz-glow-shift 12s var(--tz-ease-in) infinite;
}
.tz-cta-band__col { position: relative; z-index: 1; }
.tz-cta-band__title { font-size: var(--tz-fs-h2); color: var(--tz-ink); margin-bottom: 10px; }
.tz-cta-band__text { color: var(--tz-ink-dim); }
.tz-cta-band__box { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 760px) { .tz-cta-band { grid-template-columns: 1fr; } .tz-cta-band::before { inset: -20% -20% auto auto; } }

/* ── FAQ — native <details> accordion, no custom JS toggle ─────────────── */
.tz-faq { padding-block: var(--tz-gap-section-mob); }
.tz-faq__list { display: grid; gap: 12px; }
.tz-faq__item { border-radius: var(--tz-r-s); background: var(--tz-surface); border: 1px solid var(--tz-line); padding: 4px 20px; }
.tz-faq__q { cursor: pointer; padding: 16px 30px 16px 0; font-family: var(--tz-ff-display); font-weight: 700; color: var(--tz-ink); position: relative; list-style: none; }
.tz-faq__q::-webkit-details-marker { display: none; }
.tz-faq__q::after {
  content: "+"; position: absolute; right: 2px; top: 14px; font-size: 1.3rem; color: var(--tz-accent);
  transition: transform var(--tz-t-med) var(--tz-ease-tog);
}
.tz-faq__item[open] .tz-faq__q::after { transform: rotate(45deg); }
.tz-faq__a { padding-bottom: 18px; color: var(--tz-ink-dim); font-size: 0.95rem; }

/* ── Footer — centered single-row, grid-template-areas ──────────────────── */
.tz-footer { border-top: 1px solid var(--tz-line); background: var(--tz-bg-deep); padding-block: 40px 28px; }
.tz-footer__inner {
  display: grid; justify-items: center; text-align: center; gap: 18px;
  grid-template-areas: "brand" "nav" "legal" "bottom";
}
.tz-footer__brand { display: flex; align-items: center; gap: 10px; grid-area: brand; }
.tz-footer__brand img { height: 22px; width: auto; }
.tz-footer__nav { grid-area: nav; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; }
.tz-footer__nav a { font-size: 0.875rem; color: var(--tz-ink-dim); }
.tz-footer__nav a:hover { color: var(--tz-accent); }
.tz-footer__legal { grid-area: legal; max-width: 68ch; font-size: 0.8125rem; color: var(--tz-ink-dim); line-height: 1.6; }
.tz-footer__bottom { grid-area: bottom; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: center; align-items: center; font-size: 0.8125rem; color: var(--tz-ink-dim); }
.tz-footer__badge18 { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--tz-ink-dim); font-weight: 700; font-size: 0.75rem; }

/* ── Sections shared spacing ─────────────────────────────────────────── */
.tz-section { padding-block: var(--tz-gap-section-mob); border-top: 1px solid var(--tz-line); }
@media (min-width: 900px) { .tz-section { padding-block: var(--tz-gap-section); } }

/* ── Keyframes ───────────────────────────────────────────────────────── */
@keyframes tz-pulse {
  0% { transform: scale(0.85); opacity: 0.9; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}
@keyframes tz-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes tz-drift {
  0% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.08) translate(-1%, -1%); }
  100% { transform: scale(1) translate(0, 0); }
}
@keyframes tz-glow-shift {
  0%, 100% { transform: rotate(0deg) translate(0, 0); }
  50% { transform: rotate(8deg) translate(-4%, 3%); }
}

/* JS-degradation hooks: without JS, show first hero slide + all overlay links inline */
html:not(.js-enabled) .tz-hero__bgslide { opacity: 0; }
html:not(.js-enabled) .tz-hero__bgslide:first-child { opacity: 1; }
html:not(.js-enabled) .tz-hero__controls { display: none; }
html:not(.js-enabled) .tz-overlay { display: none; }
