.enertect-agb-page .enertect-agb-hero {
  padding-top: 186px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(140, 198, 63, 0.15), transparent 28%),
    linear-gradient(180deg, #f5f9f2 0%, #ffffff 100%) !important;
}

.enertect-agb-page .enertect-agb-copy {
  max-width: 820px;
}

.enertect-agb-page .enertect-agb-eyebrow {
  margin: 0 0 14px;
  color: #ef7622;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.enertect-agb-page .enertect-agb-copy h1 {
  margin: 0;
}

.enertect-agb-page .enertect-agb-copy > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.enertect-agb-page .enertect-agb-download-section {
  background: #ffffff !important;
}

.enertect-agb-page .enertect-agb-download-card {
  position: relative;
  max-width: 920px;
  padding: 38px 42px;
  overflow: hidden;
  border: 1px solid rgba(0, 68, 33, 0.15);
  border-left: 5px solid #2e8451;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9f2 100%);
  box-shadow: 0 18px 46px rgba(16, 30, 23, 0.09);
}

.enertect-agb-page .enertect-agb-download-card::after {
  content: "PDF";
  position: absolute;
  right: 32px;
  top: 24px;
  color: rgba(239, 118, 34, 0.11);
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
}

.enertect-agb-page .enertect-agb-download-card h2,
.enertect-agb-page .enertect-agb-download-card p,
.enertect-agb-page .enertect-agb-download-card a {
  position: relative;
  z-index: 1;
}

.enertect-agb-page .enertect-agb-download-card h2 {
  max-width: 680px;
  margin: 0;
}

.enertect-agb-page .enertect-agb-download-card p {
  max-width: 700px;
  margin: 16px 0 0;
}

.enertect-agb-page .enertect-agb-file-meta {
  color: #5e6b65;
  font-size: 14px !important;
  font-weight: 700;
}

.enertect-agb-page .enertect-agb-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid #cb5e10;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff9b38 0%, #f47319 55%, #df5e08 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 10px 24px rgba(223, 94, 8, 0.24);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.enertect-agb-page .enertect-agb-download:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 14px 28px rgba(223, 94, 8, 0.3);
}

.enertect-agb-page .enertect-agb-download:focus-visible {
  outline: 3px solid #8cc63f;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .enertect-agb-page .enertect-agb-hero {
    padding-top: 168px !important;
  }

  .enertect-agb-page .enertect-agb-copy > p:last-child {
    font-size: 17px;
  }
}

@media (max-width: 680px) {
  .enertect-agb-page .enertect-agb-hero {
    padding-top: 154px !important;
  }

  .enertect-agb-page .enertect-agb-download-card {
    padding: 30px 24px;
  }

  .enertect-agb-page .enertect-agb-copy h1 {
    font-size: 28px !important;
    line-height: 1.14 !important;
  }

  .enertect-agb-page .enertect-agb-download-card::after {
    right: 18px;
    top: 18px;
    font-size: 50px;
  }

  .enertect-agb-page .enertect-agb-download {
    width: 100%;
    padding: 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enertect-agb-page .enertect-agb-download {
    transition: none;
  }
}
