* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1a1d1f;
  --muted: #4c4f55;
  --sand: #f4efe7;
  --clay: #e5d4c0;
  --sage: #dfe7df;
  --night: #121416;
  --accent: #9b4b2b;
  --accent-soft: #f1ded4;
  --line: #d3c8b7;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: #faf8f5;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 32px 0 96px;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 14px;
}

.nav-links a:hover {
  background: var(--accent-soft);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-card {
  background: var(--sand);
  padding: 28px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 24px 40px rgba(20, 16, 10, 0.08);
}

.hero-card h1 {
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-visual {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(18, 20, 22, 0.82);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.btn-ghost {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.inline-link {
  color: var(--accent);
  text-decoration: underline;
}

.note-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--night);
  color: #fff;
  padding: 20px 24px;
  border-radius: 22px;
}

.offset-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offset-card {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #eee4d4;
}

.offset-card span {
  font-size: 0.85rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.split-band {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--sage);
  border-radius: 28px;
  padding: 28px;
}

.split-band .columns {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial-band {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid #eee1d0;
}

.pricing-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-card {
  background: var(--accent-soft);
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e1cbbb;
}

.pricing-card strong {
  font-size: 1.4rem;
}

.callout {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #eadcc8;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--sand);
  padding: 24px;
  border-radius: 24px;
}

.form-shell label {
  font-size: 0.9rem;
  color: var(--muted);
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d9cbbb;
  font-family: inherit;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  padding-top: 20px;
  border-top: 1px solid #eadcc8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: sticky;
  top: 68vh;
  align-self: flex-end;
  background: #fff;
  border: 1px solid #eadcc8;
  padding: 12px 16px;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(22, 16, 10, 0.12);
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.image-stack img:nth-child(2) {
  transform: translateX(12px);
}

.section-title {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.pill {
  background: #fff;
  border: 1px solid #eadcc8;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 18px 35px rgba(12, 10, 8, 0.18);
  border: 1px solid #eadcc8;
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}

.cookie-accept {
  background: var(--accent);
  color: #fff;
}

.cookie-reject {
  background: #f1ede7;
  color: var(--muted);
}

.inner-hero {
  background: var(--sand);
  border-radius: 26px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid #eadcc8;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #eadcc8;
}

@media (min-width: 900px) {
  .hero-grid {
    flex-direction: row;
  }

  .hero-card {
    flex: 1.1;
  }

  .hero-visual {
    flex: 1;
    min-height: 360px;
  }

  .offset-grid {
    flex-direction: row;
  }

  .offset-card:nth-child(2) {
    transform: translateY(22px);
  }

  .split-band {
    flex-direction: row;
  }

  .split-band .columns {
    flex-direction: row;
  }

  .testimonial-band {
    flex-direction: row;
  }

  .pricing-wrap {
    flex-direction: row;
  }

  .pricing-card {
    flex: 1;
  }

  .image-stack {
    flex-direction: row;
  }

  .form-row {
    flex-direction: row;
  }

  .form-row > div {
    flex: 1;
  }
}
