.et_pb_section .ia-title * {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3rem) !important;
	line-height: 1;
}
.et_pb_section .ia-subtitle * {
	font-family: "Inter", sans-serif;
	line-height: 1;
	font-weight: 400;
	font-size: clamp(1rem, 3vw, 1.125rem) !important;
	line-height: 1.5;
}
#ia-hero-section{
  position: relative;
  overflow: hidden;
}

/* Video layer injected by JS */
#ia-hero-section .bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  opacity: 0;
  transition: opacity .4s ease;
}

/* Fade-in when ready */
#ia-hero-section.is-video-ready .bg-video{
  opacity: 1;
}

/* Ensure all Divi content stays above video */
#ia-hero-section .et_pb_row,
#ia-hero-section .et_pb_module,
#ia-hero-section .et_pb_column{
  position: relative;
  z-index: 1;
}