:root {
  --bg: #080608;
  --text: #f1edf0;
  --muted: #6f686d;
  --pink: #ef3f96;
  --pink-light: #ff87be;
  --surface: rgba(31, 22, 28, 0.78);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 53%, rgba(111, 10, 59, .17), transparent 30%),
    linear-gradient(105deg, #080608, #0c070a 54%, #080608);
}

.topography {
  position: absolute;
  inset: 60px 0 45px;
  opacity: .38;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 82%, transparent 100%);
}
.topography svg { width: 100%; height: 100%; }
.topography path {
  fill: none;
  stroke: url("#nothing");
  stroke: rgba(227, 47, 137, .17);
  stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(232, 43, 137, .16));
}
.topography path:nth-child(even) { stroke: rgba(126, 35, 82, .14); }

.nav-wrap {
  width: min(1230px, calc(100% - 80px));
  height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.logo-link { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 600; }
.logo-link img { width: 43px; height: 43px; object-fit: contain; }
.nav-items { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav-items > a, .feature-menu summary { opacity: .92; cursor: pointer; transition: opacity .15s; }
.nav-items > a:hover, .feature-menu summary:hover { opacity: 1; }
.nav-items > a:last-child { display: flex; gap: 5px; align-items: baseline; }
.nav-items small { color: var(--pink-light); font-size: 12px; }
.feature-menu { position: relative; }
.feature-menu summary { list-style: none; }
.feature-menu summary::-webkit-details-marker { display: none; }
.feature-popover {
  width: 330px;
  position: absolute;
  top: 34px;
  right: -110px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(14, 10, 13, .96);
  box-shadow: 0 20px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(18px);
}
.feature-popover strong { color: var(--pink-light); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.feature-popover ul { margin: 16px 0 0; padding: 0; list-style: none; }
.feature-popover li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.055); color: #b8afb5; font-size: 12px; }

.hero {
  min-height: calc(100vh - 180px);
  padding: 0 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero h1 {
  margin: -6vh 0 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.045em;
  text-transform: none;
  text-shadow: 0 8px 40px rgba(0,0,0,.55);
}
.hero h1 em {
  color: var(--pink-light);
  font-weight: 400;
  text-shadow: 0 0 35px rgba(239,63,150,.25);
}
.actions { display: flex; justify-content: center; gap: 14px; }
.actions a, .actions > button {
  min-width: 190px;
  height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .16s, filter .16s, border-color .16s;
}
.actions a:hover, .actions > button:hover { transform: translateY(-2px); }
.primary-action {
  color: #fff;
  background: linear-gradient(135deg, #ff55a4, #d82379);
  border: 1px solid #ff78b5;
  box-shadow: 0 14px 38px rgba(216,35,121,.22), inset 0 1px 0 rgba(255,255,255,.25);
}
.primary-action:hover { filter: brightness(1.08); }
.secondary-action {
  color: var(--text);
  cursor: pointer;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.secondary-action:hover { border-color: rgba(255,255,255,.2); }
.platforms { display: flex; align-items: center; gap: 13px; margin-top: 28px; color: #8a8086; font-size: 14px; }
.platforms i { color: #3f383d; font-style: normal; }
.platforms .active-platform { color: #fff; }
.release-note { max-width: 550px; margin: 25px 0 0; color: #514b4f; font-size: 12px; line-height: 1.55; }

footer {
  width: calc(100% - 48px);
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 24px;
  z-index: 3;
  color: #423c40;
  font-size: 12px;
}
footer > div { display: flex; gap: 11px; }
footer a:hover { color: #8f858b; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  padding: 22px;
  display: grid;
  place-items: center;
  background: rgba(2, 1, 2, .75);
  backdrop-filter: blur(12px);
}
.request-modal {
  width: min(470px, 100%);
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(31,20,27,.98), rgba(12,9,11,.99));
  box-shadow: 0 35px 110px rgba(0,0,0,.7), 0 0 70px rgba(239,63,150,.08);
  text-align: left;
}
.modal-close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 9px;
  color: #8f868c;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  font-size: 19px;
}
.form-label { margin: 0 0 12px; color: var(--pink-light); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.request-modal h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 400; letter-spacing: -.035em; }
.form-intro { margin: 12px 0 24px; color: #8a8187; font-size: 13px; line-height: 1.55; }
.request-modal form { display: flex; flex-direction: column; gap: 17px; }
.request-modal label { display: flex; flex-direction: column; gap: 8px; color: #bcb4b9; font-size: 11px; font-weight: 600; text-transform: lowercase; }
.request-modal input, .request-modal textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  outline: none;
  color: #f3eef1;
  background: rgba(6,4,5,.65);
  font: 13px Arial, Helvetica, sans-serif;
}
.request-modal input { height: 45px; padding: 0 13px; }
.request-modal textarea { resize: vertical; min-height: 110px; padding: 13px; line-height: 1.5; }
.request-modal input:focus, .request-modal textarea:focus { border-color: rgba(255,84,165,.6); box-shadow: 0 0 0 3px rgba(239,63,150,.08); }
.request-modal input::placeholder, .request-modal textarea::placeholder { color: #514a4f; }
.request-modal .honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.submit-request, .request-success button {
  height: 48px;
  border: 1px solid #ff78b5;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #ff55a4, #d82379);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.submit-request:disabled { cursor: wait; opacity: .65; }
.form-error { margin: -5px 0 0; color: #ff8aaa; font-size: 11px; }
.request-success { padding: 28px 4px 5px; text-align: center; }
.request-success > span { width: 48px; height: 48px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #190610; background: var(--pink); font-weight: 900; }
.request-success p { margin: 13px 0 25px; color: #8a8187; font-size: 13px; }
.request-success button { width: 100%; }

@media (max-width: 720px) {
  .nav-wrap { width: calc(100% - 34px); height: 78px; }
  .logo-link img { width: 36px; height: 36px; }
  .nav-items { gap: 18px; font-size: 12px; }
  .nav-items > a:last-child span { display: none; }
  .feature-popover { right: -140px; width: min(315px, calc(100vw - 34px)); }
  .hero { min-height: calc(100vh - 140px); padding-inline: 17px; }
  .hero h1 { margin-top: -3vh; font-size: clamp(43px, 12vw, 66px); }
  .actions { width: 100%; max-width: 390px; flex-direction: column; }
  .actions a { width: 100%; }
  .release-note { max-width: 340px; }
}

@media (max-width: 470px) {
  .logo-link span { display: none; }
  .nav-items { gap: 15px; }
  .hero h1 { font-size: 42px; }
  footer { justify-content: center; }
  footer > div { display: none; }
}
