* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1d1b;
  background-color: #f6f3ee;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background-color: #efe7dc;
  padding: 18px 48px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #d8c9b6;
}

.hero {
  display: flex;
  gap: 32px;
  padding: 64px 48px;
  background-color: #fff8f0;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-visual {
  flex: 1;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #e0d1bd;
}

.hero h1 {
  font-size: 44px;
  margin: 0;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 28px;
  border: 1px solid #2d2a26;
  background-color: #2d2a26;
  color: #fff;
  font-weight: 600;
}

.button.alt {
  background-color: transparent;
  color: #2d2a26;
}

.section {
  padding: 56px 48px;
}

.split-section {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-section .visual {
  flex: 1;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e5d7c7;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #6a6055;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1;
  min-width: 220px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .card-image {
  height: 160px;
  background-color: #d5c3ad;
}

.service-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.inline-link {
  color: #5a4733;
  text-decoration: underline;
}

.form-section {
  background-color: #fdf8f1;
}

.form-wrap {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.form-panel {
  flex: 1;
  background-color: #fff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0c2b4;
  font-size: 15px;
  background-color: #fff;
}

.form-note {
  font-size: 13px;
  color: #6a6055;
}

.split-highlight {
  background-color: #ede3d7;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.background-section {
  background-image: url("https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #3a2f26;
  position: relative;
  color: #f7f2ec;
}

.background-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(27, 22, 18, 0.55);
}

.background-section .text {
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: auto;
  background-color: #2d2a26;
  color: #f7f2ec;
  padding: 32px 48px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
}

.footer a {
  color: #f7f2ec;
  text-decoration: underline;
}

.disclaimer {
  margin-top: 18px;
  font-size: 12px;
  color: #e5ded6;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #2d2a26;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 20;
}

.sticky-cta a {
  color: #fff;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background-color: #fff;
  color: #1e1d1b;
  padding: 18px;
  border-radius: 16px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2d2a26;
  background-color: #2d2a26;
  color: #fff;
}

.cookie-actions .reject {
  background-color: transparent;
  color: #2d2a26;
}

.two-column {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.card-block {
  flex: 1;
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-title {
  font-size: 36px;
  margin: 0 0 18px;
}

.legal-section {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.image-inline {
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #dccbb8;
}

@media (max-width: 900px) {
  .hero,
  .split-section,
  .form-wrap,
  .two-column {
    flex-direction: column;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
