.fh-home-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ak-banner .swiper-slide .fh-home-hero {
  width: 100% !important;
}

.fh-home-hero > img {
  display: block;
  width: 100%;
}

.fh-home-hero-clickthrough {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fh-home-hero-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 11% 10%;
  color: #fff;
  pointer-events: none;
  z-index: 2;
}

.fh-home-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 57%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .82) 66%, rgba(0, 0, 0, 0) 100%);
}

.fh-home-hero-copy > * {
  position: relative;
  max-width: 760px;
}

.fh-home-hero-eyebrow {
  margin: 0 0 .55em;
  font-size: clamp(14px, 1.55vw, 29px);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fh-home-hero-title {
  margin: 0;
  font-size: clamp(30px, 3.55vw, 68px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .02em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.fh-home-hero-subtitle {
  margin: .7em 0 1.45em;
  font-size: clamp(17px, 2vw, 37px);
  font-weight: 500;
  line-height: 1.42;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .44);
}

.fh-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  pointer-events: auto;
}

.fh-home-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  border-radius: 999px;
  background: #df1f26;
  color: #fff;
  font-size: clamp(16px, 1.55vw, 27px);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
  transition: transform .2s ease, background .2s ease;
}

.fh-home-hero-actions a::before {
  content: "›";
  margin-right: .45em;
  font-size: 1.55em;
  font-weight: 400;
  line-height: .6;
}

.fh-home-hero-actions a:hover,
.fh-home-hero-actions a:focus-visible {
  background: #bd171e;
  color: #fff;
  transform: translateY(-2px);
}

.fuheng-rtl .fh-home-hero-copy {
  align-items: flex-end;
  padding-right: 10%;
  text-align: right;
}

.fuheng-rtl .fh-home-hero-copy::before {
  right: 0;
  left: auto;
  background: linear-gradient(270deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .91) 60%, rgba(0, 0, 0, 0) 100%);
}

.fuheng-rtl .fh-home-hero-actions a::before {
  margin-right: 0;
  margin-left: .45em;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .fh-home-hero-copy {
    justify-content: flex-end;
    padding: 28% 6% 12%;
  }

  .fh-home-hero-copy::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .88) 54%, rgba(0, 0, 0, .96) 100%);
  }

  .fh-home-hero-eyebrow { font-size: 11px; }
  .fh-home-hero-title { font-size: clamp(26px, 8vw, 44px); }
  .fh-home-hero-subtitle { margin-bottom: 1em; font-size: clamp(14px, 4.2vw, 20px); }
  .fh-home-hero-actions { width: 100%; gap: 10px; }
  .fh-home-hero-actions a { flex: 1 1 190px; min-height: 44px; padding: 9px 14px; font-size: 14px; }

  .fuheng-rtl .fh-home-hero-copy::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .88) 54%, rgba(0, 0, 0, .96) 100%);
  }
}
