* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1c1b;
  background-color: #f7f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6%;
  background-color: #fdfbf9;
  border-bottom: 1px solid #e4dad3;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  padding: 4px 10px;
  background-color: #d9c4b2;
  border-radius: 999px;
}

.nav-links a {
  font-size: 0.95rem;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom: 1px solid #1f1c1b;
}

.hero {
  background-color: #e9ddd4;
  background-image: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 80px 6%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.hero-card {
  background-color: rgba(253, 251, 249, 0.92);
  padding: 40px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.15;
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  background-color: #1f1c1b;
  color: #fdfbf9;
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background-color: #3a3230;
}

.btn-outline {
  background-color: transparent;
  color: #1f1c1b;
  border: 1px solid #1f1c1b;
}

.section {
  padding: 70px 6%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-alt {
  background-color: #fdfbf9;
}

.asym-row {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.asym-image {
  flex: 1 1 280px;
  display: flex;
  justify-content: flex-end;
}

.image-frame {
  background-color: #d9c4b2;
  padding: 10px;
  display: inline-flex;
}

.image-frame img {
  width: 360px;
  height: 420px;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  background-color: #fff;
  padding: 20px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(31, 28, 27, 0.08);
}

.service-card img {
  width: 100%;
  height: 180px;
}

.price {
  font-weight: 700;
  font-size: 1.05rem;
}

.offset-panel {
  background-color: #f1e7df;
  padding: 30px;
  margin-left: 8%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.steps {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.step {
  flex: 1 1 200px;
  background-color: #fff;
  padding: 18px;
  border-left: 4px solid #bda48e;
}

.gallery {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.gallery-item {
  flex: 1 1 200px;
  background-color: #e9ddd4;
  padding: 10px;
}

.gallery-item img {
  width: 100%;
  height: 200px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background-color: #fff;
  padding: 18px 22px;
  border-left: 4px solid #1f1c1b;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border: 1px solid #cdbdb0;
  border-radius: 6px;
  font-size: 0.95rem;
  background-color: #fff;
}

.form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  padding: 24px;
  max-width: 520px;
}

.footer {
  background-color: #1f1c1b;
  color: #f7f4f1;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfbf9;
  border-top: 1px solid #d9c4b2;
  padding: 16px 6%;
  display: none;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  z-index: 20;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-title {
  font-size: 2.2rem;
  margin: 0;
}

.legal-block {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-item {
  background-color: #fff;
  padding: 24px;
  border-left: 4px solid #bda48e;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 860px) {
  .hero {
    padding: 60px 6%;
  }

  .hero-card {
    max-width: 100%;
  }

  .image-frame img {
    width: 100%;
    height: 320px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
