:root {
  --brand-navy-950: #05070b;
  --brand-navy-800: #0d1320;
  --brand-steel-700: #1b3a63;
  --brand-sky-400: #2eaef1;
  --surface-0: #0b1019;
  --surface-1: #101826;
  --surface-2: #131d2e;
  --text-strong: #f3f7ff;
  --text-body: #dce6f7;
  --text-muted: #9db0cc;
  --border-soft: #22344f;
  --border-strong: #365678;
  --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--text-body);
  background:
    radial-gradient(circle at 12% 10%, rgba(46, 174, 241, 0.2), transparent 28%),
    radial-gradient(circle at 78% 4%, rgba(32, 78, 139, 0.25), transparent 36%),
    radial-gradient(circle at 42% 34%, rgba(24, 39, 74, 0.28), transparent 40%),
    linear-gradient(180deg, #03050a 0%, #070d16 45%, #0a121e 100%);
  line-height: 1.55;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: relative;
  border-bottom: 1px solid var(--border-soft);
  background:
    radial-gradient(circle at 18% 70%, rgba(46, 174, 241, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(7, 12, 20, 0.96), rgba(6, 10, 17, 0.98));
  overflow: clip;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(46, 174, 241, 0.17), transparent 45%);
  pointer-events: none;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0 0.7rem;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo img {
  width: 208px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav a {
  color: var(--text-strong);
  text-decoration: none;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-nav a:hover {
  color: var(--brand-sky-400);
}

.contact-cta {
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  padding: 0.48rem 1.18rem;
  background: #ffffff;
  color: #090f1c !important;
  font-weight: 700;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  align-items: start;
  padding: 2.4rem 0 2.9rem;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: var(--brand-sky-400);
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: "Outfit", "Avenir Next", sans-serif;
  color: var(--text-strong);
  letter-spacing: -0.016em;
}

h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.2rem, 4.05vw, 3.85rem);
  line-height: 1.06;
  max-width: 14ch;
  font-weight: 500;
}

.subtitle {
  margin: 0;
  max-width: 50ch;
  color: var(--text-body);
  font-size: clamp(1.08rem, 1.62vw, 1.68rem);
  font-weight: 500;
  line-height: 1.36;
}

.microcopy {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-media-placeholder {
  border: 1px solid rgba(66, 125, 187, 0.8);
  border-radius: 26px;
  background:
    radial-gradient(circle at 28% 30%, rgba(46, 174, 241, 0.36), transparent 55%),
    radial-gradient(circle at 74% 66%, rgba(70, 96, 214, 0.2), transparent 40%),
    linear-gradient(180deg, #09111e, #070d17);
  color: var(--text-muted);
  min-height: 230px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-align: center;
  font-weight: 700;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 16px 28px rgba(2, 8, 20, 0.45);
}

.hero-media-art {
  position: relative;
  width: 170px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 34%, rgba(180, 228, 255, 0.95), rgba(87, 174, 230, 0.22) 42%, transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(75, 90, 255, 0.2), transparent 52%),
    rgba(4, 10, 19, 0.7);
  border: 1px solid rgba(140, 179, 223, 0.34);
  overflow: hidden;
}

.art-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(171, 206, 244, 0.26);
}

.orbit-a {
  inset: 12%;
}

.orbit-b {
  inset: 26%;
}

.art-core {
  position: absolute;
  inset: 37%;
  border-radius: 50%;
  background: radial-gradient(circle, #d9f4ff 0%, #70ccff 65%, rgba(112, 204, 255, 0.04) 100%);
  box-shadow: 0 0 18px rgba(46, 174, 241, 0.45);
}

.art-sheen {
  position: absolute;
  width: 70%;
  height: 16%;
  left: 16%;
  top: 60%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(172, 218, 255, 0.04), rgba(172, 218, 255, 0.6), rgba(172, 218, 255, 0.03));
  filter: blur(0.4px);
}

.hero-media-caption {
  margin: 0;
  color: #b8cae3;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

main {
  flex: 1;
}

.release-section {
  padding: 2.5rem 0 1rem;
}

.section-heading h2,
.notice h2,
.asset-map h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.05vw, 2rem);
  line-height: 1.14;
  font-weight: 500;
}

.section-heading p {
  margin: 0.6rem 0 0;
  color: var(--text-muted);
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.5;
}

.release-meta {
  margin: 0.75rem 0 0;
  color: #8ca2c3;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.app-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.app-card {
  background: linear-gradient(180deg, var(--surface-0), var(--surface-1));
  border: 1px solid rgba(63, 97, 141, 0.86);
  border-radius: 18px;
  box-shadow:
    var(--shadow-soft),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  padding: 1.2rem 1.3rem 1.3rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.app-card:hover {
  transform: translateY(-2px);
  border-color: rgba(96, 151, 217, 0.95);
  box-shadow:
    0 20px 36px rgba(2, 10, 26, 0.56),
    0 0 0 1px rgba(54, 137, 227, 0.3);
}

.app-card-active {
  border-color: rgba(87, 170, 232, 0.94);
}

.app-card-retired {
  border-color: rgba(104, 117, 138, 0.74);
  opacity: 0.88;
}

.app-card-error {
  grid-column: 1 / -1;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.app-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.status-pill {
  border: 1px solid rgba(88, 141, 209, 0.76);
  color: #9fcbf3;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: rgba(9, 22, 39, 0.78);
}

.status-pill-active {
  border-color: rgba(112, 216, 171, 0.92);
  color: #9beac7;
  background: rgba(13, 45, 34, 0.68);
}

.status-pill-retired {
  border-color: rgba(128, 146, 171, 0.72);
  color: #b6c3d7;
  background: rgba(20, 29, 43, 0.8);
}

.meta {
  margin: 0.2rem 0;
  color: var(--text-body);
  font-size: 1.12rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.meta strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.notes {
  margin: 0.8rem 0 1.05rem;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.download-link {
  display: inline-block;
  padding: 0.64rem 1.04rem;
  border-radius: 999px;
  border: 1px solid rgba(70, 143, 214, 0.9);
  color: #d4ecff;
  background: linear-gradient(180deg, rgba(30, 66, 110, 0.38), rgba(10, 26, 46, 0.62));
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.download-link:not(.disabled):hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #5ec5ff, #2f8fc8);
  color: #06101c;
  border-color: #62ccff;
}

.download-link.disabled {
  opacity: 0.78;
  pointer-events: none;
}

.notice,
.asset-map {
  background: linear-gradient(180deg, var(--surface-0), var(--surface-2));
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  margin: 1.2rem 0;
}

.notice {
  border-left: 5px solid var(--brand-sky-400);
}

.notice p,
.asset-map li {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.notice p {
  margin: 0.55rem 0 0;
}

.notice a {
  color: var(--brand-sky-400);
}

.notice a:hover {
  color: #7dd2ff;
}

.asset-map ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.asset-map li {
  margin: 0.45rem 0;
}

.site-footer {
  border-top: 1px solid var(--border-soft);
  background: rgba(6, 11, 18, 0.95);
}

.site-footer .container {
  padding: 1.25rem 0 1.6rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0.18rem 0;
}

.reveal-up {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal-up 0.55s ease forwards;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

.reveal-delay-3 {
  animation-delay: 0.24s;
}

.reveal-delay-4 {
  animation-delay: 0.32s;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 940px) {
  .top-nav {
    padding-top: 0.9rem;
    flex-wrap: wrap;
  }

  .site-nav {
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .header-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.3rem 0;
  }

  h1 {
    max-width: none;
  }

  .hero-media-placeholder {
    min-height: 140px;
  }

  .hero-media-art {
    width: 120px;
  }

  .app-card h3 {
    font-size: 1.12rem;
  }
}

@media (max-width: 760px) {
  .brand-logo img {
    width: 176px;
  }

  .site-nav {
    gap: 0.95rem;
  }

  .site-nav a {
    font-size: 0.84rem;
  }

  .contact-cta {
    padding: 0.4rem 0.95rem;
  }

  .app-grid {
    grid-template-columns: 1fr;
  }

  .release-section {
    padding-top: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .download-link {
    transition: none;
  }
}

.verification-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 16, 0.72);
  backdrop-filter: blur(2px);
  z-index: 1000;
}

.verification-modal {
  position: fixed;
  z-index: 1001;
  width: min(520px, 92vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #0b1422, #09101b);
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.15rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
}

.verification-modal h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.verification-modal p {
  margin: 0.3rem 0 0.7rem;
  color: var(--text-body);
}

.verification-question {
  font-weight: 700;
  color: var(--text-strong);
}

.verification-label {
  display: block;
  margin: 0.5rem 0 0.35rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.verification-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #07111d;
  color: var(--text-strong);
  font-size: 1.02rem;
  padding: 0.52rem 0.65rem;
}

.verification-checkbox-wrap {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.75rem 0 0.85rem;
  color: var(--text-muted);
  font-size: 0.91rem;
}

.verification-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.verification-button {
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  border: 1px solid var(--border-soft);
  background: #0d1b2f;
  color: var(--text-strong);
  font-weight: 600;
  cursor: pointer;
}

.verification-button.primary {
  border-color: rgba(70, 143, 214, 0.9);
  background: linear-gradient(180deg, rgba(30, 66, 110, 0.5), rgba(10, 26, 46, 0.75));
}

.verification-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
