* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f5f2ee;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 20px 0;
  background: #f5f2ee;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background: #1d1d1f;
  color: #f5f2ee;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 40px 0 60px;
}

.hero-copy,
.hero-media {
  flex: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-media {
  background-color: #d9d2c7;
  overflow: hidden;
  border-radius: 24px;
  min-height: 360px;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1d1d1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  background: #1d1d1f;
  color: #f5f2ee;
}

.btn.secondary {
  background: transparent;
  color: #1d1d1f;
}

.split-section {
  display: flex;
  gap: 32px;
  padding: 50px 0;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-image {
  flex: 1;
  background-color: #e2d8cc;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
}

.split-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accent-block {
  background: #1d1d1f;
  color: #f5f2ee;
  padding: 26px;
  border-radius: 20px;
}

.story-background {
  padding: 50px 0;
  background-color: #d7d0c6;
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f5f2ee;
}

.story-background .container {
  background: rgba(29, 29, 31, 0.75);
  padding: 28px;
  border-radius: 20px;
}

.services {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.service-card .card-image {
  background-color: #d6cfc3;
  border-radius: 14px;
  overflow: hidden;
  height: 160px;
}

.service-card img {
  width: 100%;
  height: 100%;
}

.price {
  font-weight: 700;
}

.timeline {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.timeline-step {
  flex: 1 1 220px;
  padding: 18px;
  border-left: 3px solid #1d1d1f;
  background: #efe8df;
}

.testimonials {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
}

.form-section {
  padding: 60px 0 80px;
}

.form-wrap {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.form-card {
  flex: 1;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c3bb;
  font-size: 1rem;
  font-family: inherit;
}

.inline-note {
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 50;
}

.footer {
  background: #1d1d1f;
  color: #f5f2ee;
  padding: 40px 0;
  margin-top: auto;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-note {
  font-size: 0.85rem;
  color: #d6d0c6;
}

.page-title {
  padding: 40px 0 20px;
}

.simple-section {
  padding: 28px 0;
}

.contact-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  max-width: 360px;
  display: none;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.muted {
  color: #5f5f63;
}

@media (max-width: 900px) {
  .hero,
  .split-section,
  .form-wrap {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
