:root {
  --ink: #120b0a;
  --ink-soft: #1c100e;
  --panel: #24110e;
  --orange: #e04a1d;
  --amber: #ffb33a;
  --cream: #fff0cc;
  --muted: #c9af91;
  --green: #7fd54a;
  --line: rgba(255, 179, 58, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 20;
  transform: translateY(-140%);
  padding: 12px 16px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
  transition: .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.hero {
  min-height: 900px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #110a09;
  background-image: url("vufu-hero-bg.png");
  background-image: image-set(url("vufu-hero-bg.webp") type("image/webp"), url("vufu-hero-bg.png") type("image/png"));
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 7, 7, .96) 0%, rgba(13, 7, 7, .82) 35%, rgba(13, 7, 7, .2) 64%, rgba(13, 7, 7, .12)),
    linear-gradient(0deg, #110908 0%, transparent 30%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.nav {
  height: 106px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.nav::after { content:""; position:absolute; bottom:-3px; left:0; right:0; height:1px; background:rgba(224,74,29,.25); }
.brand { display:flex; align-items:center; gap:14px; }
.brand-mark {
  width: 50px; height: 50px; display:grid; place-items:center;
  color: var(--cream); font: 900 28px/1 Georgia, serif;
  background: linear-gradient(135deg, #ff8a24, #9e2517);
  clip-path: polygon(50% 0, 94% 24%, 82% 78%, 50% 100%, 18% 78%, 6% 24%);
  filter: drop-shadow(0 0 14px rgba(224,74,29,.45));
}
.brand strong { display:block; letter-spacing:.08em; font: 900 25px/1 "Courier New", monospace; text-shadow: 2px 2px #7a2018; }
.brand small { display:block; margin-top:6px; color:var(--amber); font-size:10px; letter-spacing:.34em; }
.nav-links { display:flex; align-items:stretch; align-self:stretch; gap:34px; }
.nav-links a { position:relative; display:flex; align-items:center; color:#e8d8c4; font-weight:600; }
.nav-links a::after { content:""; position:absolute; left:50%; right:50%; bottom:0; height:3px; background:var(--orange); box-shadow:0 0 10px var(--orange); transition:.2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { left:0; right:0; }
.nav-links a.active { color:var(--amber); }
.nav-toggle, .nav-button { display:none; }

.hero-content { position:relative; z-index:2; display:flex; align-items:center; flex:1; padding:64px 0 170px; }
.hero-copy { width:min(650px, 54%); }
.eyebrow {
  display:inline-flex; align-items:center; gap:12px; padding:13px 18px;
  border:1px solid var(--orange); background:rgba(28,13,11,.76);
  color:var(--amber); font-weight:800; letter-spacing:.03em;
  box-shadow:inset 0 0 20px rgba(224,74,29,.08);
}
.eyebrow span { color:var(--orange); } .eyebrow b { color:#805034; }
h1, h2, h3 { margin:0; }
h1 {
  margin-top:30px; font:900 clamp(54px, 5.4vw, 80px)/1.08 "Courier New", monospace;
  letter-spacing:-.065em; text-wrap:balance;
  text-shadow:3px 4px 0 #632015, 0 0 26px rgba(255,179,58,.14);
}
h1 em, h2 em { color:var(--amber); font-style:normal; }
.pixel-divider { display:flex; align-items:center; gap:12px; width:300px; margin:26px 0; color:var(--orange); }
.pixel-divider i { height:1px; flex:1; background:linear-gradient(90deg, var(--orange), transparent); }
.pixel-divider i:last-child { transform:scaleX(-1); }
.hero-copy > p { max-width:610px; margin:0; color:#ead8c3; font-size:20px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; gap:20px; margin-top:32px; }
.button {
  min-height:56px; display:inline-flex; align-items:center; justify-content:center; gap:12px;
  padding:0 26px; border:1px solid var(--amber); color:var(--cream);
  font-weight:900; letter-spacing:.02em; transition:.2s ease;
  clip-path:polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}
.button:hover { transform:translateY(-2px); filter:brightness(1.12); }
.button-primary { background:linear-gradient(135deg, #c93117, #8e1f13); box-shadow:0 0 22px rgba(224,74,29,.3), inset 0 0 0 3px rgba(18,11,10,.4); }
.button-ghost { background:rgba(13,7,7,.72); }
.stats {
  position:absolute; z-index:3; left:50%; bottom:26px; transform:translateX(-50%);
  display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
}
.stats article {
  min-height:122px; display:flex; align-items:center; gap:16px; padding:22px;
  background:rgba(22,10,9,.9); border:1px solid rgba(255,179,58,.22);
  box-shadow:inset 0 0 0 3px rgba(86,35,22,.28);
}
.stat-icon { width:60px; height:60px; display:grid; place-items:center; flex:0 0 auto; border:1px solid #835322; color:var(--amber); font-size:25px; }
.stat-icon.online { color:var(--green); font-size:15px; }
.stat-icon.red { color:#f24b32; }.stat-icon.gold { color:#ffc655; }
.stats strong { display:block; color:var(--amber); font:900 27px/1 "Courier New", monospace; }
.stats article:first-child strong { color:var(--green); }
.stats strong i { display:inline-block; width:9px; height:9px; border-radius:50%; background:var(--green); animation:pulse 1.8s infinite; }
.stats small { display:block; margin-top:8px; color:#d5bea1; line-height:1.35; }

.ad-section {
  padding: 28px 0;
  background: #100907;
  border-block: 1px solid rgba(255, 179, 58, .12);
}
.ad-card {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
  color: #9b8068;
  background:
    linear-gradient(135deg, rgba(255,179,58,.055), rgba(224,74,29,.025)),
    rgba(18, 11, 10, .86);
  border: 1px dashed rgba(255, 179, 58, .28);
  box-shadow: inset 0 0 0 3px rgba(86, 35, 22, .16);
}
.ad-card span {
  color: var(--amber);
  font: 900 12px/1 "Courier New", monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.ad-card p { max-width: 760px; margin: 0; line-height: 1.55; }

.section { padding:120px 0; }
.section[id] { scroll-margin-top: 30px; }
.intro { background:radial-gradient(circle at 50% 0, rgba(124,38,19,.18), transparent 44%), #130c0a; }
.content-section, .faq-section { content-visibility:auto; contain-intrinsic-size:1px 760px; }
.section-heading { max-width:760px; }
.kicker { display:inline-block; color:var(--orange); font:900 13px/1 "Courier New", monospace; letter-spacing:.22em; }
.section-heading h2, .mod-copy h2, .community h2 {
  margin-top:18px; font:900 clamp(38px, 4vw, 58px)/1.14 "Courier New", monospace; letter-spacing:-.055em;
}
.section-heading > p { color:var(--muted); font-size:18px; line-height:1.75; }
.feature-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; margin-top:60px; }
.feature-card {
  position:relative; min-height:340px; padding:34px; overflow:hidden;
  background:linear-gradient(145deg, #211310, #160d0b); border:1px solid var(--line);
  transition:.25s ease;
}
.feature-card::after { content:""; position:absolute; top:0; left:0; width:56px; height:3px; background:var(--orange); }
.feature-card:hover { transform:translateY(-6px); border-color:rgba(255,179,58,.5); box-shadow:0 18px 40px rgba(0,0,0,.22); }
.feature-icon { width:58px; height:58px; display:grid; place-items:center; margin-bottom:26px; border:1px solid var(--orange); color:var(--amber); font-size:26px; background:#2d1510; }
.card-tag { color:#9e6640; font:700 11px/1 monospace; letter-spacing:.15em; }
.feature-card h3 { margin-top:12px; font:900 25px/1.2 "Courier New", monospace; }
.feature-card p { color:var(--muted); line-height:1.7; }
.feature-card a { position:absolute; bottom:30px; color:var(--amber); font-weight:800; }
.feature-card a span { margin-left:8px; }

.mod-section { background:#0d0908; border-block:1px solid var(--line); }
.mod-layout { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.mod-console { border:1px solid #7d3b24; padding:12px; background:#1b100e; box-shadow:20px 22px 0 rgba(95,34,20,.14); }
.console-top { height:42px; display:flex; align-items:center; gap:8px; padding:0 12px; border-bottom:1px solid #5a2e20; color:#9f6e4e; font:12px monospace; letter-spacing:.1em; }
.console-top i { width:8px; height:8px; background:#96331f; }.console-top i:nth-child(2){background:#bd682c}.console-top i:nth-child(3){background:#826a2b}
.console-top span { margin-left:auto; }
.console-screen {
  min-height:430px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:
    linear-gradient(rgba(23,9,7,.45), rgba(23,9,7,.45)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.025) 3px 4px),
    radial-gradient(circle, #682310, #170b09 66%);
}
.console-badge { padding:7px 12px; border:1px solid #8d4928; color:#d78640; font:11px monospace; letter-spacing:.18em; }
.pixel-sword { margin:24px 0 12px; font-size:88px; filter:drop-shadow(0 0 18px #df4a1d); }
.console-screen strong { font:900 34px monospace; color:var(--amber); letter-spacing:.08em; }
.console-screen small { margin-top:12px; color:#c17945; font:12px monospace; }
.loading { width:220px; height:9px; margin-top:30px; padding:2px; border:1px solid #71351f; }.loading i { display:block; width:82%; height:100%; background:linear-gradient(90deg,var(--orange),var(--amber)); }
.mod-copy > p { color:var(--muted); font-size:18px; line-height:1.75; }
.mod-copy ul { list-style:none; padding:0; margin:30px 0; display:grid; gap:20px; }
.mod-copy li { display:flex; gap:16px; }
.mod-copy li > span { width:28px; height:28px; display:grid; place-items:center; flex:0 0 auto; border:1px solid var(--orange); color:var(--amber); }
.mod-copy li strong, .mod-copy li small { display:block; }.mod-copy li small { margin-top:5px; color:#a98f76; line-height:1.5; }

.content-section {
  background: radial-gradient(circle at 15% 10%, rgba(255,179,58,.1), transparent 30%), #120b0a;
}
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: start;
}
.ad-card-side {
  position: sticky;
  top: 18px;
  min-height: 300px;
}
.update-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
}
.update-card {
  min-height: 230px;
  padding: 30px;
  background: linear-gradient(145deg, #20120f, #130b09);
  border: 1px solid rgba(255, 179, 58, .18);
}
.update-card h3 {
  margin-top: 14px;
  font: 900 24px/1.25 "Courier New", monospace;
}
.update-card p {
  color: var(--muted);
  line-height: 1.7;
}

.journey { background:linear-gradient(180deg,#160d0b,#110a09); }
.centered { margin-inline:auto; text-align:center; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:72px; }
.steps article { position:relative; text-align:center; padding:0 46px; }
.step-num { width:70px; height:70px; display:grid; place-items:center; margin:auto; border:1px solid var(--orange); background:#22100d; color:var(--amber); font:900 24px monospace; transform:rotate(45deg); }
.step-num::first-line { transform:rotate(-45deg); }
.steps article h3 { margin-top:40px; font:900 22px monospace; }
.steps article p { color:var(--muted); line-height:1.7; }
.step-line { position:absolute; top:34px; left:calc(50% + 58px); width:calc(100% - 116px); border-top:1px dashed #6d3320; }
.steps article:last-child .step-line { display:none; }

.faq-section {
  background: #0f0908;
  border-top: 1px solid rgba(255,179,58,.14);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 18px;
}
.faq-list article {
  padding: 26px;
  background: #1a0f0d;
  border: 1px solid rgba(255, 179, 58, .18);
}
.faq-list h3 {
  color: var(--amber);
  font: 900 21px/1.35 "Courier New", monospace;
}
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.community {
  position:relative; overflow:hidden; padding:120px 0;
  background:radial-gradient(circle at 75% 50%, rgba(216,67,26,.33), transparent 28%), linear-gradient(115deg,#32120d,#130a08 65%);
  border-block:1px solid #6a2b1c;
}
.community::after { content:"V"; position:absolute; right:7%; top:50%; transform:translateY(-50%); color:rgba(255,179,58,.05); font:900 350px/1 Georgia; }
.community-inner { position:relative; z-index:1; }
.community h2 { max-width:800px; }
.community p { max-width:680px; color:#cfb59b; font-size:18px; line-height:1.75; }
.community-actions { display:flex; align-items:center; gap:26px; margin-top:34px; }
.community-note { color:#b9a088; }.community-note i { display:inline-block; width:9px; height:9px; margin-right:8px; background:var(--green); border-radius:50%; animation:pulse 1.8s infinite; }

footer { background:#090605; padding:60px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.1fr 1fr auto; gap:60px; align-items:center; }
.footer-grid p { color:#8f7864; line-height:1.7; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px 30px; color:#cbb295; }
.footer-links a:hover { color:var(--amber); }
.copyright { display:flex; justify-content:space-between; margin-top:46px; padding-top:24px; border-top:1px solid #2e1a15; color:#705d4e; font-size:13px; }
.copyright a:hover { color: var(--amber); }

.page {
  min-height: 100vh;
  background: #120b0a;
}
.page-hero {
  padding: 58px 0 90px;
  background:
    radial-gradient(circle at 82% 22%, rgba(224,74,29,.26), transparent 30%),
    linear-gradient(135deg, #24110e, #0f0908 70%);
  border-bottom: 1px solid rgba(255,179,58,.18);
}
.page-hero .brand { margin-bottom: 70px; }
.page-hero h1 {
  max-width: 860px;
  margin-top: 20px;
  font-size: clamp(42px, 6vw, 72px);
}
.page-hero p {
  max-width: 760px;
  color: #d7bea2;
  font-size: 19px;
  line-height: 1.75;
}
.legal-section {
  padding: 70px 0 110px;
  background: radial-gradient(circle at 20% 0, rgba(255,179,58,.09), transparent 32%), #100907;
}
.legal-card {
  max-width: 900px;
  padding: 44px;
  background: #1a0f0d;
  border: 1px solid rgba(255,179,58,.2);
}
.legal-card h2 {
  margin-top: 34px;
  color: var(--amber);
  font: 900 25px/1.3 "Courier New", monospace;
}
.legal-card h2:first-child { margin-top: 0; }
.legal-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

@keyframes pulse { 50% { opacity:.42; box-shadow:0 0 12px var(--green); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { animation:none !important; transition:none !important; } }

@media (max-width: 980px) {
  .shell { width:min(100% - 40px, 760px); }
  .hero { min-height:980px; background-position:62% top; }
  .nav { height:84px; }
  .nav-button { display:grid; gap:5px; cursor:pointer; }
  .nav-button span { display:block; width:26px; height:2px; background:var(--cream); }
  .nav-links {
    position:absolute; top:84px; left:0; right:0; display:none; height:auto; padding:18px;
    background:#160c0b; border:1px solid #5f281b; flex-direction:column; gap:0;
  }
  .nav-links a { padding:14px; }
  .nav-toggle:checked ~ .nav-links { display:flex; }
  .hero-content { padding:60px 0 390px; align-items:flex-start; }
  .hero-copy { width:100%; max-width:650px; }
  .stats { grid-template-columns:1fr 1fr; bottom:30px; }
  .feature-grid { grid-template-columns:1fr; }
  .mod-layout { grid-template-columns:1fr; gap:70px; }
  .content-layout, .faq-layout { grid-template-columns:1fr; gap:44px; }
  .ad-card-side { position:static; min-height:160px; }
  .update-grid { grid-template-columns:1fr; }
  .steps article { padding-inline:18px; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
}

@media (max-width: 640px) {
  .shell { width:calc(100% - 28px); }
  .brand strong { font-size:18px; }.brand-mark { width:42px; height:42px; }
  .hero { min-height:1120px; background-position:69% top; }
  .hero::before { background:linear-gradient(90deg,rgba(13,7,7,.97),rgba(13,7,7,.65)), linear-gradient(0deg,#110908 0%,transparent 45%); }
  .hero-content { padding-top:46px; padding-bottom:610px; }
  .eyebrow { font-size:12px; padding:10px 12px; }
  h1 { font-size:44px; }
  .hero-copy > p { font-size:17px; }
  .hero-actions { display:grid; }
  .button { width:100%; }
  .stats { grid-template-columns:1fr; gap:8px; bottom:18px; }
  .stats article { min-height:90px; padding:14px 18px; }
  .stat-icon { width:48px; height:48px; }
  .stats strong { font-size:22px; }
  .stats small { margin-top:3px; }
  .section { padding:84px 0; }
  .section-heading h2, .mod-copy h2, .community h2 { font-size:37px; }
  .feature-grid { margin-top:40px; }
  .feature-card { min-height:360px; }
  .console-screen { min-height:340px; }
  .steps { grid-template-columns:1fr; gap:58px; }
  .step-line { display:none; }
  .steps article { padding:0 10px; }
  .community-actions { align-items:flex-start; flex-direction:column; }
  .footer-links { flex-wrap:wrap; }
  .copyright { flex-direction:column; gap:12px; }
  .page-hero { padding:42px 0 64px; }
  .page-hero .brand { margin-bottom:48px; }
  .legal-card { padding:28px; }
}
