:root {
  color-scheme: dark;
  --bg: #090807;
  --panel: #12100e;
  --panel-2: #18130f;
  --line: #3a2a1d;
  --gold: #e4ad58;
  --gold-light: #f3d59f;
  --red: #b43c2f;
  --text: #f4eee5;
  --muted: #a89e93;
  --green: #76d39a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(228, 173, 88, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 173, 88, .035) 1px, transparent 1px),
    radial-gradient(circle at 82% 4%, rgba(130, 37, 24, .16), transparent 31rem),
    var(--bg);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: .12em; }
.brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #96662e;
  background: linear-gradient(145deg, #452314, #17110d);
  color: var(--gold-light);
  font: 800 12px Georgia, serif;
  transform: rotate(-3deg);
}
.site-header nav, footer div:last-child { display: flex; gap: 26px; }
.site-header nav a, footer a { color: var(--muted); font-size: 14px; text-decoration: none; }
.site-header nav a:hover, footer a:hover { color: var(--gold-light); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 54px;
  padding: 72px 0 86px;
  border-bottom: 1px solid var(--line);
}
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .19em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0; font-size: clamp(58px, 7vw, 98px); line-height: .87; letter-spacing: -.055em; }
.app-name { color: var(--gold-light); font-size: .42em; letter-spacing: .08em; text-transform: none; }
.lead { max-width: 610px; margin: 29px 0; color: #c7beb4; font-size: 19px; line-height: 1.7; }
.lead strong { color: var(--text); font-weight: 650; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.hero-actions span { color: var(--muted); font-size: 13px; }
.button { display: inline-flex; min-height: 48px; align-items: center; padding: 0 21px; text-decoration: none; font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.button.primary { color: #1b1008; background: var(--gold); box-shadow: 0 7px 30px rgba(228, 173, 88, .17); }
.trust-list { display: flex; gap: 25px; padding: 0; margin: 33px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-list li::before { content: "◆"; margin-right: 8px; color: var(--green); font-size: 8px; }

.hero-art { position: relative; min-height: 490px; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 65%, #32170f, #0e0c0a 62%); }
.hero-art::after { content: ""; position: absolute; inset: auto 4% 7% 4%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); box-shadow: 0 0 24px #b56a2d; }
.hero-art img { position: absolute; bottom: 7%; z-index: 1; height: 78%; width: 50%; object-fit: contain; filter: drop-shadow(0 15px 18px #000); }
.hero-warrior { left: -1%; }
.hero-boss { right: -2%; }
.versus { position: absolute; z-index: 2; inset: 49% auto auto 50%; transform: translate(-50%, -50%); color: var(--gold-light); font: 900 20px Georgia, serif; text-shadow: 0 0 25px var(--red); }
.battle-line { position: absolute; z-index: 3; left: 50%; top: 8%; transform: translateX(-50%); width: max-content; max-width: 90%; display: flex; align-items: center; gap: 18px; padding: 12px 18px; border: 1px solid #714421; background: rgba(10, 8, 7, .9); }
.battle-line b { font-family: Georgia, serif; color: var(--gold-light); }
.battle-line span { color: #ff725f; font-size: 23px; font-weight: 900; }

.section-block { padding: 94px 0; }
.section-title { display: flex; align-items: end; justify-content: space-between; }
h2 { margin: 0; color: #f0e4d4; font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.035em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 43px; }
.steps article { padding: 29px; min-height: 235px; border: 1px solid var(--line); background: rgba(18, 16, 14, .83); }
.steps article > b { color: var(--gold); font: 700 13px Georgia, serif; }
.steps h3 { margin: 44px 0 11px; font-size: 24px; }
.steps p, .privacy-card > p { color: var(--muted); line-height: 1.65; }

.commands-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 82px 58px; border: 1px solid #56351e; background: linear-gradient(135deg, #18110d, #0f0d0c); }
.command-list { display: grid; gap: 10px; }
.command-list code { display: flex; justify-content: space-between; gap: 20px; padding: 17px; border: 1px solid #322820; background: #0b0a09; color: var(--gold-light); font-size: 14px; }
.command-list span { color: var(--muted); font-family: Inter, sans-serif; font-size: 12px; }
.privacy-card { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 45px; margin: 90px 0; padding: 42px; border: 1px solid var(--line); background: var(--panel); }
.privacy-card h2 { font-size: 36px; }
.privacy-card a { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 124px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand span { width: 34px; height: 34px; }
footer div:last-child { justify-content: flex-end; }

.legal-main { max-width: 900px; padding: 74px 0 100px; }
.legal-hero { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(48px, 7vw, 76px); line-height: 1; }
.legal-hero .lead { max-width: 760px; margin-bottom: 0; }
.legal-content { padding-top: 26px; }
.legal-content section { padding: 26px 0; border-bottom: 1px solid #241d18; }
.legal-content h2 { margin-bottom: 14px; font-size: 27px; }
.legal-content p, .legal-content li { color: #c1b7ac; line-height: 1.75; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--gold-light); }
.notice { padding: 19px 21px; border-left: 3px solid var(--gold); background: #17120e; color: #d6c5b1; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-art { min-height: 430px; }
  .steps { grid-template-columns: 1fr; }
  .commands-section, .privacy-card { grid-template-columns: 1fr; padding: 38px 28px; }
  footer { grid-template-columns: 1fr; padding: 34px 0; }
  footer div:last-child { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .site-header nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; gap: 32px; padding-bottom: 55px; }
  h1 { font-size: 53px; }
  .lead { font-size: 16px; }
  .hero-actions, .trust-list { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 350px; }
  .hero-art img { height: 70%; width: 54%; }
  .commands-section { margin-inline: -1px; }
  .command-list code { flex-direction: column; }
}
