* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a24;
  background-color: #f6f5f0;
}

a {
  color: #1e5b3d;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 6vw 10px;
  gap: 24px;
  background-color: #f0efe9;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.brand small {
  font-weight: 400;
  color: #5a6b61;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.ad-label {
  font-size: 12px;
  color: #4d5b54;
  max-width: 220px;
}

.hero {
  position: relative;
  padding: 90px 6vw 110px;
  color: #f5f7f2;
  background-position: center;
  background-size: cover;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1765558290832-f50b7fab8f36?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw1NHx8VXJiYW5hJTIwZCVDNSVCRXVuZ2xhJTIwemElMjB6ZWxlbmklMjBiYWxrb258c2x8MHwwfHx8MTc4NDUzODMyNnww&ixlib=rb-4.1.0&q=80&w=1080");
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 36, 28, 0.55);
}

.hero-content {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  max-width: 520px;
  padding: 28px 32px;
  background-color: rgba(29, 45, 35, 0.85);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-right: -30px;
}

.hero-card h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.hero-card p {
  margin: 0;
  color: #dce7de;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #3f7b53;
  color: #f5f7f2;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.split .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split .media {
  flex: 1 1 300px;
  display: flex;
}

.image-frame {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background-color: #dfe8dc;
  min-height: 280px;
}

.offset-left {
  margin-left: -40px;
}

.offset-right {
  margin-right: -40px;
}

.highlight {
  background-color: #e9efe6;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.step-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #2f5e41;
}

.testimonial {
  background-color: #fdfbf7;
  padding: 26px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c7d2c8;
  font-size: 15px;
}

.cta-strip {
  background-color: #2c4b38;
  color: #f5f7f2;
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-strip a {
  color: #f5f7f2;
  border-bottom: 1px solid rgba(245, 247, 242, 0.6);
}

.footer {
  margin-top: auto;
  padding: 40px 6vw 80px;
  background-color: #1c2f24;
  color: #d6e1d8;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer a {
  color: #d6e1d8;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #fefcf7;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 10px;
  align-items: center;
}

.sticky-cta a {
  color: #2f5e41;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0efe9;
  padding: 16px 6vw;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-button {
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background-color: #3f7b53;
  color: #f5f7f2;
}

.cookie-reject {
  background-color: #d9e0d7;
  color: #1f2a24;
}

.page-hero {
  padding: 70px 6vw;
  background-color: #e9efe6;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero h1 {
  margin: 0;
  font-size: 32px;
}

.narrow {
  max-width: 760px;
}

.bg-forest {
  background-position: center;
  background-size: cover;
  color: #f5f7f2;
}

.forest-one {
  background-image: url("https://images.unsplash.com/photo-1465101046530-73398c7f28ca?w=1400&q=80");
}

.forest-two {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-forest .highlight {
  background-color: rgba(32, 52, 39, 0.82);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.muted {
  color: #5a6b61;
}

.thanks-card {
  background-color: #ffffff;
  padding: 34px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 900px) {
  .hero-card {
    margin-right: 0;
  }

  .offset-left,
  .offset-right {
    margin: 0;
  }

  .sticky-cta {
    right: 10px;
    left: 10px;
    justify-content: center;
  }
}
