@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  src: local("Inter"), local("Inter Regular");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d2420;
  background-color: #f8f7f3;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  position: relative;
  overflow: hidden;
}

.container {
  width: min(1120px, 90%);
  margin: 0 auto;
}

.top-nav {
  padding: 24px 0 12px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: #e9efe6;
}

.hero {
  padding: 60px 0 80px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: #52765f;
}

h1,
h2,
h3 {
  margin: 12px 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.3rem, 3vw, 3.5rem);
}

h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
}

.lead {
  font-size: 1.1rem;
  color: #2d3b33;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #2f6d42;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #fff;
  color: #2f6d42;
  border: 1px solid #2f6d42;
}

.section {
  padding: 70px 0;
  position: relative;
}

.section.alt {
  background: #eff2eb;
}

.section.dark {
  background: #1f2c25;
  color: #f6f6f0;
}

.layer-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(20, 32, 24, 0.08);
}

.cards-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cards-row.spaced {
  margin-top: 28px;
}

.cards-row.spaced-tight {
  margin-top: 24px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(20, 32, 24, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 14px;
  height: 160px;
  object-fit: cover;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2f6d42;
}

.list {
  padding-left: 18px;
  margin: 12px 0 0;
}

.cta-inline {
  color: #2f6d42;
  font-weight: 600;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f4a63a;
  color: #1d2420;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(20, 32, 24, 0.2);
  z-index: 30;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9d6c9;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
  color: #5b6b5f;
}

.service-choice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-choice label {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: #e8f0e7;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  flex: 1 1 260px;
  box-shadow: 0 10px 20px rgba(20, 32, 24, 0.08);
}

.footer {
  padding: 50px 0;
  background: #101613;
  color: #e9efe6;
}

.footer a {
  color: #e9efe6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(20, 32, 24, 0.18);
  display: none;
  z-index: 40;
  max-width: 320px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.image-stack {
  position: relative;
}

.image-stack .floating {
  position: absolute;
  right: -10%;
  bottom: -12%;
  width: 40%;
  border-radius: 16px;
  border: 4px solid #f8f7f3;
}

.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.meta-grid .meta-card {
  flex: 1 1 200px;
  background: #f8f7f3;
  border-radius: 16px;
  padding: 16px;
}

.notice {
  padding: 12px 16px;
  border-left: 4px solid #f4a63a;
  background: rgba(244, 166, 58, 0.15);
  border-radius: 12px;
}

@media (max-width: 820px) {
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }

  .image-stack .floating {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70%;
    margin-top: 16px;
  }
}
