/* ===== Video Offer ===== */
#lp-video-offer{
  position:relative;
  padding:var(--section-py) 0;
  background:var(--color-white);
  overflow:hidden;
}
#lp-video-offer .video-offer-bg{
  position:absolute;top:0;left:0;right:0;bottom:0;
  background:linear-gradient(175deg, #F7FAF8 0%, #EDF5F0 50%, #FAFAF7 100%);
  opacity:.5;
}
#lp-video-offer .container{
  position:relative;z-index:1;
}
#lp-video-offer .video-offer-title{
  font-family:var(--font-heading);
  font-size:clamp(1.4rem, 3.5vw, 2rem);
  font-weight:700;
  text-align:center;
  color:var(--color-text);
  margin-bottom:12px;
  letter-spacing:.02em;
}
#lp-video-offer .video-offer-description{
  font-size:15px;
  color:var(--color-text-light);
  text-align:center;
  margin-bottom:40px;
  line-height:1.8;
}
#lp-video-offer .video-offer-wrapper{
  position:relative;
  max-width:760px;
  margin:0 auto;
  aspect-ratio:16/9;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-card);
}
#lp-video-offer .video-offer-iframe{
  width:100%;height:100%;
  border:none;
  display:block;
}
