:root {
  --green-900: #063b16;
  --green-800: #0b501f;
  --green-700: #13652b;
  --green-100: #eaf4e6;
  --gold: #c5a34b;
  --ink: #111813;
  --muted: #5e675f;
  --line: rgba(6, 59, 22, 0.14);
  --white: #ffffff;
  --paper: #f8faf6;
  --shadow: 0 24px 70px rgba(6, 59, 22, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(197, 163, 75, 0.14), transparent 28%),
    linear-gradient(180deg, var(--paper), #edf5eb 48%, var(--white));
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  color: rgba(17, 24, 19, 0.78);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green-800);
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--green-900);
  color: var(--white) !important;
}

main {
  overflow: hidden;
}

section {
  scroll-margin-top: 90px;
}

.hero,
.concept-section,
.partner-section,
.interest-section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  min-height: calc(100svh - 74px);
}

.status-pill,
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(19, 101, 43, 0.18);
  border-radius: 999px;
  background: var(--green-100);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 18px;
  color: var(--green-900);
  font-size: clamp(48px, 7vw, 90px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--green-900);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  color: var(--green-900);
  font-size: 21px;
  line-height: 1.22;
}

.lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
  box-shadow: 0 16px 28px rgba(6, 59, 22, 0.2);
}

.button.secondary {
  border-color: rgba(6, 59, 22, 0.18);
  background: var(--white);
  color: var(--green-900);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--green-900);
  font-weight: 900;
  text-decoration: none;
}

.banner-card {
  margin: 0;
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid rgba(6, 59, 22, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.banner-card img {
  width: 100%;
  border-radius: 12px;
}

.concept-section {
  background: var(--white);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading p:not(.eyebrow),
.form-intro p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.partner-panel,
.interest-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(6, 59, 22, 0.08);
}

.feature-grid article {
  padding: 26px;
}

.feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 900;
}

.feature-grid p,
.partner-panel p,
.benefit-list,
.interest-form p {
  color: var(--muted);
}

.partner-section {
  background:
    linear-gradient(135deg, rgba(6, 59, 22, 0.94), rgba(19, 101, 43, 0.88)),
    url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=1800&q=80") center / cover;
  color: var(--white);
}

.partner-section h2,
.partner-section h3,
.partner-section .eyebrow {
  color: var(--white);
}

.partner-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 30px;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green-800);
}

.benefit-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 5px;
  height: 9px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.interest-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 96px;
}

.form-intro a {
  color: var(--green-900);
  font-weight: 900;
}

.interest-form {
  padding: clamp(20px, 4vw, 34px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  color: var(--green-900);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 7px;
  padding: 11px 12px;
  border: 1px solid rgba(6, 59, 22, 0.22);
  border-radius: var(--radius);
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--green-800);
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  border: 0;
  font-size: 16px;
}

.success-message {
  display: none;
  margin: 16px 0 0;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--green-100);
  color: var(--green-900);
  font-weight: 900;
}

.honeypot {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.84);
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 900;
}

.footer-contact a {
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 1080px) {
  .hero,
  .interest-section,
  .partner-panel {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .site-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-actions,
  .contact-strip,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .contact-strip a {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .brand small {
    display: none;
  }
}
