.elite-hero-v2 {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 700px;
  max-height: none;
  overflow: hidden;
  background: #081421;
  color: #fff;
}

.elite-hero-v2 .elite-hero-slides,
.elite-hero-v2 .elite-hero-slide,
.elite-hero-v2 .elite-hero-media,
.elite-hero-v2 .elite-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.elite-hero-v2 .elite-hero-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 900ms ease, visibility 900ms ease;
}

.elite-hero-v2 .elite-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.elite-hero-v2 .elite-hero-media img {
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.035);
  transition: transform 6s ease;
}

.elite-hero-v2 .elite-hero-slide.is-active .elite-hero-media img {
  transform: scale(1);
}

.elite-hero-v2 .elite-hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 34, 0.92) 0%, rgba(8, 19, 31, 0.72) 39%, rgba(8, 19, 31, 0.28) 72%, rgba(8, 19, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 14, 24, 0.56) 0%, rgba(5, 14, 24, 0) 60%);
  content: "";
}

.elite-hero-v2 [data-hero-slide="0"] .elite-hero-media::after {
  background:
    linear-gradient(
      rgba(232, 96, 0, 0.28),
      rgba(232, 96, 0, 0.28)
    ),
    linear-gradient(
      90deg,
      rgba(35, 12, 0, 0.38) 0%,
      rgba(35, 12, 0, 0.18) 48%,
      rgba(35, 12, 0, 0.04) 76%,
      rgba(35, 12, 0, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(35, 12, 0, 0.14) 0%,
      rgba(35, 12, 0, 0) 58%
    );
}

.elite-hero-v2 [data-hero-slide="1"] .elite-hero-media::after {
  background:
    linear-gradient(
      90deg,
      rgba(35, 12, 0, 0.34) 0%,
      rgba(35, 12, 0, 0.16) 48%,
      rgba(35, 12, 0, 0.03) 78%,
      rgba(35, 12, 0, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(35, 12, 0, 0.14) 0%,
      rgba(35, 12, 0, 0) 58%
    );
}

.elite-hero-v2 [data-hero-slide="2"] .elite-hero-media::after {
  background:
    linear-gradient(
      rgba(232, 96, 0, 0.36),
      rgba(232, 96, 0, 0.36)
    ),
    linear-gradient(
      90deg,
      rgba(35, 12, 0, 0.38) 0%,
      rgba(35, 12, 0, 0.18) 48%,
      rgba(35, 12, 0, 0.04) 76%,
      rgba(35, 12, 0, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(35, 12, 0, 0.14) 0%,
      rgba(35, 12, 0, 0) 58%
    );
}

.elite-hero-v2 [data-hero-slide="0"] .elite-hero-media::after,
.elite-hero-v2 [data-hero-slide="1"] .elite-hero-media::after,
.elite-hero-v2 [data-hero-slide="2"] .elite-hero-media::after {
  background:
    linear-gradient(
      rgba(232, 96, 0, 0.36),
      rgba(232, 96, 0, 0.36)
    ),
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.03) 18%,
      rgba(255, 248, 239, 0.1) 56%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(
      90deg,
      rgba(68, 22, 0, 0.62) 0%,
      rgba(68, 22, 0, 0.4) 46%,
      rgba(68, 22, 0, 0.16) 76%,
      rgba(68, 22, 0, 0.05) 100%
    ),
    linear-gradient(
      0deg,
      rgba(35, 12, 0, 0.16) 0%,
      rgba(35, 12, 0, 0) 60%
    );
}

.elite-hero-v2 .elite-hero-content-shell {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  width: min(100%, 1280px);
  height: 100%;
  margin: 0 auto;
  align-items: center;
  padding: 36px clamp(24px, 6vw, 88px) 46px;
}

.elite-hero-v2 .elite-hero-content {
  width: min(620px, 72vw);
  transform: translateY(16px);
}

.elite-hero-v2 .elite-hero-heading {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5.2vw, 66px);
  font-weight: 500;
  line-height: 1.08;
}

.elite-hero-v2 .elite-hero-initial {
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.elite-hero-v2 .elite-hero-description {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.55;
}

.elite-hero-v2 .elite-hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.elite-hero-v2 .elite-hero-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #ed7814;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.elite-hero-v2 .elite-hero-cta:hover,
.elite-hero-v2 .elite-hero-cta:focus-visible {
  background: #ce6107;
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.elite-hero-v2 .elite-hero-cta-secondary {
  background: #fff;
  color: #ed7814;
}

.elite-hero-v2 .elite-hero-cta-secondary:hover,
.elite-hero-v2 .elite-hero-cta-secondary:focus-visible {
  background: #fff4ea;
  color: #ce6107;
}

.elite-hero-v2 .elite-hero-pagination {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 88px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.elite-hero-v2 .elite-hero-arrow {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ed7814;
  color: #fff;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.elite-hero-v2 .elite-hero-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.elite-hero-v2 .elite-hero-arrow:hover,
.elite-hero-v2 .elite-hero-arrow:focus-visible {
  background: #cf6107;
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
  transform: translateY(-2px);
}

.elite-floating-contact {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}

.elite-floating-contact .elite-contact-button {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.elite-floating-contact .elite-contact-button:hover,
.elite-floating-contact .elite-contact-button:focus-visible {
  outline: 0;
  box-shadow: none;
  transform: translateX(-3px);
}

.elite-floating-contact .elite-contact-whatsapp {
  background: #1fc765;
}

.elite-floating-contact .elite-contact-phone {
  background: #5c6063;
}

.elite-floating-contact .elite-contact-email {
  background: #ed7814;
}

.elite-floating-contact svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.elite-home-journey {
  box-sizing: border-box;
  padding: 94px 24px 86px;
  background: #fff;
  color: #4d4d4d;
}

.elite-home-journey .elite-home-journey-inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  text-align: center;
}

.elite-home-journey .elite-home-journey-eyebrow {
  margin-bottom: 18px;
  color: #ed7814;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elite-home-journey .elite-home-journey-title {
  margin: 0 0 24px;
  color: #4b4b4b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.04;
}

.elite-home-journey .elite-home-journey-copy {
  width: min(100%, 640px);
  margin: 0 auto;
  color: #4e5458;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.58;
}

.elite-home-journey .elite-home-journey-copy + .elite-home-journey-copy {
  margin-top: 18px;
}

.elite-home-journey .elite-home-journey-stats {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.elite-home-journey .elite-home-journey-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #4a4a4a;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.elite-home-journey .elite-home-journey-stat span {
  color: #64686a;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
}

@media (max-width: 991px) {
  .elite-hero-v2 {
    height: 100vh;
    height: 100svh;
    min-height: 600px;
    max-height: none;
  }

}

@media (max-width: 767px) {
  .elite-hero-v2 {
    min-height: 540px;
  }

  .elite-hero-v2 [data-hero-slide="0"] .elite-hero-media img {
    object-fit: cover;
    object-position: 70% center;
  }

  .elite-hero-v2 [data-hero-slide="1"] .elite-hero-media img {
    object-position: 66% center;
  }

  .elite-hero-v2 [data-hero-slide="2"] .elite-hero-media img {
    object-position: 68% center;
  }

  .elite-hero-v2 .elite-hero-content {
    width: 100%;
  }

  .elite-hero-v2 .elite-hero-heading {
    font-size: clamp(38px, 11vw, 54px);
  }

  .elite-hero-v2 .elite-hero-description {
    max-width: 92%;
  }

  .elite-floating-contact {
    top: auto;
    right: 12px;
    bottom: 18px;
    gap: 8px;
    transform: none;
  }

  .elite-floating-contact .elite-contact-button {
    width: 44px;
    height: 44px;
  }

  .elite-home-journey {
    padding: 68px 20px 62px;
  }

  .elite-home-journey .elite-home-journey-stats {
    margin-top: 52px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elite-hero-v2 .elite-hero-slide,
  .elite-hero-v2 .elite-hero-media img,
  .elite-hero-v2 .elite-hero-arrow,
  .elite-floating-contact .elite-contact-button {
    transition: none;
  }
}
