* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f6f2ed;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.topbar {
  padding: 20px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fffaf5;
  border-bottom: 1px solid #e6ded6;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #c8b8a8;
  border-radius: 16px;
  background: #f1e6db;
}

.section {
  padding: 40px 6vw;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fdf6ef;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-image {
  width: 100%;
  height: 360px;
  background: #e7d7c7;
  border-radius: 24px;
  overflow: hidden;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1f1f1f;
  background: #1f1f1f;
  color: #fff;
  font-size: 14px;
}

.button.secondary {
  background: transparent;
  color: #1f1f1f;
}

.inline-cta {
  border-bottom: 1px solid #1f1f1f;
}

.asym {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.asym-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.asym-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.offset {
  position: relative;
  margin-top: -20px;
}

.image-card {
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: #d8c9ba;
}

.split-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.light-block {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}

.dark-block {
  background: #2b2622;
  color: #f5f0ea;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.grid-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  height: 160px;
  background: #dfd2c6;
  border-radius: 16px;
  overflow: hidden;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.price-card {
  background: #f7efe7;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e1d4c6;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #cfc3b7;
  font-size: 14px;
}

.hidden {
  display: none !important;
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  align-self: center;
  background: #1f1f1f;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
}

.footer {
  background: #1f1f1f;
  color: #efe7df;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #d6c7b7;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-button {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #1f1f1f;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
}

.cookie-button.secondary {
  background: transparent;
  color: #1f1f1f;
}

.simple-hero {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.simple-image {
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background: #e7d7c7;
}

.content-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 860px) {
  .hero-grid {
    flex-direction: row;
    align-items: center;
  }

  .hero-inner {
    max-width: 520px;
  }

  .asym-row {
    flex-direction: row;
    align-items: center;
  }

  .split-panel {
    flex-direction: row;
  }

  .grid-cards {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }

  .pricing {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .price-card {
    flex: 1 1 220px;
  }

  .form-wrap {
    flex-direction: row;
  }

  .form-wrap > div {
    flex: 1;
  }

  .form-grid {
    flex-direction: column;
  }

  .simple-hero {
    flex-direction: row;
    align-items: center;
  }

  .simple-hero > div {
    flex: 1;
  }
}
[hidden] {
  display: none !important;
}