* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5vw;
  background: #f6f3ef;
}

.brand {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom: 1px solid #1b1b1b;
}

.hero {
  background: #111;
  color: #f8f6f2;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 5vw 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1600&q=80")
    center/cover no-repeat;
  opacity: 0.55;
}

.hero-content {
  position: relative;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero p {
  font-size: 1.05rem;
}

.cta-primary {
  display: inline-flex;
  padding: 14px 26px;
  background: #f5c77f;
  color: #1b1b1b;
  font-weight: 600;
  border-radius: 999px;
  width: fit-content;
}

.cta-outline {
  display: inline-flex;
  padding: 12px 22px;
  border: 1px solid #1b1b1b;
  border-radius: 999px;
  width: fit-content;
}

.section {
  padding: 70px 5vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-alt {
  background: #ffffff;
}

.split-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split-row.reverse {
  flex-direction: column-reverse;
}

.split-row .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.magazine-strip {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #efe8df;
  padding: 32px;
  border-radius: 24px;
}

.image-card {
  border-radius: 18px;
  overflow: hidden;
}

.tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #6a5540;
}

.headline {
  font-size: 2rem;
}

.inline-cta {
  text-decoration: underline;
  font-weight: 600;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gallery-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote {
  font-size: 1.2rem;
  font-style: italic;
  background: #f5e9d8;
  padding: 28px;
  border-radius: 20px;
}

.trust-badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.95rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  border-left: 4px solid #f5c77f;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card span {
  font-weight: 600;
}

.pricing-note {
  font-size: 0.9rem;
  color: #5b4d40;
}

.form-wrap {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-option {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f2ea;
  padding: 12px 16px;
  border-radius: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field input,
.field select,
.field textarea {
  padding: 12px;
  border: 1px solid #d5c9ba;
  border-radius: 10px;
  font-size: 1rem;
  background: #fff;
}

.submit-btn {
  padding: 14px 26px;
  background: #1b1b1b;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #1b1b1b;
  color: #fff;
  padding: 16px 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer {
  margin-top: auto;
  padding: 40px 5vw;
  background: #1b1b1b;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}

.cookie-btn.primary {
  background: #1b1b1b;
  color: #fff;
}

.secondary-hero {
  background: #f1e8dc;
  padding: 70px 5vw 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-page {
  padding: 70px 5vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

@media (min-width: 860px) {
  .split-row {
    flex-direction: row;
    gap: 40px;
  }

  .split-row.reverse {
    flex-direction: row-reverse;
  }

  .gallery-row {
    flex-direction: row;
  }

  .gallery-row img {
    flex: 1;
  }

  .trust-badges {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .services {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 260px;
  }

  .timeline {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .timeline-item {
    flex: 1 1 240px;
  }
}
