* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e2422;
  background: #f5f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.topbar {
  background: #f5f4f0;
  border-bottom: 1px solid #d8d6cf;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  background: #1e2422;
  color: #f5f4f0;
  padding: 6px 10px;
  border-radius: 16px;
}

.section {
  padding: 56px 6%;
}

.section.light {
  background: #ffffff;
}

.section.alt {
  background: #eef1ec;
}

.hero {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-text h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 12px 0 16px;
}

.hero-text p {
  max-width: 520px;
}

.hero-media {
  flex: 1 1 360px;
  min-width: 280px;
}

.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #54645c;
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn.primary {
  background: #1e2422;
  color: #ffffff;
}

.btn.secondary {
  background: #c2d1c5;
  color: #1e2422;
}

.btn:hover {
  transform: translateY(-1px);
}

.text-link {
  border-bottom: 1px solid #1e2422;
  padding-bottom: 2px;
}

.row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col {
  flex: 1 1 240px;
  min-width: 220px;
}

.col.narrow {
  flex: 1 1 240px;
}

.col.wide {
  flex: 2 1 420px;
}

.img-frame {
  background: #dbe2dd;
  padding: 6px;
}

.story-columns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.story-columns p {
  flex: 1 1 200px;
  margin: 0;
}

.quote {
  font-style: italic;
  border-left: 3px solid #1e2422;
  padding-left: 16px;
  margin: 18px 0;
}

.bg-reveal {
  background-color: #18221d;
  background-image: url("https://images.unsplash.com/photo-1622826909810-6e41823b8900?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f5f4f0;
}

.bg-reveal .panel {
  background: rgba(20, 28, 24, 0.8);
  padding: 24px;
  border-radius: 12px;
  max-width: 520px;
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #1e2422;
}

.form-shell {
  background: #ffffff;
  padding: 26px;
  border-radius: 14px;
  max-width: 520px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #c2c9c0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  resize: vertical;
  min-height: 90px;
}

.inline-cta {
  margin-top: 14px;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 18px;
  background: #1e2422;
  color: #f5f4f0;
  padding: 12px 16px;
  border-radius: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
  z-index: 20;
}

.sticky-cta .btn {
  background: #f5f4f0;
  color: #1e2422;
}

.footer {
  background: #1e2422;
  color: #f5f4f0;
  padding: 40px 6%;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.disclaimer {
  margin-top: 18px;
  font-size: 13px;
  color: #cbd2cc;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border: 1px solid #c7cec5;
  border-radius: 12px;
  padding: 16px;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.content-narrow {
  max-width: 760px;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-image {
  max-height: 420px;
}
