* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #1f2a1e;
  background: #f6f4ef;
  line-height: 1.6;
}

a {
  color: #1f5b3c;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  background: #1f2a1e;
  color: #f6f4ef;
  padding: 14px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  background: #e3b23c;
  color: #1f2a1e;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
}

.hero-text,
.hero-image {
  flex: 1 1 50%;
  min-width: 280px;
}

.hero-text {
  padding: 64px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background: #fefcf8;
}

.hero-image {
  position: relative;
  background: #c6d4c1;
}

.hero-image img {
  height: 100%;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-btn {
  background: #1f5b3c;
  color: #f6f4ef;
}

.primary-btn:hover {
  background: #2a7a4f;
  transform: translateY(-1px);
}

.secondary-btn {
  background: transparent;
  border-color: #1f5b3c;
  color: #1f5b3c;
}

.secondary-btn:hover {
  background: #1f5b3c;
  color: #f6f4ef;
  transform: translateY(-1px);
}

.section {
  padding: 64px 8%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background: #e5e0d7;
  padding: 12px;
  border-radius: 18px;
}

.tag {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #4b6b54;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(31, 42, 30, 0.08);
}

.card .card-image {
  background: #d2dccf;
  border-radius: 14px;
  overflow: hidden;
}

.pricing {
  font-weight: 700;
  color: #1f5b3c;
}

.form-shell {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(31, 42, 30, 0.08);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c4cdbf;
  font-size: 15px;
}

.inline-cta {
  font-weight: 600;
  color: #1f5b3c;
  text-decoration: underline;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: rgba(31, 42, 30, 0.95);
  color: #f6f4ef;
  padding: 16px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-cta button {
  border: none;
}

.footer {
  margin-top: auto;
  background: #1f2a1e;
  color: #f6f4ef;
  padding: 40px 8%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.footer a {
  color: #f6f4ef;
  text-decoration: underline;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(31, 42, 30, 0.15);
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  border: none;
}

.highlight {
  background: #eef4ed;
  border-left: 6px solid #1f5b3c;
  padding: 16px;
  border-radius: 12px;
}

.bg-landscape {
  background-color: #2b3a2b;
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4ef;
  position: relative;
}

.bg-landscape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 42, 30, 0.6);
}

.bg-landscape > * {
  position: relative;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-box {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.note {
  font-size: 13px;
  color: #4c5646;
}
