* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d2a1f;
  background: #f6f5f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #1f5a32;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #1f5a32;
  outline-offset: 2px;
}

.wrapper {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 16px;
  gap: 24px;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.9rem;
  color: #4b5f4c;
  background: #e8efe5;
  padding: 8px 12px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 36px;
  align-items: stretch;
  padding: 40px 0 20px;
}

.hero-text {
  flex: 1.05;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(24, 48, 30, 0.12);
}

.hero-media {
  flex: 0.95;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.image-wrap {
  background-color: #dfe6db;
  border-radius: 20px;
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-280 {
  height: 280px;
}

.h-240 {
  height: 240px;
}

.h-220 {
  height: 220px;
}

.h-160 {
  height: 160px;
}

.flex-11 {
  flex: 1.1;
}

.flex-09 {
  flex: 0.9;
}

.hero-tag {
  background: #1f5a32;
  color: #fff;
  padding: 10px 16px;
  border-radius: 16px;
  width: fit-content;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  border: none;
  background: #1f5a32;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background: #e8efe5;
  color: #1f5a32;
}

.section {
  padding: 60px 0;
}

.section.alt {
  background: #eff3ee;
}

.asym-flex {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.offset-box {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(24, 48, 30, 0.08);
  margin-top: -28px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 20px rgba(24, 48, 30, 0.08);
}

.card img {
  border-radius: 14px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8efe5;
  color: #1f5a32;
  font-size: 0.85rem;
}

.price {
  font-weight: 700;
  color: #1f5a32;
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
}

.sticky-cta {
  background: #1f5a32;
  color: #fff;
  padding: 20px;
  border-radius: 18px;
  position: sticky;
  top: 24px;
}

.sticky-cta .button {
  width: 100%;
  margin-top: 12px;
  background: #fff;
  color: #1f5a32;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 26px;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(24, 48, 30, 0.1);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #c7d3c5;
  font-size: 1rem;
  font-family: inherit;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer {
  background: #1d2a1f;
  color: #e8efe5;
  padding: 40px 0;
}

.footer a {
  color: #e8efe5;
}

.footer-grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 18px 36px rgba(24, 48, 30, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.muted {
  color: #4b5f4c;
}

.notice {
  font-size: 0.92rem;
  color: #3f4f40;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1768333222242-605fc80d86d9?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 26px;
}

.bg-season {
  background-image: url("https://images.unsplash.com/photo-1770057864827-c878faab4d63?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 26px;
}

.bg-soil {
  background-image: url("https://images.unsplash.com/photo-1756728207732-143bb34c7359?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 26px;
}

.highlight {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 18px;
}

@media (max-width: 900px) {
  .hero,
  .asym-flex,
  .split {
    flex-direction: column;
  }

  .sticky-cta {
    position: static;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}



[hidden] {
  display: none !important;
}