:root {
  color-scheme: dark;
  font-family: 'Inter', sans-serif;
  background: #05070d;
  color: #e8edf8;
  accent-color: #7be9ff;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: radial-gradient(circle at top, rgba(126, 161, 255, 0.16), transparent 32%),
              linear-gradient(180deg, #05070d 0%, #0b1120 100%);
  background-attachment: fixed;
}

.background-shapes {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.bg-spot {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
}

.bg-spot-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(103, 214, 255, 0.35), transparent 60%);
  top: -100px;
  left: -120px;
}

.bg-spot-2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(92, 102, 255, 0.32), transparent 58%);
  bottom: 10%;
  right: -80px;
}

.bg-spot-3 {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(103, 255, 205, 0.22), transparent 58%);
  top: 30%;
  right: 20%;
}

.bg-wave {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.04), transparent 28%),
                    radial-gradient(circle at 80% 80%, rgba(93, 195, 255, 0.08), transparent 24%);
}

.page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 40px;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 26px;
  flex-wrap: wrap;
  background: rgba(5, 10, 20, 0.72);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 18px;
  z-index: 10;
  margin: 0 12px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 84px;
  padding: 0 24px;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #3f79ff, #75d5ff);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(68, 134, 255, 0.22);
}

.brand-pill {
  border-radius: 999px;
}

.top-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #d7e0ff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  color: #cad7ff;
  text-decoration: none;
  font-weight: 600;
}

.nav-links a:hover {
  color: #ffffff;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 80px 0 40px;
}

.eyebrow {
  text-transform: uppercase;
  color: #7be9ff;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 24px;
}

.hero p {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.8;
  color: #c7d2f8;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(80, 130, 255, 0.14);
  color: #c8ddff;
  font-weight: 600;
}

.hero-notice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(85, 125, 255, 0.12);
  border: 1px solid rgba(92, 168, 255, 0.18);
  border-radius: 999px;
  color: #e4efff;
  font-weight: 600;
}

.hero-notice strong {
  color: #ffffff;
}

.launch-hotspot {
  margin-top: 20px;
}

.launch-hotspot-card {
  background: rgba(10, 18, 38, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(1, 11, 35, 0.25);
}

.launch-hotspot-title {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(93, 195, 255, 0.14);
  color: #c9e8ff;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.launch-hotspot-card h3 {
  margin: 0 0 14px;
  font-size: 1.75rem;
}

.launch-hotspot-card p {
  color: #c6d7f8;
  line-height: 1.8;
  margin: 0 0 24px;
}

.launch-hotspot-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button.small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.95rem;
}

.advantage-block {
  background: rgba(7, 12, 26, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  padding: 36px;
  margin-bottom: 32px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.advantage-card {
  background: rgba(10, 18, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 28px;
}

.advantage-card h3 {
  margin: 0 0 14px;
}

.advantage-card p {
  margin: 0;
  color: #c6d8ff;
  line-height: 1.8;
}

.event-block {
  background: rgba(7, 12, 26, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  padding: 36px;
  margin-bottom: 32px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.event-card {
  background: rgba(13, 22, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 28px;
}

.event-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(93, 195, 255, 0.14);
  color: #d4e8ff;
  margin-bottom: 16px;
}

.event-card h3 {
  margin: 0 0 14px;
}

.event-card p {
  margin: 0;
  color: #c7d5ff;
  line-height: 1.75;
}

.spotlight-block {
  margin-bottom: 32px;
}

.spotlight-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  background: rgba(9, 15, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 24px 80px rgba(4, 11, 36, 0.24);
}

.spotlight-copy h2 {
  margin-top: 10px;
}

.spotlight-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.spotlight-list span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #c8d8ff;
  font-weight: 600;
}

.spotlight-visual {
  position: relative;
}

.visual-frame {
  background: rgba(2, 8, 22, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 28px;
  overflow: hidden;
}

.visual-card {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 26px;
  background: rgba(11, 18, 35, 0.92);
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 20px 50px rgba(1, 8, 24, 0.3);
}

.visual-card::before {
  content: '';
  position: absolute;
  inset: -12px;
  background: radial-gradient(circle at top left, rgba(93, 195, 255, 0.18), transparent 45%);
  opacity: 0.35;
}

.visual-title {
  text-transform: uppercase;
  color: #88b8ff;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
}

.visual-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.visual-metrics div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 18px;
}

.visual-metrics small {
  color: #8ea8ff;
}

.visual-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem;
}

.visual-body {
  color: #c8dcff;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .spotlight-shell {
    grid-template-columns: 1fr;
  }
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.stats-card {
  background: rgba(11, 18, 38, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 24px;
}

.stats-card span {
  display: block;
  color: #8fa5ff;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.stats-card strong {
  display: block;
  font-size: 1.35rem;
  color: #ffffff;
}

.stats-card.highlight {
  background: linear-gradient(135deg, rgba(94, 180, 255, 0.16), rgba(75, 125, 255, 0.18));
  border-color: rgba(123, 233, 255, 0.22);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: linear-gradient(135deg, #5dc3ff, #4a7dff);
  color: #fff;
  box-shadow: 0 20px 60px rgba(47, 103, 255, 0.16);
}

.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #d1dbff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-card {
  background: rgba(11, 22, 46, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 28px;
  backdrop-filter: blur(20px);
}

.hero-split {
  display: flex;
  justify-content: flex-end;
}

.preview-snapshot {
  max-width: 520px;
}

.launcher-window {
  background: rgba(7, 13, 27, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  margin: 24px 0;
  overflow: hidden;
}

.launcher-title {
  background: linear-gradient(90deg, rgba(93, 195, 255, 0.25), rgba(74, 125, 255, 0.16));
  color: #eaf4ff;
  padding: 16px 20px;
  font-weight: 700;
}

.launcher-content {
  padding: 18px 20px 24px;
  display: grid;
  gap: 12px;
}

.launcher-feature {
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #c7d6ff;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #d8e1ff;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4b6aff;
}

.status-dot.active {
  box-shadow: 0 0 0 4px rgba(123, 233, 255, 0.16);
}

.preview-body p {
  margin: 0 0 18px;
  color: #b8c5ff;
}

.preview-body ul {
  margin: 0;
  padding-left: 20px;
  color: #d9e3ff;
  list-style: disc;
}

.section-block {
  padding: 60px 0;
}

.section-header {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-label {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8cafff;
  font-size: 0.8rem;
  margin-bottom: 14px;
}

.section-header h2,
.about-block h2,
.download-info h2 {
  font-size: 2.2rem;
  margin: 0;
}

.feature-grid .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  background: rgba(10, 18, 36, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.market-card {
  background: linear-gradient(180deg, rgba(14, 25, 48, 0.96), rgba(7, 14, 29, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 30px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 80px rgba(3, 7, 19, 0.16);
}

.market-card h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.market-card::before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5dc3ff, #4a7dff);
  margin-bottom: 16px;
}

.market-card p {
  flex: 1;
}

.launcher-summary {
  background: rgba(7, 12, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  padding: 38px;
  margin-bottom: 32px;
}

.access-block {
  background: rgba(8, 14, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  padding: 36px;
  margin-bottom: 32px;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.access-card {
  background: rgba(12, 21, 39, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 28px;
}

.access-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.access-card p {
  margin: 0;
  color: #c5d2ff;
  line-height: 1.8;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.summary-card {
  background: rgba(10, 18, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 28px;
}

.summary-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(93, 195, 255, 0.12);
  color: #d4e8ff;
  font-size: 1rem;
  margin-bottom: 18px;
}

.summary-card h3 {
  margin: 0 0 14px;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding: 28px 30px;
  background: rgba(12, 22, 45, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
}

.cta-banner h2 {
  margin: 0;
  font-size: 2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.market-card p {
  color: #c1d0ff;
  line-height: 1.8;
  margin: 0 0 24px;
}

.price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(91, 140, 255, 0.16);
  color: #badaff;
  font-weight: 700;
}

.feature-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.feature-card p {
  margin: 0;
  color: #b8c5ff;
  line-height: 1.85;
}

.download-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.download-info p {
  color: #c3d0ff;
  max-width: 600px;
  margin-top: 18px;
  line-height: 1.8;
}

.download-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.large {
  min-width: 210px;
}

.hint {
  color: #8a9bc9;
  font-size: 0.95rem;
}

.hint.note {
  display: block;
  margin-top: 10px;
  color: #c7e1ff;
  font-weight: 600;
}

.download-card {
  background: linear-gradient(180deg, rgba(11, 21, 44, 0.95), rgba(8, 13, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 28px;
}

.download-card-header {
  display: grid;
  gap: 10px;
  color: #e8f0ff;
  margin-bottom: 24px;
}

.download-card-header strong {
  font-size: 1.4rem;
}

.download-card-metrics {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.download-card-metrics div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 18px;
}

.download-card-metrics span {
  display: block;
  color: #94a8d9;
  margin-bottom: 8px;
}

.download-card-metrics strong {
  font-size: 1.25rem;
}

.about-block p {
  max-width: 720px;
  color: #c7d3ff;
  margin-top: 18px;
  line-height: 1.8;
}

.footer {
  padding: 26px 0 0;
  color: #7f8fbf;
  text-align: center;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .hero, .download-block {
    grid-template-columns: 1fr;
  }

  .feature-grid .grid,
  .market-grid,
  .access-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 18px 16px 32px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .download-card-metrics {
    grid-template-columns: 1fr;
  }
}
