@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --green: #0b3b32;
  --mint: #d8f36b;
  --cream: #f4f3ed;
  --ink: #12201d;
  --line: #d9ded9;
  --muted: #61706b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
a {
  color: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.6rem;
  z-index: 99;
}
.top {
  max-width: 1240px;
  margin: auto;
  padding: 0.55rem 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #52615d;
}
.top div {
  display: flex;
  gap: 1.2rem;
}
.top a {
  text-decoration: none;
}
.nav {
  border-top: 1px solid #edf0ed;
  border-bottom: 1px solid #e7ebe8;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem max(1.5rem, calc((100vw - 1240px) / 2));
  position: relative;
  background: #fff;
  z-index: 20;
}
.brand {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  line-height: 0.8;
  text-decoration: none;
  margin-right: auto;
}
.brand span,
.brand b {
  font-size: 1.8rem;
  font-weight: 800;
}
.brand span {
  color: var(--green);
}
.brand b {
  color: #75a800;
}
.brand small {
  grid-column: 1/3;
  font-size: 0.55rem;
  letter-spacing: 0.11em;
  margin-top: 0.45rem;
  text-transform: uppercase;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.nav nav a {
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}
.nav nav a:hover,
.nav nav a.active {
  color: #628c00;
}
.nav-cta,
.btn {
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-cta {
  background: var(--green);
  color: #fff;
  padding: 0.72rem 1rem;
  font-size: 0.8rem;
}
.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
}
.page {
  margin: auto;
  padding: 4.5rem 1.5rem 6rem;
}
.page > h1 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.05;
  max-width: 900px;
  margin: 0.3rem 0 1.5rem;
  letter-spacing: -0.045em;
}
.lead {
  font-size: 1.2rem;
  max-width: 780px;
  color: var(--muted);
  margin-bottom: 3rem;
}
.crumb {
  max-width: 1180px;
  margin: 1.2rem auto 0;
  padding: 0 1.5rem;
  color: #6e7b77;
  font-size: 0.8rem;
  display: flex;
  gap: 0.6rem;
}
.crumb a {
  text-decoration: none;
}
.hero {
  border-radius: 28px;
  background: var(--cream);
  padding: clamp(2rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 4rem;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--mint);
  right: -130px;
  top: -180px;
}
.eyebrow {
  letter-spacing: 0.13em;
  font-weight: 800;
  color: #638300;
  font-size: 0.74rem;
}
.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin: 1rem 0 1.5rem;
  max-width: 800px;
}
.hero p {
  font-size: 1.15rem;
  max-width: 650px;
  color: #4f605a;
}
.actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}
.btn {
  padding: 0.9rem 1.3rem;
  border: 0;
  cursor: pointer;
}
.primary {
  background: var(--green);
  color: #fff;
}
.ghost {
  border: 1px solid var(--green);
}
.light {
  background: #fff;
  color: var(--green);
}
.hero-card {
  background: var(--green);
  color: #fff;
  padding: 2rem;
  border-radius: 22px;
  position: relative;
  z-index: 2;
}
.hero-card ul {
  list-style: none;
  padding: 0;
}
.hero-card li {
  padding: 0.65rem 0;
  border-bottom: 1px solid #ffffff25;
}
.hero-card a {
  color: var(--mint);
  font-weight: 700;
  text-decoration: none;
}
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 2rem 0 6rem;
}
.trust div {
  padding: 1rem;
  border-left: 3px solid var(--mint);
}
.trust strong,
.trust span {
  display: block;
}
.trust strong {
  font-size: 1.2rem;
}
.trust span {
  font-size: 0.82rem;
  color: var(--muted);
}
section > h2,
.split h2,
.cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.cards article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.6rem;
  transition: 0.2s;
}
.cards article:hover {
  transform: translateY(-4px);
  border-color: #9abb42;
}
.cards h3,
.cards h2 {
  font-size: 1.15rem;
}
.cards p {
  color: var(--muted);
}
.cards a,
.text-link {
  font-weight: 800;
  text-decoration: none;
  color: #557b00;
}
.icon {
  font-size: 0.68rem;
  background: var(--mint);
  padding: 0.38rem 0.5rem;
  border-radius: 8px;
  font-weight: 800;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 7rem 0;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.steps span {
  color: var(--muted);
}
.cta {
  margin-top: 4rem;
  background: var(--green);
  color: #fff;
  border-radius: 22px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cta h2 {
  margin: 0;
}
.cta p {
  margin: 0.5rem 0 0;
  color: #d9e5e1;
}
.check,
.numbered {
  max-width: 820px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}
.check li,
.numbered li {
  border: 1px solid var(--line);
  padding: 1rem 1.2rem;
  border-radius: 12px;
}
.check li:before {
  content: "✓";
  color: #628c00;
  font-weight: 900;
  margin-right: 0.8rem;
}
.cols {
  grid-template-columns: 1fr 1fr;
}
.numbered {
  counter-reset: n;
}
.numbered li {
  counter-increment: n;
}
.numbered li:before {
  content: counter(n, decimal-leading-zero);
  font-weight: 800;
  color: #628c00;
  margin-right: 1rem;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.link-grid a {
  border: 1px solid var(--line);
  padding: 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
}
.link-grid a:hover {
  background: var(--cream);
}
.notice {
  padding: 1.2rem 1.4rem;
  background: #f2f7df;
  border-left: 4px solid #89ad25;
  border-radius: 8px;
  max-width: 850px;
  margin-top: 2rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 3rem;
}
.contact-card {
  background: var(--green);
  color: #fff;
  padding: 2rem;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-card > span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--mint);
  margin-top: 1.2rem;
}
.contact-card > a {
  font-weight: 800;
  text-decoration: none;
  font-size: 1.1rem;
}
.contact-card p {
  margin: 0.3rem 0;
}
form {
  display: grid;
  gap: 1rem;
}
label {
  font-size: 0.8rem;
  font-weight: 800;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid #cfd6d2;
  border-radius: 10px;
  padding: 0.85rem;
  font: inherit;
  background: #fff;
}
form .btn {
  justify-self: start;
}
form small {
  color: var(--muted);
}
footer {
  background: #071f1a;
  color: #dbe4e1;
}
.footer-main {
  max-width: 1180px;
  margin: auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 4rem;
}
.inverse span {
  color: #fff;
}
.footer-main > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}
.footer-main h3 {
  font-size: 0.8rem;
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-main a {
  text-decoration: none;
}
.footer-main p {
  max-width: 360px;
  color: #aebbb7;
}
.footer-bottom {
  border-top: 1px solid #ffffff17;
  max-width: 1180px;
  margin: auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  color: #93a49e;
}
.call-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  background: var(--mint);
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px #0003;
  z-index: 30;
}
.call-float span {
  margin-left: 0.35rem;
}
@media (max-width: 950px) {
  .top {
    display: none;
  }
  .nav {
    flex-wrap: wrap;
  }
  .menu {
    display: block;
  }
  .nav nav {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }
  .nav nav.open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .hero,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    gap: 2rem;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main > div:first-child {
    grid-column: 1/3;
  }
}
@media (max-width: 620px) {
  .page {
    padding-top: 2.5rem;
  }
  .hero {
    padding: 2rem 1.3rem;
    border-radius: 18px;
  }
  .hero h1 {
    font-size: 2.7rem;
  }
  .cards,
  .link-grid,
  .cols,
  .trust,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .split {
    gap: 2rem;
    padding: 4rem 0;
  }
  .steps li {
    grid-template-columns: 80px 1fr;
  }
  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-main > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.3rem;
  }
  .call-float span {
    display: none;
  }
}
