* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f6f4f0;
  line-height: 1.6;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 48px 8px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand h1,
.brand h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px;
}

.ad-label {
  font-size: 12px;
  background-color: #e8e3dc;
  padding: 6px 10px;
  border-radius: 16px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.nav a {
  padding: 6px 10px;
  border-radius: 18px;
  background-color: #efe9e2;
}

.layout-asym {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 24px 48px 80px;
}

.section {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.section.inverse {
  flex-direction: row-reverse;
}

.section.tight {
  gap: 16px;
}

.section.offset-left {
  margin-left: 24px;
}

.section.offset-right {
  margin-right: 24px;
}

.card-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card img {
  border-radius: 14px;
}

.image-frame {
  background-color: #d9d2c8;
  border-radius: 24px;
  overflow: hidden;
  flex: 1 1 320px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero {
  min-height: 320px;
  background-color: #d9d2c8;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: #1b1b1b;
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero h3 {
  font-size: 34px;
  margin: 0 0 12px;
}

.hero p {
  max-width: 520px;
  margin: 0;
  background-color: rgba(246, 244, 240, 0.88);
  padding: 14px 18px;
  border-radius: 16px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 22px;
  background-color: #1b1b1b;
  color: #f6f4f0;
  font-size: 14px;
}

.button.light {
  background-color: #efe9e2;
  color: #1b1b1b;
}

.inline-link {
  text-decoration: underline;
}

.split-note {
  flex: 1 1 240px;
  padding: 18px 24px;
  background-color: #efe9e2;
  border-radius: 22px;
}

.price {
  font-weight: 600;
}

.form-panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  flex: 1 1 320px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #c9c1b6;
  font-size: 14px;
  background-color: #faf7f3;
}

.form-panel button {
  border: none;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1b1b1b;
  color: #f6f4f0;
  padding: 12px 16px;
  border-radius: 24px;
  font-size: 13px;
}

.sticky-cta a {
  color: #f6f4f0;
}

.footer {
  margin-top: auto;
  padding: 32px 48px;
  background-color: #1b1b1b;
  color: #f6f4f0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #f6f4f0;
  text-decoration: underline;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.muted {
  color: #5d5d5d;
  font-size: 14px;
}

.wide {
  flex: 1 1 100%;
}

.hero-standalone {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1504384556467-e594d52879bd?w=1400&q=80");
}

.bg-panel {
  background-color: #e4ded5;
  border-radius: 28px;
  padding: 26px;
}

.bg-image-one {
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1b1b1b;
}

.bg-image-two {
  background-image: url("https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1b1b1b;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .top-bar {
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px 8px;
  }

  .layout-asym {
    padding: 24px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
