* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  --ink: #1b1f1d;
  --muted: #4a5a52;
  --accent: #2f6f4f;
  --accent-strong: #245540;
  --sand: #f2f0ea;
  --mist: #e6ede7;
  --leaf: #d9e6db;
  --stone: #f7f7f4;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e3e8e4;
  gap: 20px;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 20px;
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-cta {
  display: flex;
  gap: 10px;
}

.btn,
.btn-outline {
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.btn {
  background: var(--accent);
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  color: var(--accent-strong);
  border: 1px solid var(--accent-strong);
}

.section {
  padding: 64px 6%;
}

.section.alt {
  background: var(--stone);
}

.section.mist {
  background: var(--mist);
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content,
.split .visual {
  flex: 1;
  min-width: 280px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}

h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 16px;
}

h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 16px;
  color: var(--muted);
}

.image-frame {
  background: var(--leaf);
  padding: 12px;
  border-radius: 18px;
}

.image-frame img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(27, 31, 29, 0.08);
}

.card-image {
  background: var(--sand);
  border-radius: 12px;
  padding: 10px;
}

.card-price {
  font-weight: 700;
  color: var(--accent-strong);
}

.inline-link {
  color: var(--accent-strong);
  font-weight: 600;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(27, 31, 29, 0.06);
  margin-bottom: 14px;
}

.background-panel {
  background: var(--leaf);
  border-radius: 18px;
  padding: 12px;
}

.background-panel img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(27, 31, 29, 0.06);
}

.form-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 24px rgba(27, 31, 29, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d8dfd9;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.form-note {
  font-size: 13px;
  color: var(--accent-strong);
}

.footer {
  margin-top: auto;
  padding: 40px 6%;
  background: #0f1513;
  color: #e5ece7;
}

.footer a {
  color: #e5ece7;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}

.footer-col {
  flex: 1 1 200px;
}

.disclaimer {
  font-size: 12px;
  color: #c7d2cb;
  margin-top: 10px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--accent-strong);
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(27, 31, 29, 0.2);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 16px 30px rgba(27, 31, 29, 0.16);
  display: none;
  gap: 12px;
  align-items: center;
  max-width: 520px;
  z-index: 6;
}

.cookie-banner.active {
  display: flex;
  flex-wrap: wrap;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.page-hero {
  background: var(--mist);
}

.simple-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.legal-content {
  max-width: 860px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 18px;
}

.list li {
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .split,
  .split.reverse {
    flex-direction: column;
  }

  h1 {
    font-size: 32px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
