* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a24;
  background: #f6f2eb;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background: #f2e9dc;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  background: #2f3b33;
  color: #f7f1e8;
  padding: 6px 10px;
  border-radius: 18px;
  text-align: center;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.nav-links a:hover {
  border-bottom-color: #2f3b33;
}

.hero {
  position: relative;
  padding: 110px 6vw 90px;
  color: #f7f1e8;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: brightness(0.72);
}

.hero-content {
  position: relative;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 28px;
  background: #f7c948;
  color: #1f2a24;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #f7f1e8;
}

.section {
  padding: 80px 6vw;
}

.section.light {
  background: #fff8ef;
}

.section.muted {
  background: #edf1ea;
}

.section.split {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.offset-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(31, 42, 36, 0.12);
}

.offset-card.shift {
  margin-left: 6vw;
}

.image-frame {
  background: #d9d2c6;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame.tall {
  max-width: 420px;
}

.service-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.service-card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #2f3b33;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #2f3b33;
  color: #f7f1e8;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.testimonial {
  flex: 1 1 280px;
  background: #fff8ef;
  border-radius: 16px;
  padding: 22px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cdd4c7;
  font-size: 1rem;
  width: 100%;
}

.service-choice {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-choice label {
  background: #edf1ea;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-choice input {
  width: auto;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.footer {
  background: #1f2a24;
  color: #f7f1e8;
  padding: 40px 6vw 60px;
  margin-top: auto;
}

.footer p {
  max-width: 820px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  max-width: 360px;
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #2f3b33;
  color: #f7f1e8;
}

.cookie-reject {
  background: #d9d2c6;
  color: #1f2a24;
}

.note-box {
  background: #ffffff;
  border-left: 4px solid #f7c948;
  padding: 16px 20px;
  border-radius: 10px;
}

.muted-text {
  color: #55635a;
}

.section.background-soft {
  background-image: url("https://images.unsplash.com/photo-1485965120184-e220f721d03e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f1e8;
}

.section.background-soft .offset-card {
  background: rgba(255, 255, 255, 0.92);
  color: #1f2a24;
}

.section.background-quiet {
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f1e8;
}

.section.background-quiet .offset-card {
  background: rgba(31, 42, 36, 0.85);
  color: #f7f1e8;
}

.two-column {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.two-column .column {
  flex: 1 1 280px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d9d2c6;
}

@media (max-width: 840px) {
  .nav {
    flex-direction: column;
    gap: 12px;
  }

  .hero {
    padding-top: 90px;
  }

  .offset-card.shift {
    margin-left: 0;
  }
}
