*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2428;
  background: #f7f5f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  min-height: 100vh;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6%;
  background: #f7f5f1;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: #1f2428;
}

.hero-cta {
  padding: 10px 18px;
  background: #1f2428;
  color: #fff;
  border-radius: 999px;
  font-size: 0.85rem;
}

.split-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 70px 6%;
}

.split-section.alt {
  background: #efece6;
}

.split-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split-copy,
.split-visual {
  flex: 1;
}

.split-copy h1,
.split-copy h2,
.split-copy h3 {
  margin-top: 0;
  line-height: 1.15;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: #6a6f73;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn {
  padding: 12px 18px;
  border-radius: 28px;
  border: 1px solid #1f2428;
  font-size: 0.9rem;
}

.btn.primary {
  background: #1f2428;
  color: #fff;
}

.btn.ghost {
  background: transparent;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}

.badge {
  background: #fff;
  border-radius: 18px;
  padding: 6px 14px;
  border: 1px solid #d9d4c8;
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e1dbd0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .price {
  font-weight: 700;
  font-size: 1.1rem;
}

.image-frame {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e1dbd0;
  background: #fff;
}

.mini-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e1dbd0;
}

.form-panel {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #e1dbd0;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9c3b8;
  font-size: 1rem;
}

.form-panel button {
  background: #1f2428;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 0.95rem;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  bottom: 14px;
  margin: 0 auto 16px;
  width: min(94%, 520px);
  background: #1f2428;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.sticky-cta a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.footer {
  padding: 40px 6%;
  background: #1f2428;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
}

.legal {
  font-size: 0.75rem;
  color: #cfc7b8;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d7d1c4;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #1f2428;
  background: transparent;
}

.cookie-actions .accept {
  background: #1f2428;
  color: #fff;
}

.page-title {
  padding: 70px 6% 30px;
}

.content-block {
  padding: 30px 6% 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-line {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e1dbd0;
}

.note {
  font-size: 0.85rem;
  color: #5f656a;
}

.inline-cta {
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 820px) {
  .split-section {
    padding: 90px 8%;
  }

  .split-inner {
    flex-direction: row;
    align-items: center;
  }

  .split-inner.reverse {
    flex-direction: row-reverse;
  }

  .card-row {
    flex-direction: row;
  }

  .mini-gallery {
    flex-direction: row;
  }

  .testimonials {
    flex-direction: row;
  }

  .sticky-cta {
    bottom: 24px;
  }
}
