* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f1b;
  background: #f6f7f4;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #1f5f48;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #1f5f48;
  outline-offset: 2px;
}

.page-wrap {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background: #e3efe8;
  color: #1f5f48;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 56px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-text h1,
.split-text h2 {
  margin-top: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
}

.lead {
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  border: none;
  background: #1f5f48;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #3a4b42;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1f5f48;
  color: #1f5f48;
}

.btn:hover {
  filter: brightness(0.95);
}

.inline-cta {
  text-decoration: underline;
}

.panel {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 18px 30px rgba(19, 25, 20, 0.06);
}

.panel.deep {
  background: #1f5f48;
  color: #f6f7f4;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 22px rgba(19, 25, 20, 0.08);
}

.service-card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #1f5f48;
}

.img-wrap {
  background: #d8e3db;
  border-radius: 12px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.media-img.small {
  height: 160px;
}

.section-note {
  font-size: 0.95rem;
  color: #4b5a50;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #c4ccc6;
  border-radius: 6px;
  font-size: 1rem;
}

.form-status {
  min-height: 20px;
  font-size: 0.95rem;
  color: #1f5f48;
}

.footer {
  padding: 40px 0;
  background: #101612;
  color: #f6f7f4;
}

.footer a {
  color: #f6f7f4;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 380px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.hero-bg {
  background: #0f2a1f;
  color: #f6f7f4;
}

.bg-growth {
  background-color: #1a2f26;
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f7f4;
}

.muted-section {
  background: #edf1ec;
}

.highlight-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.highlight-item {
  flex: 1 1 180px;
  background: #f1f6f2;
  border-radius: 12px;
  padding: 14px;
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wide-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.table-cell {
  flex: 1 1 260px;
}
