* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f23;
  background-color: #f6f4f1;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.image-frame {
  background-color: #e6dfd5;
  padding: 10px;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 28px 6vw 18px;
  gap: 32px;
  border-bottom: 1px solid #dfd7cd;
  background-color: #f6f4f1;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ad-label {
  font-size: 0.82rem;
  color: #6a4d3a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand {
  font-size: 1.35rem;
  font-weight: 700;
}

.main-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.main-nav a {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.main-nav a:hover {
  border-color: #b8a597;
  background-color: #efe8df;
}

.cta-link {
  background-color: #1e1f23;
  color: #f6f4f1;
}

.cta-link:hover {
  background-color: #3a3c41;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 6vw;
  gap: 40px;
  background-color: #d9d2c9;
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 244, 241, 0.86);
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 1;
  flex: 1 1 320px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.15;
}

.hero p {
  font-size: 1.05rem;
  color: #3b3c41;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1e1f23;
  font-weight: 600;
  transition: all 0.2s ease;
}

.button:hover {
  background-color: #1e1f23;
  color: #f6f4f1;
}

.button.alt {
  border-color: #6a4d3a;
  color: #6a4d3a;
}

.button.alt:hover {
  background-color: #6a4d3a;
  color: #f6f4f1;
}

.hero-card {
  background-color: #f6f4f1;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.15);
  margin-left: auto;
  max-width: 380px;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.section-split.reverse {
  flex-direction: row-reverse;
}

.section-split .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-split .image-frame {
  flex: 1 1 320px;
  padding: 12px;
  border-radius: 20px;
}

.section-split img {
  border-radius: 14px;
  width: 100%;
  height: 320px;
}

.accent-band {
  background-color: #f0e7dc;
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.accent-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 231, 220, 0.9);
}

.accent-band .section-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(24, 24, 24, 0.08);
}

.card-image {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  background-color: #e7e0d8;
}

.card .price {
  font-weight: 700;
  color: #6a4d3a;
}

.offset-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.offset-panel .panel {
  flex: 1 1 280px;
  padding: 22px;
  border-radius: 20px;
  background-color: #fefaf6;
  border: 1px solid #e2d6c9;
}

.inline-cta {
  font-weight: 600;
  color: #6a4d3a;
  text-decoration: underline;
}

.testimonial {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.testimonial .image-frame {
  flex: 0 0 260px;
  background-color: #e8e2d9;
  padding: 12px;
  border-radius: 20px;
}

.testimonial img {
  width: 100%;
  height: 200px;
  border-radius: 14px;
}

.form-section {
  background-color: #fdfbf8;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-card {
  flex: 1 1 320px;
  padding: 24px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(28, 27, 25, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card label {
  font-weight: 600;
  font-size: 0.95rem;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d6c9bc;
  font-size: 0.95rem;
}

.form-card button {
  align-self: flex-start;
}

.form-side {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #6a4d3a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  font-weight: 600;
  z-index: 10;
  transition: transform 0.2s ease;
}

.sticky-cta:hover {
  transform: translateY(-2px);
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 60px 6vw;
  background-color: #efe8df;
  align-items: center;
}

.page-hero .image-frame {
  flex: 1 1 280px;
  background-color: #e7e0d8;
  padding: 12px;
  border-radius: 20px;
}

.page-hero img {
  width: 100%;
  height: 280px;
  border-radius: 16px;
}

.page-hero .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.content-block {
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-note {
  background-color: #f7f1ea;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e0d3c5;
}

.site-footer {
  margin-top: auto;
  padding: 30px 6vw 40px;
  border-top: 1px solid #dfd7cd;
  background-color: #f6f4f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.92rem;
  color: #3a3b40;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  border: 1px solid #e0d3c5;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(26, 25, 23, 0.18);
  padding: 18px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #1e1f23;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cookie-actions button:hover {
  background-color: #1e1f23;
  color: #ffffff;
}

.secondary-banner {
  background-color: #f0e8de;
  padding: 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3d7ca;
}

.service-row .details {
  flex: 1 1 300px;
}

.service-row .price {
  font-weight: 700;
  color: #6a4d3a;
}

.service-row .button {
  margin-top: 8px;
}

.table-image {
  width: 180px;
  height: 120px;
  border-radius: 14px;
  background-color: #e7e0d8;
}

@media (max-width: 820px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
