* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: #1f2a24;
  background-color: #f7f7f4;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  background: #f1f4ef;
  border-bottom: 1px solid #dfe6dd;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 6%;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d4ded1;
}

.nav-links a:hover {
  background: #e6efe3;
}

.nav-disclosure {
  max-width: 320px;
  font-size: 12px;
  color: #5a6c60;
}

.hero {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 40px 6%;
  background: #e8efe8;
}

.hero .hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero h1 {
  font-size: 38px;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 17px;
  color: #334238;
}

.hero-media {
  flex: 1;
  background-color: #cbd8cf;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-section {
  display: flex;
  gap: 28px;
  padding: 50px 6%;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1;
}

.split-media {
  background-color: #d6e2db;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  font-size: 26px;
  margin: 0 0 14px;
}

.section-lead {
  margin: 0 0 16px;
  color: #39483e;
}

.pill-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  background: #eef4ea;
  border: 1px solid #d3e0d2;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 26px;
  background: #1f5134;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #1f5134;
}

.cta-button:hover {
  background: #173f28;
}

.cta-secondary {
  background: #ffffff;
  color: #1f5134;
}

.cta-secondary:hover {
  background: #e8f1ea;
}

.inline-link {
  color: #1f5134;
  text-decoration: underline;
}

.inline-link:hover {
  color: #12301f;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid #d9e4d6;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-image {
  background-color: #cedad3;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}

.card-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: #1f5134;
}

.section-band {
  padding: 50px 6%;
  background: #f0f3f1;
}

.background-panel {
  padding: 60px 6%;
  background-color: #2c3b31;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.background-panel .panel-content {
  background: rgba(18, 34, 24, 0.72);
  padding: 28px;
  border-radius: 20px;
  max-width: 620px;
}

.form-panel {
  background: #ffffff;
  border: 1px solid #d4e0d4;
  border-radius: 20px;
  padding: 22px;
}

.form-panel label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #46564b;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfd8d1;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: inherit;
}

.form-panel button {
  width: 100%;
  border: none;
  background: #1f5134;
  color: #ffffff;
  padding: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.form-panel button:hover {
  background: #173f28;
}

.form-note {
  font-size: 12px;
  color: #5b6a61;
}

.quote {
  font-style: italic;
  color: #2a3b30;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #2a6f46;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  font-weight: 600;
  z-index: 20;
}

.sticky-cta:hover {
  background: #1d5636;
}

footer {
  background: #1b2620;
  color: #e6efe8;
  padding: 32px 6%;
}

.footer-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.footer-grid div {
  flex: 1 1 180px;
}

.footer-links a {
  display: block;
  color: #e6efe8;
  margin-bottom: 6px;
}

.footer-links a:hover {
  color: #c5d8ca;
}

.disclaimer {
  font-size: 12px;
  color: #c1d0c5;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #d7e0d8;
  border-radius: 18px;
  padding: 16px;
  max-width: 320px;
  display: none;
  z-index: 30;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.cookie-banner p {
  font-size: 13px;
  margin: 0 0 12px;
  color: #2e3c33;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  border: none;
  padding: 8px 10px;
  border-radius: 14px;
  font-size: 13px;
  cursor: pointer;
}

.cookie-accept {
  background: #1f5134;
  color: #ffffff;
}

.cookie-reject {
  background: #e9efe8;
  color: #1f5134;
  border: 1px solid #cfd7d1;
}

.page-hero {
  padding: 50px 6% 30px;
  background: #e9f0ea;
}

.page-hero h1 {
  margin: 0 0 10px;
}

.page-hero p {
  margin: 0;
  color: #3a4a40;
}

.content-wrap {
  padding: 30px 6% 60px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.content-main {
  flex: 2 1 320px;
}

.content-aside {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d9e3db;
  padding: 18px;
}

.aside-image {
  background-color: #d8e2da;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}

.aside-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.muted {
  color: #5a6c60;
}

@media (max-width: 900px) {
  .hero,
  .split-section {
    flex-direction: column;
  }

  .nav-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
