/* =========================================================
   V2 LAYOUT BASE – Divi + Cinematic infra
========================================================= */

#et-main-area,
#main-content {
  background: transparent !important;
}

#main-content .container {
  background: transparent !important;
}




/* =========================================================
   V2 HERO – CINEMATIC GREEN GLOW (TOP5 / HERO)
========================================================= */

.rp-hero-row {
  position: relative;
  z-index: 1;
}

.rp-hero-row::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 18%;
  width: 62%;
  height: 140px;

  background: radial-gradient(
    circle at 20% 50%,
    rgba(41,255,38,0.24),
    rgba(41,255,38,0.10),
    transparent 65%
  );

  filter: blur(14px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

/* biztosítjuk, hogy a szöveg a glow felett legyen */
.rp-hero-row > * {
  position: relative;
  z-index: 2;
}

/* =========================================================
   V2 GLOBAL STACKING FIX – DIVI DROPDOWN MENÜ
========================================================= */

/* Header mindig legfelső réteg */
#main-header,
#et-top-navigation,
.et_pb_menu,
.et_pb_menu__wrap,
.nav,
#top-menu {
  position: relative;
  z-index: 9999 !important;
}

/* Dropdown konkrétan */
#top-menu li ul,
.et_pb_menu ul.sub-menu {
  z-index: 10000 !important;
  position: absolute;
}

