:root {
  color-scheme: dark;
  --bg: #06080d;
  --bg-alt: #0d111a;
  --surface: #111722;
  --surface-deep: #0a0f18;
  --surface-soft: #151d2b;
  --text: #f4f6fa;
  --muted: #a7b0c0;
  --muted-soft: #778294;
  --blue: #2f6bff;
  --blue-dark: #204eCA;
  --gold: #d6a84f;
  --green: #64d99a;
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.15);
  --shadow: 0 24px 70px rgba(0,0,0,.24);
  --radius: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 86px 0; }
.section-tight { padding: 62px 0; }
.section-line { border-top: 1px solid var(--line); }
.skip-link { position: fixed; z-index: 99; top: -60px; left: 20px; padding: 10px 14px; color: #fff; background: var(--blue); transition: top .2s ease; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(6,8,13,.94);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 222px; height: auto; }
.nav { display: flex; flex: 1; justify-content: center; gap: 24px; }
.nav a, .footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav a:hover, .footer-links a:hover { color: var(--text); }

.telegram-cta, .secondary-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 19px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.telegram-cta { color: #fff; background: var(--blue); }
.telegram-cta:hover, .telegram-cta:focus-visible { background: #4179ff; transform: translateY(-2px); }
.secondary-cta { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,.035); }
.secondary-cta:hover, .secondary-cta:focus-visible { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.075); transform: translateY(-2px); }
.eyebrow, .panel-label, .brief-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.055em; line-height: 1.04; overflow-wrap: break-word; }
h1 { font-size: clamp(44px, 6vw, 78px); }
h2 { font-size: clamp(34px, 4.8vw, 58px); }
h3 { font-size: 25px; }
p { margin: 0; color: var(--muted); }
strong { color: var(--text); }

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.08) brightness(.76); }
.hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(6,8,13,.98) 0%, rgba(6,8,13,.85) 42%, rgba(6,8,13,.36) 72%, rgba(6,8,13,.58) 100%), linear-gradient(0deg, #06080d 0%, transparent 36%);
}
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(280px, .76fr); align-items: end; gap: 52px; padding: 118px 0 92px; }
.hero-copy { max-width: 770px; }
.hero-copy h1 { max-width: 820px; margin-top: 18px; }
.hero-lead { max-width: 710px; margin-top: 24px; color: #d4dae5; font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.cta-trust-line { margin-top: 20px; color: #d9dfeb; font-size: 13px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.cta-trust-line span { margin: 0 4px; color: var(--gold); }
.legal-note { margin-top: 12px; color: #929cad; font-size: 13px; }
.hero-brief {
  border-top: 2px solid var(--gold);
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding: 20px 0 18px;
  background: rgba(6,8,13,.28);
}
.brief-index { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.brief-kicker { margin-top: 25px; color: #b5bfce; }
.hero-brief > strong { display: block; margin-top: 10px; font-size: 27px; letter-spacing: -.045em; line-height: 1.12; }
.brief-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.brief-stats span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brief-stats b { display: block; color: var(--text); font-size: 27px; letter-spacing: -.05em; }

.section-heading { max-width: 780px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p:last-child { margin-top: 18px; font-size: 18px; line-height: 1.7; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1.06fr .94fr; align-items: end; gap: 56px; }
.split-heading > p { padding-bottom: 6px; }
.worldcup-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 24px; margin-top: 36px; }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06) brightness(.8); transition: transform .4s ease; }
.media-frame:hover img { transform: scale(1.025); }
.worldcup-media { min-height: 470px; }
.worldcup-media figcaption, .media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 46px 20px 18px;
  color: #d7dee8;
  background: linear-gradient(0deg, rgba(6,8,13,.96), transparent);
  font-size: 13px;
}
.editorial-stats { display: grid; border-top: 1px solid var(--line-strong); }
.editorial-stats article { display: grid; grid-template-columns: 96px 1fr; column-gap: 20px; align-content: center; border-bottom: 1px solid var(--line); padding: 25px 10px; }
.editorial-stats b { grid-row: span 2; color: var(--gold); font-size: 66px; letter-spacing: -.08em; line-height: .95; }
.editorial-stats span { color: var(--text); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.editorial-stats p { margin-top: 8px; font-size: 14px; line-height: 1.55; }

.ai-filter-section .workflow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.ai-filter-section .workflow-module { min-height: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: linear-gradient(180deg, rgba(18,24,36,.94), rgba(7,10,15,.98)); box-shadow: 0 20px 50px rgba(0,0,0,.22); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.ai-filter-section .workflow-module:hover { z-index: 1; transform: translateY(-4px); border-color: rgba(47,107,255,.36); box-shadow: 0 30px 70px rgba(0,0,0,.32), 0 0 0 1px rgba(61,215,255,.08); }
.ai-filter-section .workflow-media { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #080d15; }
.ai-filter-section .workflow-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 54%, rgba(6,8,13,.72)); pointer-events: none; }
.ai-filter-section .workflow-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.06) brightness(.86); transition: transform .38s ease, filter .38s ease; }
.ai-filter-section .workflow-module:hover .workflow-media img { transform: scale(1.035); filter: saturate(1) contrast(1.1) brightness(.94); }
.ai-filter-section .workflow-copy { padding: 18px 20px 22px; }
.ai-filter-section .module-index { display: inline-block; margin: 0; color: var(--gold); font-size: 22px; font-weight: 850; letter-spacing: .02em; line-height: 1; vertical-align: baseline; }
.ai-filter-section .workflow-copy h3 { display: inline; margin-left: 10px; color: var(--text); font-size: 22px; font-weight: 850; letter-spacing: .08em; line-height: 1.12; text-transform: uppercase; }
.ai-filter-section .workflow-copy p { margin-top: 10px; color: #d1d8e5; font-size: 15px; line-height: 1.62; }

.selection-band { background: var(--bg-alt); border-block: 1px solid var(--line); }
.selection-layout { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 44px; }
.selection-layout h2 { margin-top: 13px; }
.selection-layout p:last-child { margin-top: 16px; font-size: 17px; }
.selection-media { min-height: 320px; margin: 0; overflow: hidden; border-radius: 10px; }
.selection-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08) brightness(.76); }

.prediction-layout { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 50px; }
.prediction-copy h2 { margin-top: 14px; }
.prediction-copy > p:last-of-type { margin-top: 18px; font-size: 17px; }
.feature-list { display: grid; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 17px; color: #d8dee8; font-size: 14px; }
.feature-list li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; background: var(--gold); content: ""; }
.prediction-card { border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 25px; background: #0c121d; box-shadow: var(--shadow); }
.prediction-card-head { display: flex; justify-content: space-between; gap: 14px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.prediction-card-head small { color: #8d97a7; font: inherit; }
.prediction-card h3 { margin-top: 24px; font-size: 30px; }
.prediction-card em { margin: 0 8px; color: var(--muted-soft); font-size: 17px; font-weight: 600; }
.prediction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 25px 0 0; background: var(--line); }
.prediction-grid div { padding: 13px; background: var(--surface); }
.prediction-grid dt { color: var(--muted-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.prediction-grid dd { margin: 6px 0 0; color: var(--text); font-size: 15px; font-weight: 750; }
.risk-low { color: var(--green) !important; }
.prediction-analysis { margin-top: 1px; padding: 15px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.03); }
.prediction-analysis b { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.prediction-analysis p { margin-top: 5px; font-size: 14px; }
.demo-note { margin-top: 16px; color: #8993a2; font-size: 12px; }

.membership-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 14px; margin-top: 36px; }
.membership-details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.membership-details { padding: 25px; }
.membership-details h3 { margin-top: 14px; color: var(--gold); font-size: 48px; }
.membership-details h3 small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.membership-list { margin: 24px 0; border-top: 1px solid var(--line); }
.membership-list div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding: 11px 0; }
.membership-list dt { color: var(--muted-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.membership-list dd { margin: 0; color: var(--text); font-size: 14px; font-weight: 700; }
.approval-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 14px 0 0; padding: 0; background: var(--line); list-style: none; }
.approval-timeline li { min-height: 107px; padding: 15px; background: var(--bg-alt); }
.approval-timeline b { display: block; color: var(--gold); font-size: 12px; letter-spacing: .14em; }
.approval-timeline span { display: block; margin-top: 20px; color: #d8dee8; font-size: 13px; font-weight: 700; line-height: 1.45; }
.vip-access-section .membership-details h3 { color: var(--text); font-size: 31px; line-height: 1.08; }
.vip-access-section .membership-details h3 small { color: var(--gold); }
.vip-access-section .telegram-support-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: var(--surface); }
.vip-access-section .telegram-support-panel h3 { margin-top: 14px; font-size: 31px; }
.vip-access-section .telegram-support-panel > p:not(.panel-label) { margin-top: 16px; color: #d1d8e5; font-size: 15px; line-height: 1.65; }
.vip-access-section .telegram-support-panel .telegram-cta { margin-top: 22px; }
.vip-access-section .telegram-support-note { border-top: 1px solid var(--line); padding-top: 15px; }
.vip-access-section .approval-timeline { grid-template-columns: repeat(4, 1fr); }
.support-flow-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 14px; margin-top: 32px; }
.support-checklist { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.support-checklist li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.support-checklist b { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.support-checklist span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.support-checklist strong { display: block; }
.support-info-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: var(--surface); }
.support-info-panel h3 { margin-top: 14px; font-size: 31px; }
.support-info-panel > p:not(.panel-label) { margin-top: 16px; color: #d1d8e5; font-size: 15px; line-height: 1.65; }
.support-info-panel .telegram-cta { margin-top: 22px; }

.final-cta { border-block: 1px solid var(--line); background: #0b1019; }
.final-cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; }
.final-cta h2 { margin-top: 13px; }
.final-cta p:not(.eyebrow,.cta-trust-line) { margin-top: 17px; font-size: 17px; }
.telegram-mini-preview { border-top: 2px solid var(--blue); border-bottom: 1px solid var(--line-strong); padding: 21px 0; }
.telegram-mini-preview > p { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.telegram-mini-preview > p span { margin-left: 8px; color: #fff; background: var(--blue); padding: 3px 6px; }
.telegram-mini-preview > strong { display: block; margin-top: 15px; font-size: 27px; letter-spacing: -.045em; line-height: 1.15; }
.telegram-mini-preview div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; margin-top: 17px; border-top: 1px solid var(--line); padding-top: 13px; }
.telegram-mini-preview small { color: var(--muted-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.telegram-mini-preview b { color: #d9e0ea; font-size: 13px; }

.responsible-section { background: #080b11; }
.responsible-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.responsible-layout h2 { margin-top: 8px; font-size: 31px; }
.responsible-layout small { display: block; margin-top: 12px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 52px; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 18px 34px 18px 0; color: var(--text); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 0; color: var(--gold); content: "+"; font-size: 22px; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 28px 18px 0; font-size: 14px; }

.site-footer { border-top: 1px solid var(--line); padding: 28px 0; background: #05070b; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-inner-rich { align-items: flex-start; }
.footer-brand { max-width: 390px; }
.footer-brand .brand-logo { width: 190px; }
.footer-brand p { margin-top: 11px; color: var(--muted-soft); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 22px; }

/* Supporting pages */
.title-lg { font-size: clamp(38px, 5vw, 62px); }
.lead { margin-top: 18px; color: #c3ccd9; font-size: 18px; }
.split, .about-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 38px; }
.ratio { min-height: 420px; }
.about-media { min-height: 440px; overflow: hidden; border-radius: var(--radius); }
.about-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.05) brightness(.78); }
.manifesto-grid, .editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.manifesto-card, .editorial-panel { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; background: var(--bg-alt); }
.manifesto-card b, .editorial-panel strong { color: var(--gold); font-size: 11px; letter-spacing: .12em; }
.manifesto-card h3, .editorial-panel h3 { margin-top: 16px; }
.manifesto-card p, .editorial-panel p { display: block; margin-top: 10px; font-size: 14px; }
.editorial-grid { grid-template-columns: repeat(2, 1fr); }
.editorial-panel.accent { background: #121925; }
.about-brand-section .about-text { margin-top: 18px; color: #c7cfdb; font-size: 17px; line-height: 1.68; }
.about-brand-section .about-highlight { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; margin-top: 28px; }
.about-brand-section .about-highlight span { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(214,168,79,.36); border-radius: 10px; color: var(--gold); background: linear-gradient(145deg, rgba(214,168,79,.14), rgba(17,23,34,.94)); box-shadow: 0 16px 36px rgba(0,0,0,.24); font-size: 46px; line-height: 1; }
.about-brand-section .about-highlight p { color: #d2dae5; font-size: 16px; line-height: 1.62; }
.about-brand-section .about-highlight strong { display: block; margin-bottom: 4px; }
.about-brand-section .about-media { position: relative; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.about-brand-section .about-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(6,8,13,.08), rgba(6,8,13,.36)); pointer-events: none; }
.about-brand-section .about-media img { object-position: center center; filter: saturate(.88) contrast(1.08) brightness(.82); }
.about-reason-section .manifesto-card { background: linear-gradient(180deg, rgba(17,23,34,.94), rgba(9,13,20,.98)); }
.about-reason-section .manifesto-card h3 { color: var(--text); }
.about-reason-section .manifesto-card p { color: #c9d1de; line-height: 1.62; }
.wide { min-height: 430px; }
.legal { max-width: 860px; }
.legal h2 { margin-top: 28px; font-size: 28px; }
.legal p { margin-top: 12px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-block: 1px solid var(--line-strong); padding: 22px 0; }
.cta-panel h2 { margin-top: 9px; font-size: 34px; }
.cta-panel p:not(.eyebrow) { margin-top: 10px; }

@media (max-width: 1050px) {
  .header-inner { gap: 16px; }
  .brand-logo { width: 194px; }
  .nav { gap: 15px; }
  .nav a { font-size: 10px; }
  .header-inner > .telegram-cta { padding-inline: 13px; font-size: 10px; }
  .hero-layout { grid-template-columns: 1fr; align-content: end; gap: 42px; }
  .hero-brief { max-width: 480px; }
  .ai-filter-section .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prediction-layout, .membership-layout, .final-cta-layout, .faq-layout, .support-flow-layout { grid-template-columns: 1fr; }
  .prediction-layout, .final-cta-layout, .faq-layout { gap: 30px; }
  .approval-timeline { grid-template-columns: repeat(5, minmax(130px,1fr)); overflow-x: auto; }
  .vip-access-section .approval-timeline { grid-template-columns: repeat(4, minmax(130px, 1fr)); }
}

@media (max-width: 760px) {
  :root { --container: min(calc(100% - 28px), 680px); }
  .section { padding: 62px 0; }
  .section-tight { padding: 46px 0; }
  .site-header { position: static; }
  .header-inner { display: grid; grid-template-columns: minmax(0, 118px) minmax(0, 1fr); min-height: 68px; gap: 10px; padding: 11px 0; }
  .brand-logo { width: 118px; }
  .nav { display: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { white-space: nowrap; }
  .header-inner > .telegram-cta { justify-self: end; width: min(100%, 210px); max-width: 210px; min-width: 0; min-height: 42px; padding: 0 8px; font-size: 8px; line-height: 1.12; white-space: normal; }
  h1, .title-lg { font-size: clamp(32px, 8.8vw, 41px); overflow-wrap: anywhere; }
  h2 { font-size: clamp(30px, 8vw, 40px); }
  .hero { min-height: 760px; }
  .hero-layout { padding: 88px 0 52px; }
  .hero-copy, .hero-copy h1, .hero-lead, .cta-trust-line { max-width: 100%; min-width: 0; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .telegram-cta, .secondary-cta { width: 100%; min-height: 52px; }
  .hero-brief { display: none; }
  .split-heading, .worldcup-layout, .selection-layout, .responsible-layout, .split, .about-hero { grid-template-columns: 1fr; gap: 24px; }
  .worldcup-media { min-height: 280px; }
  .editorial-stats article { grid-template-columns: 74px 1fr; padding: 18px 2px; }
  .editorial-stats b { font-size: 53px; }
  .ai-filter-section .workflow-grid { grid-template-columns: 1fr; gap: 22px; }
  .ai-filter-section .workflow-copy { padding: 16px 16px 20px; }
  .ai-filter-section .workflow-copy h3 { font-size: 20px; }
  .selection-media { min-height: 240px; }
  .prediction-grid { grid-template-columns: repeat(2, 1fr); }
  .prediction-card { padding: 17px; }
  .prediction-card-head { display: block; }
  .prediction-card-head small { display: block; margin-top: 6px; }
  .prediction-card h3 { font-size: 25px; }
  .approval-timeline { grid-template-columns: repeat(5, 154px); }
  .vip-access-section .approval-timeline { grid-template-columns: 1fr; overflow-x: visible; }
  .telegram-mini-preview div { grid-template-columns: 1fr; gap: 4px; }
  .footer-inner, .footer-inner-rich, .cta-panel { display: grid; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 9px 17px; }
  .footer-inner > .telegram-cta { width: 100%; }
  .manifesto-grid, .editorial-grid { grid-template-columns: 1fr; }
  .ratio, .about-media, .wide { min-height: 300px; }
  .about-brand-section .about-highlight { grid-template-columns: 1fr; gap: 14px; }
  .about-brand-section .about-highlight span { width: 64px; height: 64px; font-size: 38px; }
}

@media (max-width: 380px) {
  .header-inner { grid-template-columns: minmax(0, 106px) minmax(0, 1fr); }
  .brand-logo { width: 106px; }
  .header-inner > .telegram-cta { max-width: 178px; font-size: 7.6px; }
}

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