.lead-magnet-container .lead-magnet {
  margin-top: 64px;
}

.lead-magnet-container .lead-magnet-heading {
  max-width: 1200px;
  margin: auto;
}

.lead-magnet-container .lead-magnet-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}

.lead-magnet-container .text-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 720px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.lead-magnet-container .text-section h2 {
  margin: 0 0 28px;
}

.lead-magnet-container .text-section .lead-magnet-subcopy {
  color: #FFFFFF;
  opacity: 0.85;
  margin: 0 0 36px;
}

.lead-magnet-container .lead-magnet-cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(260px, 30vw, 380px);
  position: relative;
  margin-top: 8px;
}

.lead-magnet-container .guide-cover-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 10px 22px rgba(0, 0, 0, 0.28);
          box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 10px 22px rgba(0, 0, 0, 0.28);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: saturate(1.03) contrast(1.02);
          filter: saturate(1.03) contrast(1.02);
}

.lead-magnet-container .lead-magnet-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.26;
  pointer-events: none;
}

.lead-magnet-container .button-wrapper {
  margin-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 767px) {
  .lead-magnet-container .lead-magnet {
    margin-top: 36px;
  }
  .lead-magnet-container .lead-magnet-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
    text-align: center;
  }
  .lead-magnet-container .lead-magnet-cover {
    width: min(420px, 88vw);
    margin-top: 0;
  }
  .lead-magnet-container .guide-cover-thumb {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 0;
  }
  .lead-magnet-container .lead-magnet-cover::after {
    opacity: 0.18;
  }
  .lead-magnet-container .text-section {
    text-align: center;
    max-width: 100%;
  }
  .lead-magnet-container .text-section h2 {
    margin-bottom: 22px;
  }
  .lead-magnet-container .text-section .lead-magnet-subcopy {
    margin-bottom: 32px;
  }
  .lead-magnet-container .button-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (max-width: 500px) {
  .lead-magnet-container .text-section h2 {
    margin-bottom: 20px;
  }
  .lead-magnet-container .text-section .lead-magnet-subcopy {
    margin-bottom: 28px;
  }
  .lead-magnet-container .lead-magnet-cover {
    width: min(360px, 92vw);
  }
}