/* Homepage hero — full viewport slider, space below CTAs */
.banner-section-wrap.style3,
.banner-section-wrap.style3 .swiper,
.banner-section-wrap.style3 .swiper-wrapper,
.banner-section-wrap.style3 .swiper-slide {
  min-height: 100vh;
  min-height: 100dvh;
}

.banner-section-wrap.style3 .banner-bg-slide {
  min-height: 100vh;
  min-height: 100dvh;
}

.banner-section-wrap.style3 .banner-bg-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(120px, 14vh, 168px) 0 clamp(80px, 10vh, 120px) !important;
  box-sizing: border-box;
  overflow: visible;
}

.banner-section-wrap.style3.swiper,
.banner-section-wrap.style3 .swiper-wrapper {
  overflow: visible;
}

.banner-section-wrap.style3 .swiper-slide {
  overflow: visible;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
}

.banner-section-wrap.style3 .banner-bg-slide .container {
  width: 100%;
}

.banner-section-wrap.style3 .banner-content {
  max-width: 100%;
  width: 100%;
  padding: 0 1.5rem 0;
  margin-top: 0;
}

.banner-section-wrap.style3 .banner-content > .d-flex.justify-content-center {
  margin-bottom: clamp(3rem, 10vh, 7rem);
  padding-bottom: clamp(2rem, 6vh, 5rem);
}

.banner-section-wrap.style3 .banner-content .hero-badge-lg {
  font-size: clamp(13px, 1.1vw, 16px);
  letter-spacing: 0.12em;
}

.banner-section-wrap.style3 .banner-content h1.hero-headline-lines {
  font-size: clamp(32px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
  overflow: visible;
}

.banner-section-wrap.style3 .banner-content .hero-lead {
  max-width: 820px;
  line-height: 1.45;
}

.banner-section-wrap.style3 .banner-content .hero-lead-support {
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.01em;
  margin-bottom: 0.65rem;
}

.banner-section-wrap.style3 .banner-content .hero-lead-markets {
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.25;
}

.banner-section-wrap.style3 .banner-content .hero-market-highlight {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 0 24px rgba(81, 53, 255, 0.45), 0 0 48px rgba(255, 84, 85, 0.25);
  background: linear-gradient(90deg, #ffffff 0%, #e8e4ff 45%, #ffd4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Fallback when background-clip text fails or parent clips */
  paint-order: stroke fill;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .banner-section-wrap.style3 .banner-content .hero-market-highlight {
    -webkit-text-fill-color: #fff;
    background: none;
  }
}

.banner-section-wrap.style3 .banner-content .hero-lead-delivery {
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.banner-section-wrap.style3 .banner-content .common-btn {
  min-width: 180px;
  padding: 14px 28px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: clamp(140px, 15vh, 180px) 0 clamp(90px, 11vh, 130px) !important;
  }

  .banner-section-wrap.style3 .banner-content h1.hero-headline-lines {
    font-size: clamp(48px, 4.8vw, 72px);
  }

  .banner-section-wrap.style3 .banner-content .hero-lead {
    max-width: 900px;
  }

  .banner-section-wrap.style3 .banner-content .hero-lead-markets {
    font-size: clamp(22px, 2.2vw, 32px);
  }

  .banner-section-wrap.style3 .banner-content > .d-flex.justify-content-center {
    margin-bottom: clamp(4rem, 12vh, 8rem);
    padding-bottom: clamp(2.5rem, 7vh, 6rem);
  }
}

@media (min-width: 1400px) {
  .banner-section-wrap.style3 .banner-content {
    padding: 0 2rem;
  }

  .banner-section-wrap.style3 .banner-content h1.hero-headline-lines {
    font-size: 72px;
    line-height: 1.1;
  }
}

@media (max-width: 991px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: clamp(128px, 14vh, 156px) 0 clamp(72px, 9vh, 100px) !important;
  }

  .banner-section-wrap.style3 .banner-content h1.hero-headline-lines {
    font-size: clamp(30px, 7.5vw, 46px);
  }

  .banner-section-wrap.style3 .banner-content > .d-flex.justify-content-center {
    margin-bottom: clamp(2.5rem, 8vh, 5rem);
    padding-bottom: clamp(1.5rem, 5vh, 3.5rem);
  }
}

@media (max-width: 575px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: clamp(118px, 13vh, 140px) 0 clamp(64px, 8vh, 88px) !important;
  }

  .banner-section-wrap.style3 .banner-content h1.hero-headline-lines {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.15;
  }

  .banner-section-wrap.style3 .banner-content .hero-lead-support {
    font-size: 14px;
  }

  .banner-section-wrap.style3 .banner-content .hero-lead-markets {
    font-size: 22px;
  }

  .banner-section-wrap.style3 .banner-content .hero-lead-delivery {
    font-size: 15px;
  }

  .banner-section-wrap.style3 .banner-content > .d-flex.justify-content-center {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }
}
