* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1d1f23;
  background-color: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  padding: 24px 6vw 16px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #1d1f23;
  border-radius: 999px;
}

.hero {
  padding: 56px 6vw 64px 6vw;
  background-color: #efe9df;
  background-size: cover;
  background-position: center;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1504386106331-3e4e71712b38?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1504384764586-bb4cdc1707b0?w=1400&q=80");
}

.hero-thanks {
  background-image: url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?w=1400&q=80");
}

.hero-privacy {
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
}

.hero-gdpr {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
}

.hero-cookies {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

.hero-terms {
  background-image: url("https://images.pexels.com/photos/6324109/pexels-photo-6324109.jpeg");
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  background-color: rgba(247, 244, 239, 0.9);
  padding: 32px;
  border-radius: 24px;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  margin-top: 0;
  font-size: 36px;
}

.hero-card {
  flex: 1 1 280px;
  background-color: #fff4e4;
  padding: 20px;
  border-radius: 16px;
}

.hero-card img {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  background-color: #d6c7b4;
}

.section {
  padding: 56px 6vw;
}

.section.alt {
  background-color: #fff;
}

.section.insight-bg {
  background-color: #ece2d6;
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background-color: #d8d0c4;
  border-radius: 18px;
  overflow: hidden;
}

.split .media img {
  width: 100%;
  height: 320px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 240px;
  background-color: #fefaf4;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  background-color: #d6c7b4;
}

.price {
  font-weight: 700;
  color: #623a1f;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #1d1f23;
  color: #fff;
  font-weight: 600;
}

.button.alt {
  background-color: #f1d7b9;
  color: #1d1f23;
}

.inline-link {
  text-decoration: underline;
}

.testimonial {
  background-color: #f3ede4;
  padding: 18px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.form-panel {
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c7c0b6;
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
}

.form-panel button {
  border: none;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  background-color: #1d1f23;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.footer {
  padding: 32px 6vw;
  background-color: #1d1f23;
  color: #f7f4ef;
  margin-top: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer a {
  color: #f7f4ef;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 360px;
  background-color: #ffffff;
  color: #1d1f23;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 6;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  cursor: pointer;
  border: none;
}

.muted {
  font-size: 14px;
  color: #555;
}

.page-title {
  font-size: 32px;
  margin-top: 0;
}

.legal {
  background-color: #fff;
  padding: 36px;
  border-radius: 20px;
}

.contact-block {
  background-color: #fff;
  padding: 28px;
  border-radius: 18px;
}

@media (max-width: 860px) {
  .nav {
    justify-content: center;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .sticky-cta {
    left: 18px;
    right: auto;
  }
}
