.custom-hero-module {
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  max-width: 100vw !important; 
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1024px) {
  .custom-hero-module {
    margin-top: 100px;
  }
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;!important
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: white;!important
}

.cta-button {
  margin-top: 16px !important;
  background-color: #f04c43 !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em; /* optional but helps uppercase readability */
  padding: 15px 28px !important;
  border-radius: 6px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* HOVER / FOCUS */
.cta-button:hover,
.cta-button:focus {
  background: none !important;              /* kill shorthand */
  background-color: #14456B !important;     /* blue hover */
  color: #ffffff !important;
  text-decoration: none !important;
}
