* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2a;
  background-color: #f6f4f0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.ad-label {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #b8b1a6;
  background-color: #fff8ec;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 0 60px;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  flex: 1 1 420px;
  background-color: #dcd6cb;
  border-radius: 18px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #2c3a3a;
  background-color: #2c3a3a;
  color: #fefdfb;
  font-size: 14px;
}

.btn-outline {
  background-color: transparent;
  color: #2c3a3a;
}

.section {
  padding: 64px 0;
}

.section.alt {
  background-color: #efeae1;
}

.section.dark {
  background-color: #1f2a2a;
  color: #f6f4f0;
}

.section-title {
  font-size: 26px;
  margin: 0 0 16px;
}

.offset-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.offset-card {
  flex: 1 1 280px;
  padding: 24px;
  background-color: #fffdf9;
  border-radius: 16px;
  border: 1px solid #d9d2c6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offset-card.shift-up {
  transform: translateY(-18px);
}

.offset-card.shift-down {
  transform: translateY(18px);
}

.image-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #e4ded4;
  border-radius: 16px;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 220px;
}

.image-card .image-card-body {
  padding: 18px 20px 24px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-wrap: wrap-reverse;
}

.split-col {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.price-card {
  flex: 1 1 260px;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #c9c1b6;
  background-color: #fffdf9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #d2c9be;
  background-color: #fffdf9;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9c1b6;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 32px 0 48px;
  background-color: #1f2a2a;
  color: #f6f4f0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #f0a23c;
  color: #1f2a2a;
  border: 1px solid #d18a2a;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #fffdf9;
  border: 1px solid #c9c1b6;
  border-radius: 16px;
  padding: 16px;
  width: min(360px, 90vw);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fffdf9;
  border: 1px solid #d9d2c6;
  border-radius: 16px;
  padding: 24px;
}

.notice {
  font-size: 13px;
  color: #4a5a5a;
}

.spacer {
  height: 18px;
}

.bg-image {
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  min-height: 260px;
}

.image-fallback {
  background-color: #d8d1c5;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1400&q=80");
}

.bg-context {
  background-image: url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?w=1400&q=80");
}

.bg-vision {
  background-image: url("https://images.unsplash.com/photo-1479839672679-a46483c0e7c8?w=1400&q=80");
}

.bg-legal {
  background-image: url("https://images.pexels.com/photos/38559898/pexels-photo-38559898.jpeg");
}

.inline-link {
  text-decoration: underline;
}
