:root {
  --bg: #f5f7f4;
  --paper: #ffffff;
  --ink: #1b2528;
  --muted: #627174;
  --line: #dfe7e2;
  --brand: #2b7a67;
  --brand-dark: #174f44;
  --accent: #c66f3d;
  --soft: #e9f2ee;
  --warning: #fff4e8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.topbar {
  background: var(--brand-dark);
  color: #fff;
  font-size: 14px;
}

.topbar__inner,
.nav,
.section,
.footer__inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-wrap {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand__mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), #6db49b);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.brand__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__sub {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
}

.nav__links a {
  text-decoration: none;
}

.hero {
  background: var(--paper);
}

.hero__inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 48px 0;
}

.eyebrow {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(38px, 5vw, 64px);
  max-width: 740px;
  margin-top: 12px;
}

.hero__text {
  color: var(--muted);
  font-size: 20px;
  max-width: 640px;
  margin: 24px 0 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--brand);
}

.btn--primary {
  background: var(--brand);
  color: #fff;
}

.btn--ghost {
  background: #fff;
  color: var(--brand-dark);
}

.hero__media {
  display: grid;
  gap: 16px;
}

.hero__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.hero__media-main {
  aspect-ratio: 4 / 3;
}

.media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.media-row img {
  aspect-ratio: 4 / 3;
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding-top: 42px;
}

.section__head {
  max-width: 840px;
  margin-bottom: 28px;
}

.section__head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.section__head p {
  color: var(--muted);
  font-size: 18px;
  margin: 16px 0 0;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.card p,
.card li {
  color: var(--muted);
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 16px;
}

.number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-weight: 800;
  margin-bottom: 14px;
}

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

.band .section__head p,
.band .card p,
.band .card li {
  color: rgba(255, 255, 255, .78);
}

.band .card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

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

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

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: var(--brand);
}

.quote {
  background: var(--warning);
  border-left: 5px solid var(--accent);
  padding: 24px;
  border-radius: 6px;
  color: #493729;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  color: var(--muted);
  margin-bottom: 0;
}

.form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field--full {
  grid-column: 1 / -1;
}

label {
  font-weight: 800;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cdd8d2;
  border-radius: 6px;
  min-height: 46px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.footer {
  background: #101819;
  color: #fff;
  padding: 42px 0;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.footer a {
  color: #fff;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 860px) {
  .hero__inner,
  .grid--2,
  .grid--3,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav__links {
    justify-content: flex-start;
  }

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