:root {
  --green-950: #06170d;
  --green-900: #0b2615;
  --green-800: #123820;
  --green-700: #1d5a34;
  --green-600: #2a7545;
  --green-100: #e7f5ec;
  --green-50: #f3fbf6;
  --cream: #fff8eb;
  --orange: #f59e0b;
  --text: #102016;
  --muted: #5b6b61;
  --border: #d9e6dd;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 31, 16, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section { padding: 86px 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 230, 221, .7);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 1.08rem;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-700), var(--green-950));
  font-weight: 900;
  font-size: .9rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 700;
}
.nav-links a:hover { color: var(--green-700); }
.nav-cta {
  color: var(--green-950) !important;
  border: 1px solid var(--border);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green-50);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(245,158,11,.16), transparent 30%),
    linear-gradient(135deg, var(--cream), var(--green-50) 62%, #ffffff);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(42, 117, 69, .13);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  align-items: center;
  gap: 52px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.eyebrow.light { color: #b6e3c5; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.65rem, 7vw, 5.45rem);
  line-height: .94;
  letter-spacing: -0.075em;
  margin-bottom: 24px;
  color: var(--green-950);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
  color: var(--green-950);
}
h3 {
  font-size: 1.2rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.hero-text {
  font-size: 1.16rem;
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 30px;
}
.hero-actions, .trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--white);
  background: var(--green-700);
  box-shadow: 0 14px 28px rgba(29, 90, 52, .22);
}
.btn-primary:hover { background: var(--green-800); }
.btn-secondary {
  color: var(--green-950);
  background: var(--white);
  border-color: var(--border);
}
.btn-light {
  color: var(--green-950);
  background: var(--white);
  white-space: nowrap;
}
.btn-full { width: 100%; }
.trust-row { margin-top: 24px; }
.trust-row span {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green-800);
  font-weight: 800;
  font-size: .9rem;
}
.offer-card, .pricing-card, .checklist-card, .lead-form, .mini-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.offer-card {
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, var(--green-700), var(--orange));
}
.card-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
  padding: 8px 12px;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 18px;
}
.offer-card h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.offer-card p { color: var(--muted); }
.price-box {
  border-radius: 18px;
  padding: 20px;
  margin: 20px 0;
  background: var(--green-950);
  color: var(--white);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.price { font-size: 3.4rem; font-weight: 950; letter-spacing: -0.08em; }
.price-label { font-weight: 800; color: #cfe9d8; }
.small-note { font-size: .95rem; }

.strip {
  padding: 34px 0;
  background: var(--green-950);
  color: var(--white);
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.strip-grid div {
  border-left: 1px solid rgba(255,255,255,.16);
  padding-left: 18px;
}
.strip-grid strong { display: block; font-size: 1.05rem; margin-bottom: 3px; }
.strip-grid span { color: #bad9c4; font-size: .92rem; }

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.step-card {
  background: var(--green-50);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
}
.step-num {
  display: inline-block;
  font-weight: 950;
  color: var(--orange);
  margin-bottom: 18px;
}
.step-card p { color: var(--muted); margin-bottom: 0; }
.muted { background: #f6faf7; }
.two-col, .pricing-grid, .form-grid, .cta-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.two-col p, .pricing-copy p, .form-copy p { color: var(--muted); font-size: 1.06rem; }
.checklist-card { padding: 28px; }
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.checklist li {
  position: relative;
  padding-left: 34px;
  font-weight: 750;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-100);
  color: var(--green-700);
  font-weight: 900;
  font-size: .9rem;
}
.card-note {
  margin: 22px 0 0;
  padding: 14px;
  border-radius: 14px;
  background: var(--cream);
  color: #6a4310;
  font-weight: 800;
  font-size: .95rem;
}
.pricing-card { padding: 30px; }
.pricing-card h3 { font-size: 1.6rem; margin-bottom: 18px; }
.pricing-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.pricing-line span { color: var(--muted); }
.pricing-line strong { text-align: right; color: var(--green-950); }
.pricing-card .btn { margin-top: 22px; }
.dark-cta {
  background: linear-gradient(135deg, var(--green-950), var(--green-800));
  color: var(--white);
}
.dark-cta h2 { color: var(--white); margin-bottom: 0; }
.cta-grid { grid-template-columns: 1fr auto; }
.apply-section { background: var(--green-50); }
.lead-form {
  padding: 28px;
  box-shadow: none;
}
.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--green-950);
  font-weight: 850;
  margin-bottom: 16px;
}
input, select {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
  color: var(--text);
  outline: none;
}
input:focus, select:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 4px rgba(42, 117, 69, .12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox-label {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: 10px !important;
  font-weight: 650 !important;
  color: var(--muted) !important;
  font-size: .92rem;
}
.checkbox-label input { width: 18px; min-height: 18px; margin-top: 3px; }
.privacy-note {
  color: var(--muted);
  font-size: .86rem;
  text-align: center;
  margin: 14px 0 0;
}
.privacy-note a { color: var(--green-700); font-weight: 850; text-decoration: underline; }
.hidden { display: none; }
.mini-box {
  padding: 18px;
  box-shadow: none;
  background: var(--white);
  margin-top: 24px;
  color: var(--muted);
}
.mini-box strong { color: var(--green-950); }
.site-footer {
  padding: 34px 0;
  background: var(--green-950);
  color: #d8eadf;
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { color: var(--white); }
.footer-grid p { margin: 12px 0 0; max-width: 520px; color: #accbb8; }
.footer-links { display: flex; gap: 18px; font-weight: 800; }
.footer-links a:hover { color: var(--white); }

.legal-page {
  padding: 70px 0;
  background: var(--green-50);
}
.legal-card {
  max-width: 860px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
}
.legal-card h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.legal-card h2 { font-size: 1.45rem; margin-top: 30px; }
.legal-card p, .legal-card li { color: var(--muted); }

.thank-you {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 70px 0;
  background: linear-gradient(135deg, var(--cream), var(--green-50));
}
.thank-you-card {
  max-width: 720px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 46px;
  box-shadow: var(--shadow);
}
.thank-you-card h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.thank-you-card p { color: var(--muted); font-size: 1.08rem; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid, .two-col, .pricing-grid, .form-grid, .cta-grid { grid-template-columns: 1fr; }
  .steps-grid, .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-grid { gap: 24px; }
  .section { padding: 64px 0; }
}
@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1120px); }
  .steps-grid, .strip-grid, .form-row { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .offer-card, .pricing-card, .checklist-card, .lead-form, .legal-card, .thank-you-card { padding: 24px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
