* {
  box-sizing: border-box;
}

:root {
  --bg: #110f14;
  --panel: #1b1721;
  --panel-2: #261f2f;
  --text: #f5efe6;
  --muted: #c6b9a8;
  --gold: #d4a84f;
  --gold-dark: #9c7330;
  --line: rgba(255, 255, 255, .12);
  --shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(212, 168, 79, .18), transparent 32rem),
    radial-gradient(circle at 90% 0%, rgba(111, 65, 150, .18), transparent 28rem),
    var(--bg);
}

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

.hero {
  min-height: 100vh;
  padding: 28px clamp(18px, 4vw, 64px) 70px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% -10%;
  height: 320px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .42));
  pointer-events: none;
}

.nav {
  max-width: 1180px;
  margin: 0 auto 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--gold);
}

.logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.logo span {
  display: inline-block;
}

.brand-subtitle {
  margin: -8px 0 20px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}

.brand-emblem {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 6px;
  box-shadow: 0 12px 36px rgba(0,0,0,.22);
  z-index: 2;
}

.nav-link {
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
}

.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 14px;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(46px, 7vw, 88px);
  line-height: .92;
  margin-bottom: 22px;
  max-width: 820px;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.lead {
  font-size: clamp(18px, 2vw, 23px);
  color: var(--muted);
  line-height: 1.55;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  background: linear-gradient(135deg, var(--gold), #f1cf78);
  color: #1a1208;
  box-shadow: 0 14px 36px rgba(212, 168, 79, .24);
}

.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, .04);
  color: var(--text);
}

.full {
  width: 100%;
  font-size: 16px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
}

.mini-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.mini-stats strong {
  display: block;
  font-size: 20px;
}

.mini-stats span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
}

.cover-card {
  min-height: 560px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border-radius: 34px;
  padding: 26px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.moon {
  position: absolute;
  top: 44px;
  right: 52px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: radial-gradient(circle, #f8ecd1, #d1b16f 70%);
  box-shadow: 0 0 70px rgba(248, 236, 209, .3);
}

.box-art {
  position: absolute;
  inset: 26px 26px 112px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20,15,28,.2), rgba(20,15,28,.9)),
    linear-gradient(135deg, #2b2335, #100e14);
}

.forest {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 45%, rgba(0,0,0,.34) 45% 48%, transparent 48%),
    linear-gradient(80deg, transparent 0 38%, rgba(0,0,0,.42) 38% 41%, transparent 41%),
    repeating-linear-gradient(90deg, rgba(0,0,0,.35) 0 12px, transparent 12px 40px);
  opacity: .8;
}

.road {
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 220px;
  height: 420px;
  transform: translateX(-50%) perspective(300px) rotateX(55deg);
  background: linear-gradient(90deg, transparent, rgba(212,168,79,.38), transparent);
  filter: blur(.3px);
}

.carriage {
  position: absolute;
  left: 50%;
  bottom: 108px;
  transform: translateX(-50%);
  width: 150px;
  height: 110px;
  border: 2px solid rgba(212,168,79,.55);
  border-radius: 20px 20px 12px 12px;
  display: grid;
  place-items: center;
  font-size: 56px;
  color: var(--gold);
  background: rgba(0,0,0,.38);
  box-shadow: 0 22px 70px rgba(0,0,0,.48);
}

.cover-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 22px;
  background: rgba(0, 0, 0, .28);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.cover-caption strong,
.cover-caption span {
  display: block;
}

.cover-caption span {
  color: var(--muted);
  margin-top: 5px;
}

.section {
  padding: 84px clamp(18px, 4vw, 64px);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-head p:not(.eyebrow),
.two-col p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 18px;
}

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

.card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255, 255, 255, .045);
  min-height: 210px;
}

.card p,
.price-card p {
  color: var(--muted);
  line-height: 1.58;
}

.dark {
  background: rgba(0,0,0,.24);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.two-col {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 42px;
  align-items: center;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 18px 20px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
}

.price-card {
  position: relative;
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(212,168,79,.16), rgba(255,255,255,.045));
  border-color: rgba(212,168,79,.42);
  transform: translateY(-10px);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(212,168,79,.18);
  border: 1px solid rgba(212,168,79,.44);
  color: #f7d88e;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.price {
  color: var(--gold) !important;
  font-size: 30px;
  font-weight: 900;
  margin: 10px 0 14px;
}

.preorder {
  padding-bottom: 110px;
}

.form-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 34px;
  align-items: start;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.form-copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 18px;
}

.note {
  margin-top: 28px;
  padding: 18px;
  background: rgba(212,168,79,.12);
  border: 1px solid rgba(212,168,79,.34);
  border-radius: 18px;
  color: #f5ddb0;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .26);
  color: var(--text);
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(212,168,79,.65);
}

.status {
  margin: 0;
  min-height: 24px;
  color: var(--gold);
  line-height: 1.45;
}

.footer {
  padding: 28px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .hero-grid,
  .two-col,
  .form-wrap {
    grid-template-columns: 1fr;
  }

  .cards,
  .price-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .cover-card {
    min-height: 440px;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 900px) {
  .logo img { width: 44px; height: 44px; }
  .logo span { font-size: 14px; }
  .brand-emblem { width: 78px; height: 78px; }
}


.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.demo-section {
  padding-top: 32px;
}

.demo-download {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 38px);
  background:
    radial-gradient(circle at 10% 20%, rgba(212,168,79,.16), transparent 22rem),
    rgba(255, 255, 255, .045);
  box-shadow: var(--shadow);
}

.demo-download p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  font-size: 18px;
  margin-bottom: 0;
}

.consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  padding: 0;
}

.consent span {
  color: var(--muted);
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    gap: 18px;
  }

  .nav-actions {
    justify-content: flex-start;
  }

  .demo-download {
    grid-template-columns: 1fr;
  }

  .demo-download .btn {
    width: 100%;
  }
}


.consent a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px clamp(18px, 4vw, 64px) 90px;
  color: var(--text);
}

.legal-page h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin: 24px 0 28px;
}

.legal-page h2 {
  font-size: 26px;
  margin-top: 34px;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.legal-back {
  display: inline-flex;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
}

.legal-note {
  margin-top: 36px;
  padding: 18px;
  border: 1px solid rgba(212,168,79,.34);
  border-radius: 18px;
  background: rgba(212,168,79,.10);
}


.social-preorder { padding-top: 40px; }

.social-preorder-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 34px;
  align-items: center;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(212, 168, 79, .35);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 168, 79, .18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  box-shadow: var(--shadow);
}

.social-preorder-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  font-size: 18px;
  max-width: 760px;
}

.social-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.social-points span {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .18);
  color: #efe2ce;
  font-size: 14px;
  font-weight: 700;
}

.social-preorder-action {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .22);
}

.social-preorder-action p {
  margin-bottom: 16px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 900px) {
  .social-preorder-card { grid-template-columns: 1fr; }
  .social-preorder-action { padding: 18px; }
}
