@font-face {
  font-family: "DynaPuff";
  src: url("assets/fonts/dynapuff_variable.ttf") format("truetype");
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat_normal_variable.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat_italic_variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Freckle Ace";
  src: url("assets/fonts/freckleace_regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #07091c;
  --bg-2: #0a1430;
  --panel: rgba(20, 19, 61, 0.76);
  --panel-strong: rgba(28, 24, 82, 0.94);
  --text: #ffffff;
  --muted: #c8c4e8;
  --soft: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.14);
  --green: #42e58a;
  --orange: #ffb11a;
  --pink: #ff58bb;
  --purple: #8c46ff;
  --cyan: #5de2ff;
  --nav-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 9%, rgba(140, 70, 255, 0.42), transparent 29rem),
    radial-gradient(circle at 82% 26%, rgba(66, 229, 138, 0.20), transparent 31rem),
    radial-gradient(circle at 54% 88%, rgba(255, 177, 26, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 58%, #06101d);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.86) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(93,226,255,.42) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.55) 0 1.6px, transparent 2px);
  background-position: 2vw 4vh, 31vw 18vh, 68vw 9vh;
  background-size: 86px 92px, 142px 156px, 210px 188px;
  opacity: .42;
  animation: starDrift 42s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.9) 0 1.5px, transparent 2px),
    radial-gradient(circle at 50% 50%, rgba(255,190,48,.6) 0 1px, transparent 2px);
  background-size: 260px 220px, 340px 310px;
  background-position: 11vw 21vh, 78vw 64vh;
  opacity: .22;
  animation: starTwinkle 5s ease-in-out infinite alternate;
}

.star-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .9;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--nav-height);
  padding: 14px clamp(18px, 5vw, 82px);
  background: rgba(7, 9, 28, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: "DynaPuff", "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 750;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--text);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  width: min(1220px, calc(100% - 44px));
  min-height: calc(100vh - var(--nav-height));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 82px) 0 clamp(38px, 7vw, 82px);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green);
  font-family: "DynaPuff", "Montserrat", sans-serif;
  font-size: clamp(.88rem, 1.2vw, 1.02rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(255, 177, 26, .7);
}

h1,
h2,
h3,
.orbit-card strong,
.category-cloud {
  font-family: "DynaPuff", "Montserrat", sans-serif;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(4.8rem, 12vw, 8.5rem);
  line-height: .82;
  letter-spacing: 0;
}

.hero-line {
  max-width: 690px;
  margin-bottom: 16px;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.45vw, 2.25rem);
  font-weight: 950;
  line-height: 1.12;
}

.lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(232, 229, 255, .82);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.62;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.store-row.centered {
  justify-content: center;
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease;
}

.store-badge-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .24));
}

.store-badge {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.google-play-badge {
  height: 73px;
  margin: -10px -16px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span,
.language-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: var(--soft);
  font-weight: 800;
}

.hero-proof span {
  padding: 9px 13px;
  font-size: .86rem;
}

.device-showcase {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.app-orbit-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.app-orbit-icons span {
  position: absolute;
  display: inline-grid;
  place-items: center;
  min-width: 74px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 16px;
  font-family: "DynaPuff", "Montserrat", sans-serif;
  font-size: .88rem;
  color: white;
  background: linear-gradient(135deg, rgba(255, 177, 26, .95), rgba(255, 88, 187, .9));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 44px rgba(0,0,0,.34), 0 0 22px rgba(255,177,26,.18);
  animation: floatChip 4.8s ease-in-out infinite;
}

.app-orbit-icons span:nth-child(1) {
  left: 44px;
  top: 88px;
}

.app-orbit-icons span:nth-child(2) {
  right: 18px;
  top: 38px;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  animation-delay: -.8s;
}

.app-orbit-icons span:nth-child(3) {
  left: 12px;
  bottom: 206px;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  animation-delay: -1.4s;
}

.app-orbit-icons span:nth-child(4) {
  right: 64px;
  bottom: 42px;
  background: linear-gradient(135deg, #60cbff, #4f46e5);
  animation-delay: -2.1s;
}

.phone-shell,
.mini-phone {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(160deg, rgba(255,255,255,.24), rgba(255,255,255,.06));
  box-shadow: 0 42px 110px rgba(0,0,0,.44), 0 0 0 8px rgba(255,255,255,.04);
}

.phone-shell {
  width: min(100%, 350px);
  aspect-ratio: 9 / 19.5;
  padding: 10px;
  border-radius: 42px;
}

.phone-shell img,
.mini-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shell img {
  border-radius: 32px;
}

.mini-phone {
  position: absolute;
  width: 170px;
  aspect-ratio: 9 / 19.5;
  padding: 6px;
  border-radius: 28px;
  opacity: .88;
}

.mini-phone img {
  border-radius: 22px;
}

.left-phone {
  left: 0;
  bottom: 70px;
  transform: rotate(-7deg);
}

.right-phone {
  right: 4px;
  top: 82px;
  transform: rotate(7deg);
}

.orbit-card {
  position: absolute;
  right: 14px;
  bottom: 98px;
  width: 220px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(15, 15, 51, .84);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
}

.orbit-card span {
  display: block;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.orbit-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem;
}

.language-band,
.category-band,
.section,
.screens-section {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.language-band {
  padding: 26px 0 78px;
}

.category-band {
  padding: 6px 0 76px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.compact {
  max-width: 850px;
  margin-bottom: 24px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.04rem;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.25rem, 5.2vw, 4.3rem);
  line-height: .98;
  letter-spacing: 0;
}

h3 {
  font-size: 1.22rem;
}

.language-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.language-grid span {
  padding: 13px 18px;
  color: var(--text);
}

.category-cloud {
  display: grid;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  gap: 13px;
}

.cat {
  min-height: 96px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 15px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  color: white;
  text-align: center;
  font-weight: 850;
  background: linear-gradient(135deg, rgba(140,70,255,.68), rgba(255,88,187,.62));
  box-shadow: 0 20px 46px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.16);
  animation: categoryFloat 6s ease-in-out infinite;
}

.cat span {
  font-size: 1.72rem;
  line-height: 1;
}

.cat.travel,
.cat.technology {
  background: linear-gradient(135deg, #5bbdff, #6575ff);
}

.cat.food,
.cat.fashion {
  background: linear-gradient(135deg, #ffb11a, #ff7d54);
}

.cat.work {
  background: linear-gradient(135deg, #817bff, #8c46ff);
}

.cat.health,
.cat.home {
  background: linear-gradient(135deg, #42e58a, #5de2ff);
}

.cat.sports {
  background: linear-gradient(135deg, #44d483, #24bfae);
}

.cat.animals,
.cat.entertainment {
  background: linear-gradient(135deg, #ad62ff, #ff58bb);
}

.cat:nth-child(2n) {
  animation-delay: -1.2s;
}

.cat:nth-child(3n) {
  animation-delay: -2.4s;
}

.section {
  padding: 66px 0;
}

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

.feature-grid article,
.cta,
.legal-page section {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.feature-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 20px;
}

.feature-grid article:nth-child(2),
.feature-grid article:nth-child(5) {
  background: rgba(29, 22, 83, .82);
}

.feature-number {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
}

.feature-grid p,
.cta p,
.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.7;
}

.screens-section {
  padding: 76px 0 64px;
}

.screen-grid {
  display: grid;
  grid-template-columns: .92fr 1fr .92fr;
  gap: 22px;
  align-items: start;
}

.screen-grid figure {
  margin: 0;
}

.screen-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}

.featured-screen {
  transform: translateY(-28px);
}

figcaption {
  margin-top: 12px;
  color: var(--soft);
  font-weight: 850;
  text-align: center;
}

.cta {
  width: min(920px, calc(100% - 44px));
  margin: 92px auto 82px;
  padding: clamp(30px, 6vw, 62px);
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 88, 187, .22), transparent 20rem),
    radial-gradient(circle at 82% 26%, rgba(66, 229, 138, .18), transparent 18rem),
    var(--panel-strong);
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 30px 20px 42px;
  color: rgba(255,255,255,.6);
  border-top: 1px solid var(--line);
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--text);
}

.plain-page {
  background:
    radial-gradient(circle at 22% 8%, rgba(140, 70, 255, 0.34), transparent 28rem),
    linear-gradient(180deg, var(--bg), #071427);
}

.legal-page {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.legal-page h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.legal-page h2 {
  font-size: 1.35rem;
}

.legal-page section {
  padding: 22px;
  border-radius: 16px;
  margin: 16px 0;
}

.updated {
  color: rgba(255,255,255,.58);
  margin-bottom: 26px;
}

.back-link,
.primary-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .device-showcase {
    min-height: 560px;
    order: -1;
  }

  .phone-shell {
    width: min(68vw, 330px);
  }

  .left-phone {
    left: 12%;
  }

  .right-phone {
    right: 12%;
  }

  .category-cloud {
    grid-template-columns: repeat(4, minmax(112px, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --nav-height: auto;
  }

  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  h1 {
    font-size: clamp(4.2rem, 21vw, 6rem);
  }

  .device-showcase {
    min-height: 470px;
  }

  .phone-shell {
    width: min(76vw, 286px);
  }

  .mini-phone {
    display: none;
  }

  .orbit-card {
    right: auto;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: min(280px, 88vw);
  }

  .app-orbit-icons span {
    min-width: 58px;
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 14px;
    font-size: .76rem;
  }

  .app-orbit-icons span:nth-child(1) {
    left: 18px;
    top: 72px;
  }

  .app-orbit-icons span:nth-child(2) {
    right: 20px;
    top: 42px;
  }

  .app-orbit-icons span:nth-child(3),
  .app-orbit-icons span:nth-child(4) {
    display: none;
  }

  .feature-grid,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .category-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-screen {
    transform: none;
  }

  .screen-grid img {
    max-width: 330px;
    margin: 0 auto;
  }

  .store-badge-link {
    width: 100%;
    justify-content: flex-start;
  }
}

@keyframes starDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-86px, 92px, 0);
  }
}

@keyframes starTwinkle {
  from {
    opacity: .12;
    transform: scale(1);
  }
  to {
    opacity: .34;
    transform: scale(1.04);
  }
}

@keyframes floatChip {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(1.5deg);
  }
}

@keyframes categoryFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
