.homepage-operation-hero {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}

.homepage-operation-image {
  position: relative;
}

.homepage-operation-image img {
  width: 100%;
  height: 720px;
  max-height: 70vh;
  object-fit: cover;
  display: block;
}

.homepage-operation-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 26, 28, 0.88) 0%,
    rgba(18, 26, 28, 0.7) 45%,
    rgba(18, 26, 28, 0.25) 75%,
    rgba(18, 26, 28, 0) 100%
  );
}

.homepage-operation-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.35);
}

.homepage-operation-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 640px;
  color: #ffffff;
  z-index: 2;
}

.homepage-operation-title {
  font-size: 5.6rem;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: "AkrobatBold", "AkrobatMedium", sans-serif;
}

.homepage-operation-content h1.homepage-operation-title {
  text-transform: none;
  background: transparent;
  padding: 0;
}

.homepage-operation-title-line {
  display: block;
  color: #ffffff;
}

.homepage-operation-title-accent {
  color: #50af47;
}

.homepage-operation-subline {
  color: #ffffff;
  font-size: 1.8rem;
  text-transform: none;
  margin-bottom: 36px;
  max-width: 680px;
}

.homepage-operation-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 0 52px;
  background: #50af47;
  color: #ffffff;
  font-family: "AkrobatMedium", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.homepage-operation-cta:hover {
  background: #3f8d3a;
}

.homepage-operation-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.homepage-operation-link {
  color: #e6e6e6;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.homepage-operation-link:hover {
  border-bottom-color: #e6e6e6;
}

@media (max-width: 1024px) {
  .homepage-operation-title {
    font-size: 4.2rem;
  }

  .homepage-operation-content {
    max-width: 560px;
    left: 6%;
  }
}

@media (max-width: 768px) {
  .homepage-operation-image img {
    height: 420px;
    max-height: none;
  }

  .homepage-operation-gradient {
    background: linear-gradient(
      180deg,
      rgba(18, 26, 28, 0.92) 0%,
      rgba(18, 26, 28, 0.78) 55%,
      rgba(18, 26, 28, 0.6) 100%
    );
  }

  .homepage-operation-content {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 86%;
    text-align: center;
  }

  .homepage-operation-title {
    font-size: 3.4rem;
  }

  .homepage-operation-subline {
    font-size: 1.25rem;
    margin-bottom: 26px;
  }

  .homepage-operation-actions {
    width: 100%;
    align-items: stretch;
  }

  .homepage-operation-cta {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .homepage-operation-link {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .homepage-operation-title {
    font-size: 2.9rem;
  }

  .homepage-operation-subline {
    font-size: 1.15rem;
  }

  .homepage-operation-cta {
    height: 64px;
    font-size: 19px;
  }
}
