* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1d2428;
  background: #f6f7f5;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #f6f7f5;
  border-bottom: 1px solid #d7dcd8;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  padding: 4px 10px;
  background: #dfe6e1;
  border-radius: 999px;
}

.main {
  flex: 1;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero {
  padding: 60px 0;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 16px;
}

.hero p {
  font-size: 1.1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  padding: 6px 12px;
  border: 1px solid #c6cec9;
  border-radius: 999px;
  background: #f1f4f2;
}

.section {
  padding: 56px 0;
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 16px;
}

.panel {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(10, 20, 15, 0.08);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(10, 20, 15, 0.08);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-price {
  font-weight: 700;
  color: #1f5c4a;
}

.image-shell {
  background: #dfe5e0;
  border-radius: 16px;
  overflow: hidden;
}

.image-shell img {
  width: 100%;
  height: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1f5c4a;
  color: #ffffff;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #e7efe9;
  color: #1f5c4a;
}

.button.ghost {
  background: transparent;
  border: 1px solid #1f5c4a;
  color: #1f5c4a;
}

.inline-link {
  font-weight: 600;
  color: #1f5c4a;
  border-bottom: 1px solid #1f5c4a;
  padding-bottom: 2px;
}

.bg-hero {
  background-color: #dfe5e0;
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-insight {
  background-color: #e4e7e3;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services-hero {
  background-color: #e1e6e2;
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-color: #e6e9e6;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services-detail {
  background-color: #e2e6e3;
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.overlay {
  background: rgba(245, 247, 246, 0.92);
  padding: 40px;
  border-radius: 18px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form label {
  font-weight: 600;
}

.form input,
.form select,
.form textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cbd4cf;
  font-size: 1rem;
  font-family: inherit;
}

.form button {
  align-self: flex-start;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 1rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.site-footer {
  background: #1d2428;
  color: #f6f7f5;
  padding: 36px 0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d0d6d2;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(10, 20, 15, 0.2);
  max-width: 320px;
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.highlight-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.quote {
  padding: 18px;
  border-left: 3px solid #1f5c4a;
  background: #f1f4f2;
  border-radius: 12px;
}

@media (max-width: 860px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
