* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background-color: #f7f4f0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background-color: #fff7ef;
  border-bottom: 1px solid #e6dcd2;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #5b4c3c;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #f0e1d2;
}

.hero {
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #ede3d7;
}

.hero-copy,
.hero-media {
  flex: 1 1 360px;
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  font-size: 2.8rem;
  margin-bottom: 16px;
}

.hero-copy p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.hero-media {
  position: relative;
  background-color: #d7c7b8;
}

.hero-media img {
  height: 100%;
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content,
.split .media {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media {
  background-color: #e4d5c7;
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaded1;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #7a4f25;
}

.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background-color: #2b2b2b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background-color: #f0e1d2;
  color: #2b2b2b;
}

.btn:hover,
button.btn:hover {
  opacity: 0.85;
}

.highlight {
  background-color: #fff7ef;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #eaded1;
}

.form-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e6dcd2;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d4c6b7;
  font-size: 1rem;
  background-color: #fdfbf8;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  margin-top: auto;
  padding: 40px 6vw;
  background-color: #1f2328;
  color: #f7f4f0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d7c7b8;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 16px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e6dcd2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 90px;
  z-index: 90;
}

.bg-tiles {
  background-color: #d8c9ba;
  background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-plaster {
  background-color: #d2c0ae;
  background-image: url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-home {
  background-color: #d7c7b8;
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-about {
  background-color: #d9cbbb;
  background-image: url("https://images.unsplash.com/photo-1493666438817-866a91353ca9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-services {
  background-color: #d6c6b6;
  background-image: url("https://images.unsplash.com/photo-1502005097973-6a7082348e28?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-contact {
  background-color: #d8cdbf;
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-privacy {
  background-color: #d0c2b1;
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-gdpr {
  background-color: #d3c5b6;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-cookies {
  background-color: #d7c7b8;
  background-image: url("https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-terms {
  background-color: #d6c6b6;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-thanks {
  background-color: #d1c1b1;
  background-image: url("https://images.unsplash.com/photo-1638890929831-7782f3bcd84e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw5fHxSZW5vdmllcnVuZyUyQyUyMGRpZSUyMHJ1aGlnJTIwYmVnaW5udCUyMHVuZCUyMHNhdWJlciUyMGVuZGV0LnxkZXwwfDB8fHwxNzgzMzQwMDkxfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.inline-note {
  font-style: italic;
  color: #5b4c3c;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #f0e1d2;
  color: #5b4c3c;
  font-size: 0.85rem;
}

@media (max-width: 860px) {
  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
