@font-face {
  font-family: "Inter";
  src: url("../vendor/fonts/InterVariable.2bf3d951bf9d.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --eco-ink: #10231c;
  --eco-ink-soft: #18352b;
  --eco-forest: #1e5b40;
  --eco-green: #2f8d56;
  --eco-lime: #c9f25b;
  --eco-lime-bright: #d9ff73;
  --eco-paper: #f6f4ec;
  --eco-paper-deep: #ebe8dc;
  --eco-white: #fffef9;
  --eco-text: #17241f;
  --eco-muted: #657069;
  --eco-line: rgba(16, 35, 28, .12);
  --eco-shadow: 0 24px 70px rgba(17, 43, 33, .12);
  --eco-radius-lg: 36px;
  --eco-radius-md: 24px;
  --eco-ease: cubic-bezier(.22, 1, .36, 1);
  --eco-state: 180ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.eco-landing {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--eco-text);
  background: var(--eco-paper);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.eco-landing::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(16, 35, 28, .055) .7px, transparent .7px);
  background-size: 9px 9px;
  content: "";
  pointer-events: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid #72a7ff;
  outline-offset: 4px;
}

svg {
  display: block;
}

.eco-skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--eco-ink);
  background: var(--eco-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

.eco-skip-link:focus {
  transform: translateY(0);
}

.eco-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.eco-header__inner,
.eco-section,
.eco-footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.eco-header__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.eco-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.eco-brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.eco-brand__mark img {
  width: 25px;
  height: 25px;
}

.eco-brand__text {
  display: grid;
  gap: 2px;
}

.eco-brand__text strong {
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -.02em;
}

.eco-brand__text small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 520;
}

.eco-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.eco-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 620;
  text-decoration: none;
  transition: color var(--eco-state) ease;
}

.eco-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--eco-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--eco-ease);
}

.eco-header__action {
  min-height: 44px;
  padding: 0 17px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color var(--eco-state) ease,
    border-color var(--eco-state) ease,
    transform 120ms ease;
}

.eco-header__action svg,
.eco-secondary-button svg,
.eco-final-cta__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-header__action:active,
.eco-max-button:active,
.eco-secondary-button:active,
.eco-final-cta__button:active {
  transform: scale(.97);
}

.eco-hero {
  position: relative;
  min-height: min(920px, 100svh);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(78, 158, 105, .24), transparent 32%),
    linear-gradient(135deg, #10231c 0%, #132b22 48%, #0d1e18 100%);
}

.eco-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 42px;
  background: var(--eco-paper);
  content: "";
  clip-path: polygon(0 72%, 18% 52%, 37% 68%, 58% 35%, 78% 61%, 100% 24%, 100% 100%, 0 100%);
}

.eco-contours {
  position: absolute;
  top: 0;
  right: -60px;
  width: min(68vw, 960px);
  height: 100%;
  opacity: .16;
  pointer-events: none;
}

.eco-contours path {
  fill: none;
  stroke: #b8dfc6;
  stroke-width: 1.1;
}

.eco-hero__content {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  min-height: min(900px, 100svh);
  margin-inline: auto;
  padding: 150px 0 105px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: center;
  gap: clamp(52px, 8vw, 112px);
}

.eco-hero__copy {
  max-width: 680px;
}

.eco-eyebrow,
.eco-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--eco-green);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .145em;
  text-transform: uppercase;
}

.eco-eyebrow {
  color: rgba(255, 255, 255, .68);
}

.eco-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--eco-lime);
  box-shadow: 0 0 0 6px rgba(201, 242, 91, .1);
}

.eco-hero h1 {
  max-width: 690px;
  margin: 25px 0 24px;
  font-size: clamp(54px, 6.35vw, 88px);
  font-weight: 720;
  letter-spacing: -.067em;
  line-height: .92;
  text-wrap: balance;
}

.eco-hero h1 span {
  display: block;
  color: var(--eco-lime);
}

.eco-hero__lead {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.62;
}

.eco-hero__actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.eco-max-button {
  min-width: 278px;
  min-height: 66px;
  padding: 9px 13px 9px 10px;
  display: inline-grid;
  grid-template-columns: 48px 1fr 22px;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  color: var(--eco-ink);
  background: var(--eco-lime);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .65);
  text-decoration: none;
  transition:
    background-color var(--eco-state) ease,
    box-shadow var(--eco-state) ease,
    transform 120ms ease;
}

.eco-max-button__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--eco-ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: -.03em;
}

.eco-max-button__copy {
  display: grid;
  gap: 2px;
}

.eco-max-button__copy small {
  color: rgba(16, 35, 28, .6);
  font-size: 9px;
  font-weight: 620;
}

.eco-max-button__copy strong {
  font-size: 13px;
  font-weight: 790;
  letter-spacing: -.015em;
}

.eco-max-button > svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-text-link {
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color var(--eco-state) ease;
}

.eco-text-link span {
  color: var(--eco-lime);
  font-size: 18px;
}

.eco-hero__trust {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.eco-avatar-stack {
  min-width: 82px;
  display: flex;
}

.eco-avatar-stack span {
  width: 34px;
  height: 34px;
  margin-right: -8px;
  display: grid;
  place-items: center;
  border: 2px solid var(--eco-ink);
  border-radius: 50%;
  color: var(--eco-lime);
  background: #29473b;
}

.eco-avatar-stack span:nth-child(2) {
  color: #9cd7bb;
  background: #365749;
}

.eco-avatar-stack span:nth-child(3) {
  color: #fff;
  background: #49685b;
}

.eco-avatar-stack svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-hero__trust p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, .49);
  font-size: 10px;
  line-height: 1.45;
}

.eco-hero__trust strong {
  color: rgba(255, 255, 255, .78);
  font-weight: 680;
}

.eco-hero__visual {
  position: relative;
  width: min(100%, 530px);
  justify-self: end;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .25));
}

.eco-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 32px;
  background: rgba(238, 244, 226, .94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    0 0 0 8px rgba(255, 255, 255, .035);
  transform: rotate(1.5deg);
}

.eco-map-card__top {
  min-height: 54px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #53645a;
  background: #f8f8f2;
  font-size: 9px;
  font-weight: 650;
}

.eco-map-card__top span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eco-ink);
  font-size: 10px;
  font-weight: 760;
}

.eco-map-card__top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #49a969;
  box-shadow: 0 0 0 4px rgba(73, 169, 105, .12);
}

.eco-map {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: #dce4cf;
}

.eco-map > svg {
  width: 100%;
  height: 100%;
}

.eco-map__land {
  fill: #dfe6d3;
}

.eco-map__river {
  fill: none;
  stroke: #91cbd2;
  stroke-width: 14;
  stroke-linecap: round;
  opacity: .85;
}

.eco-map__road {
  fill: none;
  stroke: #fffdf3;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-map__road--main {
  stroke: #f3be7e;
  stroke-width: 8;
}

.eco-map__minor {
  fill: none;
  stroke: rgba(91, 112, 88, .28);
  stroke-width: 2;
  stroke-dasharray: 7 8;
}

.eco-map__area {
  position: absolute;
  border: 1px solid rgba(54, 99, 64, .08);
  border-radius: 41% 59% 60% 40% / 45% 42% 58% 55%;
  background: rgba(95, 143, 79, .16);
}

.eco-map__area--one {
  top: 32px;
  right: 50px;
  width: 165px;
  height: 108px;
  transform: rotate(-12deg);
}

.eco-map__area--two {
  bottom: 40px;
  left: 12px;
  width: 188px;
  height: 132px;
  transform: rotate(20deg);
}

.eco-map__pin {
  position: absolute;
  top: 42%;
  left: 57%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 9px solid rgba(201, 242, 91, .4);
  border-radius: 50% 50% 50% 4px;
  background: var(--eco-ink);
  box-shadow: 0 12px 26px rgba(16, 35, 28, .28);
  transform: rotate(-45deg);
}

.eco-map__pin i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--eco-lime);
}

.eco-map__label {
  position: absolute;
  top: calc(42% + 50px);
  left: calc(57% - 16px);
  padding: 7px 9px;
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 35, 28, .8);
  box-shadow: 0 8px 18px rgba(16, 35, 28, .15);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .04em;
}

.eco-appeal-card {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 20px;
  color: var(--eco-ink);
  background: rgba(255, 254, 249, .92);
  box-shadow: 0 18px 35px rgba(39, 62, 47, .15);
  backdrop-filter: blur(16px);
}

.eco-appeal-card__head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.eco-appeal-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--eco-forest);
  background: #e8f0d4;
}

.eco-appeal-card__icon svg,
.eco-floating-note__icon svg,
.eco-topic__icon svg,
.eco-assurance__items article > span svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-appeal-card__head > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.eco-appeal-card__head small {
  color: #7b857e;
  font-size: 7px;
  font-weight: 650;
  text-transform: uppercase;
}

.eco-appeal-card__head strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eco-appeal-card__status {
  padding: 6px 8px;
  border-radius: 999px;
  color: #276a42;
  background: #def0dd;
  font-size: 7px;
  font-weight: 750;
}

.eco-appeal-card__body {
  margin: 13px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 10px;
}

.eco-photo-preview {
  width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  color: #608965;
  background: linear-gradient(145deg, #c7d9b4, #e8d6aa);
}

.eco-photo-preview svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-appeal-card__body p {
  margin: 0;
  color: #667269;
  font-size: 8px;
  line-height: 1.5;
}

.eco-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.eco-progress span {
  height: 3px;
  border-radius: 99px;
  background: var(--eco-green);
}

.eco-progress span:last-child {
  background: var(--eco-lime);
}

.eco-floating-note {
  position: absolute;
  padding: 12px 14px 12px 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  color: #fff;
  background: rgba(26, 52, 42, .92);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}

.eco-floating-note--status {
  top: 17%;
  right: -39px;
}

.eco-floating-note--secure {
  bottom: 10%;
  left: -42px;
}

.eco-floating-note__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--eco-lime);
  background: rgba(201, 242, 91, .1);
}

.eco-floating-note > span:last-child {
  display: grid;
  gap: 2px;
}

.eco-floating-note small {
  color: rgba(255, 255, 255, .5);
  font-size: 7px;
}

.eco-floating-note strong {
  font-size: 9px;
  font-weight: 730;
}

.eco-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 48px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  transform: translateX(-50%);
}

.eco-hero__scroll span {
  width: 19px;
  height: 29px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 99px;
}

.eco-hero__scroll span::before {
  width: 3px;
  height: 6px;
  margin: 6px auto 0;
  display: block;
  border-radius: 99px;
  background: var(--eco-lime);
  content: "";
}

.eco-section {
  scroll-margin-top: 24px;
}

.eco-topics {
  padding-top: 125px;
  padding-bottom: 130px;
}

.eco-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: end;
  gap: 80px;
}

.eco-section-heading h2,
.eco-assurance__copy h2 {
  margin: 17px 0 0;
  color: var(--eco-ink);
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 680;
  letter-spacing: -.052em;
  line-height: 1;
}

.eco-section-heading > p {
  margin: 0 0 4px;
  color: var(--eco-muted);
  font-size: 14px;
  line-height: 1.7;
}

.eco-topic-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eco-topic {
  position: relative;
  min-height: 238px;
  padding: 29px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-content: end;
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--eco-line);
  border-radius: var(--eco-radius-md);
  background: rgba(255, 254, 249, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  transition:
    border-color var(--eco-state) ease,
    box-shadow 280ms var(--eco-ease),
    transform 280ms var(--eco-ease);
}

.eco-topic::after {
  position: absolute;
  top: -42px;
  right: -35px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(16, 35, 28, .06);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(16, 35, 28, .025),
    0 0 0 56px rgba(16, 35, 28, .018);
  content: "";
}

.eco-topic--featured {
  color: #fff;
  border-color: transparent;
  background: var(--eco-forest);
  box-shadow: 0 24px 60px rgba(30, 91, 64, .18);
}

.eco-topic--featured::after {
  border-color: rgba(255, 255, 255, .1);
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, .04),
    0 0 0 56px rgba(255, 255, 255, .025);
}

.eco-topic__number {
  position: absolute;
  top: 27px;
  left: 29px;
  color: rgba(16, 35, 28, .3);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .08em;
}

.eco-topic--featured .eco-topic__number {
  color: rgba(255, 255, 255, .38);
}

.eco-topic__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  align-self: start;
  border: 1px solid rgba(30, 91, 64, .1);
  border-radius: 17px;
  color: var(--eco-forest);
  background: #e5edda;
}

.eco-topic--featured .eco-topic__icon {
  color: var(--eco-lime);
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .08);
}

.eco-topic h3 {
  margin: 0 0 9px;
  color: var(--eco-ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.eco-topic--featured h3 {
  color: #fff;
}

.eco-topic p {
  max-width: 430px;
  margin: 0;
  color: var(--eco-muted);
  font-size: 12px;
  line-height: 1.6;
}

.eco-topic--featured p {
  color: rgba(255, 255, 255, .6);
}

.eco-topic__tag {
  position: absolute;
  top: 23px;
  right: 24px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--eco-ink);
  background: var(--eco-lime);
  font-size: 7px;
  font-weight: 780;
}

.eco-process {
  padding-bottom: 130px;
}

.eco-process__panel {
  position: relative;
  padding: clamp(44px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr);
  gap: clamp(60px, 9vw, 130px);
  overflow: hidden;
  border-radius: var(--eco-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 5% 100%, rgba(71, 146, 97, .26), transparent 34%),
    var(--eco-ink);
  box-shadow: var(--eco-shadow);
}

.eco-process__panel::before {
  position: absolute;
  top: -250px;
  left: -230px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, .025),
    0 0 0 140px rgba(255, 255, 255, .018);
  content: "";
}

.eco-kicker--light {
  color: var(--eco-lime);
}

.eco-process__intro,
.eco-process__steps {
  position: relative;
  z-index: 1;
}

.eco-process__intro h2 {
  margin: 17px 0 20px;
  font-size: clamp(37px, 4.1vw, 57px);
  font-weight: 670;
  letter-spacing: -.055em;
  line-height: .98;
}

.eco-process__intro > p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .57);
  font-size: 13px;
  line-height: 1.7;
}

.eco-secondary-button {
  min-height: 50px;
  margin-top: 34px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color var(--eco-state) ease,
    background-color var(--eco-state) ease,
    transform 120ms ease;
}

.eco-process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eco-process__steps li {
  min-height: 120px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.eco-process__steps li:first-child {
  padding-top: 0;
}

.eco-process__steps li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.eco-process__number {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  color: var(--eco-lime);
  background: rgba(255, 255, 255, .055);
  font-size: 12px;
  font-weight: 780;
}

.eco-process__steps h3 {
  margin: 2px 0 7px;
  font-size: 15px;
  font-weight: 690;
  letter-spacing: -.025em;
}

.eco-process__steps p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .49);
  font-size: 10px;
  line-height: 1.55;
}

.eco-process__meta {
  margin-top: 4px;
  padding: 6px 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .055);
  font-size: 7px;
  font-weight: 650;
  white-space: nowrap;
}

.eco-assurance {
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  align-items: center;
  gap: 90px;
}

.eco-assurance__items {
  display: grid;
  gap: 14px;
}

.eco-assurance__items article {
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  border: 1px solid var(--eco-line);
  border-radius: 20px;
  background: rgba(255, 254, 249, .68);
}

.eco-assurance__items article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--eco-forest);
  background: #e3ead8;
}

.eco-assurance__items h3 {
  margin: 2px 0 7px;
  color: var(--eco-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.eco-assurance__items p {
  margin: 0;
  color: var(--eco-muted);
  font-size: 10px;
  line-height: 1.55;
}

.eco-final-cta {
  position: relative;
  min-height: 312px;
  margin-bottom: 55px;
  padding: 62px 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  border-radius: var(--eco-radius-lg);
  color: #fff;
  background: var(--eco-forest);
  box-shadow: 0 30px 75px rgba(30, 91, 64, .2);
}

.eco-final-cta__rings {
  position: absolute;
  top: -160px;
  right: -80px;
  width: 620px;
  height: 380px;
  opacity: .12;
}

.eco-final-cta__rings circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}

.eco-final-cta > div,
.eco-final-cta__button {
  position: relative;
  z-index: 1;
}

.eco-final-cta h2 {
  margin: 17px 0 12px;
  font-size: clamp(39px, 5vw, 64px);
  font-weight: 680;
  letter-spacing: -.06em;
  line-height: .96;
}

.eco-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.6;
}

.eco-final-cta__button {
  min-width: 230px;
  min-height: 62px;
  padding: 9px 14px 9px 10px;
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  align-items: center;
  gap: 12px;
  border-radius: 17px;
  color: var(--eco-ink);
  background: var(--eco-lime);
  box-shadow: 0 18px 36px rgba(10, 43, 28, .2);
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
  transition:
    background-color var(--eco-state) ease,
    box-shadow var(--eco-state) ease,
    transform 120ms ease;
}

.eco-final-cta__max {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--eco-ink);
  font-size: 9px;
  font-weight: 850;
}

.eco-footer {
  min-height: 118px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 45px;
  border-top: 1px solid var(--eco-line);
}

.eco-brand--footer {
  color: var(--eco-ink);
}

.eco-brand--footer .eco-brand__mark {
  border-color: var(--eco-line);
  background: rgba(255, 255, 255, .55);
}

.eco-brand--footer .eco-brand__text small {
  color: var(--eco-muted);
}

.eco-footer p,
.eco-footer > span {
  margin: 0;
  color: var(--eco-muted);
  font-size: 9px;
  line-height: 1.5;
}

.eco-footer p {
  max-width: 320px;
}

@media (hover: hover) and (pointer: fine) {
  .eco-nav a:hover,
  .eco-text-link:hover {
    color: #fff;
  }

  .eco-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .eco-header__action:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .13);
  }

  .eco-max-button:hover,
  .eco-final-cta__button:hover {
    background: var(--eco-lime-bright);
    box-shadow:
      0 22px 48px rgba(0, 0, 0, .25),
      inset 0 1px 0 rgba(255, 255, 255, .75);
  }

  .eco-secondary-button:hover {
    color: var(--eco-ink);
    background: var(--eco-lime);
  }

  .eco-topic:hover {
    border-color: rgba(30, 91, 64, .22);
    box-shadow: 0 24px 54px rgba(16, 35, 28, .09);
    transform: translateY(-4px);
  }

  .eco-topic--featured:hover {
    border-color: transparent;
    box-shadow: 0 30px 68px rgba(30, 91, 64, .25);
  }
}

@media (max-width: 1040px) {
  .eco-header__inner {
    grid-template-columns: 1fr auto;
  }

  .eco-nav {
    display: none;
  }

  .eco-hero {
    min-height: auto;
  }

  .eco-hero__content {
    min-height: auto;
    padding-top: 142px;
    padding-bottom: 120px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 50px;
  }

  .eco-hero h1 {
    font-size: clamp(52px, 7vw, 72px);
  }

  .eco-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .eco-floating-note--status {
    right: -15px;
  }

  .eco-floating-note--secure {
    left: -15px;
  }

  .eco-process__panel {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .eco-process__intro {
    max-width: 650px;
  }

  .eco-assurance {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 800px) {
  .eco-header__inner,
  .eco-section,
  .eco-footer {
    width: min(100% - 32px, 680px);
  }

  .eco-header__inner {
    min-height: 78px;
  }

  .eco-brand__mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .eco-brand__mark img {
    width: 23px;
    height: 23px;
  }

  .eco-header__action {
    min-height: 40px;
    padding-inline: 13px;
  }

  .eco-hero__content {
    width: min(100% - 32px, 680px);
    padding: 126px 0 118px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .eco-hero__copy {
    max-width: 650px;
  }

  .eco-hero h1 {
    max-width: 620px;
    font-size: clamp(52px, 12vw, 76px);
  }

  .eco-hero__lead {
    max-width: 560px;
  }

  .eco-hero__visual {
    width: min(88%, 510px);
    margin-inline: auto;
    justify-self: center;
  }

  .eco-contours {
    width: 130vw;
  }

  .eco-section-heading {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .eco-section-heading > p {
    max-width: 560px;
  }

  .eco-topic-grid {
    grid-template-columns: 1fr;
  }

  .eco-topic {
    min-height: 218px;
  }

  .eco-process__panel {
    padding: 48px 34px;
  }

  .eco-final-cta {
    padding: 50px 40px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .eco-final-cta__button {
    width: max-content;
  }

  .eco-footer {
    grid-template-columns: 1fr auto;
  }

  .eco-footer p {
    display: none;
  }
}

@media (max-width: 560px) {
  .eco-header__inner,
  .eco-section,
  .eco-footer {
    width: calc(100% - 24px);
  }

  .eco-brand__text small {
    display: none;
  }

  .eco-brand__text strong {
    max-width: 108px;
    font-size: 11px;
    line-height: 1.05;
  }

  .eco-header__action {
    gap: 6px;
    font-size: 10px;
  }

  .eco-header__action svg {
    width: 15px;
    height: 15px;
  }

  .eco-hero::after {
    height: 28px;
  }

  .eco-hero__content {
    width: calc(100% - 32px);
    padding: 112px 0 92px;
    gap: 62px;
  }

  .eco-eyebrow {
    max-width: 260px;
    font-size: 8px;
    line-height: 1.45;
  }

  .eco-hero h1 {
    margin: 22px 0 21px;
    font-size: clamp(45px, 14.8vw, 62px);
    letter-spacing: -.064em;
    line-height: .94;
  }

  .eco-hero__lead {
    font-size: 14px;
    line-height: 1.62;
  }

  .eco-hero__actions {
    margin-top: 29px;
  }

  .eco-max-button {
    width: 100%;
    min-width: 0;
  }

  .eco-text-link {
    min-height: 44px;
  }

  .eco-hero__trust {
    align-items: flex-start;
  }

  .eco-hero__visual {
    width: calc(100% - 8px);
  }

  .eco-map-card {
    border-radius: 24px;
    transform: none;
  }

  .eco-map {
    height: 340px;
  }

  .eco-appeal-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .eco-appeal-card__head {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .eco-appeal-card__icon {
    width: 34px;
    height: 34px;
  }

  .eco-appeal-card__status {
    display: none;
  }

  .eco-floating-note {
    padding: 9px 11px 9px 8px;
  }

  .eco-floating-note--status {
    top: 15%;
    right: -7px;
  }

  .eco-floating-note--secure {
    bottom: 9%;
    left: -7px;
  }

  .eco-floating-note__icon {
    width: 28px;
    height: 28px;
  }

  .eco-floating-note small {
    font-size: 6px;
  }

  .eco-floating-note strong {
    font-size: 8px;
  }

  .eco-hero__scroll {
    display: none;
  }

  .eco-topics {
    padding-top: 86px;
    padding-bottom: 88px;
  }

  .eco-section-heading h2,
  .eco-assurance__copy h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.02;
  }

  .eco-section-heading h2 br,
  .eco-assurance__copy h2 br {
    display: none;
  }

  .eco-section-heading > p {
    font-size: 12px;
  }

  .eco-topic-grid {
    margin-top: 38px;
    gap: 10px;
  }

  .eco-topic {
    min-height: 210px;
    padding: 23px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    border-radius: 20px;
  }

  .eco-topic__number {
    top: 22px;
    left: 23px;
  }

  .eco-topic__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .eco-topic h3 {
    font-size: 16px;
  }

  .eco-topic p {
    font-size: 10px;
  }

  .eco-topic__tag {
    top: 18px;
    right: 18px;
  }

  .eco-process {
    width: 100%;
    padding-bottom: 88px;
  }

  .eco-process__panel {
    padding: 45px 24px;
    gap: 48px;
    border-radius: 0;
  }

  .eco-process__intro h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .eco-secondary-button {
    width: 100%;
    justify-content: center;
  }

  .eco-process__steps li {
    grid-template-columns: 39px 1fr;
    gap: 14px;
  }

  .eco-process__number {
    width: 39px;
    height: 39px;
  }

  .eco-process__meta {
    display: none;
  }

  .eco-process__steps h3 {
    font-size: 13px;
  }

  .eco-assurance {
    padding-bottom: 88px;
    gap: 35px;
  }

  .eco-assurance__items article {
    padding: 19px;
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .eco-assurance__items article > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .eco-final-cta {
    min-height: 370px;
    margin-bottom: 30px;
    padding: 44px 26px;
    align-content: center;
    border-radius: 26px;
  }

  .eco-final-cta h2 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .eco-final-cta__button {
    width: 100%;
    min-width: 0;
  }

  .eco-footer {
    min-height: 100px;
    gap: 16px;
  }

  .eco-brand--footer .eco-brand__text strong {
    max-width: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .eco-appeal-card,
  .eco-floating-note {
    backdrop-filter: none;
  }

  .eco-appeal-card {
    background: var(--eco-white);
  }

  .eco-floating-note {
    background: var(--eco-ink-soft);
  }
}

@media (prefers-contrast: more) {
  .eco-hero__lead,
  .eco-hero__trust p,
  .eco-process__intro > p,
  .eco-process__steps p,
  .eco-final-cta p {
    color: rgba(255, 255, 255, .82);
  }

  .eco-topic,
  .eco-assurance__items article {
    border-color: rgba(16, 35, 28, .38);
  }
}

@media (forced-colors: active) {
  .eco-eyebrow__dot,
  .eco-progress span,
  .eco-map-card__top i {
    forced-color-adjust: none;
  }
}
