:root {
  --bg: #080808;
  --bg-soft: #101010;
  --card: #131313;
  --card-2: #181818;
  --red: #e50914;
  --red-dark: #a40008;
  --red-soft: rgba(229, 9, 20, .14);
  --text: #f5f5f5;
  --muted: #9c9c9c;
  --line: rgba(255,255,255,.09);
  --container: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.header.scrolled {
  background: rgba(8,8,8,.88);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.header__inner { height: 88px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 2px; font-weight: 900; letter-spacing: -.04em; }
.brand__mark {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 18px rgba(229,9,20,.35));
  flex-shrink: 0;
  margin-right: -2px;
}
.brand__logo { display: block; width: 205px; height: auto; flex-shrink: 0; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav a { color: #c8c8c8; font-size: 13px; font-weight: 700; transition: .2s; }
.nav a:hover { color: white; }
.header__cta { margin-left: 8px; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--card); border-radius: 10px; padding: 11px; }
.menu-button span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .25s; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 27px;
  border: 1px solid var(--red);
  background: var(--red);
  color: white;
  border-radius: 10px 3px 10px 3px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 13px 38px rgba(229,9,20,.2);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #ff1722; box-shadow: 0 16px 45px rgba(229,9,20,.35); }
.button--small { min-height: 42px; padding: 0 20px; }
.button__icon { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; }
.button__icon--apk { width: 40px; height: 30px; }
.button__icon--rustore { width: 32px; height: 32px; border-radius: 8px; }
.button.button--apk, .button.button--rustore { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; max-width: 760px; }
.button.button--apk > span, .button.button--rustore > span { text-align: center; }
.button--ghost { background: transparent; border-color: #333; box-shadow: none; }
.button--ghost:hover { background: #141414; border-color: #555; box-shadow: none; }
.button--light { background: #fff; color: #111; border-color: #fff; box-shadow: none; }
.button--light:hover { background: #f1f1f1; box-shadow: none; }
.button--apk { background: var(--red); color: #fff; border-color: var(--red); }
.button--rustore { background: #fff; color: #111; border-color: #fff; }
.button--ghost-light { background: transparent; border-color: rgba(255,255,255,.35); box-shadow: none; }

.hero {
  min-height: 720px;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(8,8,8,.96) 42%, rgba(8,8,8,.55) 100%),
    radial-gradient(circle at 80% 46%, rgba(229,9,20,.18), transparent 30%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}
.hero__content { display: block; padding-top: 70px; position: relative; z-index: 2; }
.hero__copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d6d6d6; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); box-shadow: 0 0 18px var(--red); }
.eyebrow__hint { color: #777; font-size: .78em; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 24px; font-size: clamp(54px, 7.4vw, 108px); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero__copy > p { max-width: 590px; color: #afafaf; font-size: 16px; line-height: 1.75; }
.hero__actions { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 28px 40px; margin-top: 48px; }
.hero__meta div { display: grid; flex: 1 1 220px; min-width: 0; }
.hero__meta strong { font-size: 26px; letter-spacing: -.04em; }
.hero__meta span { color: #777; font-size: 11px; margin-top: 4px; }

.download-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 132px;
  padding: 24px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.download-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,.26);
}
.download-card--apk {
  background: linear-gradient(180deg, #ff1623 0%, #cf000c 100%);
  color: #fff;
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 18px 46px rgba(229,9,20,.24);
}
.download-card--rustore {
  background: #f4f4f4;
  color: #111;
  border-color: rgba(255,255,255,.22);
}
.download-card__badge {
  width: 132px;
  min-width: 132px;
  height: 84px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  line-height: .92;
}
.download-card--apk .download-card__badge {
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.download-card__badge-top {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.05em;
}
.download-card__badge-bottom {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.06em;
}
.download-card__badge--rustore {
  background: linear-gradient(180deg, #2c8fff 0%, #1168db 100%);
  border: 0;
}
.download-card__badge-r {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.download-card__content {
  display: grid;
  gap: 6px;
}
.download-card__eyebrow {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.download-card__content strong {
  font-size: 54px;
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.05em;
}
.download-card--rustore .download-card__content strong {
  color: #111;
}
.download-card--apk .download-card__content strong {
  color: #fff;
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.hero__glow--one { width: 500px; height: 500px; right: -160px; top: 15%; background: rgba(229,9,20,.1); }
.hero__glow--two { width: 230px; height: 230px; left: 44%; bottom: -80px; background: rgba(229,9,20,.08); }
.hero__visual { position: relative; }
.city-card {
  position: relative;
  min-height: 550px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 32px 6px 32px 6px;
  overflow: hidden;
  background: linear-gradient(180deg, #2a0508 0%, #10080a 56%, #070707 56%);
  box-shadow: -30px 40px 90px rgba(0,0,0,.55), 0 0 80px rgba(229,9,20,.08);
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.city-card__topline { position: absolute; top: 0; left: 0; width: 52%; height: 4px; background: var(--red); }
.city-card__badge { position: absolute; right: 24px; top: 24px; z-index: 5; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; font-size: 9px; font-weight: 800; letter-spacing: .15em; background: rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.city-card__badge::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #39e17b; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 12px #39e17b; }
.city-card__sun { position: absolute; top: 120px; right: 48px; width: 110px; height: 110px; background: var(--red); border-radius: 50%; filter: blur(.4px); box-shadow: 0 0 100px rgba(229,9,20,.65); }
.city-card__skyline { position: absolute; left: -5%; right: -5%; bottom: 43%; height: 180px; background-repeat: repeat-x; }
.skyline--back { opacity: .35; background-image: linear-gradient(90deg, #451015 0 8%, transparent 8% 10%, #451015 10% 17%, transparent 17% 20%, #451015 20% 25%, transparent 25% 29%, #451015 29% 43%, transparent 43% 47%, #451015 47% 58%, transparent 58% 62%, #451015 62% 73%, transparent 73% 76%, #451015 76% 88%, transparent 88% 92%, #451015 92% 100%); clip-path: polygon(0 39%, 8% 39%, 8% 7%, 14% 7%, 14% 46%, 22% 46%, 22% 23%, 28% 23%, 28% 55%, 36% 55%, 36% 14%, 43% 14%, 43% 45%, 50% 45%, 50% 0, 58% 0, 58% 52%, 66% 52%, 66% 28%, 74% 28%, 74% 45%, 82% 45%, 82% 19%, 91% 19%, 91% 58%, 100% 58%, 100% 100%, 0 100%); }
.skyline--front { height: 150px; background: #090909; clip-path: polygon(0 45%, 8% 45%, 8% 18%, 17% 18%, 17% 50%, 24% 50%, 24% 5%, 34% 5%, 34% 58%, 41% 58%, 41% 29%, 49% 29%, 49% 0, 57% 0, 57% 49%, 65% 49%, 65% 19%, 74% 19%, 74% 61%, 83% 61%, 83% 11%, 91% 11%, 91% 48%, 100% 48%, 100% 100%, 0 100%); }
.city-card__road { position: absolute; left: -10%; right: -10%; bottom: 0; height: 46%; background: linear-gradient(176deg, #141414 0 25%, #090909 25% 100%); border-top: 1px solid rgba(255,255,255,.08); }
.city-card__road::after { content: ""; position: absolute; left: 48%; bottom: -20px; width: 5px; height: 220px; background: repeating-linear-gradient(180deg, #d5d5d5 0 28px, transparent 28px 58px); transform: rotate(7deg); opacity: .35; }
.car { position: absolute; left: 10%; right: 8%; bottom: 92px; height: 120px; z-index: 4; transform: skewX(-7deg); }
.car__body { position: absolute; inset: 34px 0 17px; border-radius: 60px 24px 20px 18px; background: linear-gradient(180deg, #f11420, #910009 70%); box-shadow: 0 24px 35px rgba(0,0,0,.65), 0 0 25px rgba(229,9,20,.3); }
.car__body::before { content: ""; position: absolute; left: 22%; top: -32px; width: 47%; height: 48px; background: linear-gradient(135deg, #600007, #bd0912); clip-path: polygon(15% 100%, 34% 0, 78% 0, 100% 100%); }
.car__body::after { content: ""; position: absolute; right: 6%; top: 22px; width: 58px; height: 10px; background: #ffe8b0; border-radius: 20px; box-shadow: 0 0 24px #ffdc8c; }
.car__window { position: absolute; left: 31%; top: 10px; width: 31%; height: 36px; z-index: 2; background: linear-gradient(140deg, #301215, #0d0d0d); clip-path: polygon(14% 100%, 32% 0, 76% 0, 100% 100%); }
.car__wheel { position: absolute; bottom: 0; width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle, #555 0 18%, #111 19% 54%, #050505 55%); border: 3px solid #1d1d1d; }
.car__wheel--left { left: 14%; }
.car__wheel--right { right: 13%; }
.city-card__caption { position: absolute; left: 28px; bottom: 25px; z-index: 8; display: grid; text-transform: uppercase; }
.city-card__caption span { color: #989898; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.city-card__caption strong { font-size: 19px; margin-top: 3px; }
.scroll-hint { position: absolute; z-index: 5; left: 50%; bottom: 28px; width: 24px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; }
.scroll-hint span { position: absolute; width: 4px; height: 7px; left: 9px; top: 8px; background: var(--red); border-radius: 10px; animation: scrollHint 1.6s infinite; }
@keyframes scrollHint { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

.section { padding: 110px 0; position: relative; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(42px, 5.6vw, 76px); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading--center { text-align: center; max-width: 850px; margin: 0 auto 54px; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.about .section-heading h2, .about .section-heading h2 em { font-weight: 900; }
.about__toggle {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.about__toggle em { color: var(--red); font-style: normal; }
.about__toggle:focus-visible { outline: 2px solid var(--red); outline-offset: 10px; border-radius: 4px; }
.about__answer {
  height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition:
    height .58s cubic-bezier(.22, 1, .36, 1),
    opacity .32s ease,
    margin-top .58s cubic-bezier(.22, 1, .36, 1);
}
.about__answer.is-open {
  opacity: 1;
  margin-top: 34px;
}
.about__answer-inner { overflow: hidden; }
.about__text { max-width: 900px; padding-top: 0; border-left: 1px solid var(--line); padding-left: 45px; }
.about__text p { color: #aaa; font-size: 16px; line-height: 1.85; }
.about__text p + p { margin-top: 20px; }

.features { background: #0b0b0b; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.features .section-heading h2, .features .section-heading h2 em { font-weight: 900; }
.features .section-heading--features { max-width: none; }
.features .section-heading--features .eyebrow { justify-content: flex-start; width: max-content; margin-left: 0; margin-bottom: 10px; }
.features .section-heading--features h2 { margin-top: 10px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { position: relative; display: flex; flex-direction: column; height: 340px; min-height: 340px; padding: 34px; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 18px 4px 18px 4px; cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.feature-card > * { position: relative; z-index: 1; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(229,9,20,.45); background: #171717; }
.feature-card--accent { background: linear-gradient(145deg, #1d0809, #120d0e); border-color: var(--line); }
.feature-card--real-estate {
  position: relative;
  background: #121212 !important;
  border-color: var(--line) !important;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  transition: border-color .25s ease, box-shadow .25s ease !important;
}
.feature-card--real-estate .feature-card__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transform: none !important;
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.feature-card--real-estate .feature-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10,10,12,.32) 0%, rgba(10,10,12,.62) 48%, rgba(10,10,12,.88) 100%);
}
.feature-card--real-estate > :not(.feature-card__background):not(.feature-card__overlay):not(.feature-card__number) {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.feature-card--real-estate:hover,
.feature-card--real-estate:active,
.feature-card--real-estate:focus,
.feature-card--real-estate:focus-visible,
.feature-card--real-estate:focus-within {
  transform: none !important;
  border-color: var(--line) !important;
  background: #121212 !important;
  box-shadow: none !important;
  outline: none !important;
}
.feature-card--real-estate:hover .feature-card__background,
.feature-card--real-estate:active .feature-card__background,
.feature-card--real-estate:focus .feature-card__background,
.feature-card--real-estate:focus-within .feature-card__background {
  object-position: 62% center !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.feature-card--real-estate p { color: rgba(255,255,255,.82); }
.feature-card--real-estate .feature-card__number { color: rgba(255,255,255,.18); }
.feature-card__number { position: absolute; right: 24px; top: 18px; color: #333; font-size: 52px; font-weight: 900; letter-spacing: -.08em; }
.feature-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 0; color: white; background: var(--red-soft); border: 1px solid rgba(229,9,20,.26); border-radius: 14px 4px 14px 4px; font-size: 23px; }
.feature-card h3 { margin-top: auto; margin-bottom: 12px; font-size: 20px; }
.feature-card p { margin: 0; color: #8f8f8f; font-size: 13px; line-height: 1.75; }

.servers { overflow: hidden; }
.servers::before { content: "SERVERS"; position: absolute; right: -30px; top: 30px; color: rgba(255,255,255,.015); font-size: 180px; font-weight: 900; letter-spacing: -.08em; }
.server-list { margin-top: 48px; border-top: 1px solid var(--line); }
.server-row { display: grid; grid-template-columns: 65px 1fr 1.1fr 120px 145px; align-items: center; gap: 26px; min-height: 105px; border-bottom: 1px solid var(--line); }
.server-row__rank { color: #4a4a4a; font-size: 13px; font-weight: 800; }
.server-row__name { display: grid; }
.server-row__name strong { font-size: 20px; }
.server-row__name span { margin-top: 4px; color: #6f6f6f; font-size: 11px; }
.server-row__load { height: 5px; background: #1f1f1f; border-radius: 10px; overflow: hidden; }
.server-row__load i { display: block; width: var(--load); height: 100%; background: linear-gradient(90deg, var(--red-dark), var(--red)); box-shadow: 0 0 12px rgba(229,9,20,.45); }
.server-row__online { color: #777; font-size: 12px; text-align: right; }
.server-row__online b { color: white; }
.status { justify-self: end; min-width: 126px; padding: 9px 12px; color: #ff747b; background: rgba(229,9,20,.1); border: 1px solid rgba(229,9,20,.18); border-radius: 30px; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .07em; }
.status--medium { color: #ffbc6a; background: rgba(255,161,46,.08); border-color: rgba(255,161,46,.18); }
.status--new { color: #76e9a3; background: rgba(57,225,123,.08); border-color: rgba(57,225,123,.18); }
.status--live { font-variant-numeric: tabular-nums; }
.status--offline { color: #a8a8a8; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }

.news { background: #0b0b0b; border-top: 1px solid var(--line); }
.text-link { color: #c6c6c6; font-size: 12px; font-weight: 700; }
.text-link b { color: var(--red); margin-left: 7px; font-size: 17px; }
.news-grid { display: grid; grid-template-columns: 1.45fr .8fr; gap: 16px; }
.news-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px 4px 18px 4px; overflow: hidden; transition: transform .25s, border-color .25s; }
.news-card:hover { transform: translateY(-5px); border-color: rgba(229,9,20,.35); }
.news-card__visual { position: relative; height: 210px; overflow: hidden; background: #190709; }
.news-card--main .news-card__visual { height: 280px; }
.news-card__visual::before, .news-card__visual::after { content: ""; position: absolute; }
.news-card__visual span { position: absolute; left: 18px; top: 18px; z-index: 3; padding: 7px 10px; color: #fff; background: var(--red); border-radius: 6px 2px 6px 2px; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.news-card__visual--city { background: radial-gradient(circle at 72% 28%, #f21b25 0 8%, transparent 9%), linear-gradient(155deg, #3d080c, #0a0a0a 58%); }
.news-card__visual--city::before { left: 0; right: 0; bottom: 0; height: 76%; background: #0c0c0c; clip-path: polygon(0 54%, 10% 54%, 10% 20%, 21% 20%, 21% 60%, 31% 60%, 31% 5%, 44% 5%, 44% 48%, 54% 48%, 54% 27%, 64% 27%, 64% 57%, 76% 57%, 76% 10%, 88% 10%, 88% 49%, 100% 49%, 100% 100%, 0 100%); }
.news-card__visual--city::after { width: 260px; height: 70px; right: 8%; bottom: 38px; background: var(--red); border-radius: 80px 25px 18px 15px; transform: skew(-10deg); box-shadow: 0 20px 30px #000; }
.news-card__visual--race { background: linear-gradient(145deg, #4b080e, #0a0a0a 65%); }
.news-card__visual--race::before { width: 290px; height: 68px; left: -10px; bottom: 45px; border: 8px solid var(--red); border-top-width: 24px; border-radius: 80px 18px 20px 20px; transform: rotate(-5deg) skew(-12deg); box-shadow: 0 0 40px rgba(229,9,20,.3); }
.news-card__content { padding: 24px; }
.news-card__content time { color: #666; font-size: 10px; font-weight: 700; }
.news-card__content h3 { margin: 10px 0; font-size: 19px; line-height: 1.35; }
.news-card--main .news-card__content h3 { font-size: 25px; }
.news-card__content p { color: #858585; font-size: 12px; line-height: 1.7; }
.news-card__content a { color: var(--red); font-size: 11px; font-weight: 800; }


.footer { padding: 40px 0; background: #060606; border-top: 1px solid var(--line); }
.footer__inner { display: flex; align-items: center; gap: 30px; }
.footer p { margin: 0 auto; color: #5f5f5f; font-size: 10px; }
.footer__links { display: flex; gap: 18px; }
.footer__links a { color: #888; font-size: 11px; font-weight: 700; }
.footer__links a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .about__answer { transition: none; }
}

@media (max-width: 980px) {
  .header__inner { height: 74px; }
  .nav { position: fixed; inset: 74px 0 auto; padding: 35px 20px; flex-direction: column; align-items: flex-start; background: rgba(8,8,8,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: .3s ease; }
  .nav.open { transform: translateY(0); }
  .nav a { width: 100%; font-size: 17px; }
  .menu-button { display: block; }
  .header__cta { display: none; }
  .hero { min-height: auto; height: auto; padding: 150px 0 100px; }
  .scroll-hint { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--main { grid-column: auto; }
  .server-row { grid-template-columns: 50px 1fr 130px 130px; }
  .server-row__load { display: none; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand__mark { width: 38px; height: 38px; }
  .brand__logo { width: 166px; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button__icon--apk { width: 36px; height: 28px; }
  .button__icon--rustore { width: 30px; height: 30px; }
  
  .hero__meta { gap: 20px; justify-content: space-between; }
  .hero__meta strong { font-size: 20px; }
  .hero__meta span { font-size: 9px; }
  .hero__meta { gap: 18px 24px; }
  .hero__meta div { flex: 1 1 calc(50% - 12px); }
  .section { padding: 80px 0; }
  .split { grid-template-columns: 1fr; gap: 35px; }
  .about__answer.is-open { margin-top: 28px; }
  .about__text { padding-left: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .features .section-heading--features .eyebrow { margin-left: 0; }
  .server-row { grid-template-columns: 36px 1fr auto; gap: 12px; min-height: 92px; }
  .server-row__online { display: none; }
  .status { min-width: 96px; padding: 8px; font-size: 7px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--main { grid-column: auto; }
  .news-card--main .news-card__visual { height: 230px; }
  .section-heading--row { align-items: flex-start; gap: 20px; }
  .section-heading--row .text-link { display: none; }
  .footer__inner { flex-direction: column; text-align: center; }
  .footer p { margin: 0; }
}


@media (hover: none) and (pointer: coarse) {
  .feature-card:hover { transform: none; }
  .feature-card--real-estate,
  .feature-card--real-estate:hover,
  .feature-card--real-estate:active {
    transform: none !important;
    background: #121212 !important;
    border-color: var(--line) !important;
  }
}

/* Equal feature cards and fixed numbering */
.feature-grid { align-items: stretch; }
.feature-card .feature-card__number,
.feature-card--real-estate .feature-card__number {
  position: absolute !important;
  top: 18px !important;
  right: 24px !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 3 !important;
}
.feature-card--real-estate .feature-card__number { color: rgba(255,255,255,.18); }

@media (max-width: 700px) {
  .feature-card { height: 330px; min-height: 330px; }
}

/* Selected feature card */
.feature-card.is-active,
.feature-card--real-estate.is-active,
.feature-card--real-estate.is-active:hover,
.feature-card--real-estate.is-active:active,
.feature-card--real-estate.is-active:focus-visible {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 1px rgba(229,9,20,.34), 0 0 30px rgba(229,9,20,.34), inset 0 0 34px rgba(229,9,20,.08) !important;
}
.feature-card.is-active .feature-card__icon {
  background: rgba(229,9,20,.24);
  border-color: var(--red);
  box-shadow: 0 0 22px rgba(229,9,20,.34);
}
.feature-card:focus-visible {
  outline: 2px solid rgba(255,255,255,.8);
  outline-offset: 4px;
}
