* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #14281d;
  background: #f5f7f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 24px 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  font-size: 0.95rem;
}

.ad-label {
  background: #e6efe2;
  color: #1b3a2c;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
  margin-top: 24px;
}

.hero-text {
  flex: 1 1 360px;
  padding: 26px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(18, 32, 24, 0.08);
}

.hero-text h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-text p {
  margin-bottom: 18px;
  max-width: 520px;
}

.hero-media {
  flex: 1 1 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #dfe8dc;
  min-height: 320px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-primary {
  background: #1b3a2c;
  color: #f4f8f2;
}

.btn-secondary {
  background: #e8efe4;
  color: #1b3a2c;
}

.section {
  margin-top: 48px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.offset-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.offset-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(18, 32, 24, 0.08);
}

.offset-media {
  flex: 1 1 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #e1e7df;
  min-height: 260px;
}

.insight-band {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 26px;
  border-radius: 18px;
  background: #ecf1e8;
}

.insight-band p {
  flex: 1 1 260px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.service-card .card-media {
  background: #dfe5da;
  height: 160px;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1b3a2c;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 20px;
  background: #101c16;
  color: #f4f8f2;
}

.split-band a {
  text-decoration: underline;
}

.form-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.form-copy {
  flex: 1 1 300px;
}

.form-box {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(18, 32, 24, 0.08);
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-box label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9d6c4;
  font-size: 0.95rem;
}

.form-box textarea {
  resize: vertical;
  min-height: 110px;
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #d1dccd;
  font-size: 0.9rem;
  color: #2c3f35;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-grid a {
  text-decoration: underline;
}

.legal-note {
  margin-top: 16px;
  font-size: 0.85rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  background: #1b3a2c;
  color: #f4f8f2;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 20px rgba(18, 32, 24, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 32px rgba(18, 32, 24, 0.12);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.banner-hidden {
  display: none;
}

.bg-grid {
  background-color: #2b3c31;
  background-image: url("https://images.unsplash.com/photo-1761588782119-bf6629a56056?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 40px 28px;
  color: #f5f7f2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bg-river {
  background-color: #1f2f27;
  background-image: url("https://images.unsplash.com/photo-1644567103258-6da3857faab4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 34px 26px;
  color: #f5f7f2;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero .page-text {
  flex: 1 1 320px;
}

.page-hero .page-media {
  flex: 1 1 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe6dd;
  min-height: 240px;
}

.highlight-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 14px 28px rgba(18, 32, 24, 0.08);
}

.icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.icon-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #1b3a2c;
}

.note {
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  .hero-text h1 {
    font-size: 2.1rem;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    max-width: none;
  }
}
