:root {
  --dark: #030817;
  --panel: #071024;
  --text: #0d1428;
  --muted: #5e6578;
  --white: #ffffff;
  --pink: #ff2ecf;
  --orange: #ff9c1a;
  --blue: #1688ff;
  --purple: #8e39ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--dark);
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  width: min(1280px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 830px;
  padding: 38px 52px 40px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 45% 30%, rgba(255, 46, 207, .18), transparent 26rem),
    radial-gradient(circle at 85% 60%, rgba(22, 136, 255, .22), transparent 26rem),
    #020613;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 6, 19, .98) 0%, rgba(2, 6, 19, .9) 31%, rgba(2, 6, 19, .34) 58%, rgba(2, 6, 19, .83) 100%),
    repeating-linear-gradient(90deg, transparent 0 19px, rgba(27, 119, 255, .08) 20px 21px);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.1) contrast(1.04);
}

.mobile-hero-image {
  display: none;
}

.topbar,
.hero-content,
.quote-card {
  position: relative;
  z-index: 2;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.brand strong {
  font-weight: 850;
}

.brand strong span {
  color: var(--orange);
}

.brand-icon {
  display: inline-block;
  width: 58px;
  height: 52px;
  flex: 0 0 auto;
}

.brand-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 13px rgba(255, 46, 207, .34));
}

.logo-shell {
  fill: url("#logoGradient");
}

.logo-play {
  fill: url("#playGradient");
  stroke: rgba(255, 255, 255, .32);
  stroke-width: 1.4;
}

.footer-shell {
  fill: url("#logoGradientFooter");
}

.footer-play {
  fill: url("#playGradientFooter");
}

.cta-shell {
  fill: url("#logoGradientCta");
}

.cta-play {
  fill: url("#playGradientCta");
}

.logo-wave {
  fill: none;
  stroke: #ff9c1a;
  stroke-linecap: round;
  stroke-width: 3.4;
}

.wave-two {
  stroke-width: 3;
  opacity: .78;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 48px);
  font-weight: 750;
}

.nav-links a {
  color: rgba(255, 255, 255, .93);
}

.nav-links a:hover {
  color: #ffb32a;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 224px;
  min-height: 72px;
  padding: 9px 18px 9px 16px;
  border: 1.5px solid rgba(255, 255, 255, .62);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #101015, #020204);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 0 18px rgba(255, 46, 207, .18);
}

.store-badge i {
  display: block;
  width: 39px;
  height: 43px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='78' height='86' viewBox='0 0 78 86' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='6' y1='4' x2='42' y2='42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F0FF'/%3E%3Cstop offset='1' stop-color='%2300C16A'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='12' y1='82' x2='43' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300C16A'/%3E%3Cstop offset='1' stop-color='%23B7F04A'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='39' y1='27' x2='72' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE34D'/%3E%3Cstop offset='1' stop-color='%23FF9F1C'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='42' y1='45' x2='73' y2='63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF7A1A'/%3E%3Cstop offset='1' stop-color='%23FF355D'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M8 5.5c-2.1 1.1-3.4 3.2-3.4 6.1v62.8c0 2.8 1.2 4.9 3.2 6.1L43.5 43 8 5.5Z' fill='url(%23a)'/%3E%3Cpath d='M43.5 43 7.8 80.5c2.2 1.2 5.1 1.1 8.1-.7l42.7-24.4L43.5 43Z' fill='url(%23b)'/%3E%3Cpath d='M58.6 30.6 15.8 6.2C12.9 4.5 10 4.3 8 5.5L43.5 43l15.1-12.4Z' fill='url(%23c)'/%3E%3Cpath d='M58.6 30.6 43.5 43l15.1 12.4 8.7-5c6.1-3.5 6.1-11.3 0-14.8l-8.7-5Z' fill='url(%23d)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .45));
}

.store-badge span {
  display: grid;
  justify-items: start;
  font-size: 1.56rem;
  font-weight: 650;
  line-height: .98;
  letter-spacing: 0;
}

.store-badge small {
  margin-bottom: 2px;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .055em;
}

.hero-content {
  width: min(470px, 100%);
  margin-top: 100px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 6.1vw, 5.35rem);
  line-height: .94;
  letter-spacing: 0;
}

h1 span {
  display: block;
  background: linear-gradient(90deg, var(--pink), #ff5d44 55%, #ffc129);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin-bottom: 28px;
  max-width: 430px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.22rem;
  line-height: 1.45;
}

.quick-features {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 36px;
}

.quick-features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.quick-features b {
  font-size: 1.55rem;
  line-height: 1;
}

.quick-features span:nth-child(1) b { color: #ff2e9d; }
.quick-features span:nth-child(2) b { color: #1889ff; }
.quick-features span:nth-child(3) b { color: #42d51b; }
.quick-features span:nth-child(4) b { color: #a435ff; }

.hero-download {
  min-width: 325px;
  border-color: rgba(255, 178, 42, .8);
  box-shadow: inset 0 0 0 1px rgba(255, 46, 207, .7), 0 0 24px rgba(255, 46, 207, .28);
}

.safe {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 750;
}

.quote-card {
  position: absolute;
  right: 38px;
  top: 175px;
  width: 260px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 46, 207, .58);
  border-radius: 18px;
  background: rgba(11, 14, 37, .74);
  box-shadow: 0 0 32px rgba(142, 57, 255, .22);
  backdrop-filter: blur(8px);
}

.quote-card p {
  margin-bottom: 10px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .9);
  font-weight: 750;
}

.quote-card strong {
  color: #ffc124;
  font-size: 1.25rem;
  letter-spacing: 3px;
}

.features {
  padding: 32px 44px 46px;
  background: #fff;
}

.features h2,
.genres h2 {
  text-align: center;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  letter-spacing: .02em;
}

.features h2 span {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 30px;
}

.feature-grid article {
  text-align: center;
}

.bubble {
  display: inline-grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 2.35rem;
  font-style: normal;
}

.bubble.blue { color: #126bd7; background: #e7f1ff; }
.bubble.green { color: #22b87b; background: #ddf7ec; }
.bubble.pink { color: #ef2f85; background: #ffe8f2; }
.bubble.purple { color: #7a3bdb; background: #efe6ff; }
.bubble.orange { color: #ef8120; background: #fff0df; }
.bubble.sky { color: #237adf; background: #eaf4ff; }

.feature-grid h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.feature-grid p {
  color: #30364a;
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.55;
}

.genres {
  padding: 28px 46px 24px;
  color: #fff;
  background: #030918;
}

.genre-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 28px 0 14px;
}

.genre-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 58px;
  padding: 10px 20px;
  border-radius: 16px;
  font-weight: 800;
  background: #11192f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.genres p {
  margin-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
}

.coverage {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  align-items: center;
  padding: 44px 52px 40px;
  background: #f8faff;
}

.coverage h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.coverage-copy > p {
  margin-bottom: 44px;
  color: #1f273e;
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.45;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  gap: 24px;
}

.stats div {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.stats i {
  color: var(--purple);
  font-size: 2.25rem;
  font-style: normal;
}

.stats div:nth-child(2) i,
.stats div:nth-child(2) strong { color: var(--blue); }
.stats div:nth-child(3) i,
.stats div:nth-child(3) strong { color: #17bf75; }
.stats div:nth-child(4) i,
.stats div:nth-child(4) strong { color: #f06c21; }

.stats strong {
  color: var(--purple);
  font-size: 2rem;
  line-height: 1;
}

.stats span {
  color: #5d6476;
  font-weight: 800;
}

.world-map {
  position: relative;
  min-height: 280px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 22% 40%, rgba(112, 139, 205, .25) 0 1px, transparent 2px) 0 0 / 9px 9px,
    radial-gradient(ellipse at 25% 46%, rgba(113, 143, 206, .33), transparent 16%),
    radial-gradient(ellipse at 49% 33%, rgba(113, 143, 206, .33), transparent 18%),
    radial-gradient(ellipse at 61% 54%, rgba(113, 143, 206, .33), transparent 20%),
    radial-gradient(ellipse at 81% 45%, rgba(113, 143, 206, .33), transparent 18%);
  opacity: .9;
}

.world-map span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 15px;
  height: 15px;
  border-radius: 50% 50% 50% 0;
  background: #b33dff;
  box-shadow: 0 0 18px rgba(179, 61, 255, .9);
  transform: rotate(-45deg);
}

.world-map span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.cta {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 38px;
  padding: 26px 34px;
  border-radius: 24px 24px 0 0;
  color: #fff;
  background: linear-gradient(110deg, #4156f4 0%, #c71aff 48%, #ff6b3d 100%);
}

.app-icon {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 20px;
  background: #fff;
}

.app-icon .brand-icon {
  width: 68px;
  height: 60px;
}

.cta h2 {
  margin-bottom: 9px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.08rem;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px 34px;
  align-items: center;
  padding: 26px 58px 22px;
  color: #fff;
  background: #030817;
}

.footer .brand {
  font-size: 1.45rem;
}

.footer .brand-icon {
  width: 42px;
  height: 38px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  color: rgba(255, 255, 255, .7);
  font-weight: 650;
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
  background: #375dff;
}

.socials a:nth-child(2) { background: linear-gradient(135deg, #ff2ecf, #ff9c1a); }
.socials a:nth-child(3) { background: #2098e8; }
.socials a:nth-child(4) { background: #ff2b2b; }

.footer p {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: rgba(255, 255, 255, .55);
  text-align: center;
  font-size: .9rem;
}

@media (max-width: 980px) {
  .hero {
    min-height: 760px;
    padding: 26px 28px 34px;
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .hero-content {
    margin-top: 72px;
  }

  .quote-card {
    right: 28px;
    top: 230px;
  }

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

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

  .cta,
  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 0;
    padding: 20px 18px 28px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 19, .98) 0%, rgba(2, 6, 19, .9) 52%, rgba(2, 6, 19, .78) 100%);
  }

  .hero-image {
    display: none;
  }

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

  .topbar > .store-badge {
    display: none;
  }

  .brand {
    font-size: 1.7rem;
  }

  .nav-links {
    gap: 22px;
    font-size: .92rem;
  }

  .hero-content {
    margin-top: 48px;
  }

  h1 {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
  }

  .quick-features {
    gap: 14px;
  }

  .quick-features span {
    min-width: calc(50% - 10px);
  }

  .mobile-hero-image {
    display: block;
    width: calc(100% + 36px);
    height: 330px;
    margin: 18px -18px 20px;
    object-fit: cover;
    object-position: 63% 18%;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    filter: saturate(1.08) contrast(1.04);
  }

  .hero-download {
    min-width: 0;
    width: 100%;
    margin-top: 0;
  }

  .quote-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 18px;
  }

  .features {
    padding: 30px 18px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .genres {
    padding: 28px 18px 24px;
  }

  .genre-row span {
    min-width: calc(50% - 10px);
  }

  .coverage {
    padding: 34px 20px 30px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .world-map {
    min-height: 220px;
  }

  .cta {
    margin: 0 14px;
    padding: 24px 18px;
  }

  .cta .store-badge {
    min-width: 0;
    width: 100%;
  }

  .footer {
    padding: 26px 18px 20px;
  }

  .footer nav {
    gap: 18px;
  }
}
