* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background-color: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-frame {
  background-color: #d7c5b4;
  padding: 12px;
}

.page {
  overflow-x: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  background-color: #f0ebe4;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #1d1d1f;
  color: #fff;
  border-radius: 16px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 40px 6% 70px;
  gap: 30px;
  background-color: #e9e1d7;
}

.hero-copy {
  flex: 1 1 380px;
  align-self: center;
}

.hero-copy h1 {
  font-size: 40px;
  margin: 0 0 16px;
}

.hero-copy p {
  margin: 0 0 20px;
  max-width: 460px;
}

.hero-image {
  flex: 1 1 340px;
  background-color: #d4c6b5;
  padding: 18px;
  transform: translateY(30px);
}

.primary-btn,
.secondary-btn,
.ghost-btn {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.primary-btn {
  background-color: #1d1d1f;
  color: #fff;
}

.secondary-btn {
  background-color: #d7bfa6;
  color: #1d1d1f;
}

.ghost-btn {
  background-color: transparent;
  border: 1px solid #1d1d1f;
}

.section {
  padding: 60px 6%;
  position: relative;
}

.section-title {
  font-size: 26px;
  margin: 0 0 14px;
}

.offset-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-text {
  flex: 1 1 320px;
  background-color: #ffffff;
  padding: 26px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.offset-image {
  flex: 1 1 300px;
  background-color: #cbb9a7;
  padding: 14px;
  transform: translateX(20px);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.service-card .price {
  font-weight: 700;
  font-size: 18px;
}

.service-card .image-frame {
  background-color: #d8c8b8;
  padding: 10px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.step {
  flex: 1 1 200px;
  background-color: #f3ede6;
  padding: 16px;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  flex: 1 1 220px;
  background-color: #fffaf5;
  padding: 18px;
  border-left: 4px solid #d1b59a;
}

.cta-band {
  padding: 70px 6%;
  background-color: #d8c0a8;
  color: #1d1d1f;
  background-size: cover;
  background-position: center;
}

.cta-image-1 {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
}

.cta-band-content {
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 24px;
}

.form-section {
  background-color: #ede6dd;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-box {
  flex: 1 1 320px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #c9c0b8;
  border-radius: 4px;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1d1d1f;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.footer {
  padding: 40px 6%;
  background-color: #1d1d1f;
  color: #f7f5f2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  margin: 12px 0 18px;
}

.legal-note {
  font-size: 12px;
  max-width: 760px;
}

.content-page {
  padding: 50px 6%;
}

.content-page h1 {
  font-size: 32px;
  margin-top: 0;
}

.content-page .image-frame {
  background-color: #d7c5b4;
  padding: 12px;
  margin: 24px 0;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-info {
  flex: 1 1 260px;
  background-color: #ffffff;
  padding: 20px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #c9c0b8;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

@media (max-width: 860px) {
  .hero {
    padding-bottom: 40px;
  }

  .hero-image {
    transform: none;
  }

  .offset-image {
    transform: none;
  }

  .sticky-cta {
    right: 10px;
    left: 10px;
    bottom: 10px;
    justify-content: center;
  }
}
