/* Extra rules only needed because this is now WordPress (form notices, hero
   video background, WP admin bar spacing). The rest of the design comes
   from the original template's style.css / color/forest.css untouched. */

body.bg-black { background-color: #000; }
body.bg-dark2 { background-color: #212326; }

.moniwild-notice {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 16px 22px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 600;
}
.moniwild-notice-success {
  background: #eef3df;
  color: #4c5a2f;
  border: 1px solid #c9d69a;
}
.moniwild-notice-error {
  background: #f7e4e0;
  color: #8a3b2e;
  border: 1px solid #e3b3a8;
}

/* Simple hero (replaces the single-slide Slider Revolution banner - same
   visual result: full-bleed background video with centered logo/text). */
.moniwild-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.moniwild-hero video,
.moniwild-hero img.moniwild-hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.moniwild-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}
.moniwild-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  letter-spacing: -0.5px;
  padding: 0 20px;
}
.moniwild-hero-content img { max-width: 340px; height: auto; margin: 0 auto 6px; }
.moniwild-hero-content .lead.larger {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  margin: 10px 0 26px;
}
.moniwild-hero-content .btn {
  display: inline-block;
  padding: 13px 34px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.3s ease, color 0.3s ease;
}
.moniwild-hero-content .btn:hover {
  background: #fff;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .moniwild-hero-content img { max-width: 220px; }
}
