/* === SohbeX landing cinematic hero BEGIN === */
/* SohbeX landing — cinematic dark hero + pink accent (Grupo landing enhance) */
body.landing_page.dark_mode .hero_section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(255, 45, 122, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 70%, rgba(120, 60, 255, 0.14), transparent 50%),
    radial-gradient(ellipse 45% 35% at 10% 80%, rgba(255, 45, 122, 0.10), transparent 45%),
    linear-gradient(180deg, #0a0610 0%, #120818 45%, #0d0a12 100%) !important;
  overflow: hidden;
}
body.landing_page.dark_mode .hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,45,122,0.18), transparent 42%),
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.55) 100%);
  box-shadow: inset 0 0 120px rgba(0,0,0,0.45);
}
body.landing_page.dark_mode .hero_section .introduction,
body.landing_page.dark_mode .hero_section .text_content {
  position: relative;
  z-index: 1;
}
body.landing_page.dark_mode .hero_section h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(255,45,122,0.35), 0 2px 24px rgba(0,0,0,0.55);
  background: linear-gradient(180deg, #ffffff 10%, #ffd0e3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.landing_page.dark_mode .hero_section .lead {
  color: rgba(255,255,255,0.82) !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.45);
}
body.landing_page.dark_mode .hero_section .button.primary,
body.landing_page.dark_mode .hero_section .buttons .button.primary {
  background: #FF2D7A !important;
  border-color: #FF2D7A !important;
  box-shadow: 0 0 0 1px rgba(255,45,122,0.35), 0 8px 28px rgba(255,45,122,0.35);
}
body.landing_page.dark_mode .hero_section .button.primary:hover,
body.landing_page.dark_mode .hero_section .buttons .button.primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px rgba(255,45,122,0.5), 0 10px 32px rgba(255,45,122,0.45);
}
body.landing_page.dark_mode .hero_section .button.secondary,
body.landing_page.dark_mode .hero_section .buttons .button.secondary {
  border-color: rgba(255,45,122,0.55) !important;
  color: #fff !important;
  background: rgba(255,45,122,0.08) !important;
}
body.landing_page.dark_mode .hero_section .overlay {
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.35) 100%) !important;
  opacity: 0.85;
}
/* Nabız-ish accent on groups heading */
body.landing_page.dark_mode .groups_list .heading h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-bottom: 2px;
  border-radius: 50%;
  background: #FF2D7A;
  box-shadow: 0 0 0 0 rgba(255,45,122,0.7);
  animation: sohbex-pulse 1.6s ease-out infinite;
  vertical-align: middle;
}
@keyframes sohbex-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,45,122,0.55); }
  70% { box-shadow: 0 0 0 12px rgba(255,45,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,45,122,0); }
}
body.landing_page.dark_mode .landing_page_groups .card {
  border: 1px solid rgba(255,45,122,0.12);
  background: rgba(18,10,24,0.72);
  backdrop-filter: blur(6px);
}
/* === SohbeX landing cinematic hero END === */
