:root {
  --green: #1f7a36;
  --green-dark: #0f4f25;
  --lime: #9bd34f;
  --ink: #152019;
  --muted: #657068;
  --cream: #f5f8f2;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 55, 30, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(255,255,255,.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: white; font-family: 'Montserrat', sans-serif; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .95rem; }
nav a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: white !important; padding: 11px 18px; border-radius: 999px; }
.menu-btn { display: none; border: 0; background: none; font-size: 1.6rem; cursor: pointer; }

.hero {
  min-height: 720px; padding-top: 76px; display: grid; place-items: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 85% 30%, rgba(155,211,79,.36), transparent 30%),
    linear-gradient(120deg, #0e3f21 0%, #195f2e 52%, #2b7f3e 100%);
}
.hero::after {
  content: ''; position: absolute; width: 620px; height: 620px; right: -220px; bottom: -300px;
  border: 90px solid rgba(255,255,255,.06); border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; color: white; max-width: 850px; margin-left: max(0px, calc((100vw - 1120px)/2)); }
.eyebrow, .kicker { display: inline-block; letter-spacing: .14em; text-transform: uppercase; font-size: .77rem; font-weight: 800; color: var(--green); }
.eyebrow { color: #d7f6a9; margin-bottom: 18px; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .95; max-width: 850px; letter-spacing: -.045em; }
.hero h1 span { color: #c9ef86; }
.hero p { max-width: 630px; margin: 24px 0 30px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; font-weight: 800; border: 0; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #c8ef86; color: #17371e; }
.btn-secondary { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.3); }
.hero-points { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; color: rgba(255,255,255,.88); font-weight: 700; font-size: .92rem; }

.section { padding: 96px 0; }
.section-heading { max-width: 740px; margin-bottom: 46px; }
.section-heading h2, .why h2, .quote-info h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; margin: 10px 0 16px; letter-spacing: -.03em; }
.section-heading p, .why-copy { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { background: var(--cream); border-radius: 24px; padding: 34px; border: 1px solid #e4ebdf; box-shadow: var(--shadow); }
.service-icon { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: #dff0c4; color: var(--green-dark); font-size: 1.8rem; margin-bottom: 24px; }
.service-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); }

.why { background: #f0f5ec; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.feature-list { display: grid; gap: 16px; }
.feature { background: white; border-radius: 18px; padding: 22px; display: grid; grid-template-columns: 58px 1fr; gap: 16px; box-shadow: 0 10px 30px rgba(20,55,30,.07); }
.feature > span { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--green); color: white; font-weight: 800; }
.feature h3 { margin-bottom: 3px; }
.feature p { color: var(--muted); }

.quote-section { background: var(--green-dark); color: white; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.kicker.light { color: #c9ef86; }
.quote-info p { color: rgba(255,255,255,.76); max-width: 480px; }
.quote-badge { display: inline-block; margin-top: 28px; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); color: #d9f7b4; font-weight: 800; }
.quote-form { background: white; color: var(--ink); padding: 32px; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; font-size: .9rem; margin-bottom: 7px; }
input, textarea { width: 100%; border: 1px solid #dce4d7; background: #fbfcfa; border-radius: 12px; padding: 14px 15px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,122,54,.12); }
.checkboxes { display: flex; gap: 12px; flex-wrap: wrap; }
.checkboxes label { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #dce4d7; border-radius: 10px; font-weight: 700; }
.checkboxes input { width: auto; }
.btn-submit { width: 100%; background: var(--green); color: white; font-size: 1rem; }
.form-status { min-height: 24px; margin-top: 12px; font-weight: 700; text-align: center; }
.form-status.success { color: #26733b; }
.form-status.error { color: #a12f2f; }

footer { background: #0a3019; color: rgba(255,255,255,.78); padding: 30px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
footer strong { color: white; }
footer p { font-size: .9rem; }

@media (max-width: 780px) {
  .menu-btn { display: block; }
  nav { display: none; position: absolute; top: 68px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; gap: 8px; background: white; padding: 16px; border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 10px 12px; }
  .hero { min-height: 650px; }
  .hero-content { margin-left: auto; }
  .section { padding: 74px 0; }
  .service-grid, .why-grid, .quote-grid, .form-row { grid-template-columns: 1fr; }
  .why-grid, .quote-grid { gap: 36px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
