/* F34's own visual identity: orange/purple, asymmetric and game-focused. */
.f34-page {
  --f34-orange: #ff7617;
  --f34-pink: #ef3d72;
  --f34-purple: #7b2cff;
  --f34-ink: #09080e;
  --f34-panel: #100d16;
  background: var(--f34-ink);
}

.f34-page .f34-hero {
  min-height: 820px;
  padding: 145px max(6vw, 38px) 90px;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(430px, 1.08fr);
  justify-items: stretch;
  align-items: center;
  align-content: center;
  gap: clamp(42px, 7vw, 120px);
  text-align: left;
  background:
    radial-gradient(circle at 78% 32%, rgba(123, 44, 255, .28), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(255, 118, 23, .16), transparent 31%),
    linear-gradient(135deg, #100c18 0%, #09080e 58%, #120c1e 100%);
}

.f34-page .f34-hero::before {
  opacity: .32;
  filter: none;
  background:
    linear-gradient(115deg, transparent 0 56%, rgba(255,118,23,.16) 56.1% 56.35%, transparent 56.45%),
    linear-gradient(115deg, transparent 0 68%, rgba(123,44,255,.18) 68.1% 68.35%, transparent 68.45%);
  background-size: 100% 100%;
}

.f34-page .f34-hero::after {
  background: linear-gradient(180deg, transparent 70%, #09080e 100%);
}

.f34-page .f34-copy {
  width: 100%;
  max-width: 690px;
  align-items: flex-start;
  text-align: left;
}

.f34-page .eyebrow {
  color: #ffb26f;
  background: rgba(255, 118, 23, .08);
  border-color: rgba(255, 151, 73, .25);
}

.f34-page .f34-logo {
  width: min(245px, 55vw);
  margin: 24px 0 8px;
}

.f34-page .f34-copy h1 {
  max-width: 690px;
  font-size: clamp(3.2rem, 5.25vw, 5.8rem);
  line-height: .98;
}

.f34-page .f34-copy em {
  background: linear-gradient(90deg, #ff9c31, var(--f34-orange), #d938ff, var(--f34-purple));
  background-clip: text;
}

.f34-page .f34-copy > p {
  max-width: 620px;
  margin: 26px 0;
  color: #aaa4b4;
}

.f34-page .actions,
.f34-page .facts {
  justify-content: flex-start;
}

.f34-page .download {
  color: #fff;
  background: linear-gradient(110deg, var(--f34-orange), var(--f34-pink), var(--f34-purple));
  box-shadow: 0 14px 34px rgba(123,44,255,.2);
}

.f34-page .download small {
  color: #fff;
}

.f34-page .more {
  background: rgba(255,255,255,.025);
  border-color: rgba(255,255,255,.16);
}

.f34-page .facts {
  color: #777281;
}

.f34-page .image-demo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 610px;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.f34-page .image-demo::before {
  content: "";
  position: absolute;
  width: min(520px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,44,255,.34), rgba(255,118,23,.08) 48%, transparent 70%);
  filter: blur(18px);
}

.f34-page .image-demo img {
  position: relative;
  width: min(620px, 100%);
  height: auto;
  max-height: 570px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 45px 55px rgba(0,0,0,.7)) drop-shadow(0 0 34px rgba(123,44,255,.32));
  transform: perspective(1000px) rotateY(-5deg) rotateX(1deg);
  animation: f34-brand-float 5.5s ease-in-out infinite;
}

@keyframes f34-brand-float {
  50% { transform: perspective(1000px) rotateY(-1deg) rotateX(0deg) translateY(-14px); }
}

.f34-page .cinematic {
  position: relative;
  width: min(1680px, calc(100% - 64px));
  margin: 20px auto 100px;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #0a090e;
  box-shadow: 0 35px 90px rgba(0,0,0,.42);
}

.f34-page .cinematic::after {
  display: block;
  background:
    linear-gradient(90deg, rgba(9,8,14,.94), rgba(9,8,14,.55) 46%, transparent 75%),
    linear-gradient(0deg, rgba(9,8,14,.45), transparent 55%);
}

.f34-page .cinematic > img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.f34-page .cinematic > div {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 6vw, 95px);
  top: 50%;
  width: min(520px, 44%);
  max-width: 520px;
  transform: translateY(-50%);
}

.f34-page .cinematic span,
.f34-page .gallery-head > span {
  color: #ff9945;
}

.f34-page .features {
  background:
    radial-gradient(circle at 15% 15%, rgba(255,118,23,.08), transparent 27%),
    #0d0b12;
}

.f34-page .heading > span,
.f34-page .how > div > span,
.f34-page .grid i {
  color: #a45dff;
}

.f34-page .grid article:nth-child(3n+1) i {
  color: #ff8b31;
}

.f34-page .grid,
.f34-page .grid article {
  border-color: #302b39;
}

.f34-page .grid article {
  background: rgba(255,255,255,.018);
}

.f34-page .grid article:hover {
  background: linear-gradient(140deg, rgba(123,44,255,.1), rgba(255,118,23,.04));
}

.f34-page .grid article.addon-store-card {
  position: relative;
  cursor: pointer;
}

.f34-page .grid article.addon-store-card:focus-visible {
  outline: 2px solid #b968ff;
  outline-offset: -4px;
}

.f34-page .addon-store-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #ff9b50;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.f34-page .addon-store-link i {
  margin: 0;
  color: #b968ff;
  font-size: .7rem;
  transition: transform .2s ease;
}

.f34-page .addon-store-card:hover .addon-store-link i {
  transform: translateX(4px);
}

.f34-page .grid p,
.f34-page .heading p,
.f34-page .how p {
  color: #918b99;
}

.f34-page .gallery {
  background:
    radial-gradient(circle at 50% 100%, rgba(118,44,255,.1), transparent 42%),
    #09080e;
}

.f34-page .screen-frame {
  padding: 10px;
  background: linear-gradient(135deg, #35303c, #0d0b11);
  border-color: #625b6a;
  border-radius: 10px;
  box-shadow: 0 40px 90px #000;
}

.f34-page .how {
  background:
    radial-gradient(circle at 0 100%, rgba(255,118,23,.09), transparent 32%),
    #100d16;
}

.f34-page .how li {
  background: rgba(255,255,255,.032);
  border-color: rgba(255,255,255,.08);
}

.f34-page .how li > b,
.f34-page .final {
  background: linear-gradient(135deg, var(--f34-orange), var(--f34-pink) 50%, var(--f34-purple));
}

@media (max-width: 1000px) {
  .f34-page .f34-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 130px 28px 50px;
    gap: 20px;
  }

  .f34-page .f34-copy {
    max-width: 760px;
  }

  .f34-page .image-demo {
    height: 470px;
  }

  .f34-page .image-demo img {
    width: min(540px, 94vw);
  }
}

@media (max-width: 700px) {
  .f34-page .f34-hero {
    padding-inline: 20px;
  }

  .f34-page .f34-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .f34-page .image-demo {
    height: 350px;
  }

  .f34-page .image-demo img {
    transform: none;
    animation: none;
  }

  .f34-page .cinematic {
    width: calc(100% - 24px);
    margin-bottom: 60px;
    overflow: visible;
  }

  .f34-page .cinematic::after {
    display: none;
  }

  .f34-page .cinematic > div {
    position: static;
    width: 100%;
    padding: 28px 4px 0;
    transform: none;
  }
}
