/* ── Reset ── */

* {
  margin: 0;
  padding: 0;
}

/* ── Base ── */

html, body {
  background: #000008 url('../images/stars.png') repeat;
  color: #e0e0e0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
}

/* ── Links ── */

a {
  color: #c0deff;
  text-decoration: none;
}

a:hover {
  color: #e8f2ff;
  text-decoration: underline;
}

/* ── Typography ── */

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.4em;
  font-weight: 800;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.75em;
}

p {
  margin-bottom: 1.1em;
}

/* ── Navigation ── */

.topnav {
  text-align: center;
  padding: 16px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #222;
  background: #000;
}

.topnav a {
  color: #c0deff;
  text-decoration: none;
  padding: 4px 8px;
}

.topnav a:hover {
  color: #fff;
  text-decoration: underline;
}

.topnav a.active {
  color: #666;
}

.nav-sep {
  color: #333;
  margin: 0 2px;
}

/* ── Page layout ── */

.page-wrap {
  width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.column {
  width: 100%;
}

/* ── Hero ── */

.hero {
  text-align: center;
  padding: 50px 0 30px;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 24px;
}

.hero .tagline {
  font-size: 1.15em;
  color: #ccc;
  font-style: italic;
  margin-top: 8px;
}

/* ── Sections ── */

.section {
  padding: 28px 0;
}

.section p:last-child {
  margin-bottom: 0;
}

/* ── Divider ── */

.divider {
  border: none;
  border-top: 1px solid #222;
  margin: 0;
}

/* ── Buttons / CTAs ── */

.cta-row {
  padding-top: 8px;
}

.cta-button {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 10px 24px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
}

.cta-button.primary {
  background: #c03020;
  color: #fff;
  border: 1px solid #d04030;
}

.cta-button.primary:hover {
  background: #d04838;
  color: #fff;
  text-decoration: none;
}

.cta-button.secondary {
  background: #111;
  color: #ccc;
  border: 1px solid #333;
}

.cta-button.secondary:hover {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

/* ── Platform list ── */

.platforms {
  border-collapse: collapse;
  margin: 12px 0;
}

.platforms td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 4px 24px 4px 0;
  vertical-align: top;
}

.platforms .platform-detail {
  color: #888;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 13px;
  margin-left: 6px;
}

/* ── Images ── */

.screenshot {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  border: 1px solid #222;
  margin: 0 auto;
}

/* ── Video embed ── */

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 16px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── Footer ── */

.page-footer {
  padding: 40px 0 10px;
  text-align: center;
}

.site-footer {
  text-align: center;
  padding: 30px 20px;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #222;
}

.site-footer a {
  color: #8ab;
}

.retro-note {
  margin-top: 16px;
  font-size: 12px;
  color: #555;
}
