* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  background-color: #e7e1d8;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d7d2c9;
  color: #fff;
  padding: 110px 0 90px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 27, 0.55);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 560px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background-color: #f2b880;
  color: #1f2a2e;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #f2b880;
  color: #f2b880;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background-color: #f0ede7;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 340px;
}

.image-box {
  background-color: #e0dbd2;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.metric-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.metric {
  flex: 1 1 160px;
  background-color: #fff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e6e0d7;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e6e0d7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #a65b2e;
}

.badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #efe7db;
  font-size: 0.8rem;
}

.inline-cta {
  color: #a65b2e;
  font-weight: 600;
}

.form-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e6e0d7;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7d2c9;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background-color: #1f2a2e;
  color: #f7f6f2;
  padding: 40px 0 60px;
}

.footer-top {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 22px;
  background-color: #f2b880;
  color: #1f2a2e;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 5;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e6e0d7;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hidden {
  display: none;
}

.page-hero {
  background-color: #efe7db;
  padding: 60px 0 40px;
}

.page-hero .split {
  align-items: flex-start;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1503389152951-9f343605f61e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d8d2c8;
  color: #1f2a2e;
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d2d7d8;
  color: #1f2a2e;
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1501555088652-021faa106b9b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d9d3c7;
  color: #1f2a2e;
}

.thanks-hero {
  background-image: url("https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg");
  background-size: cover;
  background-position: center;
  background-color: #d9d0c8;
  color: #1f2a2e;
}

.reference-list {
  font-size: 0.9rem;
}
