* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f6f2ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

header {
  background-color: #f6f2ee;
  border-bottom: 1px solid #ded8d2;
}

.nav-bar {
  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: 16px;
  font-size: 0.95rem;
}

.ad-label {
  background: #1b1b1b;
  color: #f6f2ee;
  padding: 6px 10px;
  font-size: 0.8rem;
  border-radius: 999px;
}

.hero {
  padding: 64px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.hero h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

.lead {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.top-note {
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: #1b1b1b;
  color: #f6f2ee;
  border-radius: 999px;
  font-weight: 600;
  border: none;
}

.btn.secondary {
  background-color: #f6f2ee;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}

.section {
  padding: 48px 0;
}

.section.alt {
  background-color: #efe6df;
}

.section.deep {
  background-color: #e0dad4;
}

.section.bg-image {
  background-image: linear-gradient(120deg, rgba(27, 27, 27, 0.85), rgba(27, 27, 27, 0.55)),
    url("https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f2ee;
}

.section.bg-image a {
  color: #f6f2ee;
}

.img-box {
  background-color: #d3c9c1;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e5dfd9;
}

.service-card figure {
  flex: 0 0 120px;
  height: 90px;
}

.service-card .info {
  flex: 1 1 180px;
}

.price {
  font-weight: 700;
  margin-top: 6px;
}

.tagline {
  font-size: 0.9rem;
  color: #5a524c;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step {
  padding: 14px;
  border-left: 3px solid #1b1b1b;
  background-color: #fff;
  border-radius: 8px;
}

.testimonial {
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e1d9d2;
}

.form-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #e5dfd9;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8d1ca;
  font-size: 1rem;
  background-color: #fff;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

footer {
  padding: 40px 0 80px;
  background-color: #1b1b1b;
  color: #f6f2ee;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.footer-meta {
  margin-top: 12px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d1c8c0;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b1b1b;
  color: #f6f2ee;
  padding: 12px 18px;
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #e1d9d2;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.simple-hero {
  padding: 48px 0;
}

.simple-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.content-block {
  padding: 32px 0;
}

.list-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card {
  background-color: #fff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e5dfd9;
}

.media-note {
  margin-top: 16px;
}
