* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a24;
  background: #f7f4ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  padding: 24px 6%;
  background: #f0ece4;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 16px;
  background: #e2dbcf;
  color: #3b4b3f;
}

.hero {
  padding: 36px 6% 24px;
  background: #efe9df;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > * {
  flex: 1 1 320px;
}

.hero-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.hero-title {
  font-size: 2.4rem;
  margin: 0 0 12px;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1f2a24;
  background: #1f2a24;
  color: #f7f4ee;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1f2a24;
}

.btn:hover,
.btn:focus {
  opacity: 0.85;
}

.section {
  padding: 56px 6%;
}

.section.alt {
  background: #ffffff;
}

.section.tight {
  padding: 36px 6%;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.img-wrap {
  border-radius: 20px;
  overflow: hidden;
  background-color: #c9d3c9;
  min-height: 240px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #f9f7f2;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card .img-wrap {
  min-height: 160px;
}

.card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.price {
  font-weight: 700;
  color: #2b5f48;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px;
  background: #e7efe7;
  border-radius: 20px;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c6cfc6;
  font-size: 1rem;
  background: #fbfaf8;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  left: auto;
  background: #1f2a24;
  color: #f7f4ee;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 20;
}

.sticky-cta .btn {
  background: #f7f4ee;
  color: #1f2a24;
  border-color: #f7f4ee;
}

footer {
  padding: 32px 6%;
  background: #f0ece4;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.disclaimer {
  font-size: 0.9rem;
  color: #4c5b52;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f2a24;
  color: #f7f4ee;
  padding: 18px 6%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 25;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.bg-hero {
  background-color: #4a5b50;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f4ee;
  border-radius: 28px;
  padding: 48px;
}

.bg-rail {
  background-color: #364138;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 28px;
  color: #f7f4ee;
}

.bg-map {
  background-color: #3e4a3f;
  background-image: url("https://images.unsplash.com/photo-1491553895911-0055eca6402d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 28px;
  color: #f7f4ee;
}

.bg-forest {
  background-color: #344338;
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 28px;
  color: #f7f4ee;
}

.page-hero {
  padding: 48px 6% 24px;
}

.muted {
  color: #55635b;
}

.contact-box {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.two-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.two-col > * {
  flex: 1 1 280px;
}
