/* -------------------------------------------------------------------
   FILE: nations-hero.css
   DIRECTORY: C:\Users\bwill\OneDrive\Desktop\AI Stuff\nationssystems.com\assets\
------------------------------------------------------------------- */

/* ==========================================================================
   NATIONS SYSTEMS HERO PRESENTATION OVERRIDE
   --------------------------------------------------------------------------
   Hero-only presentation layer. This file protects the approved hero image
   from filters, overlays, masks, and face-of-image styling while preserving
   a restrained frame glow. Section background rhythm belongs in main.css.
   ========================================================================== */

#overview {
  position: relative !important;
  isolation: isolate;
}

#overview::before,
#overview::after {
  display: none !important;
  content: none !important;
}

#overview .main-container {
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

#overview .nations-hero-effect-image {
  display: none !important;
}

#overview > .main-container::after {
  display: none !important;
  content: none !important;
}

#overview .nations-primary-cta {
  border: 1px solid rgba(93, 220, 246, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(18, 52, 78, 0.92) 0%, rgba(6, 22, 39, 0.96) 100%) !important;
  color: rgba(236, 252, 255, 0.96) !important;
  box-shadow:
    0 0 0 1px rgba(40, 127, 175, 0.22),
    0 0 24px rgba(93, 220, 246, 0.18),
    0 14px 40px rgba(0, 0, 0, 0.34) !important;
  text-shadow: 0 0 18px rgba(93, 220, 246, 0.22) !important;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease !important;
}

#overview .nations-primary-cta:hover {
  border-color: rgba(93, 220, 246, 0.72) !important;
  background:
    linear-gradient(180deg, rgba(26, 74, 108, 0.96) 0%, rgba(8, 31, 52, 0.98) 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 1px rgba(93, 220, 246, 0.36),
    0 0 34px rgba(93, 220, 246, 0.30),
    0 18px 48px rgba(0, 0, 0, 0.42) !important;
  transform: translateY(-1px) !important;
}

#overview .nations-primary-cta:focus-visible {
  outline: 2px solid rgba(93, 220, 246, 0.78) !important;
  outline-offset: 4px !important;
}

#overview .hero-artwork-frame {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  border: 1px solid rgba(93, 220, 246, 0.34) !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow:
    0 0 0 1px rgba(40, 127, 175, 0.24),
    0 0 24px rgba(93, 220, 246, 0.30),
    0 0 82px rgba(40, 127, 175, 0.32),
    0 0 150px rgba(40, 127, 175, 0.20) !important;
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform: none !important;
}

#overview .hero-artwork-frame::before {
  position: absolute !important;
  inset: -30px -34px -38px !important;
  z-index: -1 !important;
  display: block !important;
  border-radius: 26px !important;
  pointer-events: none !important;
  content: "" !important;
  background:
    radial-gradient(
      ellipse at 50% 50%,
      rgba(93, 220, 246, 0.22) 0%,
      rgba(40, 127, 175, 0.16) 42%,
      rgba(40, 127, 175, 0.07) 70%,
      rgba(40, 127, 175, 0) 100%
    ) !important;
  filter: blur(16px) !important;
}

#overview .hero-artwork-frame::after {
  display: none !important;
  content: none !important;
}

#overview .hero-artwork-image {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

@media (max-width: 63.999rem) {
  #overview .hero-artwork-frame {
    border-radius: 12px !important;
  }

  #overview .hero-artwork-frame::before {
    inset: -20px -20px -26px !important;
    border-radius: 20px !important;
    filter: blur(13px) !important;
  }

  #overview .hero-artwork-image {
    border-radius: 11px !important;
  }
}
