:root {
  --green: #1f8a4d;
  --green-dark: #166b3b;
  --green-soft: #e8f6ee;
  --green-mid: #cfead9;
  --ink: #142017;
  --muted: #5b6b60;
  --bg: #f4faf6;
  --white: #fff;
  --line: #dce8e0;
  --shadow: 0 16px 40px rgba(20, 50, 32, .08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Inter, system-ui, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }

.header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eef3ef;
}
.header-in {
  min-height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; }
.brand b { font-weight: 500; color: #3d5244; }
.mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: linear-gradient(180deg, #2aa35c, var(--green));
  display: grid; place-items: center; box-shadow: 0 6px 14px rgba(31,138,77,.28);
}
.nav { display: flex; gap: 22px; color: #3f5347; font-size: 15px; }
.nav a:hover, .nav a.on { color: var(--green-dark); font-weight: 600; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; font-weight: 650; border-radius: 12px;
  padding: 12px 20px; font-size: 15px; transition: .2s ease;
}
.btn-g { background: var(--green); color: #fff; box-shadow: 0 8px 18px rgba(31,138,77,.25); }
.btn-g:hover { background: var(--green-dark); }
.btn-w { background: #fff; color: var(--ink); }
.btn-w:hover { transform: translateY(-1px); }
.burger { display: none; background: 0; border: 0; font-size: 26px; }

.hero {
  position: relative; min-height: 560px;
  background: #123 center / cover no-repeat;
  display: grid; place-items: center; text-align: center; color: #fff;
}
.hero:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,28,18,.42), rgba(12,28,18,.52));
}
.hero-in { position: relative; z-index: 1; padding: 88px 16px 80px; max-width: 880px; }
.hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.12; margin-bottom: 14px; letter-spacing: -.02em; }
.hero .lead { font-size: clamp(18px, 2.3vw, 24px); margin-bottom: 14px; }
.hero p { color: #e7eee9; margin-bottom: 24px; }

.sec { padding: 84px 0; }
.sec.soft { background: var(--bg); }
.kicker { color: var(--green); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; margin-bottom: 8px; }
.head { text-align: center; margin-bottom: 42px; }
.head h2 { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.2; margin-bottom: 10px; }
.head p { color: var(--muted); max-width: 640px; margin: 0 auto; }

.g4, .g3, .g2 { display: grid; gap: 22px; }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

.feat {
  text-align: center; padding: 10px 8px 0;
}
.feat .ic {
  width: 72px; height: 72px; margin: 0 auto 14px;
  background: var(--green-soft); border-radius: 18px;
  display: grid; place-items: center;
}
.feat h3 { margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: 15px; }

.split-img { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); min-height: 360px; }
.split-img img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.how-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; margin-bottom: 18px; }
.how-item .n {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 700;
}

.job {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid #edf4ef;
  display: flex; flex-direction: column;
}
.job img { height: 190px; width: 100%; object-fit: cover; }
.job .body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.job .pay { color: var(--green); font-weight: 700; }
.job p { color: var(--muted); font-size: 15px; }
.job .btn { margin-top: auto; width: 100%; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step {
  background: #fff; border-radius: 20px; padding: 28px 22px; text-align: center;
  box-shadow: var(--shadow);
}
.step img { width: 100%; height: 140px; object-fit: cover; border-radius: 14px; margin-bottom: 14px; }
.step .n {
  width: 36px; height: 36px; margin: 0 auto 10px; border-radius: 50%;
  background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; font-weight: 800;
}

.pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.pill {
  background: var(--green-soft); color: var(--green-dark);
  border-radius: 999px; padding: 11px 16px; font-weight: 650; font-size: 14px;
}

.rev {
  background: #fff; border-radius: 20px; padding: 22px;
  box-shadow: var(--shadow); border: 1px solid #edf4ef;
}
.rev-top { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.rev-top img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.stars { color: #e0a100; margin-bottom: 8px; }
.rev p { color: #3d4d42; }
.rev small { color: var(--muted); }

.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px; margin-bottom: 10px;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { margin-top: 8px; color: var(--muted); }

.cta {
  position: relative; color: #fff; text-align: center; padding: 90px 16px;
  background: #123 center/cover no-repeat;
}
.cta:after { content: ""; position: absolute; inset: 0; background: rgba(15,40,24,.58); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { font-size: 34px; margin-bottom: 10px; }
.cta p { margin-bottom: 20px; color: #e6eee8; }

.foot { background: #102318; color: #c5d6cb; padding: 44px 0 22px; font-size: 14px; }
.foot h4 { color: #fff; margin-bottom: 10px; }
.fg { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 24px; margin-bottom: 22px; }
.foot ul { list-style: none; display: grid; gap: 8px; }
.copy { border-top: 1px solid #1d3a2a; padding-top: 16px; color: #8aa393; }

.form {
  background: #fff; border-radius: 22px; padding: 30px;
  box-shadow: var(--shadow);
}
.form h3 { margin-bottom: 8px; }
.form label { display: block; font-size: 14px; font-weight: 700; margin: 12px 0 6px; }
.form input, .form select {
  width: 100%; border: 1px solid #cfe0d4; border-radius: 12px; padding: 12px 14px; font: inherit; background: #fbfefc;
}
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check { display: flex; gap: 8px; align-items: flex-start; margin-top: 12px; font-size: 14px; color: #425247; }
.check input { width: auto; margin-top: 3px; }
.form .btn { width: 100%; margin-top: 16px; }
.note { font-size: 13px; color: var(--muted); margin-top: 10px; }
.offer {
  border-radius: 22px; overflow: hidden; color: #fff; min-height: 100%;
  background: #123 center/cover no-repeat; position: relative; padding: 32px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.offer:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,50,28,.2), rgba(12,32,20,.78)); }
.offer > * { position: relative; z-index: 1; }
.offer p { color: #e5eee8; margin: 6px 0; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.stat { background: #fff; border-radius: 16px; padding: 22px; text-align: center; box-shadow: var(--shadow); }
.stat b { display: block; color: var(--green); font-size: 30px; }

.legal { max-width: 800px; }
.legal h2 { margin: 22px 0 8px; }
.legal p, .legal li { color: #3d4d42; margin-bottom: 8px; }
.legal ul { padding-left: 18px; }

.photo-strip { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; margin-top: 28px; }
.photo-strip img { width: 100%; height: 220px; object-fit: cover; border-radius: 18px; }

@media (max-width: 900px) {
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; position: absolute; inset: 78px 0 auto;
    background: #fff; padding: 16px; border-bottom: 1px solid var(--line);
  }
  .burger { display: block; }
  .header { position: relative; }
  .header-in .btn-g { display: none; }
  .g4, .g3, .g2, .steps, .fg, .row, .stats, .photo-strip { grid-template-columns: 1fr; }
}
