:root {
  --bg: #050505;
  --bg-soft: #111111;
  --text: #ffffff;
  --muted: #c7c7c7;
  --muted-strong: #f3f3f3;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --glass: rgba(5, 5, 5, 0.46);
  --glass-strong: rgba(5, 5, 5, 0.68);
  --glass-soft: rgba(255, 255, 255, 0.045);
  --yellow: #ffea00;
  --yellow-soft: #fff36b;
  --yellow-dark: #d6c400;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  --max: 1180px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Rajdhani, Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

body::selection {
  color: #050505;
  background: rgba(255, 234, 0, 0.88);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.bg__image {
  position: absolute;
  inset: -2%;
  background: url("./assets/bg.jpg");
  background-position: center;
  background-size: cover;
  filter: none;
  transform: scale(1.02);
}

.bg__shade,
.bg__orbs,
.bg__grid,
.bg__grain {
  position: absolute;
  inset: 0;
}

.bg__shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.24) 42%, rgba(5, 5, 5, 0.12) 68%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.18) 68%, rgba(5, 5, 5, 0.76) 100%);
}

.bg__orbs {
  display: none;
}

.bg__grid {
  display: none;
}

.bg__grain {
  display: none;
}

@keyframes drift {
  from {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1.5%, 0) scale(1.04);
  }
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(4%, 1%); }
  80% { transform: translate(-2%, 4%); }
  100% { transform: translate(0, 0); }
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 10px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 10px 26px 12px;
  text-align: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.035), transparent 48%),
    linear-gradient(90deg, transparent, rgba(5, 5, 5, 0.12), transparent);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.52));
}

.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.brand__crown {
  width: 62px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.7));
}

.brand__crown-fill {
  fill: rgba(255, 234, 0, 0.88);
}

.brand__crown-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.68);
  stroke-linejoin: round;
  stroke-width: 3.5;
}

.brand__crown-base {
  stroke: var(--yellow);
  stroke-width: 6;
}

.brand__crown-head {
  stroke: var(--yellow);
  stroke-width: 5;
}

.brand__name {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.86;
  text-transform: uppercase;
}

.brand__name::before,
.brand__name::after {
  content: "";
  display: block;
  width: min(210px, 76vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 234, 0, 0.82), transparent);
}

.brand__name::before {
  margin-bottom: 9px;
}

.brand__name::after {
  margin-top: 8px;
}

.brand__name-main {
  color: #fff;
  font-size: clamp(36px, 4.6vw, 60px);
  letter-spacing: 0.13em;
  text-shadow:
    0 2px 0 rgba(255, 234, 0, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.9);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
}

.brand__name-country {
  margin-top: 6px;
  padding: 5px 14px 4px;
  border: 1px solid rgba(255, 234, 0, 0.36);
  border-radius: 999px;
  color: #050505;
  background: linear-gradient(135deg, #ffffff, var(--yellow) 42%, var(--yellow-dark));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
  font-size: clamp(15px, 1.7vw, 21px);
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-shadow: none;
}

.brand__tag {
  display: block;
  margin-top: 7px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.9);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 234, 0, 0.12);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.28);
  backdrop-filter: blur(10px);
}

.nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(245, 247, 251, 0.74);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav a:hover {
  color: var(--yellow);
  background: rgba(255, 234, 0, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  border-color: rgba(255, 234, 0, 0.55);
  color: #050505;
  background: linear-gradient(135deg, #ffffff 0%, var(--yellow) 24%, var(--yellow) 78%, var(--yellow-dark) 100%);
  box-shadow: 0 22px 55px rgba(255, 234, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.btn--primary:hover {
  box-shadow: 0 28px 70px rgba(255, 234, 0, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.btn--discord {
  border-color: rgba(114, 137, 218, 0.75);
  color: #ffffff;
  background: linear-gradient(135deg, #8ea1ff 0%, #5865f2 42%, #4752c4 100%);
  box-shadow: 0 22px 55px rgba(88, 101, 242, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  animation: discordAttention 4.2s ease-in-out infinite;
}

.btn--discord:hover {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 28px 70px rgba(88, 101, 242, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  animation-play-state: paused;
  transform: translateY(-2px);
}

.btn__discord-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.btn--discord:hover .btn__discord-icon {
  animation: discordSpin 0.55s ease;
}

@keyframes discordSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes discordAttention {
  0%, 72%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.045);
  }
  88% {
    transform: scale(1);
  }
}

.btn--glass,
.btn--dark {
  border-color: rgba(255, 234, 0, 0.18);
  background: rgba(5, 5, 5, 0.36);
  backdrop-filter: blur(10px);
}

.btn--glass:hover,
.btn--dark:hover {
  border-color: rgba(255, 234, 0, 0.42);
  background: rgba(255, 234, 0, 0.09);
}

.btn--xl {
  min-height: 54px;
  padding-inline: 24px;
}

.btn--block {
  width: 100%;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 150px 0 54px;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.hero__content {
  max-width: 780px;
  padding: 22px 0 22px 24px;
  border-left: 3px solid var(--yellow);
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.42), rgba(5, 5, 5, 0.18) 58%, transparent);
  box-shadow: -28px 0 60px rgba(0, 0, 0, 0.26);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(255, 234, 0, 0.24);
  border-radius: 999px;
  color: rgba(245, 247, 251, 0.9);
  background: rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-dot::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12), 0 0 24px rgba(34, 197, 94, 0.58);
  animation: pulse 1.55s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.62; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1); }
}

.hero h1 {
  margin: 24px 0 18px;
  max-width: 900px;
  font-family: var(--display);
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.9);
}

.hero h1 span {
  display: block;
}

.hero__title-accent {
  width: fit-content;
  padding: 0 14px 4px;
  color: #050505;
  background: linear-gradient(135deg, #ffffff, var(--yellow) 34%, var(--yellow-dark));
  border-radius: 14px;
  letter-spacing: -0.035em;
  text-shadow: none;
  transform: skewX(-6deg);
}

.hero__lead {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.78;
}

.hero__lead p {
  margin: 0;
}

.hero__tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 234, 0, 0.2);
}

.hero__tags span {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid rgba(255, 234, 0, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 5, 5, 0.32);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 34px;
}

.hero__stats div {
  padding: 18px;
  border: 1px solid rgba(255, 234, 0, 0.14);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.34);
  backdrop-filter: blur(8px);
}

.hero__stats strong {
  display: block;
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
}

.hero__stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@property --card-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.command-card {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 234, 0, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 234, 0, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.44);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.command-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--card-border-angle),
    rgba(255, 234, 0, 0.1),
    rgba(255, 234, 0, 0.12) 42deg,
    rgba(255, 255, 255, 0.9) 68deg,
    rgba(255, 234, 0, 0.82) 86deg,
    rgba(255, 234, 0, 0.14) 126deg,
    rgba(255, 234, 0, 0.08) 360deg
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: cardBorderSweep 4.8s linear infinite;
  pointer-events: none;
}

@keyframes cardBorderSweep {
  to {
    --card-border-angle: 360deg;
  }
}

.command-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 234, 0, 0.12);
  filter: blur(42px);
}

.command-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #22c55e;
}

.live-dot::before {
  content: "";
  display: inline-block;
}

.server-logo {
  position: relative;
  z-index: 1;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  margin: 32px auto 20px;
  border: 1px solid rgba(255, 234, 0, 0.48);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 234, 0, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(5, 5, 5, 0.52);
  color: var(--yellow);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35), 0 0 34px rgba(255, 234, 0, 0.12);
}

.server-logo__crown {
  width: 68px;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.45));
}

.command-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-size: 44px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.command-card p {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  margin: 10px auto 20px;
  color: rgba(245, 247, 251, 0.72);
  line-height: 1.65;
  text-align: center;
}

.status-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.status-tile {
  padding: 16px;
  border: 1px solid rgba(255, 234, 0, 0.12);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.32);
  text-align: center;
}

.status-tile span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-tile strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: 23px;
}

.panel__actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.section {
  padding: 76px 0;
}

.section--compact {
  padding: 0 0 34px;
  margin-top: -62px;
}

.section-title-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  text-align: center;
}

.section-title-logo span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.82);
}

.section-title-logo span::before,
.section-title-logo span::after {
  content: "";
  width: clamp(42px, 8vw, 110px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 234, 0, 0.85));
}

.section-title-logo span::after {
  background: linear-gradient(90deg, rgba(255, 234, 0, 0.85), transparent);
}

.strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.strip span {
  padding: 11px 15px;
  border: 1px solid rgba(255, 234, 0, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(5, 5, 5, 0.32);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section__head {
  max-width: 720px;
  margin-bottom: 26px;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 234, 0, 0.82);
}

.section__kicker {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.62);
  white-space: nowrap;
}

.section__head p {
  max-width: 660px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 234, 0, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(5, 5, 5, 0.24);
  backdrop-filter: blur(8px);
  font-size: 17px;
  line-height: 1.65;
  text-wrap: balance;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.cta-card {
  border: 1px solid rgba(255, 234, 0, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 234, 0, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 5, 0.42);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.feature-card {
  min-height: 270px;
  padding: 24px;
  border-radius: 24px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.reveal-card,
.reveal-block,
.reveal-item {
  opacity: 0;
  transform: translateY(34px) scale(0.96);
  transform-origin: center bottom;
}

.reveal-card.is-visible,
.reveal-block.is-visible,
.reveal-item.is-visible {
  animation: featureImpact 0.72s cubic-bezier(0.18, 0.95, 0.28, 1.2) both;
}

.reveal-card.is-visible:nth-child(2),
.reveal-item.is-visible:nth-child(2) {
  animation-delay: 0.14s;
}

.reveal-card.is-visible:nth-child(3),
.reveal-item.is-visible:nth-child(3) {
  animation-delay: 0.28s;
}

.reveal-item.is-visible:nth-child(4) {
  animation-delay: 0.42s;
}

.reveal-item.is-visible:nth-child(5) {
  animation-delay: 0.56s;
}

@keyframes featureImpact {
  0% {
    opacity: 0;
    transform: translateY(42px) scale(0.94);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  }
  68% {
    opacity: 1;
    transform: translateY(-8px) scale(1.025);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.feature-card:hover {
  border-color: rgba(255, 234, 0, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 234, 0, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
}

.feature-card__num {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #050505;
  background: linear-gradient(135deg, #ffffff, var(--yellow) 42%, var(--yellow-dark));
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
}

.feature-card h3 {
  margin: 48px 0 10px;
  font-family: var(--display);
  font-size: clamp(26px, 2.2vw, 30px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-card p {
  margin: 0;
  color: rgba(245, 247, 251, 0.68);
  line-height: 1.7;
}

.section--cta {
  padding-top: 26px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 28px;
}

.cta-card > div {
  max-width: 720px;
}

.cta-card h2 {
  max-width: 720px;
  margin-top: 12px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.02;
  white-space: normal;
  text-wrap: balance;
}

.cta-card .section__kicker {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(255, 234, 0, 0.18);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.28);
}

.footer {
  padding: 24px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.65);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 60;
  max-width: min(560px, calc(100% - 32px));
  padding: 12px 15px;
  border: 1px solid rgba(255, 234, 0, 0.22);
  border-radius: 16px;
  color: rgba(245, 247, 251, 0.94);
  background: rgba(5, 5, 5, 0.88);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(16px);
}

.toast--show {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

@media (max-width: 980px) {
  .topbar__inner {
    gap: 14px;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 150px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__content {
    max-width: 720px;
  }

  .command-card {
    max-width: 560px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card h3 {
    margin-top: 28px;
    white-space: normal;
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .topbar__inner {
    padding-top: 16px;
  }

  .brand {
    gap: 3px;
    padding: 6px 12px 8px;
  }

  .brand__crown {
    width: 40px;
  }

  .brand__name::before,
  .brand__name::after {
    width: min(150px, 64vw);
  }

  .brand__name::before {
    margin-bottom: 6px;
  }

  .brand__name::after {
    margin-top: 6px;
  }

  .brand__name-main {
    font-size: clamp(28px, 10vw, 38px);
    letter-spacing: 0.09em;
    -webkit-text-stroke: 0;
  }

  .brand__name-country {
    margin-top: 4px;
    padding: 4px 10px 3px;
    font-size: clamp(12px, 4.3vw, 16px);
    letter-spacing: 0.22em;
    text-indent: 0.22em;
  }

  .brand__tag {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .hero {
    min-height: auto;
    padding: 178px 0 34px;
  }

  .hero__content {
    padding-left: 16px;
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.12) 70%, transparent);
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.92;
  }

  .hero__title-accent {
    padding-inline: 10px;
    border-radius: 10px;
  }

  .hero__tags {
    flex-wrap: wrap;
  }

  .hero__stats,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .command-card {
    width: 100%;
    margin-inline: auto;
    padding: 18px;
    border-radius: 28px;
  }

  .server-logo {
    width: 82px;
    height: 82px;
    margin-top: 24px;
  }

  .server-logo__crown {
    width: 58px;
  }

  .section {
    padding: 54px 0;
  }

  .section h2 {
    white-space: normal;
  }

  .section--compact {
    padding-top: 8px;
  }

  .strip {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
