* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: #f1eee9;
  border-bottom: 1px solid #e4dfd8;
}

.nav-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.9rem;
  color: #5a5046;
  max-width: 320px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: #c8b9a6;
}

.page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-bottom: 56px;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
}

.hero {
  background: #0c1014;
  color: #fefbf7;
  border-radius: 20px;
  overflow: hidden;
}

.hero .split-content {
  padding: 40px;
}

.hero .split-media {
  min-height: 320px;
  background-color: #1b1f26;
  background-size: cover;
  background-position: center;
}

.section-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(31, 26, 20, 0.08);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  background: #efe9e2;
  color: #5a5046;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #2f2a23;
  color: #fefbf7;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #efe9e2;
  color: #2f2a23;
  border: 1px solid #cbbfb1;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.inline-link {
  border-bottom: 1px solid #cbbfb1;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #d9d1c8;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: #fdfbf8;
  border-radius: 16px;
  border: 1px solid #eee5db;
}

.card-item img {
  width: 110px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebe2d8;
}

.price-item span {
  font-weight: 600;
}

.testimonial {
  margin-top: 16px;
  font-style: italic;
  color: #4f463d;
}

.form-block {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #ebe2d8;
}

.form-block label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

.form-block input,
.form-block select,
.form-block textarea {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #cbbfb1;
  background: #fcfaf8;
  font-size: 0.95rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #2f2a23;
  color: #fff8ee;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.site-footer {
  background: #1f1a14;
  color: #f6f0e8;
  padding: 40px 24px 60px;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.footer-disclaimer {
  font-size: 0.88rem;
  color: #c9bfb2;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6ddd2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.bg-panel {
  border-radius: 20px;
  overflow: hidden;
  background-color: #1f1a14;
  background-size: cover;
  background-position: center;
  color: #fefbf7;
}

.bg-panel .split-content {
  padding: 32px;
  background: rgba(22, 18, 14, 0.6);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tag-list span {
  background: #efe9e2;
  color: #4f463d;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.page-hero {
  border-radius: 20px;
  overflow: hidden;
  background-color: #221b14;
  background-size: cover;
  background-position: center;
  color: #fff8ee;
}

.page-hero .split-content {
  padding: 36px;
  background: rgba(20, 16, 12, 0.55);
}

.simple-section {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #ebe2d8;
  margin-bottom: 28px;
}

@media (max-width: 820px) {
  .nav-split {
    justify-content: center;
  }

  .hero .split-content {
    padding: 28px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}

.bg-hero-index {
  background-image: url("https://images.pexels.com/photos/10665594/pexels-photo-10665594.jpeg");
}

.bg-problem {
  background-image: url("https://images.pexels.com/photos/6342926/pexels-photo-6342926.jpeg");
}

.bg-about-hero {
  background-image: url("https://images.pexels.com/photos/8728409/pexels-photo-8728409.jpeg");
}

.bg-services-hero {
  background-image: url("https://images.pexels.com/photos/31974621/pexels-photo-31974621.jpeg");
}

.bg-contact-hero {
  background-image: url("https://images.pexels.com/photos/5529113/pexels-photo-5529113.jpeg");
}
