@font-face {
  font-family: "Block Display";
  src: url("./fonts/block-display.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Block Text";
  src: url("./fonts/block-text.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #11130f;
  --ink-soft: #1c2018;
  --paper: #f5f3ec;
  --paper-dark: #e7e2d5;
  --green: #52b81f;
  --green-bright: #76d740;
  --green-dark: #2b6f16;
  --purple: #7060ff;
  --orange: #ff9f1c;
  --white: #ffffff;
  --shadow: 0 8px 0 rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  background: #07132a;
  color: var(--ink);
  font-family: "Block Text", Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

main,
footer {
  position: relative;
  z-index: 1;
}

.world-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 32%, rgba(88, 96, 184, 0.34), transparent 42%),
    linear-gradient(#071026 0%, #101d3b 48%, #182342 100%);
}

.world-layer {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: max(100vw, 182vh);
  max-width: none;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  will-change: transform;
  user-select: none;
}

.world-stars {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(187, 205, 255, 0.8) 0 1px, transparent 1.7px);
  background-position:
    0 0,
    47px 71px;
  background-size:
    118px 118px,
    173px 173px;
  animation: star-shimmer 5s steps(2, end) infinite;
}

.world-sky {
  z-index: 1;
  animation: sky-breathe 24s ease-in-out infinite alternate;
}

.world-clouds {
  z-index: 2;
  opacity: 0.82;
  animation: cloud-drift 46s linear infinite;
}

.world-background {
  z-index: 3;
  animation: far-parallax 18s ease-in-out infinite alternate;
}

.world-focus {
  z-index: 4;
  animation: focus-parallax 14s ease-in-out infinite alternate;
}

.world-foreground {
  z-index: 5;
  animation: near-parallax 11s ease-in-out infinite alternate;
}

.world-character {
  position: absolute;
  z-index: 6;
  bottom: 21%;
  left: -70px;
  width: 42px;
  height: 100px;
  filter: drop-shadow(6px 8px 2px rgba(0, 0, 0, 0.48));
  transform-origin: 50% 100%;
  will-change: transform;
}

.world-character span {
  position: absolute;
  display: block;
  image-rendering: pixelated;
}

.character-head {
  z-index: 3;
  top: 0;
  left: 8px;
  width: 28px;
  height: 28px;
  border: 4px solid #3a241c;
  background:
    linear-gradient(90deg, transparent 7px, #f7f7f7 7px 11px, #283462 11px 14px, transparent 14px 18px, #f7f7f7 18px 22px, #283462 22px 25px, transparent 25px),
    linear-gradient(#82563b 0 45%, #b77855 45%);
  box-shadow: inset 0 -5px 0 #6f402f;
}

.character-torso {
  z-index: 2;
  top: 28px;
  left: 6px;
  width: 32px;
  height: 36px;
  background: #35a6a8;
  box-shadow:
    inset 0 -7px 0 #217276,
    inset 5px 0 0 rgba(255, 255, 255, 0.12);
}

.character-arm {
  z-index: 1;
  top: 29px;
  width: 9px;
  height: 38px;
  background: linear-gradient(#35a6a8 0 58%, #a96b4b 58%);
  transform-origin: 50% 3px;
  animation: character-arm-swing 620ms steps(2, end) infinite alternate;
}

.character-arm-left {
  left: -2px;
}

.character-arm-right {
  right: -2px;
  animation-direction: alternate-reverse;
}

.character-leg {
  top: 63px;
  width: 14px;
  height: 37px;
  background: linear-gradient(#414caa 0 78%, #252b5e 78%);
  transform-origin: 50% 2px;
  animation: character-leg-swing 620ms steps(2, end) infinite alternate;
}

.character-leg-left {
  left: 7px;
}

.character-leg-right {
  right: 7px;
  animation-direction: alternate-reverse;
}

.world-character-one {
  animation: character-cross 32s linear infinite;
}

.world-character-two {
  bottom: 12%;
  animation: character-cross-reverse 41s linear 7s infinite;
}

.world-character-two .character-head {
  border-color: #a55c32;
  background:
    linear-gradient(90deg, transparent 7px, #f7f7f7 7px 11px, #36605a 11px 14px, transparent 14px 18px, #f7f7f7 18px 22px, #36605a 22px 25px, transparent 25px),
    linear-gradient(#d88953 0 42%, #d9a071 42%);
}

.world-character-two .character-torso,
.world-character-two .character-arm {
  background-color: #5aa44e;
}

.world-character-two .character-leg {
  background: linear-gradient(#5b4238 0 78%, #2b2524 78%);
}

.world-glow {
  position: absolute;
  z-index: 6;
  inset: 0;
  background:
    radial-gradient(circle at 52% 56%, rgba(125, 178, 255, 0.14), transparent 26%),
    linear-gradient(to bottom, rgba(5, 10, 24, 0.06), rgba(4, 8, 18, 0.22));
  animation: moon-glow 7s ease-in-out infinite alternate;
}

.world-vignette {
  position: absolute;
  z-index: 7;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(3, 7, 17, 0.08), transparent 24%, transparent 72%, rgba(3, 6, 14, 0.34)),
    radial-gradient(ellipse at center, transparent 46%, rgba(2, 5, 12, 0.52) 122%);
}

@keyframes star-shimmer {
  50% {
    opacity: 0.35;
  }
}

@keyframes sky-breathe {
  from {
    transform: translateX(-50%) scale(1.015);
  }

  to {
    transform: translateX(-50%) scale(1.055);
  }
}

@keyframes cloud-drift {
  from {
    transform: translateX(-52%) scale(1.04);
  }

  to {
    transform: translateX(-47%) scale(1.04);
  }
}

@keyframes far-parallax {
  from {
    transform: translateX(-50%) translateY(5px) scale(1.015);
  }

  to {
    transform: translateX(-50%) translateY(-9px) scale(1.035);
  }
}

@keyframes focus-parallax {
  from {
    transform: translateX(-50%) translateY(4px) scale(1.018);
  }

  to {
    transform: translateX(-50%) translateY(-14px) scale(1.048);
  }
}

@keyframes near-parallax {
  from {
    transform: translateX(-50%) translateY(8px) scale(1.035);
  }

  to {
    transform: translateX(-50%) translateY(-18px) scale(1.07);
  }
}

@keyframes moon-glow {
  from {
    opacity: 0.65;
  }

  to {
    opacity: 1;
  }
}

@keyframes character-cross {
  from {
    transform: translateX(-80px) scale(0.78);
  }

  49% {
    transform: translateX(calc(50vw - 21px)) translateY(-5px) scale(0.86);
  }

  to {
    transform: translateX(calc(100vw + 150px)) scale(0.78);
  }
}

@keyframes character-cross-reverse {
  from {
    transform: translateX(calc(100vw + 150px)) scaleX(-1) scale(0.68);
  }

  to {
    transform: translateX(-100px) scaleX(-1) scale(0.68);
  }
}

@keyframes character-arm-swing {
  from {
    transform: rotate(20deg);
  }

  to {
    transform: rotate(-20deg);
  }
}

@keyframes character-leg-swing {
  from {
    transform: rotate(14deg);
  }

  to {
    transform: rotate(-14deg);
  }
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--green-bright);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 15, 12, 0.94);
  color: var(--white);
  padding: 0 clamp(18px, 4vw, 68px);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-cube {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 3px solid #8fed56;
  background: var(--green-dark);
  box-shadow:
    inset -5px -5px 0 rgba(0, 0, 0, 0.25),
    4px 4px 0 rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-family: "Block Display", sans-serif;
  font-size: 1.55rem;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
}

.brand strong {
  font-family: "Block Display", sans-serif;
  font-size: 1.13rem;
  letter-spacing: 0.025em;
}

.brand small {
  margin-top: 5px;
  color: #a9b2a2;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  margin-left: auto;
  margin-right: clamp(20px, 4vw, 60px);
}

.desktop-nav a,
.header-cta {
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: #d7d9d3;
}

.desktop-nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--green-bright);
  content: "";
  transition: width 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  width: 100%;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #7466f5;
  background: #4e43bd;
  padding: 10px 16px;
  box-shadow: 3px 3px 0 #241d67;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #6759e8;
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 #241d67;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(118, 215, 64, 0.2);
}

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: min(920px, 100svh);
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(5, 9, 20, 0.08),
    rgba(5, 9, 20, 0.28)
  );
  color: var(--white);
}

.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(13, 19, 32, 0.02) 0, rgba(4, 7, 16, 0.48) 88%),
    linear-gradient(90deg, rgba(4, 7, 16, 0.42), transparent 28%, transparent 72%, rgba(4, 7, 16, 0.42));
}

.hero-grid,
.final-cta-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 70%, transparent);
}

.hero-content {
  width: min(960px, calc(100% - 40px));
  margin-top: 76px;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.eyebrow.light {
  justify-content: center;
  color: #d5d9d1;
}

.hero h1,
.section-heading h2,
.steps-intro h2,
.feature-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: "Block Display", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.91;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4rem, 9.1vw, 8.5rem);
  text-shadow:
    0 6px 0 #141713,
    0 10px 20px rgba(0, 0, 0, 0.6);
}

.hero h1 span,
.section-heading h2 span,
.feature-copy h2 span,
.final-cta h2 span {
  color: var(--green-bright);
}

.hero-copy {
  max-width: 720px;
  margin: 28px auto 0;
  color: #e8eae5;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.23rem);
  line-height: 1.65;
}

.hero-copy strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-bright);
  font-family: "Block Display", Impact, sans-serif;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.1;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 36px;
}

.pixel-button {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 3px solid #8ff158;
  background: var(--green);
  padding: 14px 22px;
  box-shadow:
    inset 0 -6px 0 var(--green-dark),
    var(--shadow);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 140ms ease,
    filter 140ms ease,
    box-shadow 140ms ease;
}

.pixel-button::before,
.pixel-button::after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--paper);
  content: "";
}

.pixel-button::before {
  top: -3px;
  left: -3px;
}

.pixel-button::after {
  right: -3px;
  bottom: -3px;
}

.pixel-button:hover,
.pixel-button:focus-visible {
  filter: brightness(1.12);
  transform: translate(-2px, -2px);
  box-shadow:
    inset 0 -6px 0 var(--green-dark),
    10px 10px 0 rgba(0, 0, 0, 0.32);
}

.pixel-button.large {
  min-width: 238px;
  min-height: 66px;
  font-size: 1rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  padding: 10px 2px 7px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--green-bright);
  color: var(--green-bright);
}

.platform-note {
  margin: 28px 0 0;
  color: #aab1a5;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.platform-note span {
  margin: 0 10px;
  color: var(--green-bright);
}

.hero-bottom {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: grid;
  height: 26px;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
}

.hero-bottom span {
  height: 12px;
  background: rgba(7, 11, 20, 0.82);
}

.hero-bottom span:nth-child(2),
.hero-bottom span:nth-child(5) {
  height: 26px;
}

.hero-bottom span:nth-child(3),
.hero-bottom span:nth-child(6) {
  height: 18px;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 10, 19, 0.76);
  color: #f4f6fb;
  backdrop-filter: blur(18px);
  padding: 26px clamp(20px, 5vw, 86px);
}

.stats-strip > div {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 24px;
}

.stats-strip > div:first-child {
  padding-left: 0;
}

.stats-strip > div:last-child {
  border-right: 0;
}

.stats-strip strong {
  font-family: "Block Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.stats-strip span {
  margin-top: 5px;
  color: #aeb7c4;
  font-family: Arial, sans-serif;
  font-size: 0.77rem;
}

.products-section,
.faq-section {
  padding: clamp(84px, 10vw, 150px) clamp(20px, 6vw, 96px);
}

.products-section {
  background: rgba(6, 10, 19, 0.74);
  color: #f4f6fb;
  backdrop-filter: blur(16px);
}

.server-context {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 11, 20, 0.8);
  color: var(--white);
  padding: clamp(82px, 10vw, 142px) clamp(20px, 8vw, 128px);
  backdrop-filter: blur(13px);
}

.server-context-copy h2 {
  margin: 0;
  font-family: "Block Display", Impact, sans-serif;
  font-size: clamp(3.2rem, 6.3vw, 6.5rem);
  font-weight: 400;
  line-height: 0.91;
  overflow-wrap: anywhere;
}

.server-context-copy,
.server-connect {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.server-context-copy .eyebrow {
  justify-content: flex-start;
}

.server-context-copy h2 span {
  color: var(--green-bright);
}

.server-context-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 30px;
  color: #c3cad6;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.server-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--green-bright);
  padding: 8px 0;
  color: var(--green-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.server-connect {
  position: relative;
  border: 3px solid rgba(143, 237, 86, 0.78);
  background:
    linear-gradient(rgba(12, 21, 34, 0.9), rgba(7, 12, 22, 0.92)),
    repeating-linear-gradient(
      0deg,
      transparent 0 23px,
      rgba(255, 255, 255, 0.045) 24px
    );
  padding: clamp(28px, 4vw, 46px);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.36),
    inset 0 0 38px rgba(83, 184, 31, 0.08);
}

.server-connect > p {
  margin: 0 0 24px;
  color: var(--green-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.server-connect > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 22px 0;
}

.server-connect span {
  color: #8993a3;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.server-connect strong {
  color: #f7f8fb;
  font-family: "Block Display", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 400;
  word-break: break-word;
}

.server-connect small {
  display: block;
  margin-top: 12px;
  color: #9ca5b2;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.65;
}

.section-heading {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.6fr);
  column-gap: 60px;
  align-items: end;
  margin: 0 auto 58px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  font-size: clamp(3rem, 6.6vw, 6.2rem);
}

.section-heading > p:last-child {
  max-width: 390px;
  margin: 0 0 5px;
  color: #bec5d0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.product-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  border: 3px solid rgba(233, 239, 248, 0.82);
  background: rgba(15, 20, 30, 0.94);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.62);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.72);
}

.card-image {
  position: relative;
  height: 238px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.2), transparent 43%),
    linear-gradient(145deg, #171d31, #0b0e17 72%);
}

.card-image::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.23) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.23) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
}

.card-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 52%);
  content: "";
}

.card-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 17px 30px 12px;
  filter: drop-shadow(0 18px 12px rgba(0, 0, 0, 0.5));
  transition: transform 400ms ease;
}

.product-card:hover .card-image img {
  transform: scale(1.045);
}

.card-number {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Block Display", sans-serif;
  font-size: 3.5rem;
}

.card-content {
  min-height: 310px;
  padding: 27px 25px 25px;
}

.card-content > p {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.product-card.orange .card-content > p {
  color: #b35900;
}

.product-card.purple .card-content > p {
  color: #5144cd;
}

.product-card.cyan .card-content > p {
  color: #067c8b;
}

.card-content h3 {
  min-height: 58px;
  margin: 0;
  font-family: "Block Display", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
}

.card-content > span {
  display: block;
  min-height: 92px;
  margin-top: 18px;
  color: #b4bdc9;
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1.58;
}

.card-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.card-content a b {
  font-size: 1.2rem;
}

.card-content a:hover,
.card-content a:focus-visible {
  color: var(--green-dark);
}

.steps-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(430px, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  background: rgba(12, 15, 20, 0.87);
  backdrop-filter: blur(14px);
  color: var(--white);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 8vw, 128px);
}

.steps-intro {
  align-self: center;
}

.steps-intro .eyebrow {
  justify-content: flex-start;
}

.steps-intro h2 {
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.steps-intro > p:last-child {
  max-width: 500px;
  margin: 28px 0 0;
  color: #bfc4bb;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  border-bottom: 1px solid #3c4138;
  padding: 32px 0;
}

.steps li:first-child {
  padding-top: 0;
}

.steps li > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid #559b34;
  background: #23351c;
  color: var(--green-bright);
  font-family: "Block Display", sans-serif;
  font-size: 1.45rem;
  box-shadow: 5px 5px 0 #090a08;
}

.steps h3 {
  margin: 4px 0 8px;
  font-family: "Block Display", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 400;
}

.steps p {
  margin: 0;
  color: #aeb4aa;
  font-family: Arial, sans-serif;
}

.discord-feature {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.05fr 0.95fr;
  background: rgba(7, 11, 20, 0.78);
  color: #f4f6fb;
  backdrop-filter: blur(14px);
}

.feature-image {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.feature-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(13, 15, 12, 0.32));
  content: "";
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-label {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  background: rgba(12, 14, 12, 0.86);
  color: var(--white);
  padding: 12px 15px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.feature-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(60px, 8vw, 120px);
}

.feature-copy h2 {
  font-size: clamp(3.3rem, 6vw, 6.4rem);
}

.feature-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 27px 0 20px;
  color: #bcc4cf;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.feature-copy ul {
  display: grid;
  gap: 11px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-family: Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
}

.feature-copy li::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  background: var(--green);
  content: "";
  box-shadow: 2px 2px 0 var(--green-dark);
}

.faq-section {
  display: grid;
  max-width: 1340px;
  grid-template-columns: minmax(280px, 0.65fr) minmax(500px, 1.2fr);
  gap: clamp(40px, 7vw, 100px);
  margin: 0 auto;
  background: rgba(6, 10, 19, 0.76);
  color: #f4f6fb;
  max-width: none;
  backdrop-filter: blur(16px);
}

.faq-heading h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.faq-list {
  border-top: 3px solid rgba(255, 255, 255, 0.74);
}

.faq-list details {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  gap: 16px;
  padding: 26px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--green-dark);
  font-family: "Block Display", sans-serif;
  font-size: 1.12rem;
}

.faq-list summary b {
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 680px;
  margin: -8px 46px 28px 64px;
  color: #b6bfcb;
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    rgba(75, 56, 185, 0.76),
    rgba(26, 20, 79, 0.84)
  );
  backdrop-filter: blur(8px);
  color: var(--white);
  padding: clamp(90px, 12vw, 170px) 20px;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  border: 30px solid rgba(255, 255, 255, 0.06);
  content: "";
  transform: rotate(45deg);
}

.final-cta::before {
  top: -70px;
  left: 7%;
}

.final-cta::after {
  right: 6%;
  bottom: -90px;
}

.final-cta-grid {
  opacity: 0.12;
  mask-image: none;
}

.final-cta h2 {
  font-size: clamp(4rem, 8.5vw, 8.3rem);
  text-shadow: 0 6px 0 rgba(15, 10, 45, 0.6);
}

.final-cta > p:not(.eyebrow) {
  max-width: 600px;
  margin: 28px auto 32px;
  color: #ded9ff;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
}

.final-cta .pixel-button {
  border-color: #a8ff72;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 36px;
  align-items: center;
  background: rgba(7, 8, 10, 0.94);
  backdrop-filter: blur(14px);
  color: #aeb3aa;
  padding: 42px clamp(20px, 5vw, 80px);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

.footer-brand > div {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  font-family: "Block Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.footer-brand div span {
  margin-top: 3px;
  color: #848b80;
  font-size: 0.72rem;
}

footer p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

footer > a {
  border-bottom: 1px solid #586052;
  padding-bottom: 4px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(74, 101, 182, 0.42), transparent 40%),
    linear-gradient(145deg, #071026, #171b33);
  color: var(--white);
}

.not-found {
  width: min(760px, calc(100% - 36px));
  border: 3px solid rgba(255, 255, 255, 0.78);
  background: rgba(8, 12, 18, 0.88);
  padding: clamp(36px, 7vw, 76px);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.48);
  text-align: center;
}

.not-found h1 {
  margin: 14px 0 22px;
  font-family: "Block Display", Impact, sans-serif;
  font-size: clamp(3.3rem, 10vw, 7rem);
  font-weight: 400;
  line-height: 0.92;
}

.not-found > p:not(.eyebrow) {
  margin: 0 auto 32px;
  color: #c6cbd4;
  font-family: Arial, sans-serif;
}

:focus-visible {
  outline: 3px solid #ffd74a;
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-strip > div:nth-child(2) {
    border-right: 0;
  }

  .stats-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 20px;
  }

  .stats-strip > div:nth-child(n + 3) {
    padding-top: 20px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .server-context {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    max-width: 660px;
    margin-top: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-card:last-child .card-image {
    height: 100%;
  }

  .steps-section {
    grid-template-columns: 1fr;
  }

  .steps-intro {
    max-width: 720px;
  }

  .discord-feature {
    grid-template-columns: 1fr;
  }

  .feature-image {
    min-height: 500px;
    height: 62vw;
    max-height: 680px;
  }

  .feature-copy {
    padding: 80px clamp(20px, 8vw, 90px);
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .world-layer {
    width: max(190vw, 182vh);
  }

  .world-focus {
    left: 58%;
  }

  .world-character {
    bottom: 18%;
    opacity: 0.78;
  }

  .world-character-two {
    display: none;
  }

  .site-header {
    height: 66px;
    padding: 0 15px;
  }

  .brand-cube {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    font-size: 0.56rem;
  }

  .header-cta {
    padding: 9px 11px;
    font-size: 0.65rem;
  }

  .hero {
    min-height: 720px;
    height: 100svh;
    background-position: 58% 50%;
  }

  .hero-content {
    margin-top: 66px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12.8vw, 4rem);
    line-height: 0.92;
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .pixel-button {
    width: 100%;
    max-width: 330px;
  }

  .stats-strip {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }

  .stats-strip > div,
  .stats-strip > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 17px 0;
  }

  .stats-strip > div:nth-child(-n + 2),
  .stats-strip > div:nth-child(n + 3) {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .stats-strip > div:last-child {
    border-bottom: 0;
  }

  .products-section,
  .faq-section {
    padding: 76px 18px;
  }

  .server-context {
    padding: 74px 18px;
    overflow: hidden;
  }

  .server-context-copy h2 {
    font-size: 11.5vw;
  }

  .server-connect strong {
    overflow-wrap: anywhere;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .steps-intro h2,
  .feature-copy h2,
  .faq-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-card:last-child {
    display: block;
    grid-column: auto;
  }

  .product-card:last-child .card-image {
    height: 238px;
  }

  .steps-section {
    padding: 76px 20px;
  }

  .steps li {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .steps li > span {
    width: 48px;
    height: 48px;
    font-size: 1.08rem;
  }

  .steps h3 {
    margin-top: 0;
  }

  .feature-image {
    min-height: 380px;
    height: 70vw;
  }

  .feature-copy {
    padding: 72px 20px 80px;
  }

  .feature-copy ul {
    font-size: 0.87rem;
  }

  .faq-list summary {
    grid-template-columns: 35px 1fr 24px;
    gap: 10px;
    font-size: 0.9rem;
  }

  .faq-list details > p {
    margin-right: 20px;
    margin-left: 45px;
    font-size: 0.92rem;
  }

  .final-cta {
    padding: 90px 18px;
  }

  .final-cta h2 {
    font-size: clamp(3.5rem, 18vw, 5.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
