* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1d1f1c;
  background: #f6f5f2;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1a3d2f;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 120px;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5a52;
  background: #efe9dc;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fefdf9;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 17, 0.55);
}

.hero-inner {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.hero-content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-card {
  background: rgba(246, 245, 242, 0.9);
  color: #1c1e1b;
  padding: 24px;
  border-radius: 16px;
  width: min(420px, 100%);
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
}

.split.reverse {
  flex-direction: row-reverse;
}

.content-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-block {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-frame {
  background-color: #d9d3c5;
  padding: 6px;
  border-radius: 18px;
}

.highlight {
  background: #f0eee8;
  border-left: 4px solid #1a3d2f;
  padding: 18px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-image {
  background-color: #d8d7d1;
  border-radius: 12px;
  overflow: hidden;
}

.price {
  font-weight: 700;
  color: #1a3d2f;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.button,
button,
select,
input,
textarea {
  font-family: inherit;
}

.button,
button {
  background: #1a3d2f;
  color: #fefdf9;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.button.secondary {
  background: #efe9dc;
  color: #1a3d2f;
  border: 1px solid #1a3d2f;
}

.inline-cta {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.form-panel {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid input,
.form-grid select {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c7c7bf;
}

.section-alt {
  background: #e8e4da;
  padding: 48px 0;
}

.section-soft {
  background: #f2f0ea;
  padding: 48px 0;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1a3d2f;
  color: #fefdf9;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.sticky-cta button {
  background: #efe9dc;
  color: #1a3d2f;
}

.footer {
  background: #141816;
  color: #d9d8d1;
  padding: 40px 0 60px;
}

.footer a {
  color: #d9d8d1;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #d4d0c5;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1765984990160-06ebd0e4555e?w=1400&q=80");
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1763641701582-a32efb33d45b?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1758915388675-8eec5a7eab7f?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1769915274005-96d74ceb543e?w=1400&q=80");
}

@media (max-width: 900px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-inner,
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
