* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1f2a2e;
  background-color: #f6f3ef;
}

a {
  color: #1b4d57;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.topbar {
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #f0ece6;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: lowercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #1b4d57;
  color: #f5f3ef;
}

.hero {
  margin-top: 24px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
  color: #fefbf7;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background-color: #2f3c40;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 28, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.hero h1 {
  font-size: 42px;
  margin: 0 0 16px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #f5b74c;
  color: #1d1b16;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background-color: #fefbf7;
  color: #1f2a2e;
  border: 1px solid #d5cfc4;
}

.section {
  margin-top: 56px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d7d3cc;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background-color: #fffaf2;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card h3 {
  margin: 0;
  font-size: 18px;
}

.price {
  font-weight: 700;
  color: #1b4d57;
}

.panel {
  padding: 28px;
  border-radius: 20px;
  background-color: #f0ece6;
}

.texture {
  background-position: center;
  background-size: cover;
  color: #fefbf7;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background-color: #3b4a4e;
}

.texture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 23, 26, 0.55);
}

.texture .panel-content {
  position: relative;
  z-index: 1;
}

.form-wrap {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccc5ba;
  font-size: 14px;
  font-family: inherit;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background-color: #1b4d57;
  color: #fefbf7;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #d5cfc4;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  font-size: 14px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #fffaf2;
  border-radius: 18px;
  padding: 18px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 4;
}

.cookie-banner.active {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.banner-image {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  color: #fefbf7;
  position: relative;
  overflow: hidden;
  background-color: #2b3538;
}

.banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 22, 26, 0.5);
}

.banner-image h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 34px;
}

.notice {
  background-color: #f6f3ef;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #ded7cd;
}

.no-link {
  color: inherit;
}

.hero-index {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
}

.texture-roof {
  background-image: url("https://images.unsplash.com/photo-1494526585095-c41746248156?w=1400&q=80");
}

.banner-about {
  background-image: url("https://images.unsplash.com/photo-1523413651479-597eb2da0ad6?w=1400&q=80");
}

.banner-services {
  background-image: url("https://images.unsplash.com/photo-1503389152951-9f343605f61b?w=1400&q=80");
}

.banner-contact {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
}

.banner-privacy {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
}

.banner-gdpr {
  background-image: url("https://images.unsplash.com/photo-1504309092620-4d0ec726efa4?w=1400&q=80");
}

.banner-cookies {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.banner-terms {
  background-image: url("https://images.unsplash.com/photo-1472224371017-08207f84aaae?w=1400&q=80");
}

.banner-thanks {
  background-image: url("https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?w=1400&q=80");
}
