* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.topbar {
  padding: 18px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e6ded7;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background: #f2e9df;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #5f5145;
  white-space: nowrap;
}

.hero {
  padding: 52px 6%;
  background: #f2e9df;
}

.section {
  padding: 46px 6%;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1;
  min-width: 0;
}

.panel.tight {
  flex: 0.9;
}

.kicker {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  color: #8a7262;
  margin-bottom: 10px;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.2;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 14px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  border: none;
  background: #2f2a25;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #c7b7a6;
  color: #2f2a25;
}

.btn.link {
  background: transparent;
  color: #2f2a25;
  border: 1px solid #c7b7a6;
}

.inline-cta {
  color: #1f1f1f;
  font-weight: 600;
  border-bottom: 1px solid #1f1f1f;
}

.image-card {
  background: #e9dfd4;
  border-radius: 16px;
  overflow: hidden;
  padding: 12px;
}

.image-card img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #ede5dd;
}

.service-card img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.price {
  font-weight: 700;
  color: #7a4d3f;
}

.testimonial {
  padding: 18px;
  border-left: 4px solid #c7b7a6;
  background: #fdfbf9;
  font-style: italic;
}

.form-wrap {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #ede5dd;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d8cfc6;
  font-size: 0.95rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-status {
  font-size: 0.9rem;
  color: #7a4d3f;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  padding: 12px 18px;
  background: #2f2a25;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.footer {
  padding: 32px 6%;
  background: #1f1f1f;
  color: #f2e9df;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.footer-note {
  font-size: 0.85rem;
  color: #d0c2b4;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 380px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6ded7;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hero-image {
  background: #e9dfd4;
  border-radius: 18px;
  padding: 10px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  min-height: 320px;
}

.mini-image {
  background: #e9dfd4;
  border-radius: 14px;
  padding: 10px;
}

.mini-image img {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

.wide-image {
  background: #e9dfd4;
  border-radius: 14px;
  padding: 10px;
}

.wide-image img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .hero {
    padding-top: 36px;
  }

  h1 {
    font-size: 2.2rem;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
