* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1b1f23;
  background: #f7f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw;
  background: #f7f4f0;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.nav-cta {
  padding: 10px 18px;
  background: #1b1f23;
  color: #fff;
  border-radius: 999px;
  font-size: 0.9rem;
}

.hero {
  padding: 40px 6vw 30px;
}

.split-section {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 60px 6vw;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section.narrow {
  align-items: flex-start;
}

.split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0e7dd;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.lead {
  font-size: 1.1rem;
  color: #3f454b;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid #1b1f23;
  background: #1b1f23;
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: transparent;
  color: #1b1f23;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.panel {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.06);
}

.panel.light {
  background: #fff8ef;
}

.panel.dark {
  background: #1b1f23;
  color: #fff;
}

.panel.dark .btn.secondary {
  border-color: #fff;
  color: #fff;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eee;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d6d0c9;
  font-size: 1rem;
  background: #fff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ef7d4f;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.footer {
  padding: 50px 6vw;
  background: #1b1f23;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 340px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1b1f23;
  background: #1b1f23;
  color: #fff;
  font-weight: 600;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1b1f23;
}

.muted {
  color: #5b6168;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.image-stack img {
  border-radius: 20px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1515165562835-c4c8d9c8f6c1?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  min-height: 320px;
}

.bg-ambient {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  min-height: 260px;
}

.page-title {
  padding: 40px 6vw 10px;
  font-size: 2.4rem;
}

.simple-section {
  padding: 20px 6vw 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 900px) {
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 14px;
    left: 14px;
    text-align: center;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
