* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a24;
  background: #f7f6f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #1c5c45;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 2px solid #1c5c45;
  outline-offset: 2px;
}

.page {
  overflow-x: hidden;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw;
  background: #f7f6f2;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background: #0f3b2d;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.split {
  display: flex;
  gap: 48px;
  padding: 72px 6vw;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split.narrow {
  padding: 48px 6vw;
}

.split .text {
  flex: 1;
  min-width: 260px;
}

.split .visual {
  flex: 1;
  min-width: 260px;
}

.hero {
  background: #eef2ec;
  position: relative;
}

.hero .hero-bg {
  background-image: url("https://images.unsplash.com/photo-1637417494521-78b4d1d33029?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #dfe6df;
  border-radius: 28px;
  min-height: 380px;
}

.hero .hero-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(18, 38, 26, 0.12);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  color: #3b5b4c;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  background: #1c5c45;
  color: #fff;
}

.btn.secondary {
  background: #e4ebe6;
  color: #1c5c45;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1c5c45;
  color: #1c5c45;
}

.card-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(12, 34, 21, 0.08);
}

.card h3 {
  margin-top: 0;
}

.image-box {
  background: #dfe6df;
  border-radius: 22px;
  padding: 10px;
}

.image-box img {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  object-fit: cover;
}

.image-box.small img {
  height: 220px;
}

.image-box.card img {
  height: 160px;
  border-radius: 12px;
}

.highlight {
  background: #f0efe8;
  border-radius: 24px;
}

.list {
  padding-left: 18px;
}

.list li {
  margin-bottom: 8px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step {
  background: #ffffff;
  border-left: 6px solid #1c5c45;
  padding: 16px 18px;
  border-radius: 12px;
}

.form-section {
  background: #0f3b2d;
  color: #ffffff;
}

.form-section .split {
  padding: 64px 6vw;
}

.form-card {
  background: #ffffff;
  color: #1f2a24;
  padding: 24px;
  border-radius: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9d4ce;
  font-size: 1rem;
  font-family: inherit;
}

.form-status {
  font-size: 0.9rem;
}

.footer {
  padding: 40px 6vw;
  background: #12261b;
  color: #cfd8d0;
}

.footer a {
  color: #cfe8d8;
}

.footer-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 200px;
}

.legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.sticky-cta span {
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.section-note {
  font-size: 0.95rem;
  color: #3b5b4c;
}

.metrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.metric {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 14px;
  min-width: 180px;
}

.page-header {
  padding: 48px 6vw 12px;
}

.page-header h1 {
  margin-bottom: 8px;
}

.content {
  padding: 24px 6vw 60px;
}

@media (max-width: 960px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    left: 24px;
    right: auto;
  }
}
