* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #12312a;
  background: #f5f7f3;
  line-height: 1.6;
}

a {
  color: #1b6b5f;
  text-decoration: none;
}

a:hover,
button:hover {
  filter: brightness(0.95);
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0;
  background: #eef2ee;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-label {
  font-size: 0.85rem;
  color: #5b5f5d;
  border: 1px solid #c9d3cc;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

.nav-toggle {
  background: #12312a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links.is-hidden {
  display: none;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  padding: 60px 0 40px;
}

.hero-copy {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-media {
  flex: 1 1 420px;
  min-width: 300px;
  position: relative;
}

.hero-media .media-frame {
  border-radius: 24px;
  overflow: hidden;
  background: #cfd8d1;
  padding: 8px;
}

.hero-media .media-img {
  width: 100%;
  height: 380px;
  border-radius: 18px;
}

.hero-card {
  position: absolute;
  bottom: -28px;
  right: 20px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 260px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #1b6b5f;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  color: #1b6b5f;
  border: 1px solid #1b6b5f;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #ffffff;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  flex: 1 1 340px;
  padding: 20px;
  background: #f0f4f1;
  border-radius: 18px;
}

.offset-box.shift {
  transform: translateY(18px);
}

.media-frame {
  background: #d8e2db;
  padding: 10px;
  border-radius: 20px;
}

.media-img {
  width: 100%;
  height: 280px;
  border-radius: 14px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.card .media-img {
  height: 180px;
}

.price-tag {
  font-weight: 700;
  color: #134037;
}

.form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  flex: 1 1 360px;
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd8d1;
  font-size: 1rem;
  font-family: inherit;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  background: #12312a;
  color: #fff;
  border-radius: 18px;
  padding: 20px;
  flex: 1 1 220px;
}

.sticky-cta p {
  margin: 0 0 16px;
}

.split-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.split-columns .column {
  flex: 1 1 320px;
}

.list-block {
  background: #f0f4f1;
  padding: 18px;
  border-radius: 16px;
}

.footer {
  background: #0f2722;
  color: #e4f0ea;
  padding: 40px 0;
}

.footer a {
  color: #b8e0d2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-grid .column {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  color: #12312a;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.legal-text {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
}

@media (max-width: 900px) {
  .hero-media .media-img {
    height: 300px;
  }

  .hero-card {
    position: static;
    margin-top: 16px;
  }
}
