:root {
  --green: #58b83f;
  --green-dark: #33851f;
  --ink: #101511;
  --muted: #58615b;
  --line: #dfe7dc;
  --paper: #fbfdf8;
  --card: #ffffff;
  --cream: #f0f7ea;
  --amber: #f5b722;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(251, 253, 248, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 12px max(18px, calc((100vw - 1220px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand-icon {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 18px;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

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

.brand strong {
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
}

nav {
  display: flex;
  gap: 32px;
}

nav a,
.header-call {
  font-size: 14px;
  font-weight: 900;
}

.header-call {
  background: var(--green);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(88, 184, 63, 0.22);
  padding: 14px 24px;
}

.hero {
  background: linear-gradient(110deg, #f4ffef 0%, #fff 48%, #fff8e1 100%);
  display: grid;
  gap: 52px;
  grid-template-columns: 1.02fr 0.98fr;
  margin: 0 auto;
  max-width: 1220px;
  padding: 64px 0 72px;
}

.hero-copy {
  align-self: center;
}

.badges,
.hero-actions,
.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badges span,
.badges a {
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(16, 21, 17, 0.06);
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  padding: 11px 14px;
}

.badges span {
  background: #eaf8e5;
  color: var(--green-dark);
}

.badges a::before {
  color: var(--amber);
  content: "★";
  margin-right: 8px;
}

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

h1 {
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  margin-top: 22px;
  max-width: 660px;
}

.hero p {
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.65;
  margin-top: 26px;
  max-width: 660px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 950;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
}

.hero-actions {
  margin-top: 28px;
}

.primary {
  background: var(--green);
  box-shadow: 0 14px 28px rgba(88, 184, 63, 0.25);
}

.secondary {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(16, 21, 17, 0.06);
}

.proof {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  justify-content: space-between;
  margin-top: 34px;
  max-width: 640px;
}

.proof span::before,
.trust-strip span::before {
  color: var(--green);
  content: "✓";
  font-weight: 950;
  margin-right: 8px;
}

.hero-media {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(16, 21, 17, 0.12);
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-media figcaption {
  background: rgba(16, 21, 17, 0.9);
  border-radius: 8px;
  bottom: 24px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  left: 24px;
  line-height: 1.15;
  max-width: 330px;
  padding: 18px;
  position: absolute;
}

.hero-media figcaption strong {
  color: var(--green);
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.trust-strip {
  background: #070908;
  color: #fff;
  display: grid;
  font-size: 15px;
  font-weight: 950;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px max(18px, calc((100vw - 1220px) / 2));
}

.section,
.steps,
.cta,
footer {
  margin: 0 auto;
  max-width: 1220px;
  padding: 76px 0;
}

.section-heading {
  max-width: 700px;
}

.section-heading span,
.area-copy span,
.cta span {
  color: var(--green-dark);
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  margin-top: 12px;
}

.card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.card-grid article,
.faq article,
.area-grid span {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(16, 21, 17, 0.05);
}

.card-grid article {
  padding: 24px;
}

.card-grid h3,
.faq h3,
.steps h3 {
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.card-grid h3::before {
  color: var(--green);
  content: "✓";
  display: block;
  font-size: 24px;
  margin-bottom: 22px;
}

.card-grid p,
.faq p,
.area-copy p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  margin-top: 14px;
}

.areas {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 0.85fr 1.15fr;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1220px) / 2));
  padding-right: max(18px, calc((100vw - 1220px) / 2));
}

.area-copy a {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  margin-top: 26px;
  padding: 15px 18px;
}

.area-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.area-grid span {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 950;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
}

.area-grid span::after {
  color: var(--green);
  content: "→";
}

.steps {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.steps article {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  min-height: 178px;
  padding: 26px;
}

.steps span {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 20px;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.steps h3 {
  font-size: 26px;
  margin-top: 28px;
}

.faq {
  max-width: 880px;
}

.faq article {
  border-radius: 0;
  box-shadow: none;
  padding: 28px;
}

.faq article:first-of-type {
  border-radius: 8px 8px 0 0;
  margin-top: 34px;
}

.faq article:last-of-type {
  border-radius: 0 0 8px 8px;
}

.cta {
  align-items: center;
  background: var(--green);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 46px;
}

.cta span {
  color: rgba(16, 21, 17, 0.78);
}

.cta h2 {
  margin-top: 8px;
}

.dark {
  background: var(--ink);
  color: #fff;
}

.light {
  background: #fff;
  color: var(--ink);
}

footer {
  color: var(--muted);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  padding-bottom: 36px;
  padding-top: 0;
}

footer a {
  color: var(--ink);
  font-weight: 950;
}

.mobile-bar {
  display: none;
}

@media (max-width: 1260px) {
  .hero,
  .section,
  .steps,
  .cta,
  footer {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (max-width: 980px) {
  nav,
  .header-call {
    display: none;
  }

  .hero,
  .areas {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    padding-top: 40px;
  }

  .hero-media {
    min-height: 390px;
  }

  .trust-strip,
  .card-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 14px;
  }

  .hero {
    margin: 0;
    padding: 38px 16px 44px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 44px);
    line-height: 0.98;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.75;
  }

  .button {
    flex: 1;
    min-height: 52px;
    padding: 0 18px;
  }

  .proof {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 310px;
  }

  .hero-media figcaption {
    bottom: 14px;
    font-size: 18px;
    left: 14px;
    right: 14px;
  }

  .trust-strip,
  .card-grid,
  .area-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding: 20px 16px;
  }

  .section,
  .steps,
  .cta,
  footer {
    margin-left: 16px;
    margin-right: 16px;
    padding: 58px 0;
  }

  .areas {
    margin: 0;
    padding: 58px 16px;
  }

  h2 {
    font-size: 34px;
  }

  .cta {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 18px;
    padding: 30px 22px;
  }

  footer {
    display: block;
    padding-bottom: 96px;
  }

  footer a {
    display: inline-block;
    margin-top: 12px;
  }

  .mobile-bar {
    background: var(--paper);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 12px;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-bar a {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 950;
    padding: 14px;
    text-align: center;
  }

  .mobile-bar a:first-child {
    background: var(--green);
  }

  .mobile-bar a:last-child {
    background: #fff;
    border: 1px solid var(--line);
  }
}
