* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
}

.ad-label {
  font-size: 13px;
  color: #6b4e3d;
  background: #f1e6dc;
  padding: 6px 10px;
  border-radius: 20px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #e9ded4;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.85;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 48px;
  max-width: 520px;
  color: #1f1f1f;
  background: rgba(246, 243, 239, 0.85);
  margin: 40px;
  border-radius: 20px;
}

.hero-content h1 {
  margin-top: 0;
  font-size: 38px;
}

.section {
  padding: 64px 0;
}

.section-title {
  font-size: 28px;
  margin-bottom: 16px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.image-card {
  border-radius: 18px;
  overflow: hidden;
  background: #eadfd6;
  min-height: 260px;
}

.story-card {
  background: #fef8f1;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #2b2017;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
}

.highlight {
  background: #1f1f1f;
  color: #fdf8f2;
  padding: 32px;
  border-radius: 22px;
}

.testimonial-row,
.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial,
.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #eadfd6;
}

.service-media {
  border-radius: 14px;
  overflow: hidden;
  background: #ede3d9;
  height: 160px;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #6b4e3d;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1f1f1f;
  color: #fdf8f2;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.button.secondary {
  background: #f1e6dc;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.form-wrap {
  background: #fffaf3;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid #eadfd6;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d8cbbf;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  background: #1f1f1f;
  color: #fdf8f2;
  padding: 48px 0;
}

.footer a {
  color: #fdf8f2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-grid > div {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 13px;
  opacity: 0.85;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background: #6b4e3d;
  color: #fdf8f2;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eadfd6;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-hero {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero .image-card {
  flex: 1 1 320px;
  min-height: 220px;
}

.list {
  padding-left: 18px;
}

.muted {
  color: #6f5a4e;
  font-size: 14px;
}

.section-bg {
  border-radius: 22px;
  overflow: hidden;
  background: #e6dbd0;
  height: 220px;
}

.spacer {
  height: 24px;
}
