* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  background: #ffffff;
  border-bottom: 1px solid #e5e1da;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.ad-disclosure {
  padding: 6px 10px;
  background: #efe7dc;
  border-radius: 16px;
  font-size: 12px;
}

.section {
  padding: 64px 48px;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1;
  min-width: 280px;
}

.split .visual-block {
  flex: 1;
  min-width: 280px;
}

.headline {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.subhead {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.button.secondary {
  background: #ede3d5;
  color: #1f1f1f;
}

.button.ghost {
  background: transparent;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}

.button:hover,
.nav-links a:hover,
.inline-link:hover {
  opacity: 0.85;
}

.inline-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.image-frame {
  background-color: #d8d2c8;
  border-radius: 24px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 220px;
  border: 1px solid #ebe6de;
}

.card h3 {
  font-size: 18px;
}

.card .price {
  font-weight: 600;
  color: #1f1f1f;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step span {
  font-weight: 700;
  background: #1f1f1f;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonial {
  background: #fdfbf7;
  border-left: 4px solid #1f1f1f;
  padding: 16px 20px;
  margin: 12px 0;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #ebe6de;
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-wrap label {
  font-weight: 600;
  font-size: 14px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc9be;
  font-size: 14px;
}

.form-wrap textarea {
  resize: vertical;
  min-height: 120px;
}

.footer {
  padding: 40px 48px;
  background: #1f1f1f;
  color: #f5f3ef;
}

.footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer a {
  color: #f5f3ef;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer .legal {
  margin-top: 24px;
  font-size: 12px;
  color: #d3cbc1;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1f1f1f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 28px;
  font-size: 14px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ebe6de;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-banner p {
  flex: 1 1 260px;
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.page-hero {
  padding: 64px 48px 24px;
}

.page-hero h1 {
  font-size: 34px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-box {
  background: #ede3d5;
  padding: 18px;
  border-radius: 18px;
}

.image-banner {
  height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #d8d2c8;
}

.image-banner img {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .split {
    flex-direction: column;
  }

  .topbar {
    flex-direction: column;
    gap: 16px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
