
/* RVC_LUNA_REALGAMERS_HOMEPAGE_001
   Homepage-only product announcement styles. */

.rl-home-launch-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.rl-home-launch-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(91, 210, 255, .34);
  border-radius: 999px;
  background: rgba(24, 111, 160, .13);
  color: #8fe3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rl-home-launch-badge.is-pro {
  border-color: rgba(151, 104, 255, .44);
  background: rgba(102, 62, 205, .16);
  color: #c8b8ff;
}

.rl-home-launch-rule {
  width: min(180px, 18vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(82, 203, 255, .5), transparent);
}

.rl-luna-home {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 122px) 0;
  border-top: 1px solid rgba(126, 163, 205, .12);
  border-bottom: 1px solid rgba(126, 163, 205, .12);
  background:
    radial-gradient(circle at 74% 42%, rgba(0, 164, 255, .12), transparent 35%),
    radial-gradient(circle at 22% 45%, rgba(94, 71, 214, .08), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 18, .97), rgba(4, 9, 17, .99));
}

.rl-luna-home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(88, 167, 220, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 167, 220, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.rl-luna-home-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.rl-luna-brand-lockup {
  width: 150px;
  margin: -4px 0 18px;
}

.rl-luna-brand-lockup img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(0, 180, 255, .18));
}

.rl-luna-home-copy h2,
.rl-rg-home-copy h2 {
  margin: 10px 0 18px;
  max-width: 780px;
  color: #f7fbff;
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.rl-luna-home-copy h2 span {
  color: #7ddcff;
}

.rl-luna-home-lead,
.rl-rg-home-copy > p {
  max-width: 700px;
  color: #aebed1;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.68;
}

.rl-luna-capabilities,
.rl-rg-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0;
}

.rl-luna-capabilities span,
.rl-rg-feature-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(140, 181, 223, .18);
  border-radius: 999px;
  background: rgba(12, 24, 39, .72);
  color: #d8e7f5;
  font-size: 13px;
  font-weight: 700;
}

.rl-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8fe3ff;
  font-weight: 800;
  text-decoration: none;
}

.rl-home-text-link:hover {
  color: #c9f3ff;
}

.rl-luna-home-media {
  display: grid;
  gap: 14px;
}

.rl-luna-video-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(124, 194, 235, .24);
  border-radius: 28px;
  background: #010305;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .48),
    inset 0 0 0 1px rgba(255,255,255,.025);
}

.rl-luna-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(0, 154, 255, .08);
}

.rl-luna-video-glow {
  position: absolute;
  inset: 14% 10%;
  z-index: -1;
  background: rgba(0, 170, 255, .16);
  filter: blur(60px);
}

.rl-luna-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: contain;
  background: #000;
}

.rl-luna-built-by {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  border: 1px solid rgba(129, 167, 204, .14);
  border-radius: 16px;
  background: rgba(7, 15, 25, .84);
}

.rl-luna-built-by img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.rl-luna-built-by strong,
.rl-luna-built-by span {
  display: block;
}

.rl-luna-built-by strong {
  color: #eef7ff;
  font-size: 14px;
}

.rl-luna-built-by span {
  margin-top: 2px;
  color: #7890a8;
  font-size: 12px;
}

.rl-rg-home {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 126px) 0;
  border-top: 1px solid rgba(122, 104, 255, .15);
  border-bottom: 1px solid rgba(122, 104, 255, .15);
  background:
    radial-gradient(circle at 15% 18%, rgba(64, 123, 255, .10), transparent 28%),
    radial-gradient(circle at 84% 30%, rgba(106, 64, 255, .12), transparent 30%),
    linear-gradient(180deg, #050914, #040711 72%, #050914);
}

.rl-rg-home::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -260px;
  top: -280px;
  border: 1px solid rgba(72, 183, 255, .10);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(72, 183, 255, .025),
    0 0 0 140px rgba(102, 78, 255, .018);
}

.rl-rg-home-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  margin-bottom: 52px;
}

.rl-rg-home-brand {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(108, 176, 233, .17);
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(37, 149, 238, .12), transparent 62%),
    rgba(5, 12, 22, .78);
  box-shadow: 0 32px 70px rgba(0,0,0,.30);
}

.rl-rg-home-brand img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 26px rgba(0, 153, 255, .20));
}

.rl-rg-home-copy h2 span {
  color: #b6a1ff;
}

.rl-rg-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.rl-rg-coming-soon {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(142, 106, 255, .42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(102, 67, 219, .25), rgba(48, 87, 190, .20));
  color: #e7e0ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rl-rg-home-note {
  margin: 14px 0 0 !important;
  color: #667c93 !important;
  font-size: 12px !important;
}

.rl-rg-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.rl-rg-shot {
  grid-column: span 4;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(124, 154, 201, .18);
  border-radius: 18px;
  background: #070c15;
  box-shadow: 0 22px 52px rgba(0,0,0,.26);
  transition: transform .2s ease, border-color .2s ease;
}

.rl-rg-shot:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 154, 255, .34);
}

.rl-rg-shot-featured {
  grid-column: span 12;
}

.rl-rg-shot img {
  width: 100%;
  aspect-ratio: 1.86 / 1;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #02050a;
}

.rl-rg-shot-featured img {
  aspect-ratio: 2.05 / 1;
}

.rl-rg-shot figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px 14px;
  border-top: 1px solid rgba(118, 153, 196, .12);
}

.rl-rg-shot figcaption strong {
  color: #f2f7ff;
  font-size: 13px;
}

.rl-rg-shot figcaption span {
  color: #71869e;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 1080px) {
  .rl-luna-home-shell {
    grid-template-columns: 1fr;
  }

  .rl-luna-home-media {
    max-width: 820px;
  }

  .rl-rg-home-head {
    grid-template-columns: 220px 1fr;
    gap: 34px;
  }

  .rl-rg-shot {
    grid-column: span 6;
  }

  .rl-rg-shot-featured {
    grid-column: span 12;
  }
}

@media (max-width: 760px) {
  .rl-home-launch-rule {
    display: none;
  }

  .rl-luna-home,
  .rl-rg-home {
    padding: 66px 0;
  }

  .rl-luna-video-frame,
  .rl-luna-video-frame video {
    min-height: 290px;
  }

  .rl-rg-home-head {
    grid-template-columns: 1fr;
  }

  .rl-rg-home-brand {
    min-height: 0;
    max-width: 250px;
    padding: 20px;
  }

  .rl-rg-shot,
  .rl-rg-shot-featured {
    grid-column: span 12;
  }

  .rl-rg-shot figcaption {
    display: block;
  }

  .rl-rg-shot figcaption span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rl-rg-shot {
    transition: none;
  }
}
