* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  background-color: #efe9e1;
  border-bottom: 1px solid #ded5c9;
  gap: 16px;
}

.brand {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-note {
  font-size: 0.85rem;
  color: #5b4f41;
  background-color: #e7dccb;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px 5% 80px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.split-media {
  background-color: #e2d8c9;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
  position: relative;
}

.hero {
  background-color: #e7dccb;
  border-radius: 22px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1 1 320px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #d9cdbd;
}

.headline {
  font-size: 2.4rem;
  line-height: 1.2;
}

.lead {
  font-size: 1.05rem;
  color: #3b3b3b;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background-color: #3b4a48;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.secondary {
  background-color: #b29a7c;
}

.btn.light {
  background-color: #f1ece4;
  color: #3b4a48;
  border: 1px solid #cdbfae;
}

.section-title {
  font-size: 1.6rem;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  box-shadow: 0 12px 28px rgba(29, 24, 14, 0.08);
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #3b4a48;
}

.tagline {
  font-size: 0.9rem;
  color: #5a5248;
}

.inline-link {
  color: #3b4a48;
  font-weight: 600;
  border-bottom: 1px solid #3b4a48;
  width: fit-content;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.step-card {
  flex: 1 1 200px;
  background-color: #f0e9df;
  border-radius: 14px;
  padding: 16px;
}

.testimonial {
  background-color: #f6efe6;
  border-left: 4px solid #b29a7c;
  padding: 18px;
  border-radius: 12px;
}

.form-card {
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 32px rgba(29, 24, 14, 0.12);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 0.9rem;
  color: #4b4035;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cdbfae;
  font-size: 0.95rem;
}

.footer {
  background-color: #efe9e1;
  padding: 32px 5%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.9rem;
  color: #4f463d;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.highlight-block {
  background-color: #3b4a48;
  color: #fff;
  border-radius: 18px;
  padding: 22px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #b29a7c;
  border: none;
  color: #fff;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background-color: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(29, 24, 14, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-frame {
  background-color: #d9cdbd;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.note {
  font-size: 0.85rem;
  color: #5a5248;
}

@media (max-width: 820px) {
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
