* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e1e1e;
  background-color: #f6f2ed;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #245c4f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  background-color: #f6f2ed;
  padding: 24px 6vw 12px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  background-color: #1e1e1e;
  color: #f8efe7;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.split-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 6vw;
  background-color: #f6f2ed;
}

.split-section.reverse {
  flex-direction: row-reverse;
  background-color: #f1ece6;
}

.split-section.alt {
  background-color: #ede7df;
}

.split-text {
  flex: 1 1 320px;
}

.split-media {
  flex: 1 1 320px;
  display: flex;
  justify-content: center;
}

.media-frame {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d8d1c9;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.hero {
  padding-top: 60px;
}

.hero h1 {
  font-size: 2.7rem;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  border: none;
  background-color: #245c4f;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.secondary {
  background-color: #d9c5a8;
  color: #1e1e1e;
}

.btn.ghost {
  background-color: transparent;
  color: #245c4f;
  border: 1px solid #245c4f;
}

.btn:hover {
  opacity: 0.85;
}

.inline-cta {
  font-weight: 600;
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.service-card {
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 220px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.card-image {
  border-radius: 14px;
  overflow: hidden;
  background-color: #cfd6d1;
}

.price {
  font-weight: 700;
  color: #245c4f;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.process-item {
  background-color: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.testimonial {
  background-color: #fff;
  padding: 18px;
  border-radius: 16px;
  margin-top: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.layered {
  position: relative;
}

.layered::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 140px;
  height: 140px;
  background-color: rgba(36, 92, 79, 0.15);
  border-radius: 24px;
  z-index: -1;
}

.booking-panel {
  background-color: #fff;
  padding: 26px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.booking-panel form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-panel label {
  font-weight: 600;
  font-size: 0.9rem;
}

.booking-panel input,
.booking-panel select,
.booking-panel textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0c5b8;
  font-size: 0.95rem;
}

.booking-panel textarea {
  min-height: 110px;
  resize: vertical;
}

.selected-service {
  font-weight: 600;
  color: #245c4f;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
}

.sticky-cta button {
  background-color: #1e1e1e;
  color: #f8efe7;
}

.split-background {
  background-image: url("https://images.unsplash.com/photo-1505761671935-60b3a7427bad?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.split-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 32, 28, 0.55);
}

.split-background .split-text,
.split-background .split-media {
  position: relative;
  z-index: 1;
}

.legal-page {
  padding: 70px 6vw;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.legal-page .legal-text {
  flex: 1 1 320px;
}

.legal-page .legal-media {
  flex: 1 1 260px;
}

.contact-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.footer {
  background-color: #1e1e1e;
  color: #f8efe7;
  padding: 40px 6vw;
}

.footer a {
  color: #f8efe7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0;
}

.disclaimer {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 20px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background-color: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
  max-width: 360px;
  z-index: 60;
  display: none;
}

.cookie-banner.visible {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

@media (max-width: 900px) {
  .split-section,
  .legal-page {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
