* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: #1b4d3e;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 20px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  background: #f0d9b8;
  color: #3c2f20;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 30px;
  align-items: stretch;
  padding-bottom: 40px;
}

.hero-text {
  flex: 1.2;
  padding: 24px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.hero-visual {
  flex: 1;
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #dcd1c7;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-actions {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.section {
  padding: 60px 0;
}

.asym-row {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.panel {
  flex: 1;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.07);
}

.panel-offset {
  transform: translateY(20px);
}

.image-card {
  flex: 0.9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #cbd7d0;
}

.image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.services-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #d3d8de;
}

.service-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1b4d3e;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #1b4d3e;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
}

.ghost-button {
  background: #efe7dd;
  color: #3c2f20;
  border-radius: 12px;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
}

.form-wrap {
  background: #fff8f1;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d6cec5;
  font-size: 1rem;
  background: #ffffff;
}

.form-status {
  font-size: 0.9rem;
  color: #6b4f3a;
}

.sticky-cta {
  position: sticky;
  bottom: 18px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.footer {
  background: #1c1c1c;
  color: #f2eee9;
  padding: 40px 0;
}

.footer a {
  color: #f2eee9;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-meta {
  margin-top: 24px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  display: none;
  width: min(420px, 90%);
  z-index: 4;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.split-banner {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split-banner .panel {
  flex: 1.2;
}

.split-banner .image-card {
  flex: 0.8;
}

.bg-section {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-color: #e3d7cc;
}

.bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.bg-content {
  position: relative;
  padding: 28px;
}

.inline-image {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d9cfc4;
}

.inline-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.note {
  background: #fff3e6;
  border-radius: 16px;
  padding: 16px;
}

.page-hero {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}

.page-hero .panel {
  flex: 1.1;
}

.page-hero .image-card {
  flex: 0.9;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.references {
  font-size: 0.9rem;
  color: #e6dcd0;
}

.references a {
  color: #e6dcd0;
}
