/* ==========================================================================
   What Makes DA Eventz Different? - Full-Width Immersive Hero Showcase
   Cinematic 4K Visual + Ken Burns Zoom + Dark Navy Glassmorphism Overlay
   ========================================================================== */

:root {
  --wmd-font-heading: 'Syne', 'Outfit', 'Plus Jakarta Sans', -apple-system, sans-serif;
  --wmd-font-body: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
}

.wmd-section {
  position: relative;
  width: 100%;
  padding: 150px 0 160px;
  background: #080D1A;
  color: #FFFFFF;
  overflow: hidden;
  font-family: var(--wmd-font-body);
}

/* Background Image Layer with Ken Burns Slow Zoom Effect */
.wmd-bg-image-layer {
  position: absolute;
  inset: 0;
  background: url('../images/about/different_hero_bg.jpg') center center / cover no-repeat;
  animation: wmdKenBurns 25s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}

@keyframes wmdKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

/* Full-Section Dark Navy Overlay (70% Opacity with Vignette & Mesh) */
.wmd-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(11, 17, 32, 0.65) 0%, rgba(11, 17, 32, 0.85) 70%, rgba(5, 9, 20, 0.94) 100%),
              linear-gradient(180deg, rgba(15, 23, 42, 0.78) 0%, rgba(11, 17, 32, 0.7) 50%, rgba(15, 23, 42, 0.82) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}

/* Subtle Ambient Spotlight & Light Streaks */
.wmd-glow-spotlight {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16) 0%, rgba(212, 161, 57, 0.09) 45%, transparent 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 2;
  animation: wmdGlowPulse 8s ease-in-out infinite alternate;
}

@keyframes wmdGlowPulse {
  0% { opacity: 0.7; transform: translateX(-50%) scale(0.95); }
  100% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

.wmd-particles-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.5;
}

.wmd-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 3;
}

/* Centered Floating Luxury Glass Panel */
.wmd-glass-card {
  position: relative;
  background: rgba(15, 23, 42, 0.68);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 68px 56px;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 40px 90px -15px rgba(0, 0, 0, 0.55), inset 0 1.5px 0 rgba(255, 255, 255, 0.25), 0 0 40px rgba(37, 99, 235, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
  animation: wmdGlassFloat 7s ease-in-out infinite alternate;
}

.wmd-glass-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wmd-glass-card:hover {
  box-shadow: 0 50px 110px -15px rgba(0, 0, 0, 0.7), 0 0 60px rgba(37, 99, 235, 0.22);
}

@keyframes wmdGlassFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-7px); }
}

.wmd-glass-glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 1;
}

/* Header & Paragraph Typography */
.wmd-heading {
  position: relative;
  font-family: var(--wmd-font-heading);
  font-size: clamp(2.3rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 28px;
  padding-bottom: 16px;
  text-align: center;
}

.wmd-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, #60A5FA 0%, #F59E0B 100%);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(96, 165, 250, 0.45);
}

.wmd-intro-text {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.wmd-paragraph {
  font-family: var(--wmd-font-body);
  font-size: clamp(1.08rem, 1.25vw, 1.22rem);
  line-height: 1.85;
  color: #CBD5E1;
  margin: 0 0 20px;
}

.wmd-paragraph:last-child {
  margin-bottom: 0;
}

/* Sub Heading: Our Strengths */
.wmd-subheading {
  font-family: var(--wmd-font-heading);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin: 48px 0 32px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  letter-spacing: -0.01em;
}

/* Clean 2-Column Desktop Strengths List */
.wmd-strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 48px;
  max-width: 960px;
  margin: 0 auto;
}

.wmd-strength-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wmd-font-body);
  font-size: clamp(1.02rem, 1.18vw, 1.15rem);
  font-weight: 600;
  color: #F8FAFC;
  line-height: 1.6;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}

.wmd-strength-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(96, 165, 250, 0.5);
  transform: translateX(6px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15);
}

.wmd-check-symbol {
  color: #60A5FA;
  font-size: 1.18rem;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease;
}

.wmd-strength-item:hover .wmd-check-symbol {
  transform: scale(1.35) rotate(6deg);
  color: #93C5FD;
}

/* Responsive Adaptations */
@media (max-width: 991px) {
  .wmd-section {
    padding: 110px 0 120px;
  }
  .wmd-glass-card {
    padding: 48px 32px;
    border-radius: 26px;
  }
  .wmd-strengths-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .wmd-section {
    padding: 85px 0 95px;
  }
  .wmd-glass-card {
    padding: 36px 20px;
    border-radius: 20px;
  }
  .wmd-heading {
    margin-bottom: 20px;
  }
  .wmd-subheading {
    margin: 36px 0 24px;
    padding-top: 28px;
  }
}
