* {
  box-sizing: border-box;
}

:root {
  color: #1f2a2e;
  background-color: #f4f5f2;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  color: #1f2a2e;
  background-color: #f4f5f2;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  padding: 20px 6vw;
  background-color: #f4f5f2;
}

.nav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.nav-links a:hover,
.btn:hover,
.link-inline:hover,
.sticky-cta:hover {
  opacity: 0.85;
}

.ad-label {
  font-size: 12px;
  background-color: #e2e8e6;
  padding: 6px 10px;
  border-radius: 18px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  padding: 40px 6vw 10px;
}

.hero .text,
.hero .media {
  flex: 1 1 320px;
}

.hero h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.hero .lede {
  font-size: 18px;
  margin-bottom: 20px;
}

.image-frame {
  background-color: #d6d9d3;
  border-radius: 20px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1f2a2e;
  color: #f4f5f2;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background-color: #e2e8e6;
  color: #1f2a2e;
}

.link-inline {
  font-weight: 600;
  text-decoration: underline;
}

.section {
  padding: 50px 6vw;
}

.section.tight {
  padding-top: 20px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.metric-card {
  flex: 1 1 160px;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 16px;
}

.bg-momentum {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f4f5f2;
}

.bg-momentum .overlay {
  background-color: rgba(22, 30, 32, 0.75);
  border-radius: 24px;
  padding: 32px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote {
  background-color: #e9ece7;
  padding: 18px;
  border-radius: 16px;
}

.form-wrap {
  background-color: #ffffff;
  padding: 26px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7cfca;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #3c5b4f;
  color: #f4f5f2;
  font-weight: 600;
  z-index: 20;
}

.site-footer {
  padding: 30px 6vw 50px;
  background-color: #1f2a2e;
  color: #f4f5f2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-grid div {
  flex: 1 1 220px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 50px 6vw 20px;
}

.page-hero h1 {
  margin-top: 0;
  font-size: 34px;
}

.highlight {
  background-color: #e1e6e2;
  padding: 18px;
  border-radius: 16px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 14px;
}

.service-row span {
  flex: 1 1 180px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.references {
  font-size: 13px;
  opacity: 0.8;
}

@media (max-width: 820px) {
  .hero h1 {
    font-size: 30px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
