:root {
  --bg-deep: #06182b;
  --bg-blue: #0c3f6d;
  --bg-panel: rgba(255, 255, 255, 0.08);
  --bg-panel-strong: rgba(255, 255, 255, 0.11);
  --text: #f5f8ff;
  --muted: rgba(228, 239, 255, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --glow-blue: rgba(50, 180, 255, 0.35);
  --glow-teal: rgba(48, 228, 212, 0.32);
  --glow-purple: rgba(151, 95, 255, 0.3);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 42%, rgba(72, 182, 255, 0.26), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(102, 38, 198, 0.18), transparent 48%),
    linear-gradient(135deg, #041426 0%, #0b3156 52%, #04111f 100%);
}

body {
  overflow-x: hidden;
}

.site-shell {
  min-height: 100vh;
}

.hero {
  padding: 28px 28px 56px;
}

.topbar,
.hero-content,
.section,
.install-card {
  max-width: 1320px;
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(90, 176, 255, 0.35));
}

.brand-name {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subtle {
  color: var(--muted);
  text-decoration: none;
}

.subtle:hover {
  color: var(--text);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: rgba(194, 217, 255, 0.76);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
.lede {
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.95;
  max-width: 10ch;
}

.lede {
  margin-top: 22px;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button.primary {
  background: linear-gradient(90deg, #6b5cff 0%, #2da8ff 100%);
  box-shadow: 0 0 30px rgba(68, 161, 255, 0.26);
}

.button.ghost:hover {
  box-shadow: 0 0 24px rgba(124, 216, 255, 0.18);
}

.button.large {
  min-width: 240px;
}

.button.disabled {
  opacity: 0.48;
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-meta li {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(241, 247, 255, 0.84);
  font-size: 0.92rem;
}

.hero-stage {
  display: flex;
  justify-content: center;
}

.stage-window {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 1.35 / 1;
  padding: 22px 28px 30px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 46%, rgba(52, 202, 255, 0.26), transparent 24%),
    linear-gradient(135deg, rgba(5, 28, 50, 0.94), rgba(9, 63, 108, 0.88) 60%, rgba(4, 19, 34, 0.96));
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.stage-header {
  position: relative;
  z-index: 2;
}

.stage-mini-logo {
  width: 58px;
  height: 58px;
}

.orbit-glow {
  position: absolute;
  inset: 18% 23%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 192, 255, 0.22), transparent 62%);
  filter: blur(20px);
}

.menu-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.menu-item {
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  color: rgba(235, 243, 255, 0.74);
}

.menu-item.faint {
  font-size: 0.88rem;
  color: rgba(220, 232, 255, 0.34);
}

.menu-card {
  width: 310px;
  min-height: 180px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 42px rgba(33, 173, 255, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.menu-icon {
  font-size: 3.6rem;
  color: #c2a6ff;
}

.menu-title {
  font-size: 2rem;
  letter-spacing: 0.16em;
}

.section {
  padding: 24px 28px 68px;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2 {
  max-width: 20ch;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
}

.feature-grid,
.showcase-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.showcase-panel,
.install-card {
  border: 1px solid var(--line);
  background: var(--bg-panel);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px) saturate(125%);
}

.feature-card {
  padding: 22px;
  border-radius: 24px;
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.showcase-grid {
  grid-template-columns: 1.15fr 1.1fr;
  align-items: start;
}

.showcase-panel {
  padding: 22px;
  border-radius: 28px;
}

.showcase-panel.purple {
  background:
    radial-gradient(circle at 40% 40%, rgba(199, 80, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(20, 8, 36, 0.92), rgba(83, 38, 140, 0.86));
}

.showcase-panel.blue {
  background:
    radial-gradient(circle at 55% 48%, rgba(54, 210, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(5, 28, 50, 0.92), rgba(11, 72, 104, 0.86));
}

.showcase-panel.teal {
  background:
    radial-gradient(circle at 55% 48%, rgba(44, 255, 228, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(5, 34, 38, 0.92), rgba(10, 103, 120, 0.86));
}

.showcase-panel.amber {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 180, 52, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(46, 24, 4, 0.92), rgba(145, 90, 16, 0.86));
}

.showcase-panel.aqua {
  background:
    radial-gradient(circle at 50% 44%, rgba(58, 255, 220, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(4, 43, 45, 0.92), rgba(18, 118, 126, 0.86));
}

.showcase-panel.weather {
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(74, 83, 99, 0.92), rgba(159, 170, 188, 0.78) 58%, rgba(71, 80, 93, 0.92));
}

.panel-header {
  color: rgba(236, 244, 255, 0.72);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.showcase-panel h3 {
  margin: 14px 0 18px;
  font-size: 1.5rem;
}

.az-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.az-row span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 248, 255, 0.84);
  font-size: 0.84rem;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.poster-grid img,
.album-art {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.08);
}

.tv-grid img {
  aspect-ratio: 0.68;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 112px;
  gap: 12px;
}

.photo-tile {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(99, 248, 224, 0.16);
}

.weather-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.weather-city {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.weather-meta {
  margin-top: 8px;
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weather-now {
  display: flex;
  align-items: center;
  gap: 10px;
}

.weather-icon {
  font-size: 2rem;
}

.weather-temp {
  font-size: 2.3rem;
}

.weather-banner {
  margin-bottom: 16px;
  min-height: 62px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(250, 251, 255, 0.95);
  line-height: 1.5;
}

.forecast-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.forecast-card {
  min-height: 164px;
  padding: 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.18);
}

.forecast-card strong,
.forecast-card em,
.forecast-card small {
  font-style: normal;
}

.forecast-icon {
  font-size: 2rem;
}

.music-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.album-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mini-button {
  min-height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.mini-button.alt {
  background: rgba(255, 255, 255, 0.06);
}

.track-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.track-row {
  min-height: 72px;
  padding: 0 18px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 255, 255, 0.09);
}

.track-row span {
  font-size: 1.05rem;
}

.track-row em {
  color: rgba(230, 239, 255, 0.62);
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.section-install .section-heading h2 {
  max-width: none;
}

.install-card {
  padding: 24px 26px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.install-card h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.install-card p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.65;
}

.coming-soon-copy {
  margin-top: 12px;
}

.download-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

@media (max-width: 1080px) {
  .hero-content,
  .showcase-grid,
  .feature-grid,
  .music-layout,
  .install-card {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero-stage {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .menu-card {
    width: 100%;
  }
}
