* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c241d;
  background: #f6f7f4;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, 90%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 10px;
}

.split-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 0.92rem;
  opacity: 0.8;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  padding: 50px 0 40px;
}

.split-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.split-section.alt {
  background: #fff;
  margin: 40px 0;
  padding: 40px 0;
}

.split-section .split-content,
.split-section .split-visual {
  flex: 1;
}

.split-section.reverse {
  flex-direction: column-reverse;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #4a5b4d;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

h3 {
  font-size: 1.2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  background: #1f4f2a;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #e9efe4;
  color: #1f4f2a;
  border: 1px solid #c9d4c2;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1f4f2a;
  color: #1f4f2a;
}

.inline-link {
  color: #1f4f2a;
  text-decoration: underline;
  font-weight: 600;
}

.stat-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-card {
  padding: 16px 20px;
  border-radius: 16px;
  background: #f0f3ec;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-stack img {
  border-radius: 22px;
}

.highlight {
  background: #1f4f2a;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
}

.split-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-grid .card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 20, 10, 0.08);
}

.card img {
  margin-bottom: 12px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-tag {
  font-weight: 700;
  color: #1f4f2a;
}

.sticky-cta {
  position: sticky;
  top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 20, 10, 0.12);
}

.form-panel {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15, 20, 10, 0.08);
}

.form-panel label {
  display: block;
  font-weight: 600;
  margin-top: 12px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 12px;
  border: 1px solid #cfd8cb;
  font-family: inherit;
}

.form-panel button {
  margin-top: 16px;
}

.footer {
  background: #1b221c;
  color: #f2f5ef;
  padding: 40px 0;
  margin-top: 60px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.92rem;
}

.footer small {
  opacity: 0.7;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 20, 10, 0.15);
  display: none;
  z-index: 50;
}

.cookie-banner.visible {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section-divider {
  height: 1px;
  background: #d5ddd0;
  margin: 30px 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e3eadf;
  font-size: 0.85rem;
  font-weight: 600;
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 26px;
  color: #fff;
}

.two-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.logo-badge {
  padding: 10px 14px;
  background: #edf2ea;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.page-hero {
  padding: 30px 0 10px;
}

@media (min-width: 840px) {
  .split-section,
  .split-section.reverse,
  .split-grid,
  .pricing,
  .two-col {
    flex-direction: row;
  }

  .split-section.reverse {
    flex-direction: row-reverse;
  }

  .pricing .card {
    flex: 1;
  }

  .footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
