* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d2a24;
  background: #f6f7f5;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0 6px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 0.85rem;
  background: #e5efe6;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 52px 0 80px;
}

.hero-wrap {
  display: flex;
  gap: 28px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 360px;
  background: #ffffff;
  padding: 36px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transform: translateY(18px);
}

.hero-media {
  flex: 1 1 380px;
  min-height: 320px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background-color: #d9e3df;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #1f6f4a;
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: #e7efe9;
  color: #1f3b2b;
}

.section {
  padding: 64px 0;
  position: relative;
}

.section.light {
  background: #ffffff;
}

.section.tint {
  background: #e9efe9;
}

.split {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 320px;
  position: relative;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.panel.offset-left {
  transform: translateX(-16px);
}

.panel.offset-right {
  transform: translateX(16px);
}

.media {
  flex: 1 1 320px;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #cfdad4;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
}

.card-img {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #dbe3df;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tagline {
  font-size: 0.95rem;
  color: #43655a;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inline-cta {
  color: #1f6f4a;
  text-decoration: underline;
}

.form-wrap {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-card {
  flex: 1 1 360px;
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5cf;
  font-size: 1rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #466055;
}

.section-bg {
  position: relative;
  overflow: hidden;
}

.section-bg img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  z-index: 0;
}

.section-bg .content {
  position: relative;
  z-index: 1;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  padding: 10px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 5;
}

.footer {
  margin-top: auto;
  padding: 36px 0;
  background: #13261d;
  color: #f2f6f3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #cbd6d0;
  margin-top: 12px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 6;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.highlight {
  background: #f1f7f3;
  border-left: 4px solid #1f6f4a;
  padding: 12px 14px;
  border-radius: 14px;
}

.notice {
  font-size: 0.95rem;
  color: #2f4a3c;
}

.table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 16px;
}

.table-row strong {
  font-weight: 600;
}

@media (max-width: 760px) {
  .sticky-cta {
    width: calc(100% - 24px);
    justify-content: space-between;
  }
}
