:root {
  --navy: #062d4d;
  --navy-soft: #3f5f74;
  --blue: #0b89df;
  --green: #21ae58;
  --teal: #0aa78f;
  --line: rgba(6, 45, 77, 0.12);
}

* { box-sizing: border-box; }

html { min-width: 320px; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 86% 18%, rgba(53, 196, 246, 0.22), transparent 28%),
    radial-gradient(circle at 72% 75%, rgba(50, 199, 116, 0.14), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #f5fbff 48%, #f0fbf5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image: linear-gradient(rgba(6,45,77,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(6,45,77,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 72px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.brand { padding-top: 20px; }
.brand img {
  display: block;
  width: 547.5px;
  height: 272px;
  object-fit: cover;
  object-position: center 56%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: 8px 0 28px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span,
.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(33, 174, 88, .12);
}

h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5.3vw, 5rem);
  line-height: .97;
  letter-spacing: -.055em;
}

h1 em {
  font-style: normal;
}

h1 em span {
  color: transparent;
  background: linear-gradient(95deg, var(--blue), var(--teal), var(--green));
  background-clip: text;
  -webkit-background-clip: text;
}

.intro {
  max-width: 600px;
  margin: 22px 0 24px;
  color: var(--navy-soft);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.65;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
}

.feature-icon {
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(145deg, var(--blue), var(--green));
  box-shadow: 0 6px 16px rgba(11, 137, 223, .18);
}

.features strong,
.features span:last-child {
  display: block;
}

.features strong { margin-bottom: 3px; font-size: .83rem; }
.features span:last-child { color: #638093; font-size: .72rem; line-height: 1.38; }

.store-row { display: flex; gap: 10px; }
.store-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 156px;
  padding: 9px 14px;
  border: 1px solid rgba(6, 45, 77, .2);
  border-radius: 12px;
  color: rgba(6, 45, 77, .62);
  background: rgba(255,255,255,.65);
  box-shadow: 0 6px 22px rgba(6, 45, 77, .06);
  cursor: not-allowed;
  user-select: none;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.05;
}

.store-button small { display: block; margin-bottom: 3px; font-size: .58rem; font-weight: 600; }
.store-mark { font-size: 1.45rem; }
.play-mark { color: var(--teal); font-size: 1.25rem; }

.visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  isolation: isolate;
}

.icon-card {
  position: relative;
  z-index: 2;
  width: min(365px, 78vw);
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 27%;
  background: rgba(255,255,255,.52);
  box-shadow: 0 36px 80px rgba(4, 73, 111, .2), 0 8px 24px rgba(4, 73, 111, .1);
  backdrop-filter: blur(12px);
  transform: rotate(2deg);
}

.icon-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24%;
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(11, 137, 223, .18);
  border-radius: 50%;
}
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 530px; height: 280px; transform: rotate(-26deg); border-color: rgba(33, 174, 88, .18); }

.status-pill {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 34px rgba(4, 73, 111, .14);
  font-size: .76rem;
  font-weight: 750;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 20px;
  border-top: 1px solid var(--line);
  color: #718a99;
  font-size: .8rem;
}

footer p { margin: 0; }
footer a { color: var(--navy); font-weight: 800; text-decoration: none; }
footer a:hover, footer a:focus-visible { color: var(--green); }
footer a span { display: inline-block; transition: transform .2s ease; }
footer a:hover span { transform: translateX(3px); }

@media (min-width: 901px) {
  .page-shell {
    min-height: auto;
  }

  .brand {
    padding-top: 8px;
    margin-bottom: 18px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
  }

  h1 em span {
    display: block;
    width: fit-content;
    padding-right: .08em;
    padding-bottom: .1em;
    line-height: 1.06;
  }

  h1 em span + span {
    margin-top: -.1em;
  }

  footer {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 900px) {
  .page-shell { width: min(680px, calc(100% - 40px)); }
  .brand img { margin-inline: auto; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 20px; text-align: center; }
  .eyebrow, .store-row { justify-content: center; }
  .intro { margin-inline: auto; }
  .features { text-align: left; }
  .visual { min-height: 420px; order: -1; }
  .icon-card { width: min(350px, 76vw); }
  .status-pill { right: 8%; }
}

@media (max-width: 580px) {
  .page-shell { width: min(100% - 28px, 460px); }
  .brand { padding-top: 8px; }
  .brand img { width: 235px; height: 117px; }
  .hero { padding-top: 0; gap: 22px; }
  .visual { min-height: 310px; }
  .icon-card { width: min(235px, 66vw); }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 350px; height: 190px; }
  .status-pill { right: 2%; bottom: 4px; padding: 10px 13px; }
  h1 { font-size: clamp(2.35rem, 12.8vw, 3.5rem); }
  .intro { margin: 18px auto 20px; }
  .features { grid-template-columns: 1fr; gap: 12px; width: min(360px, 100%); margin-inline: auto; }
  .features strong { font-size: .88rem; }
  .features span:last-child { font-size: .77rem; }
  .store-row { flex-direction: column; align-items: stretch; width: min(300px, 100%); margin-inline: auto; }
  .store-button { justify-content: center; }
  footer { flex-direction: column; gap: 7px; text-align: center; margin-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
