/* =============================
   Investment Essentials Hero
   ============================= */

.investment-hero-section .heroSection {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  z-index: 1;
}

.investment-hero-section .heroContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1680px;
  z-index: 1;
}

.investment-hero-section .heroContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1306px;
  width: 100%;
}

.investment-hero-section .investmentEyebrow {
  display: none;
}

.investment-hero-section .mainHeading {
  font-family: var(--font-p22-mackinac-pro), serif !important;
  font-weight: 500 !important;
  font-size: 75px !important;
  line-height: 0.95 !important;
  letter-spacing: -2px !important;
  color: var(--primary, #333f5b) !important;
  text-transform: capitalize !important;
  text-align: center !important;
  max-width: 928px;
  margin: 0 !important;
  width: 50% !important;
}

.investment-hero-section .subheading {
  font-family: var(--font-avenir-next), sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: var(--text, #6d717b);
  text-align: center;
  max-width: 520px;
  margin: 0;
}

.investment-hero-section .videoContainer {
  position: relative;
  width: 100%;
  max-width: 1680px;
  display: flex;
  justify-content: center;
}

.investment-hero-section .videoWrapper {
  position: relative;
  width: 1680px;
  height: 780px;
  border-radius: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investment-hero-section .videoImage {
  position: absolute;
  top: -1.57%;
  left: 0;
  width: 100%;
  height: 127.29%;
  object-fit: cover;
  max-width: none;
  z-index: 1;
}

.investment-hero-section .videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 63, 91, 0.3);
  z-index: 2;
}

.investment-hero-section .playButton {
  position: relative;
  width: 120px;
  height: 120px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.investment-hero-section .playButton:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
}

.investment-hero-section .playIcon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .investment-hero-section .heroSection {
    padding: 0px;
  }

  .investment-hero-section .heroContainer {
    gap: 20px;
  }

  .investment-hero-section .heroContent {
    gap: 22px;
  }

  .investment-hero-section .investmentEyebrow {
    display: block;
  }

  .investment-hero-section .mainHeading {
    font-size: 32px !important;
    line-height: 1.1 !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    max-width: 360px;
  }

  .investment-hero-section .subheading {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.36px;
    width: 100%;
    max-width: 300px;
  }

  .investment-hero-section .videoContainer {
    width: 351px;
    height: 427px;
  }

  .investment-hero-section .videoWrapper {
    width: 351px;
    height: 427px;
    border-radius: 13px;
  }

  .investment-hero-section .videoImage {
    width: 351px;
    height: 447px;
  }

  .investment-hero-section .playButton {
    width: 80px;
    height: 71px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .investment-hero-section .heroSection {
    padding: 0px !important;
  }

  .investment-hero-section .heroContainer {
    width: 100%;
    max-width: 1000px;
    gap: 30px;
  }

  .investment-hero-section .heroContent {
    gap: 32px;
  }

  .investment-hero-section .investmentEyebrow {
    display: block;
  }

  .investment-hero-section .mainHeading {
    font-size: 38px !important;
    line-height: 1.1 !important;
    letter-spacing: 2px !important;
    width: 60% !important;
  }

  .investment-hero-section .subheading {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.32px;
    width: 80%;
  }

  .investment-hero-section .videoContainer {
    width: 100%;
    height: 427px;
  }

  .investment-hero-section .videoWrapper {
    width: 100%;
    height: 427px;
    border-radius: 13px;
  }

  .investment-hero-section .videoImage {
    width: 100%;
  }

  .investment-hero-section .playButton {
    width: 70px;
    height: 60px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .investment-hero-section .heroSection {
    padding: 0px !important;
  }

  .investment-hero-section .heroContainer {
    width: 100%;
    max-width: 1300px;
    gap: 30px;
  }

  .investment-hero-section .heroContent {
    gap: 32px;
  }

  .investment-hero-section .investmentEyebrow {
    display: block;
  }

  .investment-hero-section .mainHeading {
    font-size: 98px !important;
    line-height: 1.1 !important;
    letter-spacing: 0px !important;
    width: 100% !important;
    max-width: 1000px;
  }

  .investment-hero-section .subheading {
    font-size: 24px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.4px !important;
    width: 80% !important;
    max-width: 650px !important;
  }

  .investment-hero-section .videoContainer {
    width: 100%;
    height: 427px;
  }

  .investment-hero-section .videoWrapper {
    width: 100%;
    height: 427px;
    border-radius: 13px;
  }

  .investment-hero-section .videoImage {
    width: 100%;
  }

  .investment-hero-section .playButton {
    width: 60px;
    height: 60px;
  }
}
