* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1c1b1a;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #d6c8b5;
}

a {
  color: #1c1b1a;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 2px solid #c27d3b;
  outline-offset: 2px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5%;
  background: #f7f5f2;
  border-bottom: 1px solid #e4ded6;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-brand {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.ad-label {
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: #1c1b1a;
  color: #f7f5f2;
}

.cta-link {
  border-bottom: 2px solid #c27d3b;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 90px 5% 70px;
  color: #f7f5f2;
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 17, 16, 0.55);
}

.hero-content {
  position: relative;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-title {
  font-size: 2.9rem;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  padding: 12px 22px;
  background: #c27d3b;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button.secondary {
  background: transparent;
  border: 1px solid #fff;
}

.section {
  padding: 70px 5%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section.alt {
  background: #efe7dd;
}

.section.dark {
  background: #1c1b1a;
  color: #f7f5f2;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.image-frame {
  background: #d6c8b5;
  padding: 10px;
  border-radius: 24px;
}

.image-frame img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.card-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(20, 18, 16, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card.dark {
  background: #2a2724;
  color: #f7f5f2;
}

.card img {
  border-radius: 14px;
}

.price-tag {
  font-weight: 700;
  font-size: 1.1rem;
}

.inline-testimonial {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px;
  border-left: 3px solid #c27d3b;
  background: #fdfaf7;
}

.inline-testimonial.dark {
  background: rgba(255, 255, 255, 0.08);
}

.form-panel {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 24px rgba(20, 18, 16, 0.1);
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d8d1c7;
  width: 100%;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #1c1b1a;
  color: #f7f5f2;
  cursor: pointer;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.footer {
  margin-top: auto;
  padding: 40px 5%;
  background: #151413;
  color: #e9e4dd;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer small {
  opacity: 0.8;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 18px 5%;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.cookie-banner.active {
  display: flex;
  flex-wrap: wrap;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-title {
  font-size: 2.2rem;
  margin: 0;
}

.simple-hero {
  padding: 70px 5% 40px;
  background: #efe7dd;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.references a {
  color: #f7f5f2;
  text-decoration: underline;
}

.note {
  font-size: 0.92rem;
  opacity: 0.9;
}

@media (max-width: 720px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sticky-cta {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}
