* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1f2a22;
  --muted: #5e6a60;
  --accent: #2f6b3f;
  --accent-soft: #e3f0e7;
  --paper: #f7f6f2;
  --sand: #f1ece3;
  --leaf: #d6e4d6;
  --stone: #e8e3db;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 4vw;
  background: var(--paper);
  border-bottom: 1px solid #dde3dc;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.9rem;
  color: var(--muted);
  border: 1px solid #c9d4c9;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 3.5rem 0;
}

.split {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.hero {
  background: var(--leaf);
}

.hero .media {
  position: relative;
}

.hero-image {
  width: 100%;
  height: 360px;
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  background-color: #cfe3d3;
}

.image-frame {
  background-color: #d8e3d2;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--muted);
}

.button {
  border: none;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.button.alt {
  background: #3b5540;
}

.button.light {
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid var(--accent);
}

.cta-row {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.inline-cta {
  font-weight: 600;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.card-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #e4e8e1;
}

.card .price {
  font-size: 1.1rem;
  font-weight: 700;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #e5e9e2;
}

.timeline-step {
  font-weight: 700;
  color: var(--accent);
}

.quote {
  background: var(--stone);
  padding: 1.5rem;
  border-radius: 18px;
}

.form-block {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid #e4e8e1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #d7ddd6;
  font-size: 1rem;
  background: #fff;
}

.sticky-cta {
  position: sticky;
  top: 70vh;
  align-self: flex-start;
  background: var(--accent-soft);
  border-radius: 16px;
  padding: 1.2rem;
  border: 1px solid #cfe0d0;
}

.media-stack {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer {
  margin-top: auto;
  background: #1f2a22;
  color: #eef2ed;
  padding: 2.5rem 4vw;
}

.footer a {
  color: #cfe3d3;
}

.footer-columns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-columns div {
  flex: 1 1 200px;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  border: 1px solid #d7ddd6;
  border-radius: 14px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.muted {
  color: var(--muted);
}

.wide-section {
  background: var(--sand);
}

.bg-garden {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d6e3d5;
}

.bg-overlay {
  background: rgba(247, 246, 242, 0.9);
  padding: 3rem;
  border-radius: 20px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.notice {
  background: #f0f4ef;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #d5e1d5;
}
