* {
  box-sizing: border-box;
}

:root {
  --ink: #1f2a24;
  --muted: #516157;
  --accent: #2e6b45;
  --accent-dark: #1e4a31;
  --sand: #f3f0e7;
  --mist: #eef4ef;
  --clay: #d9d2c2;
  --leaf: #cfe3d4;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: var(--accent-dark);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

header,
main,
footer,
section,
article,
nav {
  width: 100%;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px 7vw 10px;
  background: #ffffff;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand h1 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.3px;
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
  background: var(--sand);
  padding: 4px 8px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.nav a {
  font-size: 14px;
}

.hero {
  display: flex;
  align-items: stretch;
  padding: 60px 7vw;
  background-color: var(--clay);
  color: #ffffff;
  min-height: 420px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: rgba(31, 42, 36, 0.68);
  padding: 32px;
  max-width: 520px;
}

.hero-inner h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
}

.hero-inner p {
  margin: 0;
  color: #f2f6f1;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  background: var(--accent);
  color: #ffffff;
}

.btn:hover,
.btn:focus {
  background: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus {
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 0 7vw;
}

.offset-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-top: -24px;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-text {
  flex: 1 1 320px;
  background: var(--mist);
  padding: 24px;
  border-radius: 18px;
}

.media-card {
  flex: 1 1 280px;
  padding: 18px;
  background: var(--sand);
  border-radius: 18px;
}

.media-img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(31, 42, 36, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-media {
  background: var(--leaf);
  border-radius: 14px;
  overflow: hidden;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 32px;
  background: var(--mist);
  border-radius: 22px;
}

.split-band .panel {
  flex: 1 1 280px;
}

.bg-lawn {
  background-image: url("https://images.unsplash.com/photo-1458245201577-fc8a130b8829?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 24px;
}

.bg-lawn .panel {
  background: rgba(31, 42, 36, 0.72);
  padding: 24px;
  border-radius: 18px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: var(--sand);
  padding: 22px;
  border-radius: 18px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-weight: 600;
  font-size: 14px;
}

.form-panel input,
.form-panel select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5c9;
  font-size: 14px;
}

.form-panel button {
  border: none;
}

.inline-image {
  flex: 1 1 220px;
  background: var(--clay);
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
}

.footer {
  background: #111913;
  color: #d8e3dc;
  padding: 34px 7vw 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #d8e3dc;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.disclaimer {
  font-size: 13px;
  color: #c0c9c2;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--accent);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(31, 42, 36, 0.2);
  z-index: 9;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(31, 42, 36, 0.18);
  max-width: 320px;
  display: none;
  z-index: 10;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: var(--accent);
  color: #ffffff;
}

.cookie-reject {
  background: transparent;
  color: var(--accent);
}

.page-title {
  padding: 50px 7vw 10px;
}

.content {
  padding: 10px 7vw 40px;
  max-width: 960px;
}

.content p {
  margin-top: 0;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--mist);
}

.service-item h3 {
  margin-top: 0;
}
