* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1d2621;
  background-color: #f6f4ef;
  line-height: 1.6;
}

a {
  color: #1d2621;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

header {
  padding: 24px 0;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: #4f5a53;
  background: #e6ece7;
  padding: 6px 12px;
  border-radius: 999px;
}

.menu-toggle {
  border: 1px solid #1d2621;
  background: transparent;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.nav-panel {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.nav-panel.open {
  display: flex;
}

.nav-link {
  font-weight: 600;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2a3b2f;
  color: #fefcf7;
  position: relative;
  padding: 80px 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 33, 26, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
}

.hero p {
  max-width: 620px;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #f5c542;
  color: #1d2621;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #fefcf7;
  color: #fefcf7;
}

.section {
  padding: 70px 0;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  color: #4a5f55;
  margin-bottom: 8px;
}

.image-frame {
  background-color: #dbe3dd;
  border-radius: 20px;
  overflow: hidden;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.insight-panel {
  background-image: url("https://images.unsplash.com/photo-1426604966848-d7adac402bff?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b3d32;
  color: #fefcf7;
  position: relative;
  padding: 60px 0;
}

.insight-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 42, 35, 0.6);
}

.insight-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.quote-wrap {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.quote-card {
  flex: 1 1 240px;
  background: #eaf1eb;
  padding: 16px;
  border-radius: 16px;
}

.form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.form-card label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-card input,
.form-card select {
  padding: 10px 12px;
  border: 1px solid #c9d3cd;
  border-radius: 10px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 6;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #1d2621;
  color: #fefcf7;
}

.footer a {
  color: #fefcf7;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 7;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
}

.simple-hero {
  padding: 60px 0;
  background: #edf2ee;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1465101162946-4377e57745c3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2c3e33;
  color: #fefcf7;
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1441716844725-09cedc13a4e7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b3a30;
  color: #fefcf7;
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1476041800959-2f6bb412c8ce?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2c3b32;
  color: #fefcf7;
}

.thanks-hero {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #29372e;
  color: #fefcf7;
}

.hero-overlay {
  background: rgba(20, 30, 24, 0.55);
  padding: 60px 0;
}

.legal-content {
  padding: 60px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 760px) {
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }

  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
