:root {
  --he-ink: #071d18;
  --he-ink-2: #0a3325;
  --he-green: #4b9728;
  --he-green-2: #6ab83f;
  --he-soft: #f5f9f1;
  --he-line: #dfeadc;
  --he-muted: #53665d;
  --he-white: #fff;
  --he-shadow: 0 24px 70px rgba(10, 44, 30, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.he-page {
  margin: 0;
  color: var(--he-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

body.he-page a { color: inherit; text-decoration: none; }
body.he-page img { display: block; max-width: 100%; }
body.he-page svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.he-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.he-topbar {
  color: rgba(255,255,255,.92);
  background: linear-gradient(90deg, #062419, #0b3224 58%, #0d3a27);
  font-size: 14px;
}

.he-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.he-topbar__items,
.he-topbar__item,
.he-topbar__phone {
  display: flex;
  align-items: center;
  gap: 9px;
}

.he-topbar__items {
  gap: 34px;
  flex-wrap: wrap;
}

.he-topbar svg,
.he-topbar__phone svg {
  color: #8edb65;
}

.he-topbar__phone {
  margin-left: auto;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.he-topbar__cta {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, #5eaf35, #3a8d20);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.he-nav {
  background: white;
  border-bottom: 1px solid #eef3ec;
}

.he-nav__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.he-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.he-brand__mark {
  width: 62px;
  height: 62px;
  display: block;
  flex: 0 0 62px;
  color: var(--he-green);
}

.he-brand__mark svg {
  width: 62px !important;
  height: 62px !important;
  display: block;
}

.he-brand__name {
  display: block;
  color: #0b241b;
  font-size: 30px;
  line-height: .92;
  font-weight: 950;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.he-brand__name strong { color: var(--he-green); }

.he-brand__sub {
  display: block;
  margin-top: 4px;
  color: #344a3e;
  font-size: 12px;
  font-weight: 800;
}

.he-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.he-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.he-menu a[aria-current="page"] {
  color: var(--he-green);
}

.he-menu a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 3px;
  border-radius: 99px;
  background: var(--he-green);
}

.he-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 16%, rgba(92, 180, 52, .11), transparent 34%),
    linear-gradient(90deg, #fff 0%, #f8fbf5 46%, #edf5e8 100%);
}

.he-hero__inner {
  min-height: 545px;
  display: grid;
  grid-template-columns: minmax(430px, .96fr) minmax(420px, 1.1fr) minmax(330px, .67fr);
  align-items: stretch;
}

.he-hero__copy {
  padding: 58px 40px 54px 0;
  z-index: 2;
}

.he-hero h1 {
  margin: 0;
  max-width: 600px;
  color: #0d211a;
  font-size: clamp(42px, 3.7vw, 64px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.he-accent { color: var(--he-green); }

.he-lead {
  margin: 22px 0 0;
  max-width: 565px;
  color: #243e33;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.he-usps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  margin: 34px 0 0;
}

.he-usp {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  align-items: center;
}

.he-usp__icon,
.he-card__icon,
.he-metric__icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(145deg, #70bd3d, #3f9123);
  box-shadow: 0 14px 34px rgba(74, 151, 40, .22);
}

.he-usp__icon {
  width: 54px;
  height: 54px;
}

.he-usp__icon svg,
.he-metric__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.he-card__icon svg {
  display: block;
}

.he-usp strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
}

.he-usp > span:not(.he-usp__icon) {
  display: block;
}

.he-usp > span:not(.he-usp__icon) > span {
  display: block;
  margin-top: 4px;
  color: #475c51;
  font-size: 13px;
  line-height: 1.4;
}

.he-usp__icon {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.he-usp__icon svg {
  width: 28px !important;
  height: 28px !important;
}

.he-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.he-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.he-btn:hover { transform: translateY(-2px); }

.he-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #5bb037, #3b8e21);
  box-shadow: 0 18px 42px rgba(78, 154, 42, .25);
}

.he-btn--ghost {
  color: #102a1e;
  background: rgba(255,255,255,.82);
  border-color: rgba(9,33,24,.28);
}

.he-hero__media {
  position: relative;
  min-height: 545px;
  overflow: hidden;
}

.he-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.52) 24%, rgba(255,255,255,0) 52%),
    linear-gradient(270deg, rgba(8,35,24,.18), transparent 50%);
}

.he-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 545px;
  object-fit: cover;
}

.he-quote {
  align-self: center;
  position: relative;
  z-index: 4;
  margin-left: -20px;
}

.he-form {
  padding: 24px;
  border-radius: 7px;
  color: white;
  background: linear-gradient(145deg, rgba(7,45,31,.98), rgba(3,25,18,.98));
  box-shadow: var(--he-shadow);
}

.he-form h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}

.he-form p {
  margin: 7px 0 18px;
  color: rgba(255,255,255,.78);
}

.he-lead-form {
  display: grid;
  gap: 9px;
}

.he-field {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(8,35,24,.24);
  border-radius: 5px;
  padding: 0 14px;
  color: #10281c;
  background: #fff;
  font: inherit;
  outline: none;
}

textarea.he-field {
  min-height: 66px;
  padding-top: 13px;
  resize: vertical;
}

.he-field:focus {
  border-color: var(--he-green-2);
  box-shadow: 0 0 0 3px rgba(92, 174, 55, .17);
}

.he-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 5px 0 4px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.4;
}

.he-form__submit {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  color: white;
  background: linear-gradient(135deg, #5fb337, #3d9121);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.he-form__status {
  display: none;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 14px;
}

.he-form__status.is-success {
  display: block;
  color: #e5ffdd;
  background: rgba(93, 177, 55, .18);
}

.he-form__status.is-error {
  display: block;
  color: #ffd7d7;
  background: rgba(224, 64, 64, .18);
}

.he-feature-strip {
  position: relative;
  z-index: 5;
  margin-top: -14px;
  padding-bottom: 42px;
}

.he-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  border-radius: 9px;
  background: white;
  box-shadow: var(--he-shadow);
  overflow: hidden;
}

.he-card {
  min-height: 148px;
  padding: 26px 24px;
  border-right: 1px solid var(--he-line);
}

.he-card:last-child { border-right: 0; }

.he-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  background: transparent;
  color: var(--he-green);
  box-shadow: none;
  border-radius: 0;
}

.he-card__icon svg {
  width: 42px;
  height: 42px;
}

.he-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.25;
}

.he-card p {
  margin: 0;
  color: #4d6156;
  font-size: 13px;
  line-height: 1.55;
}

.he-main {
  padding: 48px 0 0;
  background: linear-gradient(180deg, #fff, #f7faf5);
}

.he-main__grid {
  display: grid;
  grid-template-columns: .9fr .95fr .95fr;
  gap: 28px;
  align-items: stretch;
}

.he-panel {
  padding: 34px;
  border-radius: 9px;
  background: white;
}

.he-panel--flush {
  padding: 0;
  overflow: hidden;
  box-shadow: var(--he-shadow);
}

.he-panel h2 {
  margin: 0 0 18px;
  color: #0a231a;
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.he-panel p {
  color: #40564a;
  line-height: 1.7;
}

.he-checks {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.he-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1b3628;
  font-weight: 800;
}

.he-checks li::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--he-green);
  box-shadow: inset 0 0 0 5px #eaf6e5;
}

.he-label-photo img {
  width: 100%;
  height: 100%;
  min-height: 305px;
  object-fit: cover;
}

.he-stats {
  margin-top: 48px;
  color: white;
  background: radial-gradient(circle at top left, rgba(112,189,61,.22), transparent 38%), linear-gradient(90deg, #062b1e, #092217);
}

.he-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
}

.he-metric {
  min-height: 128px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.he-metric:last-child { border-right: 0; }

.he-metric__icon {
  width: 54px;
  height: 54px;
  color: #8cdb65;
  border: 2px solid rgba(140,219,101,.66);
  background: rgba(255,255,255,.04);
  box-shadow: none;
}

.he-metric strong {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.he-metric span span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}

.he-faq {
  padding: 62px 0;
  background: #fff;
}

.he-faq__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
}

.he-faq-list {
  display: grid;
  gap: 12px;
}

.he-faq details {
  border: 1px solid var(--he-line);
  border-radius: 8px;
  background: #f9fbf7;
}

.he-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

.he-faq details p {
  margin: 0;
  padding: 0 20px 18px;
}

.he-final {
  padding: 44px 0;
  color: white;
  background: linear-gradient(135deg, #073020, #11432a 58%, #5ca935);
}

.he-final__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.he-final h2 {
  margin: 0;
  font-size: clamp(29px, 3vw, 45px);
  letter-spacing: -.035em;
}

.he-final p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
}

.he-footer {
  padding: 46px 0 20px;
  color: rgba(255,255,255,.78);
  background: #071911;
}

.he-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3,1fr);
  gap: 40px;
}

.he-footer h3,
.he-footer h4 {
  margin: 0 0 14px;
  color: #fff;
}

.he-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.he-footer__bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

@media (max-width: 1250px) {
  .he-hero__inner {
    grid-template-columns: minmax(370px, 1fr) minmax(340px, .82fr);
  }

  .he-hero__media {
    position: absolute;
    inset: 0 0 0 40%;
    opacity: .32;
  }

  .he-quote {
    margin-left: 0;
    padding: 58px 0;
  }

  .he-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .he-card {
    border-bottom: 1px solid var(--he-line);
  }

  .he-main__grid {
    grid-template-columns: 1fr 1fr;
  }

  .he-main__grid .he-panel:last-child {
    grid-column: 1 / -1;
  }

  .he-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .he-shell { width: min(100% - 32px, 760px); }
  .he-topbar__items { display: none; }
  .he-topbar__inner { justify-content: flex-end; }
  .he-menu { display: none; }
  .he-nav__inner { min-height: auto; padding: 18px 0; }
  .he-brand__name { font-size: 25px; }

  .he-hero__inner {
    display: block;
    min-height: 0;
    padding-bottom: 34px;
  }

  .he-hero__copy {
    padding: 50px 0 28px;
  }

  .he-hero__media {
    position: relative;
    inset: auto;
    height: 320px;
    min-height: 0;
    margin: 0 0 24px;
    border-radius: 12px;
    opacity: 1;
  }

  .he-hero__media img {
    height: 100%;
    min-height: 0;
  }

  .he-quote {
    padding: 0;
  }

  .he-usps,
  .he-main__grid,
  .he-faq__grid,
  .he-final__inner,
  .he-footer__grid {
    grid-template-columns: 1fr;
  }

  .he-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .he-shell { width: min(100% - 24px, 520px); }
  .he-topbar__phone { font-size: 15px; }
  .he-topbar__cta { padding: 0 14px; }
  .he-brand__mark { width: 48px; height: 48px; }
  .he-brand__mark svg { width: 48px !important; height: 48px !important; }
  .he-brand__name { font-size: 21px; }
  .he-brand__sub { font-size: 10px; }
  .he-hero h1 { font-size: 41px; }
  .he-lead { font-size: 16px; }
  .he-feature-grid,
  .he-stats__grid {
    grid-template-columns: 1fr;
  }
  .he-form,
  .he-panel {
    padding: 24px;
  }
  .he-footer__bottom {
    flex-direction: column;
  }
}


/* Partner-first lead block, added by Codex 2026-07-13. */
.he-partner-cta {
  display: grid;
  gap: 13px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.he-partner-kicker {
  color: #8bd44f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.he-partner-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.he-partner-cta p,
.he-partner-note {
  margin: 0;
  color: rgba(255,255,255,.82);
}
.he-partner-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.9);
  font-weight: 750;
}
.he-partner-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: center;
}
.he-partner-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #8bd44f;
  box-shadow: 0 0 0 4px rgba(139,212,79,.14);
}
.he-partner-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  color: #06152d !important;
  background: #fff !important;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.he-partner-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0,0,0,.28);
}
.he-partner-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #06152d !important;
}
