* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #2b1c1f;
  background-color: #f9f6f4;
}

a {
  color: #5a2c36;
  text-decoration: none;
}

.page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  padding: 20px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #6c3b48;
  background: #f0e1e6;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1737214475292-949c0bf920b0?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #e9d7df;
  padding: 72px 0;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero h1 {
  font-size: 44px;
  margin-bottom: 16px;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.cta-button {
  background: #5a2c36;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.cta-ghost {
  background: transparent;
  border: 1px solid #5a2c36;
  color: #5a2c36;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.section {
  padding: 64px 0;
}

.section.alt {
  background-color: #f1eaed;
}

.section.bg-texture {
  background-image: url("https://images.unsplash.com/photo-1610992015762-45dca7fa3a85?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #efe2e7;
}

.section.bg-texture .page {
  background: rgba(249, 246, 244, 0.9);
  border-radius: 18px;
  padding: 32px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 16px;
}

.inline-note {
  font-size: 14px;
  color: #5c4a50;
}

.image-frame {
  background-color: #e9d7df;
  padding: 8px;
  border-radius: 16px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(40, 20, 28, 0.08);
}

.card h3 {
  margin-top: 12px;
}

.price {
  font-weight: 700;
  color: #5a2c36;
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  background: #f5dfe6;
  border-radius: 999px;
  margin-bottom: 10px;
}

.steps {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.step {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
}

.quote {
  font-style: italic;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
}

.service-choice {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.service-choice button {
  background: #fff;
  border: 1px solid #d9b6c4;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.form-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(43, 28, 31, 0.08);
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.form-row label {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.form-row input,
.form-row select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d7c2c9;
  font-size: 15px;
}

.status {
  margin-top: 12px;
  font-size: 13px;
  color: #5a2c36;
}

.footer {
  background: #1f1417;
  color: #f6eef1;
  padding: 32px 0;
  margin-top: 40px;
}

.footer a {
  color: #f6eef1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.disclaimer {
  font-size: 12px;
  color: #d9c8ce;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #5a2c36;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(43, 28, 31, 0.2);
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(43, 28, 31, 0.2);
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border-radius: 8px;
  padding: 8px 14px;
  border: 1px solid #5a2c36;
  cursor: pointer;
  background: #fff;
  color: #5a2c36;
}

.cookie-actions .accept {
  background: #5a2c36;
  color: #fff;
}

.simple-hero {
  padding: 56px 0 32px;
}

.simple-hero h1 {
  font-size: 36px;
}

.content-block {
  line-height: 1.7;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 34px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
