@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap");

/* Base */
.site-footer--dark{
  background:#0a0a0a;color:#e6e6e6;
  padding:56px 0 32px;
  font-family:'Inter',system-ui,-apple-system,Arial,sans-serif;
}
.site-footer--dark a{color:#f0f0f0;text-decoration:none}
.site-footer--dark a:hover{text-decoration:underline}
.site-footer--dark .footer-container{max-width:1200px;margin:0 auto;padding:0 24px}

/* Top */
.site-footer--dark .footer-top{text-align:center;margin-bottom:28px}
.site-footer--dark .footer-brand{display:flex;justify-content:center;align-items:center;margin-bottom:18px;min-height:40px}
.site-footer--dark .footer-brand .brand-text{
  font-family:'Montserrat',system-ui,-apple-system,Arial,sans-serif;
  font-weight:800;letter-spacing:.045em;font-size:28px;line-height:1;color:#fff;
  position:relative;display:inline-block;text-shadow:0 0 0 rgba(0,0,0,0);
}
.site-footer--dark .footer-brand .brand-text .em{font-weight:800;letter-spacing:.06em}
.site-footer--dark .footer-brand .brand-text::before,
.site-footer--dark .footer-brand .brand-text::after{
  content:attr(data-text);position:absolute;left:0;top:0;width:100%;
  pointer-events:none;clip-path:inset(0 0 0 0);mix-blend-mode:screen;opacity:.85;
}
.site-footer--dark .footer-brand .brand-text::before{color:#ff00c8}
.site-footer--dark .footer-brand .brand-text::after{color:#00fff0}

@media (prefers-reduced-motion:no-preference){
  .site-footer--dark .footer-brand .brand-text{animation:glitchBase 2.8s ease-in-out infinite}
  .site-footer--dark .footer-brand .brand-text::before{animation:glitchShift1 2.8s ease-in-out infinite}
  .site-footer--dark .footer-brand .brand-text::after{animation:glitchShift2 2.8s ease-in-out infinite}
}
@keyframes glitchBase{0%,100%{text-shadow:0 0 0 transparent}8%{text-shadow:2px 0 #ff00c8,-2px 0 #00fff0}9%{text-shadow:-2px 0 #ff00c8,2px 0 #00fff0}10%{text-shadow:0 0 0 transparent}48%{text-shadow:1px 0 #ff00c8,-1px 0 #00fff0}50%{text-shadow:0 0 0 transparent}78%{text-shadow:1px -1px #ff00c8,-1px 1px #00fff0}80%{text-shadow:0 0 0 transparent}}
@keyframes glitchShift1{0%,100%{transform:translate(0,0)}8%{transform:translate(2px,0)}9%{transform:translate(-2px,0)}48%{transform:translate(1px,-1px)}78%{transform:translate(1px,1px)}}
@keyframes glitchShift2{0%,100%{transform:translate(0,0)}8%{transform:translate(-2px,0)}9%{transform:translate(2px,0)}48%{transform:translate(-1px,1px)}78%{transform:translate(-1px,-1px)}}

@media (max-width:600px){
  .site-footer--dark .footer-brand .brand-text{font-size:24px}
}

.site-footer--dark .footer-mission{
  margin:12px auto 0;max-width:880px;font-size:14px;line-height:1.7;color:#c9c9c9;
  text-wrap:balance;hyphens:none;overflow-wrap:normal;word-break:normal;
}

/* Separator */
.site-footer--dark .footer-sep{border:0;height:1px;background:#202020;margin:28px 0}
.site-footer--dark .footer-sep--soft{background:#1b1b1b}

/* Columns */
.site-footer--dark .footer-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 32px}
@media (max-width:960px){.site-footer--dark .footer-cols{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media (max-width:360px){.site-footer--dark .footer-cols{grid-template-columns:1fr !important}}
.site-footer--dark .footer-cols h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#f4f4f4;margin:0 0 12px}
.site-footer--dark .footer-cols ul{list-style:none;margin:0;padding:0}
.site-footer--dark .footer-cols li{margin:8px 0;color:#d0d0d0;font-size:14px;line-height:1.6}
.site-footer--dark .footer-cols a{white-space:normal!important;overflow-wrap:break-word;word-break:normal;hyphens:auto}
.site-footer--dark .footer-cols .nobr{white-space:nowrap}

/* Bottom */
.site-footer--dark .footer-bottom{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
@media (max-width:960px){
  .site-footer--dark .footer-bottom{grid-template-columns:1fr;row-gap:12px;text-align:center}
  .site-footer--dark .footer-age{order:1;margin:0 auto}
  .site-footer--dark .footer-social{order:2;justify-content:center !important;align-items:center;width:100%;text-align:center;margin:0 auto}
  .site-footer--dark .footer-legal{order:3}
}
.site-footer--dark .footer-legal small{color:#9c9c9c;font-size:12px;line-height:1.6;text-wrap:pretty;hyphens:auto}
.site-footer--dark .footer-legal a{color:#e6e6e6;text-decoration:underline;white-space:nowrap;word-break:keep-all}
@media (max-width:360px){.site-footer--dark .footer-legal a{white-space:normal;overflow-wrap:anywhere;hyphens:auto}}

.site-footer--dark .footer-age{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#fff;color:#000;font-weight:700;font-size:14px}

/* Social */
.site-footer--dark .footer-social{display:flex;gap:18px;align-items:center;justify-content:flex-end}
.site-footer--dark .footer-social a{font-size:26px!important;line-height:1;opacity:.9}
.site-footer--dark .footer-social a:hover{opacity:1}
.site-footer--dark .footer-social svg,
.site-footer--dark .footer-social img,
.site-footer--dark .footer-social i{width:26px;height:26px;display:block;font-size:26px!important}

/* Registration badge */
.site-footer--dark .footer-privacy{display:flex;justify-content:center;margin-top:18px}
.site-footer--dark .footer-reg-mail{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;text-align:center}
.site-footer--dark .footer-reg a{
  display:inline-block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;
  padding:8px 12px;border:1px solid #2a2a2a;border-radius:8px;background:#101010;color:#d8d8d8;
  text-decoration:none;white-space:normal;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;
  max-width:100%;box-sizing:border-box;
}
.site-footer--dark .footer-reg a:hover{text-decoration:underline}

/* HUD */
.site-footer--dark .footer-hud{max-width:1200px;margin:18px auto 0;padding:0 24px;text-align:center}
.site-footer--dark .footer-hud-label{color:#7c7c7c;font-size:12px}
.site-footer--dark .cursor{animation:blink 1.1s steps(2,start) infinite}
@keyframes blink{to{visibility:hidden}}