* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1b1f1a;
  background-color: #f4f6f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 0 20px;
  gap: 16px;
}

.nav-brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #3a4b3d;
  background: #e2eadb;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  padding: 40px 0 60px;
}

.hero-copy {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(26, 38, 27, 0.12);
}

.hero-media {
  flex: 1 1 360px;
  background: #d8e2d2;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  transform: translateY(18px);
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.tag {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d5141;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.primary-btn {
  background: #2f5d3b;
  color: #ffffff;
}

.secondary-btn {
  background: #e9efe5;
  color: #2f5d3b;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background: #e8efe3;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 340px;
}

.split-media {
  flex: 1 1 360px;
  background: #cad9c7;
  border-radius: 24px;
  overflow: hidden;
}

.split-media img {
  width: 100%;
  height: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 16px 30px rgba(23, 34, 25, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-media {
  background: #dfe8d8;
  border-radius: 16px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 160px;
}

.price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2f5d3b;
}

.offset-panel {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(26, 38, 27, 0.12);
  margin-left: auto;
  width: min(680px, 100%);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  display: flex;
  gap: 16px;
}

.timeline-marker {
  width: 12px;
  height: 12px;
  background: #2f5d3b;
  border-radius: 50%;
  margin-top: 8px;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 360px;
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(23, 34, 25, 0.12);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel select,
.form-panel input,
.form-panel textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9d3c5;
  font-size: 1rem;
  background: #fdfdfb;
}

.form-note {
  font-size: 0.9rem;
  color: #3b4a3d;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #2f5d3b;
  color: #ffffff;
  padding: 18px;
  border-radius: 18px;
  max-width: 240px;
}

.sticky-cta a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  margin-top: auto;
  background: #1d2a20;
  color: #f4f6f1;
  padding: 32px 0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.legal-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(23, 34, 25, 0.1);
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  max-width: 320px;
  box-shadow: 0 20px 36px rgba(20, 30, 22, 0.15);
  z-index: 10;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.highlight {
  background: #f2f6ee;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 0.85rem;
  color: #2f5d3b;
}

.spacer-sm {
  height: 16px;
}
