/* Hero Home Video V1 — aislado y sin dependencias externas. */
body .ac-home-video-hero-v1 {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100vw;
  min-height: 780px;
  overflow: hidden;
  background-color: #173a2b;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__media,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__overlay,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__media {
  z-index: 0;
  flex-direction: column;
  pointer-events: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video > .elementor-widget-container,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video .elementor-wrapper,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video video {
  width: 100%;
  height: 100%;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video .elementor-wrapper {
  padding: 0 !important;
  aspect-ratio: auto !important;
  background: transparent;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video video {
  display: block;
  object-fit: cover;
  object-position: center center;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__video--mp4 {
  display: none;
}
body .ac-home-video-hero-v1.ac-video-use-mp4 .ac-home-video-hero-v1__video--webm {
  display: none;
}
body .ac-home-video-hero-v1.ac-video-use-mp4 .ac-home-video-hero-v1__video--mp4 {
  display: block;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 43, 31, .95) 0%, rgba(12, 55, 39, .89) 34%, rgba(15, 64, 43, .66) 62%, rgba(18, 69, 42, .30) 100%),
    linear-gradient(180deg, rgba(4, 30, 22, .16) 0%, rgba(4, 30, 22, .34) 100%);
  pointer-events: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__decor {
  z-index: 2;
  background:
    radial-gradient(circle at 102% 104%, transparent 0 149px, rgba(216,47,39,.92) 150px 158px, transparent 159px),
    radial-gradient(circle at 102% 104%, transparent 0 129px, rgba(242,200,60,.94) 130px 138px, transparent 139px),
    radial-gradient(circle at 102% 104%, transparent 0 109px, rgba(82,147,61,.92) 110px 118px, transparent 119px);
  pointer-events: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 64px), 1200px);
  min-height: 780px;
  margin-inline: auto;
  padding-block: 72px;
  flex-direction: column;
  justify-content: center;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__content {
  width: min(100%, 720px);
  flex-direction: column;
  gap: 22px;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__eyebrow,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__actions,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  animation: ac-home-video-hero-v1-reveal .72s cubic-bezier(.2,.72,.24,1) forwards;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__eyebrow { animation-delay: .10s; }
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title { animation-delay: .25s; }
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy { animation-delay: .60s; }
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__actions { animation-delay: .80s; }
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark { animation-delay: 1s; }
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__eyebrow p {
  margin: 0;
  color: #8CCB70;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .01em;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title .elementor-heading-title {
  max-width: 700px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(54px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.032em;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 19px;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button {
  width: auto;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--primary .elementor-button {
  background: #52933D;
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(10, 35, 25, .22);
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--secondary .elementor-button {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.9);
  color: #FFFFFF;
  backdrop-filter: blur(5px);
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button:hover,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button:focus-visible {
  transform: translateY(-2px);
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--primary .elementor-button:hover,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--primary .elementor-button:focus-visible {
  background: #438131;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--secondary .elementor-button:hover,
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button--secondary .elementor-button:focus-visible {
  background: rgba(255,255,255,.14);
  border-color: #FFFFFF;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: clamp(52px, 8vw, 132px);
  width: clamp(250px, 25vw, 390px);
  transform: translate3d(0, calc(-50% + 30px), 0);
  pointer-events: none;
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark img {
  width: 100%;
  opacity: .13;
  filter: brightness(0) invert(1);
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__script {
  display: none !important;
}
@keyframes ac-home-video-hero-v1-reveal {
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes ac-home-video-hero-v1-mark-reveal {
  to { opacity: 1; transform: translate3d(0,-50%,0); }
}
body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark {
  animation-name: ac-home-video-hero-v1-mark-reveal;
}
@media (max-width: 1024px) {
  body .ac-home-video-hero-v1,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner { min-height: 660px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner { width: min(calc(100% - 56px), 920px); }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__content { width: min(100%, 630px); }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title .elementor-heading-title { font-size: clamp(46px, 6vw, 58px); }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy p { max-width: 590px; font-size: 17px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark { right: 28px; width: 280px; opacity: .8; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__decor {
    background:
      radial-gradient(circle at 103% 106%, transparent 0 124px, rgba(216,47,39,.92) 125px 132px, transparent 133px),
      radial-gradient(circle at 103% 106%, transparent 0 104px, rgba(242,200,60,.94) 105px 112px, transparent 113px),
      radial-gradient(circle at 103% 106%, transparent 0 84px, rgba(82,147,61,.92) 85px 92px, transparent 93px);
  }
}
@media (max-width: 767px) {
  body .ac-home-video-hero-v1 { min-height: 670px; background-position: 60% center; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__media { display: none; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__overlay {
    background: linear-gradient(90deg, rgba(8,41,29,.96) 0%, rgba(11,52,36,.90) 68%, rgba(15,61,40,.72) 100%);
  }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner {
    width: 100%;
    min-height: 670px;
    padding: 76px 20px 68px;
  }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__content { width: 100%; max-width: 520px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__eyebrow p { font-size: 16px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title .elementor-heading-title {
    max-width: 100%;
    font-size: clamp(35px, 9.5vw, 39px);
    line-height: 1.07;
    letter-spacing: -.026em;
    text-wrap: pretty;
  }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy p { max-width: 100%; font-size: 15.5px; line-height: 1.5; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__actions { flex-direction: column; width: 100%; gap: 11px; margin-top: 5px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button { width: 100%; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button { min-height: 50px; padding: 13px 18px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark { top: 70px; right: -34px; width: 190px; opacity: .58; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark img { opacity: .10; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__decor {
    background:
      radial-gradient(circle at 108% 104%, transparent 0 94px, rgba(216,47,39,.90) 95px 101px, transparent 102px),
      radial-gradient(circle at 108% 104%, transparent 0 79px, rgba(242,200,60,.92) 80px 86px, transparent 87px),
      radial-gradient(circle at 108% 104%, transparent 0 64px, rgba(82,147,61,.90) 65px 71px, transparent 72px);
  }
}
@media (max-width: 380px) {
  body .ac-home-video-hero-v1,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner { min-height: 690px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__inner { padding-inline: 20px; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title .elementor-heading-title { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) {
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__media { display: none; }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__eyebrow,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__title,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__copy,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__actions,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__mark { transform: translateY(-50%); }
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button:hover,
  body .ac-home-video-hero-v1 .ac-home-video-hero-v1__button .elementor-button:focus-visible { transform: none; }
}
