* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a1f;
  background-color: #f6f4ef;
}

a {
  color: #1f2a1f;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.media-frame {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.bg-sage {
  background-color: #cfdccc;
}

.bg-mint {
  background-color: #dbe5d7;
}

.bg-fern {
  background-color: #dce6da;
}

.bg-olive {
  background-color: #e5efe0;
}

.bg-ash {
  background-color: #dae6d4;
}

.bg-linen {
  background-color: #d9e2d5;
}

header,
section,
footer,
nav {
  width: 100%;
}

.site-header {
  padding: 20px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #f6f4ef;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background-color: #e6efe6;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 6vw 80px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-image {
  flex: 1 1 360px;
  position: relative;
}

.hero-image .media-frame {
  height: 100%;
  min-height: 360px;
  background-color: #d4dfd0;
  border-radius: 24px;
  overflow: hidden;
  transform: translateY(18px);
}

.section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.split {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.section .text-block {
  flex: 1 1 320px;
}

.section .image-block {
  flex: 1 1 280px;
}

.offset-card {
  align-self: flex-start;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(24, 41, 24, 0.12);
  max-width: 440px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.service-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card .price {
  font-weight: 600;
  color: #2f5d2f;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #2f5d2f;
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background-color: #1f2a1f;
}

.btn.ghost {
  background-color: transparent;
  color: #1f2a1f;
  border: 1px solid #1f2a1f;
}

.form-shell {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 18px 36px rgba(27, 46, 27, 0.12);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-shell label {
  font-weight: 600;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d0d5cc;
  font-size: 1rem;
  font-family: inherit;
}

.form-shell button {
  border: none;
  cursor: pointer;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.quote {
  flex: 1 1 240px;
  background-color: #eef4ee;
  border-radius: 16px;
  padding: 20px;
}

.bg-panel {
  border-radius: 24px;
  padding: 40px;
  color: #f5f7f2;
  background-color: #2b3a2b;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.bg-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 23, 0.45);
}

.bg-panel .panel-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  padding: 40px 6vw;
  background-color: #e2e9e2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.95rem;
}

.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta a {
  background-color: #f0c35d;
  color: #1f2a1f;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0 16px 36px rgba(27, 46, 27, 0.18);
  padding: 18px;
  border-radius: 16px;
  max-width: 340px;
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.small-note {
  font-size: 0.9rem;
  color: #2f3a2f;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
}

.spacer-block {
  height: 30px;
}

@media (max-width: 820px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .hero-image .media-frame {
    transform: none;
  }
}
