*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1f2933;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.nav {
  padding: 24px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5f6b73;
  border: 1px solid #d6d4cf;
  padding: 6px 10px;
  border-radius: 999px;
  margin-top: 6px;
}

.hero {
  padding: 40px 0 70px;
}

.section {
  padding: 64px 0;
}

.section.alt {
  background: #ffffff;
}

.section.tint {
  background: #eff3f0;
}

.split {
  display: flex;
  gap: 48px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .col {
  flex: 1;
  min-width: 0;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: #69737b;
}

.headline {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 12px 0 18px;
  line-height: 1.15;
}

.subhead {
  font-size: 1.1rem;
  color: #4a5560;
  margin-bottom: 24px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  background: #1f2933;
  color: #ffffff;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1f2933;
  color: #1f2933;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #1f2933;
}

.image-frame {
  background: #dfe5e0;
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
}

.image-frame.tall {
  min-height: 360px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlap {
  margin-top: -32px;
  padding-top: 96px;
}

.note {
  background: #f2ede6;
  padding: 20px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 12px 0;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
}

.card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
}

.form-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d6da;
  border-radius: 10px;
  font-size: 1rem;
  background: #f9fafb;
}

.form-card button {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: #1f2933;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.footer {
  margin-top: auto;
  padding: 40px 0 70px;
  background: #111827;
  color: #e5e7eb;
}

.footer a {
  color: #e5e7eb;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer small {
  color: #cbd5e1;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1f2933;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #1f2933;
  background: transparent;
  cursor: pointer;
}

.cookie-actions .primary {
  background: #1f2933;
  color: #ffffff;
}

.bg-market {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-market .note {
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
}

@media (max-width: 860px) {
  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
