* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #10271f;
  --forest: #1f4d3f;
  --moss: #3d7a62;
  --sand: #f4f0e8;
  --mist: #e6efe9;
  --clay: #d7c3a6;
  --sun: #f4c95d;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--forest);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.nav-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero {
  background: var(--sand);
  padding: 40px 0 70px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-text p {
  margin-bottom: 22px;
  font-size: 1.05rem;
}

.hero-media {
  flex: 1 1 320px;
  position: relative;
}

.hero-media img {
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(16, 39, 31, 0.18);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  border: none;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--forest);
  color: var(--forest);
}

.section {
  padding: 70px 0;
}

.section-mist {
  background: var(--mist);
}

.section-sand {
  background: var(--sand);
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.offset-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.offset-card {
  flex: 1 1 320px;
  background: var(--mist);
  border-radius: 22px;
  padding: 32px;
  position: relative;
  top: -16px;
}

.offset-media {
  flex: 1 1 320px;
  position: relative;
  top: 24px;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  flex: 1 1 180px;
  background: #fff;
  border: 1px solid #dfe8e2;
  border-radius: 16px;
  padding: 18px;
}

.stat strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: var(--sand);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  border-radius: 14px;
  height: 160px;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: var(--forest);
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  background: var(--forest);
  color: #fff;
  border-radius: 26px;
  padding: 32px;
}

.split-band .btn {
  background: var(--sun);
  color: var(--ink);
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-left: 4px solid var(--sun);
  padding: 18px 20px;
  border-radius: 10px;
}

.form-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: var(--mist);
  padding: 28px;
  border-radius: 26px;
}

.form-shell form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfdad4;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
  color: #365046;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: var(--sun);
  color: var(--ink);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.footer {
  background: #0e1f18;
  color: #fff;
  padding: 40px 0;
}

.footer a {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  padding: 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: #fff;
  font-weight: 600;
}

.cookie-actions .reject {
  background: transparent;
  color: var(--forest);
}

.page-hero {
  background: var(--mist);
  padding: 50px 0;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.two-column > div {
  flex: 1 1 320px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dfe8e2;
  font-size: 0.9rem;
}

.contact-card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #dfe8e2;
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 720px) {
  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }

  .hero {
    padding: 30px 0 50px;
  }

  .sticky-cta {
    right: 10px;
    left: 10px;
    text-align: center;
  }
}
