* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background-color: #f8f7f4;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0ddd7;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  color: #6a635a;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #f0ece5;
}

.nav-links a:hover {
  background-color: #e4dfd7;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  padding: 60px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background-color: #e7e1d8;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
}

.media img {
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 32px;
  margin: 0 0 18px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a6f62;
  margin-bottom: 10px;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 30px;
  background-color: #1f3a2e;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.cta-primary:hover {
  background-color: #172a22;
}

.cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid #1f3a2e;
  color: #1f3a2e;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
}

.cta-outline:hover {
  background-color: #f0ece5;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card .card-media {
  background-color: #dcd4c6;
}

.card .card-media img {
  width: 100%;
  height: 180px;
}

.card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 600;
  color: #1f3a2e;
}

.highlight-section {
  background-color: #efe9e0;
  border-radius: 24px;
  padding: 40px;
  margin: 20px 0 60px;
}

.inline-cta {
  color: #1f3a2e;
  border-bottom: 1px solid #1f3a2e;
}

.inline-cta:hover {
  border-bottom-color: #0f1a15;
}

.form-section {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px;
  margin: 60px 0;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-group {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 14px;
  color: #4a433b;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d7d1c8;
  font-size: 14px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background-color: #1f3a2e;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  z-index: 10;
}

.sticky-cta:hover {
  background-color: #172a22;
}

.footer {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #e0ddd7;
  font-size: 14px;
  color: #5d554c;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer a {
  color: #5d554c;
  border-bottom: 1px solid transparent;
}

.footer a:hover {
  border-bottom-color: #5d554c;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.cookie-actions button {
  flex: 1;
}

.page-hero {
  padding: 50px 0 30px;
}

.page-hero h1 {
  margin: 0 0 10px;
  font-size: 34px;
}

.legal-block {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 26px;
  margin: 20px 0;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.list-inline li {
  background-color: #f0ece5;
  padding: 6px 12px;
  border-radius: 20px;
}
