/* Affigen static conversion overrides */
.affigen-hero {
  width: 100vw;
  max-width: 100vw;
  min-height: 700px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(4, 28, 44, 0.78), rgba(4, 28, 44, 0.18)), url('/wp-content/uploads/2026/05/affigen_banner.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.affigen-hero__inner {
  width: min(1230px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0 90px;
}

.affigen-hero__eyebrow {
  margin: 0 0 18px;
  font: 600 18px/1.4 Poppins, Arial, sans-serif;
  letter-spacing: 0;
  color: #d7f3ff;
}

.affigen-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font: 600 52px/1.22 Poppins, Arial, sans-serif;
}

.affigen-hero h1 span {
  display: block;
  font-weight: 400;
}

.affigen-hero p {
  max-width: 720px;
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
}

.affigen-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 22px;
  padding: 10px 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, rgba(6,116,253,1) 0%, rgba(0,208,249,1) 100%);
  font-weight: 600;
  text-transform: uppercase;
}

.affigen-hero__button:hover,
.affigen-hero__button:focus {
  color: #fff;
  background: #007aff;
}

.affigen-contact-form .cf-turnstile {
  margin: 0 0 18px;
}

.affigen-hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media screen and (max-width: 991px) {
  .affigen-hero {
    min-height: 620px;
  }

  .affigen-hero h1 {
    font-size: 42px;
  }

  .affigen-hero p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .affigen-hero {
    min-height: 560px;
  }

  .affigen-hero__inner {
    width: min(100% - 32px, 1230px);
    padding-top: 100px;
  }

  .affigen-hero h1 {
    font-size: 34px;
  }
}
