:root {
  --green: #6A994E;
  --green-dark: #557c3e;
  --green-soft: #e8f1e1;
  --ink: #2c2c2c;
  --muted: #5f6b63;
  --line: #e2e7de;
  --bg: #ffffff;
  --bg-soft: #f7f8f5;
  --shadow: 0 18px 50px rgba(28, 40, 22, 0.12);
  --radius: 16px;
  --font: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1.15rem 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.logo span {
  color: var(--green);
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-links a:not(.btn):hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  background: var(--green);
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  background: var(--green-dark);
}

.btn-arrow::after {
  content: "→";
  font-size: 1.05em;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(18, 28, 16, 0.78) 0%, rgba(18, 28, 16, 0.45) 48%, rgba(18, 28, 16, 0.25) 100%),
    radial-gradient(circle at 70% 40%, rgba(106, 153, 78, 0.25), transparent 45%),
    linear-gradient(160deg, #3d4f36 0%, #6a7d5d 35%, #9aa88f 70%, #c5cbb8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 55%, rgba(255, 255, 255, 0.04) 55%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.03) 18px,
      rgba(255, 255, 255, 0.03) 19px
    );
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.hero h1 em {
  font-style: normal;
  color: #b8d9a4;
}

.hero-copy {
  margin: 0 0 1.5rem;
  max-width: 36ch;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-top: 1.35rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
}

.trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.trust span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.lead-card {
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.lead-card h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.form-grid {
  display: grid;
  gap: 0.75rem;
}

.form-grid label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--muted);
}

.form-grid input,
.form-grid select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.form-grid input:focus,
.form-grid select:focus {
  outline: 2px solid rgba(106, 153, 78, 0.35);
  border-color: var(--green);
}

.lead-card .btn {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 12px;
}

.form-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-note svg {
  flex-shrink: 0;
}

.form-msg {
  display: none;
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

.form-msg.ok {
  display: block;
  background: #eaf7e4;
  color: #2f6b1f;
}

.form-msg.err {
  display: block;
  background: #fef2f2;
  color: #b91c1c;
}

.features {
  background: var(--bg);
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--line);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.feature {
  text-align: center;
}

.feature-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.feature h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 4.5rem 0;
}

.section.alt {
  background: var(--bg-soft);
}

.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0 auto;
  max-width: 48ch;
  color: var(--muted);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.benefit {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.benefit-visual {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
}

.benefit-visual.v1 {
  background-image:
    linear-gradient(135deg, rgba(106, 153, 78, 0.35), rgba(40, 55, 35, 0.25)),
    linear-gradient(160deg, #d7e4cc, #8fa87a);
}

.benefit-visual.v2 {
  background-image:
    linear-gradient(135deg, rgba(30, 40, 25, 0.2), rgba(106, 153, 78, 0.25)),
    linear-gradient(200deg, #c9d2c0, #6f8264);
}

.benefit-visual.v3 {
  background-image:
    linear-gradient(135deg, rgba(20, 30, 18, 0.35), transparent),
    linear-gradient(30deg, #a8ba98, #4f6544);
}

.benefit-visual.v4 {
  background-image:
    linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(106, 153, 78, 0.3)),
    linear-gradient(210deg, #e4ecdc, #7f9770);
}

.benefit-body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.benefit h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.5rem;
  align-items: center;
}

.detail-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}

.detail-copy > p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.checklist li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.checklist li::before {
  content: "✓";
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.1rem;
}

.detail-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.85rem;
}

.detail-tile {
  border-radius: 18px;
  min-height: 160px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(30, 40, 20, 0.08);
}

.detail-tile.t1 {
  grid-row: span 2;
  min-height: 340px;
  background-image:
    linear-gradient(180deg, transparent 40%, rgba(20, 30, 16, 0.35)),
    linear-gradient(145deg, #b7c7a8, #5d7352);
}

.detail-tile.t2 {
  background-image: linear-gradient(160deg, #dbe5d2, #809572);
}

.detail-tile.t3 {
  background-image: linear-gradient(200deg, #c5d3b8, #6d8161);
}

.fit-badge {
  position: absolute;
  left: 42%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(85, 124, 62, 0.35);
}

.fit-badge strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.fit-badge span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  opacity: 0.92;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 16%;
  right: 16%;
  border-top: 2px dashed #c9d5bf;
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-icon {
  width: 4.2rem;
  height: 4.2rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--green);
  color: var(--green);
  display: grid;
  place-items: center;
}

.step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
}

.step p {
  margin: 0 auto;
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.closing {
  padding: 4rem 0 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(106, 153, 78, 0.08), transparent 45%),
    var(--bg);
}

.closing-brand {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: #3a3f3a;
  text-transform: uppercase;
}

.closing-sub {
  margin: 0.75rem 0 2rem;
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 600;
}

.closing-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.25rem;
  margin-bottom: 3rem;
}

.closing-icons .feature-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.55rem;
}

.closing-icons p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.footer-cta {
  background: var(--green);
  color: #fff;
  padding: 1.5rem 0;
}

.footer-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-cta p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  max-width: 34ch;
}

.footer-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 0.65rem;
}

.footer-form input {
  border: 0;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font: inherit;
}

.footer-form .btn {
  background: #2f3a2b;
  border-radius: 10px;
  white-space: nowrap;
}

.footer-form .btn:hover {
  background: #1f271d;
}

.site-footer {
  padding: 1.25rem 0 1.75rem;
  background: var(--green);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 960px) {
  .hero-grid,
  .detail-grid,
  .footer-cta-inner {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }

  .features-grid,
  .benefits-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .steps::before {
    display: none;
  }

  .footer-form {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .nav-links a:not(.btn) {
    display: none;
  }

  .hero {
    padding-top: 6.5rem;
  }

  .features-grid,
  .benefits-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .footer-form {
    grid-template-columns: 1fr;
  }

  .fit-badge {
    width: 7rem;
    height: 7rem;
    left: 50%;
    top: 50%;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy-wrap,
.lead-card {
  animation: rise 0.7s ease both;
}

.lead-card {
  animation-delay: 0.12s;
}
