* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0, rgba(25, 181, 122, .18), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(46, 111, 186, .18), transparent 30%),
    #071017;
  color: #f7fbff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 14px max(24px, calc((100vw - 1680px) / 2));
  background: rgba(7, 16, 23, .88);
  backdrop-filter: blur(14px);
}
.brand {
  font-size: 1.15rem;
  font-weight: 950;
  text-decoration: none;
}
nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: #b9c6d2;
  font-size: .92rem;
  font-weight: 850;
}
nav a { text-decoration: none; }
.site-language {
  display: inline-grid;
  grid-template-columns: repeat(3, 36px);
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #101820;
  padding: 3px;
}
.site-language button {
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #b9c6d2;
  font: inherit;
  font-size: .78rem;
  font-weight: 950;
  cursor: pointer;
}
.site-language button.active {
  background: #19b57a;
  color: #06110c;
}
main {
  width: min(1740px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(410px, .56fr) minmax(0, 1.44fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100vh - 92px);
}
.hero-copy {
  max-width: 640px;
}
.hero-copy p {
  max-width: 640px;
  color: #c6d2dc;
  font-size: 1.18rem;
  line-height: 1.48;
}
.hero-media {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  padding: 0;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38);
}
.hero-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101820;
}
.hero-scene,
.scene-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  background: transparent;
}
.wide-shot img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #101820;
}
.screenshots img { border-radius: 8px; }
.eyebrow {
  margin: 0 0 10px;
  color: #19b57a;
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(2.65rem, 3.15vw, 4.15rem);
  line-height: 1;
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
}
h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.primary,
.secondary {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 950;
  text-decoration: none;
}
.primary {
  background: #19b57a;
  color: #06110c;
}
.secondary {
  border: 1px solid rgba(255, 255, 255, .22);
  background: #101820;
  color: #f7fbff;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.hero-pills span,
.mode-label,
.badge {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #dce8f2;
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 900;
}
.section {
  padding: 54px 0;
}
.section-heading {
  max-width: 790px;
  margin-bottom: 22px;
}
.section-heading > p:not(.eyebrow),
.payment-note {
  color: #b9c6d2;
  line-height: 1.5;
}
.mode-grid,
.features,
.screenshots,
.pricing {
  display: grid;
  gap: 16px;
}
.mode-grid {
  grid-template-columns: repeat(3, 1fr);
}
.features,
.screenshots {
  grid-template-columns: repeat(3, 1fr);
}
article,
.download,
.price-card {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(16, 24, 32, .94);
}
article,
.price-card {
  padding: 18px;
}
article p,
.download p,
.price-card p,
figcaption {
  color: #b9c6d2;
  line-height: 1.45;
}
.mode-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}
figure {
  margin: 0;
}
.wide-shot {
  margin: 0;
}
figcaption {
  margin-top: 9px;
  font-weight: 850;
}
.pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-card {
  position: relative;
  display: grid;
  gap: 12px;
}
.price-card.featured {
  border-color: rgba(25, 181, 122, .5);
  box-shadow: 0 22px 58px rgba(25, 181, 122, .12);
}
.price {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 1000;
  line-height: .9;
}
.price small {
  display: block;
  margin-top: 8px;
  color: #b9c6d2;
  font-size: 1rem;
  font-weight: 850;
}
.payment-note {
  max-width: 780px;
  margin-top: 16px;
}
.paypal-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: #ffffff;
  padding: 4px 8px;
  color: #003087;
  font-size: .95rem;
  font-weight: 1000;
  line-height: 1;
  vertical-align: middle;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
.paypal-logo b,
.paypal-logo strong {
  font-weight: 1000;
}
.paypal-logo strong {
  color: #009cde;
}
.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 54px 0 20px;
  padding: 24px;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(1740px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 36px;
  color: #b9c6d2;
  font-size: .92rem;
}
footer a { text-decoration: none; }
.footer-brand {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer-brand strong {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(25, 181, 122, .12);
  color: #dff7ee;
  font-size: .78rem;
}
@media (max-width: 1280px) {
  main,
  footer {
    width: min(1320px, calc(100% - 40px));
  }
  .hero {
    grid-template-columns: minmax(390px, .78fr) minmax(0, 1.22fr);
    gap: 34px;
  }
  h1 {
    font-size: clamp(2.85rem, 4.1vw, 4.45rem);
  }
}
@media (max-width: 900px) {
  .hero,
  .mode-grid,
  .features,
  .screenshots,
  .pricing {
    grid-template-columns: 1fr;
  }
  .hero {
    gap: 24px;
  }
  .hero {
    min-height: 0;
  }
  .download,
  footer,
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-photo {
    aspect-ratio: 16 / 9;
    min-height: 0;
    background-position: 48% center;
  }
}
