/* ════════════════════════════════════════════════════════════════════════
   QUIZIKS — design system  (editorial-party aesthetic)
   bone canvas · purple ink · coral accent · sticker UI
   Loads after vendor.css (Swiper) and fonts.css. Powers all /site pages.
   ════════════════════════════════════════════════════════════════════════ */

:root {
  --bone:   #F4EFE6;
  --bone-2: #ECE6D8;
  --paper:  #FAF6EE;
  --ink:    #1B1430;
  --ink-2:  #2A2042;
  --mute:   #6B5F7A;
  --hairline: #2A2042;
  --hairline-soft: #D6CFC0;

  --orange:  #FF7A3D;
  --coral:   #FF4F6C;
  --purple:  #7A2A8C;
  --purple-deep: #4A1A6E;
  --brick:   #FF4F6C;   /* primary accent */
  --mustard: #F0B73A;
  --emerald: #2E6E4F;
  --sky:     #2D7DD2;

  --brand-gradient: linear-gradient(165deg, #FF8A3D 0%, #FF5A5A 35%, #FF4F6C 55%, #7A2A8C 78%, #4A1A6E 100%);

  --radius-card: 18px;
  --radius-lg: 24px;

  --display: 'Unbounded', 'Inter', system-ui, sans-serif;
  --body: 'Golos Text', 'Inter', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;

  --shadow-soft: 0 1px 0 rgba(27,20,48,0.06), 0 12px 28px -16px rgba(27,20,48,0.18);
}

/* ───────────────────────── reset & base ───────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.page__body,
.page__body {
  margin: 0;
  padding: 0;
  font-family: var(--body);
  background: var(--bone);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-wrap: pretty;
}
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, p, ul, ol, figure { margin: 0; }
ul.list-reset, .list-reset { list-style: none; padding: 0; margin: 0; }
.btn-reset { background: none; border: 0; padding: 0; }

::selection { background: var(--brick); color: #fff; }
:focus-visible { outline: 2px solid var(--brick); outline-offset: 2px; }

::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--hairline-soft); border-radius: 8px; border: 3px solid var(--bone); }

/* ───────────────────────── layout ───────────────────────── */
.site-container { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1 0 auto; }
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.main-padding-sec { padding-top: 56px; }
.main-padding-another { padding-top: 56px; }

/* ───────────────────────── typography utils ───────────────────────── */
.qz-display, .display { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 0.95; }
.qz-mono, .mono { font-family: var(--mono); font-feature-settings: "tnum" 1; }
.qz-uppercase { text-transform: uppercase; letter-spacing: 0.04em; }
.qz-kicker {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--brick); margin-bottom: 14px; display: block;
}
.qz-h1 { font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; line-height: 0.92; font-size: clamp(48px, 8vw, 104px); }
.qz-h2 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 0.98; font-size: clamp(32px, 4.4vw, 56px); }
.qz-lead { font-size: clamp(16px, 2vw, 19px); color: var(--mute); line-height: 1.5; }
.qz-brand-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline-block; padding-right: 0.14em; margin-right: -0.14em;
}
.qz-brand-bg { background: var(--brand-gradient); color: #fff; }

/* section helper */
.qz-section { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(56px, 8vw, 96px); }
.qz-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 40px; flex-wrap: wrap;
}

/* ───────────────────────── buttons (sticker) ───────────────────────── */
.qz-btn, .video-q__buy-btn, .signin-q__btn, .modal-submit, .modal-submit-change,
.hero-new__btn, .another-hits__btn, .choice-quiz__btn, .game-week__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding: 0 24px;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--bone);
  font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: 0.01em;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.12s cubic-bezier(.34,1.56,.64,1), box-shadow 0.12s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap; text-align: center;
}
.qz-btn:hover, .video-q__buy-btn:hover, .signin-q__btn:hover, .modal-submit:hover,
.hero-new__btn:hover, .another-hits__btn:hover, .choice-quiz__btn:hover, .game-week__btn:hover {
  transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink);
}
.qz-btn:active, .video-q__buy-btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.qz-btn--primary, .video-q__buy-btn, .hero-new__btn, .another-hits__btn, .choice-quiz__btn,
.game-week__btn, .modal-submit, .signin-q__start {
  background: var(--brick); border-color: var(--ink); color: #fff;
}
.qz-btn--dark { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.qz-btn--mustard { background: var(--mustard); border-color: var(--ink); color: var(--ink); }
.qz-btn--ghost, .signin-q__btn, .modal-submit-change {
  background: transparent; color: var(--ink); box-shadow: 3px 3px 0 var(--ink);
}
.qz-btn--ghost:hover, .signin-q__btn:hover { background: var(--ink); color: var(--bone); }
.qz-btn--lg { height: 62px; padding: 0 32px; font-size: 17px; }
.qz-btn--sm { height: 42px; padding: 0 18px; font-size: 13px; }
.qz-btn--block { display: flex; width: 100%; }
.qz-btn[disabled], .modal-submit:disabled { opacity: 0.45; cursor: not-allowed; box-shadow: 2px 2px 0 var(--hairline-soft); }
.qz-btn[disabled]:hover, .modal-submit:disabled:hover { transform: none; box-shadow: 2px 2px 0 var(--hairline-soft); }

/* link-style */
.qz-link { color: var(--brick); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ───────────────────────── chips ───────────────────────── */
.qz-chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 12px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: transparent;
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink);
}
.qz-chip--solid { background: var(--ink); color: var(--bone); }
.qz-chip--coral { background: var(--brick); border-color: var(--ink); color: #fff; }
.qz-chip--mustard { background: var(--mustard); border-color: var(--ink); color: var(--ink); }

/* ───────────────────────── sticker badge / decorations ───────────────────────── */
.qz-sticker-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; background: var(--mustard); color: var(--ink);
  border: 1.5px solid var(--ink); border-radius: 999px;
  font-family: var(--display); font-weight: 700; font-size: 13px;
  transform: rotate(-3deg); box-shadow: 3px 3px 0 var(--ink);
}
@keyframes qz-wiggle { 0%,100% { transform: rotate(-3deg); } 50% { transform: rotate(1deg); } }
.qz-wiggle { animation: qz-wiggle 2.8s ease-in-out infinite; transform-origin: center; }
@keyframes qz-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.qz-bob { animation: qz-bob 3.2s ease-in-out infinite; }
@keyframes qz-spin { to { transform: rotate(360deg); } }
.qz-spin { animation: qz-spin 18s linear infinite; }

.qz-dot-bg {
  background-image: radial-gradient(circle, rgba(27,20,48,0.10) 1.4px, transparent 1.5px);
  background-size: 24px 24px; background-position: 12px 12px;
}
.qz-scribble { position: relative; display: inline-block; }
.qz-scribble::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: -0.08em; height: 0.22em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 12' preserveAspectRatio='none'><path d='M2 8 Q 20 1, 40 6 T 78 5 T 98 7' stroke='%23FF4F6C' stroke-width='3.2' fill='none' stroke-linecap='round'/></svg>") no-repeat center/100% 100%;
  pointer-events: none;
}

/* ───────────────────────── marquee ───────────────────────── */
.qz-marquee-band { background: var(--ink); color: var(--bone); padding: 14px 0; overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
@keyframes qz-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.qz-marquee {
  display: flex; gap: 44px; width: max-content;
  animation: qz-scroll 38s linear infinite;
  font-family: var(--mono); font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em;
}
.qz-marquee span { white-space: nowrap; }
.qz-marquee .accent { color: var(--brick); }

/* ───────────────────────── poster (typographic color block) ───────────────────────── */
.qz-poster {
  position: relative; aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden;
  border: 1.5px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between;
  padding: 20px; color: var(--ink); font-family: var(--display); font-weight: 800; isolation: isolate;
}
.qz-poster__title { font-size: clamp(24px, 3vw, 44px); line-height: 0.9; letter-spacing: -0.02em; position: relative; z-index: 2; white-space: pre-line; }
.qz-poster__meta { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; position: relative; z-index: 2; opacity: 0.85; }
.qz-poster__badge { position: relative; z-index: 2; align-self: flex-start; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; border-radius: 999px; padding: 4px 10px; }
.qz-poster__blob { position: absolute; border-radius: 50%; z-index: 1; }

/* ───────────────────────── breadcrumbs ───────────────────────── */
.breadcrumbs-q {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--mute); margin-bottom: 24px;
}
.breadcrumbs-q-link { color: var(--mute); transition: color 0.15s ease; }
.breadcrumbs-q-link:hover { color: var(--brick); }
.breadcrumbs { color: var(--ink); }
.breadcrumbs__separator { opacity: 0.4; }

/* ───────────────────────── HEADER ───────────────────────── */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bone); border-bottom: 1px solid var(--ink);
}
.header__container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; height: 76px;
}
.qz-logo { display: inline-flex; align-items: center; gap: 10px; }
.qz-logo__mark {
  width: 36px; height: 36px; border-radius: 10px; background: var(--brand-gradient);
  display: grid; place-items: center; color: #fff;
  font-family: var(--display); font-weight: 900; font-size: 22px; line-height: 1;
  border: 1.5px solid var(--ink); box-shadow: 2px 2px 0 var(--ink);
}
.qz-logo__word { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--ink); }
.header__logo { gap: 12px; }
.header__logo-word { width: 150px; height: auto; }
@media (max-width: 520px) { .header__logo-word { display: none; } }
.header__nav-list { display: flex; align-items: center; gap: 30px; }
.header__nav-link {
  font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink);
  position: relative; padding: 6px 0;
}
.header__nav-link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px;
  background: var(--brick); border-radius: 2px; transition: right 0.2s ease;
}
.header__nav-link:hover::after { right: 0; }
.header__actions { display: flex; align-items: center; gap: 12px; }
.login-link, .header__log-in {
  display: inline-flex; align-items: center; height: 42px; padding: 0 18px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: transparent;
  font-family: var(--display); font-weight: 700; font-size: 13px; color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink); transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease, color 0.15s ease;
}
.login-link:hover, .header__log-in:hover { background: var(--ink); color: var(--bone); transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.icon-container { display: inline-grid; place-items: center; }
.icon-container svg { width: 44px; height: 44px; }
.header__cta {
  display: inline-flex; align-items: center; height: 42px; padding: 0 18px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: var(--brick); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 13px;
  box-shadow: 3px 3px 0 var(--ink); transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.header__cta:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }

/* ───────────────────────── FOOTER ───────────────────────── */
.footer { background: var(--ink); color: var(--bone); margin-top: 80px; }
.footer__add-container { padding-top: 64px; }
.footer__inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; align-items: start;
}
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col-title { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(244,239,230,0.5); margin-bottom: 4px; }
.footer__brand-word { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--bone); }
.footer__tagline { color: rgba(244,239,230,0.7); font-size: 14px; max-width: 280px; line-height: 1.5; }
.footer__logo-link { display: inline-flex; align-items: center; gap: 10px; }
.footer__logo-img { width: 140px; height: auto; }
.footer__contacts-item-text { color: rgba(244,239,230,0.72); font-size: 14px; }
a.footer__contacts-item-text:hover { color: var(--mustard); }
.footer__nav-link { color: rgba(244,239,230,0.85); font-size: 14px; }
.footer__nav-link:hover { color: var(--mustard); }
.footer__social-list { list-style: none; padding: 0; margin: 14px 0 0; display: flex; gap: 12px; }
.footer__social-link svg { width: 40px; height: 40px; }
.footer__social-img { opacity: 0.8; margin-top: 16px; }
.footer__conf {
  list-style: none; padding: 24px 0 32px; margin: 48px 0 0;
  border-top: 1px solid rgba(244,239,230,0.16);
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 12px;
}
.footer__conf-item { display: flex; flex-direction: column; gap: 6px; }
.footer__conf-text { color: rgba(244,239,230,0.5); }
a.footer__conf-text:hover { color: var(--mustard); }

/* ───────────────────────── MODALS (login / order / review) ───────────────────────── */
.modal-overlay, .review-modal__overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(27,20,48,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-content, .review-modal__content {
  background: var(--bone); border: 1.5px solid var(--ink); border-radius: var(--radius-lg);
  width: 100%; max-width: 480px; max-height: 90vh; overflow: auto;
  box-shadow: 8px 8px 0 var(--ink);
  animation: qz-scale-in 0.24s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes qz-scale-in { from { opacity: 0; transform: scale(0.96) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.login__modal-inner, .order-modal-inner, .review-modal__content-inner { padding: 32px; position: relative; }
.modal-close, .review-modal__close {
  position: absolute; top: 16px; right: 16px; width: 36px; height: 36px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: var(--paper);
  display: grid; place-items: center; font-size: 18px; color: var(--ink); line-height: 1;
}
.modal-close:hover, .review-modal__close:hover { background: var(--ink); color: var(--bone); }
.login__modal-title, .order-modal-title, .review-modal__title {
  font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; font-size: 26px;
  line-height: 1.05; margin: 0 36px 8px 0;
}
.order-modal-subtitle, .review-modal__subtitle { color: var(--mute); font-size: 15px; margin-bottom: 18px; }
.login__modal-add-text { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--mute); margin: 16px 0 6px; }
.login__modal-input, .review-modal__input, .review-modal__textarea {
  width: 100%; appearance: none; border: 1.5px solid var(--ink); background: var(--paper);
  border-radius: 12px; padding: 14px 16px; font: inherit; color: var(--ink); font-size: 16px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.login__modal-input:focus, .review-modal__input:focus, .review-modal__textarea:focus {
  outline: none; border-color: var(--brick); background: #fff;
}
.login__modal-input[readonly] { background: var(--bone-2); color: var(--mute); }
.review-modal__textarea { min-height: 110px; resize: vertical; }
.modal-submit, .modal-submit-change { width: 100%; margin-top: 20px; }
.login-modal-final-price { font-family: var(--display); font-weight: 800; font-size: 22px; margin: 20px 0 4px; }
.login-modal-final-price span { color: var(--brick); }
.login-confin-accept {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
  font-size: 13px; color: var(--mute); line-height: 1.5; margin-top: 16px;
}
.login-confin-accept a { color: var(--brick); text-decoration: underline; }
.checkbox-svg { flex-shrink: 0; }
.img-mail { display: flex; justify-content: center; margin: 16px 0; }
.img-mail img { width: 120px; height: auto; }
#loginMessage, #orderMessage, .response-message { font-family: var(--mono); font-size: 12px; }
.loading-spinner { align-items: center; gap: 8px; font-size: 14px; }
.review-modal__stars { display: flex; gap: 6px; margin: 6px 0 4px; }
.review-modal__stars svg { width: 28px; height: 28px; }
.review-modal__decor { display: none; }

/* ───────────────────────── HOME ───────────────────────── */
.qz-hero {
  position: relative; overflow: hidden; border-bottom: 1px solid var(--ink);
}
.qz-hero__watermark {
  position: absolute; right: -6%; top: -10%; width: 640px; max-width: 60%; opacity: 0.07;
  pointer-events: none; z-index: 0;
}
.qz-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: center;
  padding: 64px 0 72px;
}
.qz-hero__badges { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; flex-wrap: wrap; }
.qz-hero__title { font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; line-height: 0.86; font-size: clamp(56px, 9vw, 132px); margin: 0; }
.qz-hero__title em { font-style: italic; }
.qz-hero__lead { margin: 26px 0 34px; font-size: clamp(16px,2vw,19px); color: var(--mute); max-width: 520px; }
.qz-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.qz-hero__stats { margin-top: 44px; display: flex; gap: 36px; flex-wrap: wrap; }
.qz-stat__n { font-family: var(--display); font-weight: 800; font-size: 32px; line-height: 1; }
.qz-stat__l { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mute); margin-top: 4px; }
.qz-hero__collage { position: relative; min-height: 520px; }
.qz-hero__poster { position: absolute; width: 64%; transition: transform 0.25s cubic-bezier(.34,1.56,.64,1); box-shadow: 6px 6px 0 var(--ink); border-radius: 14px; }
.qz-hero__poster--a { top: 0; right: 0; transform: rotate(4deg); z-index: 2; }
.qz-hero__poster--b { bottom: 0; left: 0; width: 56%; transform: rotate(-6deg); z-index: 1; }
.qz-hero__poster--c { top: 38%; left: 46%; width: 48%; transform: rotate(2deg) translateY(-20%); z-index: 3; }
.qz-hero__poster:hover { transform: rotate(0) translateY(-4px) scale(1.02); }
.qz-hero__star { position: absolute; top: -28px; right: -24px; width: 130px; z-index: 0; }
.qz-hero__price-tag {
  position: absolute; bottom: 16px; right: 4px; z-index: 4;
  width: 92px; height: 92px; border-radius: 50%; background: var(--brick); color: #fff;
  display: grid; place-items: center; text-align: center; border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink); font-family: var(--display); font-weight: 800; line-height: 0.95;
}

/* how it works steps */
.qz-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qz-step {
  border: 1.5px solid var(--ink); border-radius: var(--radius-card); padding: 30px;
  display: flex; flex-direction: column; gap: 16px; min-height: 270px;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.2s cubic-bezier(.34,1.56,.64,1);
}
.qz-step:hover { transform: rotate(-1.5deg) scale(1.02); }
.qz-step__top { display: flex; justify-content: space-between; align-items: flex-start; }
.qz-step__n { font-family: var(--display); font-weight: 800; font-size: 46px; line-height: 1; opacity: 0.85; }
.qz-step__title { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -0.01em; margin: auto 0 8px; }
.qz-step__body { font-size: 15px; opacity: 0.82; }
.qz-step--paper { background: var(--paper); color: var(--ink); }
.qz-step--coral { background: var(--brick); color: #fff; }
.qz-step--mustard { background: var(--mustard); color: var(--ink); }

/* feature stickers / why us */
.qz-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.qz-feature {
  border: 1.5px solid var(--ink); border-radius: var(--radius-card); padding: 26px;
  min-height: 200px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 4px 4px 0 var(--ink);
}
.qz-feature__n { font-family: var(--display); font-weight: 800; font-size: 38px; opacity: 0.4; }
.qz-feature__t { font-family: var(--display); font-weight: 800; font-size: 21px; margin-bottom: 8px; }
.qz-feature__d { font-size: 14px; opacity: 0.85; }

/* dark category band */
.qz-band-dark { background: var(--ink); color: var(--bone); }
.qz-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.qz-cat {
  display: flex; flex-direction: column; justify-content: space-between; min-height: 220px;
  padding: 24px; border-radius: var(--radius-card); text-align: left;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); color: var(--bone);
  transition: transform 0.18s ease, background 0.18s ease;
}
.qz-cat:hover { transform: translateY(-3px); background: rgba(255,255,255,0.08); }
.qz-cat__swatch { width: 56px; height: 56px; border-radius: 14px; }
.qz-cat__title { font-family: var(--display); font-weight: 800; font-size: 22px; }
.qz-cat__mood { font-size: 13px; opacity: 0.7; margin-top: 4px; }

/* final CTA */
.qz-cta { position: relative; overflow: hidden; padding: clamp(72px,10vw,120px) 0; text-align: center; }
.qz-cta__title { font-family: var(--display); font-weight: 800; font-size: clamp(48px,10vw,128px); letter-spacing: -0.04em; line-height: 0.88; margin: 18px 0 0; }
.qz-cta__circle { position: absolute; right: -15%; top: -20%; width: 600px; height: 600px; border-radius: 50%; background: rgba(255,255,255,0.10); }

/* ───────────────────────── CATALOG (category grid) ───────────────────────── */
.catalogue-shop__title, .catalogue-only__title, .articles-q__title, .signin-q__title, .instructions-q__title {
  font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; line-height: 0.92;
  font-size: clamp(48px, 8vw, 104px); margin-bottom: 20px;
}
.catalogue-shop__list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.catalogue-shop__item {
  border: 1.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--paper); transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.catalogue-shop__item:hover { transform: translateY(-3px); box-shadow: 8px 8px 0 var(--ink); }
.catalogue-shop__item > a { display: flex; flex-direction: column; height: 100%; }
.catalogue-shop__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1.5px solid var(--ink); }
.catalogue-shop__subtitle { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -0.01em; padding: 22px 24px; }

/* ───────────────────────── CATEGORY (catalogue-inner) ───────────────────────── */
.catalogue-only__text { color: var(--mute); font-size: 17px; max-width: 640px; margin-bottom: 40px; }
.catalogue-only__inner { margin-top: 8px; }
.catalogue-only__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.catalogue-only__empty {
  padding: 56px; text-align: center; border: 1.5px dashed var(--hairline-soft);
  border-radius: var(--radius-card); color: var(--mute);
}

/* game-of-week feature */
.game-week {
  position: relative; background: var(--ink); color: var(--bone);
  border: 1.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 72px; box-shadow: 8px 8px 0 var(--ink);
}
.game-week__badge {
  position: absolute; top: 20px; left: 20px; z-index: 3;
  font-family: var(--display); font-weight: 700; font-size: 12px;
  background: var(--mustard); color: var(--ink); border: 1.5px solid var(--ink);
  border-radius: 999px; padding: 7px 14px; transform: rotate(-3deg); box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.game-week__badge--discount { left: auto; right: 20px; background: var(--brick); color: #fff; transform: rotate(3deg); }
.game-week__inner { display: grid; grid-template-columns: 1.05fr 1fr; grid-template-rows: 1fr auto; gap: 0; }
.game-week__img-wrap { display: block; grid-column: 2; grid-row: 1 / span 2; min-height: 320px; }
.game-week__img { width: 100%; height: 100%; object-fit: cover; }
.game-week__info { grid-column: 1; grid-row: 1; padding: 48px 48px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.game-week__title { font-family: var(--display); font-weight: 800; font-size: clamp(32px,4vw,52px); letter-spacing: -0.02em; line-height: 0.98; }
.game-week__desc { color: rgba(244,239,230,0.72); font-size: 16px; margin: 16px 0 24px; }
.game-week__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.game-week__tag {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  border: 1px solid rgba(244,239,230,0.3); border-radius: 999px; padding: 5px 12px;
}
.game-week__btn { margin-bottom: 24px; }
.game-week__btn-price { display: inline-flex; gap: 8px; align-items: baseline; }
.game-week__btn-price-old { text-decoration: line-through; opacity: 0.6; font-size: 13px; }
.game-week__btn-price-new { font-weight: 800; }
.game-week__timer-wrap { grid-column: 1; grid-row: 2; padding: 0 48px 48px; width: auto; }
.game-week__timer-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.6; margin-bottom: 10px; }
.game-week__timer { display: flex; gap: 8px; align-items: center; }
.game-week__timer-cell {
  background: rgba(244,239,230,0.06); border: 1px solid rgba(244,239,230,0.12);
  border-radius: 12px; padding: 10px 12px; min-width: 60px; text-align: center;
}
.game-week__timer-num { display: block; font-family: var(--display); font-weight: 800; font-size: 26px; line-height: 1; }
.game-week__timer-unit { font-family: var(--mono); font-size: 9px; text-transform: uppercase; opacity: 0.5; }
.game-week__timer-sep { font-family: var(--display); font-size: 22px; opacity: 0.4; }

/* game card (used in category grid + similar) */
.catalogue-only__card, .similar-g__slide {
  position: relative; display: flex; flex-direction: column;
  border: 1.5px solid var(--ink); border-radius: var(--radius-card); overflow: hidden;
  background: var(--paper); transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.catalogue-only__card:hover { transform: translateY(-3px); box-shadow: 8px 8px 0 var(--ink); }
.similar-g__link-overlay { position: absolute; inset: 0; z-index: 1; }
.catalogue-only__card .similar-g__img, .similar-g__slide .similar-g__img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1.5px solid var(--ink);
}
.similar-g__content { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.similar-g__subtitle { font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; line-height: 1.05; }
.similar-g__text { color: var(--mute); font-size: 14px; line-height: 1.45; }
.similar-g__cta { margin-top: auto; }
.similar-g__link {
  position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px;
  height: 42px; padding: 0 16px; border: 1.5px solid var(--ink); border-radius: 999px;
  background: var(--ink); color: var(--bone); font-family: var(--display); font-weight: 700; font-size: 13px;
  box-shadow: 3px 3px 0 var(--ink); transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.similar-g__link:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.similar-g__price { font-family: var(--mono); font-weight: 600; }
.similar-g__add-text { font-family: var(--display); }

/* ───────────────────────── PRODUCT (card-q) ───────────────────────── */
.video-q__container { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; margin-bottom: 72px; }
.video-q__add-video { margin: 0; }
.video-q__video-wrapper {
  position: relative; border: 1.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--ink); box-shadow: 8px 8px 0 var(--ink);
}
.video-q__video { display: block; width: 100%; height: auto; aspect-ratio: 568 / 448; object-fit: cover; }
.video-q__toggle-btn { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(27,20,48,0.18); border: 0; }
.video-q__icon svg { width: 72px; height: 72px; }
.video-q__inner > .video-q__title { font-family: var(--display); font-weight: 800; font-size: clamp(34px,5vw,64px); letter-spacing: -0.03em; line-height: 0.96; margin-bottom: 18px; }
.video-q__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; font-family: var(--display); font-weight: 800; font-size: clamp(32px,4vw,44px); margin-bottom: 20px; }
.video-q__price-old { font-family: var(--body); font-weight: 600; font-size: 20px; text-decoration: line-through; color: var(--mute); }
.video-q__price-new { color: var(--brick); }
.video-q__price-badge {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  background: var(--brick); color: #fff; border-radius: 999px; padding: 5px 12px; align-self: center;
}
.video-q__text { color: var(--mute); font-size: 17px; line-height: 1.55; margin-bottom: 24px; }
.video-q__list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.video-q__item {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--ink); border-radius: 999px; padding: 8px 14px;
  font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; background: var(--paper);
}
.video-q__item img { width: 20px; height: 20px; }
.video-q__info { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.video-q__buy-btn { height: 62px; padding: 0 32px; font-size: 17px; }
.video-q__link {
  color: var(--brick); font-weight: 600; text-decoration: underline; text-underline-offset: 3px;
  font-family: var(--display); font-size: 14px;
}

/* specs / stickers (time-q) */
.time-q { margin-bottom: 72px; }
.time-q__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.time-q__item {
  border: 1.5px solid var(--ink) !important; border-radius: var(--radius-card);
  background: var(--paper) !important; padding: 28px; min-height: 150px;
  display: flex; align-items: flex-end; box-shadow: 4px 4px 0 var(--ink);
}
.time-q__item p { margin: 0; font-size: 15px; color: var(--mute); }
.time-q__item strong { display: block; font-family: var(--display); font-weight: 800; font-size: 40px; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 4px; }

/* tabs */
.card-descr { margin-bottom: 80px; }
.card-descr__tabs-nav { display: flex; gap: 6px; flex-wrap: wrap; border-bottom: 1px solid var(--ink); margin-bottom: 28px; }
.tabs__nav-btn, .card-descr__nav-btn {
  background: transparent; border: 0; padding: 14px 18px; cursor: pointer;
  font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--mute);
  border-bottom: 3px solid transparent; margin-bottom: -1px;
}
.tabs__nav-btn--active, .card-descr__nav-btn.tabs__nav-btn--active { color: var(--ink); border-bottom-color: var(--brick); }
.tabs__panel, .card-descr__tabs-panel { display: none; }
.tabs__panel--active, .card-descr__tabs-panel.tabs__panel--active { display: block; }
.card-descr__title { font-family: var(--display); font-weight: 800; font-size: 28px; letter-spacing: -0.01em; margin-bottom: 16px; }
.card-descr__text { color: var(--mute); font-size: 16px; line-height: 1.65; max-width: 800px; }

/* preview quiz */
.real-q { position: relative; margin-bottom: 80px; }
.real-q__container { max-width: 960px; }
.real-q__inner {
  border: 1.5px solid var(--ink); border-radius: var(--radius-lg); padding: clamp(28px,4vw,48px);
  background: var(--paper); box-shadow: 8px 8px 0 var(--ink); position: relative; z-index: 1;
}
.real-q__help { color: var(--mute); font-size: 14px; margin-bottom: 20px; }
.real-q__help a { color: var(--brick); text-decoration: underline; }
.real-q__img-add, .real-q__img-add2, .real-q__img-add3, .real-q__img-add4 { display: none; }
.real-q__title { font-family: var(--display); font-weight: 800; font-size: clamp(28px,4vw,44px); letter-spacing: -0.02em; margin-bottom: 24px; }
.real-q__loading { color: var(--mute); font-family: var(--mono); font-size: 13px; }
.real-q__img { border-radius: var(--radius-card); overflow: hidden; border: 1.5px solid var(--ink); margin-bottom: 20px; max-width: 100%; }
.real-q__img img { width: 100%; display: block; }
.real-q__question { font-family: var(--display); font-weight: 800; font-size: clamp(22px,3vw,32px); letter-spacing: -0.01em; line-height: 1.1; margin-bottom: 20px; }
.real-q__options { display: flex; flex-direction: column; gap: 10px; max-width: 100%; }
.real-q__option {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  border: 1.5px solid var(--ink); background: #fff; border-radius: 14px; padding: 16px 20px;
  font-size: 16px; transition: background 0.15s ease, transform 0.1s ease;
}
.real-q__option:hover { background: var(--bone-2); }
.real-q__option input { accent-color: var(--brick); width: 18px; height: 18px; }
.real-q__controls { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: 24px; flex-wrap: wrap; }
.real-q__button {
  display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 22px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--bone);
  font-family: var(--display); font-weight: 700; font-size: 14px; box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.real-q__button:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.real-q__button--next { background: var(--brick); color: #fff; }
.real-q__button:disabled { opacity: 0.4; cursor: not-allowed; box-shadow: 2px 2px 0 var(--hairline-soft); }
.real-q__end-message { font-family: var(--mono); font-size: 12px; color: var(--mute); }
.real-q__results { text-align: center; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--hairline-soft); }
.real-q__thanks { font-family: var(--display); font-weight: 800; font-size: clamp(22px,3vw,32px); letter-spacing: -0.01em; margin-bottom: 8px; }
.real-q__buy-button_video-q__buy-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px !important; padding: 0 28px !important; border-radius: 999px !important;
  border: 1.5px solid var(--ink) !important; background: var(--brick) !important; color: #fff !important;
  font-family: var(--display) !important; font-weight: 700 !important; font-size: 15px !important;
  box-shadow: 3px 3px 0 var(--ink) !important; cursor: pointer;
}
.real-q__buy-button_video-q__buy-btn:hover { transform: translate(-1px,-1px); }

/* reviews + similar swiper sections */
.reviews-q, .similar-g, .more-article { margin-bottom: 80px; }
.reviews-q__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.reviews-q__title { font-family: var(--display); font-weight: 800; font-size: clamp(28px,4vw,48px); letter-spacing: -0.02em; }
.reviews-q__nav { display: flex; gap: 10px; }
.reviews-q__nav > div { width: 48px; height: 48px; cursor: pointer; }
.reviews-q__nav svg { width: 48px; height: 48px; }
.reviews-q__swiper-slider {
  border: 1.5px solid var(--ink); border-radius: var(--radius-card); background: var(--paper);
  padding: 28px; height: auto;
}
.reviews-q__subtitle { font-family: var(--display); font-weight: 800; font-size: 18px; margin-bottom: 10px; }
.reviews-q__svg { width: 120px; height: auto; margin-bottom: 14px; }
.reviews-q__text { color: var(--ink); font-size: 16px; line-height: 1.5; }

/* ───────────────────────── ACCOUNT (signin-q) ───────────────────────── */
.signin-q__log-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.signin-q__help { color: var(--mute); font-size: 16px; max-width: 720px; margin-bottom: 12px; }
.signin-q__help a { color: var(--brick); text-decoration: underline; }
.signin-q__btn-hidden { display: none; }
.signin-q__inner {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; align-items: stretch;
  border: 1.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--paper); margin-top: 28px; box-shadow: 6px 6px 0 var(--ink);
}
.signin-q__img { width: 100%; height: 100%; object-fit: cover; border-right: 1.5px solid var(--ink); }
.signin-q__content { padding: 40px; display: flex; flex-direction: column; align-items: flex-start; }
.signin-q__content .video-q__title { font-size: clamp(28px,3.4vw,40px); margin-bottom: 12px; }
.signin-q__list { margin-bottom: 24px; }
.signin-q__info { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.signin-q__start { position: relative; }
.signin-q__start span { font-family: var(--mono); font-size: 12px; opacity: 0.85; margin-left: 6px; }
.signin-q__link { font-family: var(--display); font-weight: 600; color: var(--brick); text-decoration: underline; }

/* ───────────────────────── ARTICLES ───────────────────────── */
.articles-q__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.article-card { display: flex; }
.article-card > div { display: flex; flex-direction: column; width: 100%; }
.article-image-wrapper { position: relative; border: 1.5px solid var(--ink); border-radius: var(--radius-card); overflow: hidden; }
.article-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.arrow-link {
  position: absolute; bottom: 14px; right: 14px; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; background: var(--brick); color: #fff; border: 1.5px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink); font-family: var(--display); font-size: 18px;
}
.arrow-link svg { width: 48px; height: 48px; }
.article-content { padding: 18px 4px 0; display: flex; flex-direction: column; gap: 8px; }
.article-title { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; line-height: 1.1; }
.article-title-link:hover .article-title { color: var(--brick); }
.article-description { color: var(--mute); font-size: 14px; }
.article-date { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--mute); }
.empty-state { padding: 56px; text-align: center; border: 1.5px dashed var(--hairline-soft); border-radius: var(--radius-card); color: var(--mute); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 64px; }
.pagination__link {
  display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px;
  border: 1.5px solid var(--ink); border-radius: 999px; font-family: var(--display); font-weight: 700; font-size: 14px;
  box-shadow: 3px 3px 0 var(--ink);
}
.pagination__link.is-active { background: var(--ink); color: var(--bone); }

/* ───────────────────────── ARTICLE (single) ───────────────────────── */
.great-article__container { max-width: 800px; }
.great-article__date { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mute); margin-bottom: 16px; }
.great-article__title { font-family: var(--display); font-weight: 800; font-size: clamp(36px,6vw,72px); letter-spacing: -0.03em; line-height: 0.98; margin-bottom: 36px; }
.great-article__body { font-size: 18px; line-height: 1.7; color: var(--ink); }
.great-article__body p { margin: 0 0 20px; }
.great-article__body h2 { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; margin: 40px 0 16px; }
.great-article__body h3 { font-family: var(--display); font-weight: 700; font-size: 24px; margin: 32px 0 12px; }
.great-article__body img { border-radius: var(--radius-card); border: 1.5px solid var(--ink); margin: 24px 0; }
.great-article__body blockquote {
  margin: 28px 0; padding-left: 24px; border-left: 4px solid var(--brick);
  font-family: var(--display); font-weight: 700; font-size: 24px; line-height: 1.25; color: var(--ink);
}
.great-article__body a { color: var(--brick); text-decoration: underline; }
.great-article__body ul, .great-article__body ol { margin: 0 0 20px; padding-left: 22px; }
.great-article__body li { margin-bottom: 8px; }
.more-article__swiper-slide { height: auto; }
.more-article__swiper-slide .article-content { padding: 16px 2px 0; }

/* ───────────────────────── FAQ (instructions) ───────────────────────── */
.instructions-q__list { list-style: none; padding: 0; margin: 40px 0 0; display: grid; gap: 20px; }
.instructions-q__item {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center;
  border: 1.5px solid var(--ink); border-radius: var(--radius-lg); padding: 36px; background: var(--paper);
  box-shadow: 4px 4px 0 var(--ink);
}
.instructions-q__item:nth-child(2) { background: var(--bone-2); }
.instructions-q__subtitle { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -0.01em; margin-bottom: 16px; }
.instructions-q__item-text { color: var(--mute); font-size: 15px; line-height: 1.6; margin-bottom: 10px; }
.instructions-q__item-text span { color: var(--ink); font-weight: 600; }
.instructions-q__item-img { width: 100%; height: auto; border-radius: var(--radius-card); }
.instructions-q__item-inner { background: var(--mustard); border: 1.5px solid var(--ink); border-radius: 14px; padding: 14px 18px; margin-top: 18px; }
.instructions-q__item-atten { font-family: var(--display); font-weight: 800; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.instructions-q__item-atten2 { font-size: 13px; color: var(--ink); }

.private-prob { margin-top: 72px; }
.private-prob__title { font-family: var(--display); font-weight: 800; font-size: clamp(28px,4vw,48px); letter-spacing: -0.02em; margin-bottom: 32px; }
.private-prob__list { list-style: none; padding: 0; margin: 0; border: 1.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; background: var(--paper); }
.private-prob__item { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; padding: 32px 36px; border-bottom: 1px solid var(--hairline-soft); }
.private-prob__item:last-child { border-bottom: 0; }
.private-prob__subtitle { font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; }
.private-prob__right { display: flex; flex-direction: column; gap: 16px; }
.private-prob__right-content { display: flex; gap: 14px; align-items: flex-start; }
.private-prob__img-block svg { width: 26px; height: 26px; }
.private-prob__text-title { font-family: var(--display); font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.private-prob__text-p { color: var(--mute); font-size: 14px; line-height: 1.5; }
.private-prob__add { display: none; }
.private-prob__none { margin-top: 16px; }
.private-prob__hidden { display: none; }

.another-prob__container { position: relative; text-align: center; padding: 56px 0 0; }
.another-prob__title { font-family: var(--display); font-weight: 800; font-size: clamp(28px,4vw,48px); letter-spacing: -0.02em; }
.another-prob__text { color: var(--mute); font-size: 17px; margin-top: 12px; }
.another-prob__img, .another-prob__img2 { display: none; }

.hero-quiz { margin-top: 56px; padding: 64px 0; background: var(--ink) !important; }
.hero-quiz__container { position: relative; text-align: center; }
.hero-quiz__title { font-family: var(--display); font-weight: 800; font-size: clamp(40px,7vw,88px); letter-spacing: -0.03em; color: var(--bone); }
.hero-quiz__img-1, .hero-quiz__img-2, .hero-quiz__img-3, .hero-quiz__img-4, .hero-quiz__emoji-1, .hero-quiz__emoji-2 { display: none; }

/* ───────────────────────── 404 / error ───────────────────────── */
.qz-404 { text-align: center; min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px 0 120px; }
.qz-404__code { font-family: var(--display); font-weight: 800; font-size: clamp(110px,18vw,260px); letter-spacing: -0.05em; line-height: 0.85; }
.qz-404__code span { color: var(--brick); }
.qz-404__text { color: var(--mute); font-size: 19px; max-width: 480px; margin: 24px 0 32px; }
.qz-404__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ───────────────────────── prose / static-page / kviz-na-zakaz ───────────────────────── */
.static-page__container { max-width: 800px; }
.static-page__title { font-family: var(--display); font-weight: 800; font-size: clamp(36px,6vw,72px); letter-spacing: -0.03em; line-height: 0.98; margin-bottom: 32px; }
.qz-prose, .static-page__body { max-width: 800px; font-size: 17px; line-height: 1.7; color: var(--ink); }
.qz-prose h2, .static-page__body h2 { font-family: var(--display); font-weight: 800; font-size: 30px; margin: 36px 0 14px; letter-spacing: -0.02em; }
.qz-prose h3, .static-page__body h3 { font-family: var(--display); font-weight: 700; font-size: 22px; margin: 28px 0 12px; }
.qz-prose p, .static-page__body p { margin-bottom: 18px; color: var(--mute); }
.qz-prose a, .static-page__body a { color: var(--brick); text-decoration: underline; }
.qz-prose ul, .qz-prose ol, .static-page__body ul, .static-page__body ol { margin: 0 0 18px; padding-left: 22px; color: var(--mute); }

/* ───────────────────────── Swiper overrides ───────────────────────── */
.swiper { overflow: hidden; }
.swiper-slide { height: auto; }
.swiper-button-prev-reviews-q, .swiper-button-next-reviews-q,
.swiper-button-prev-similar-g, .swiper-button-next-similar-g,
.swiper-button-prev-more-article, .swiper-button-next-more-article { cursor: pointer; }
.swiper-button-disabled { opacity: 0.35; pointer-events: none; }

/* ───────────────────────── responsive ───────────────────────── */
@media (max-width: 1100px) {
  .qz-hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .qz-hero__collage { min-height: 420px; }
  .qz-features { grid-template-columns: repeat(2, 1fr); }
  .qz-cats { grid-template-columns: repeat(2, 1fr); }
  .video-q__container { grid-template-columns: 1fr; }
  .signin-q__inner { grid-template-columns: 1fr; }
  .signin-q__img { border-right: 0; border-bottom: 1.5px solid var(--ink); max-height: 320px; }
}
@media (max-width: 900px) {
  .catalogue-shop__list, .catalogue-only__grid, .articles-q__list, .qz-steps { grid-template-columns: repeat(2, 1fr); }
  .game-week__inner { grid-template-columns: 1fr; grid-template-rows: auto; }
  .game-week__img-wrap { grid-column: auto; grid-row: auto; min-height: 240px; }
  .game-week__info { grid-column: auto; grid-row: auto; padding: 32px 32px 16px; }
  .game-week__timer-wrap { grid-column: auto; grid-row: auto; padding: 0 32px 32px; }
  .game-week__badge--discount { right: 20px; }
  .instructions-q__item, .private-prob__item { grid-template-columns: 1fr; gap: 18px; }
  .qz-steps { gap: 16px; }
}
@media (max-width: 760px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .header__nav-list { display: none; }
  .footer__inner { grid-template-columns: 1fr; gap: 36px; }
  .footer__nav-list { gap: 36px; }
  .qz-steps, .qz-features, .qz-cats { grid-template-columns: 1fr; }
  .qz-hero__stats { gap: 24px; }
  .time-q__list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .catalogue-shop__list, .catalogue-only__grid, .articles-q__list { grid-template-columns: 1fr; }
  .video-q__info { flex-direction: column; align-items: stretch; }
  .footer__conf { flex-direction: column; }
}
