*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #1f2b23;
  background-color: #f4f1ea;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section.highlight {
  background-color: #2f5b45;
  color: #ffffff;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #6c7c70;
}

.section.highlight .eyebrow {
  color: #dfe8dd;
}

.section-title {
  font-size: 2rem;
  margin: 10px 0 16px;
}

.section-subtitle {
  font-size: 1.05rem;
  margin: 0 0 24px;
  max-width: 720px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #2f5b45;
  color: #ffffff;
  font-weight: 600;
  gap: 8px;
}

.btn.secondary {
  background-color: #ffffff;
  color: #2f5b45;
  border: 1px solid #2f5b45;
}

.btn.ghost {
  background-color: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d7d0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}

.logo svg {
  width: 28px;
  height: 28px;
}

.primary-nav {
  display: none;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.menu-toggle {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2f5b45;
  color: #2f5b45;
  background-color: #ffffff;
}

.mobile-menu {
  display: none;
  border-top: 1px solid #d9d7d0;
  background-color: #ffffff;
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu ul {
  list-style: none;
  padding: 16px 20px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero {
  padding: 72px 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card.alt {
  background-color: #f7f4ee;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.feature-item svg {
  flex: 0 0 36px;
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat {
  background-color: #ffffff;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat strong {
  font-size: 1.4rem;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  font-style: italic;
}

.comparison {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison .card {
  border: 1px solid #d9d7d0;
}

.process {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.process-step span {
  font-weight: 700;
  color: #2f5b45;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
}

.faq-question {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  gap: 12px;
}

.faq-answer {
  margin-top: 10px;
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.footer {
  background-color: #1f2b23;
  color: #ffffff;
  padding: 40px 0;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer h3 {
  margin-top: 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #ffffff;
  color: #2f5b45;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: none;
  z-index: 200;
}

.cookie-banner.is-visible {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 240;
}

.cookie-modal.is-visible {
  display: flex;
}

.cookie-panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  width: min(520px, 92vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #e3e1db;
}

.cookie-toggle {
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid #2f5b45;
  color: #2f5b45;
}

.cookie-toggle.is-active {
  background-color: #2f5b45;
  color: #ffffff;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.note {
  background-color: #ffffff;
  padding: 16px;
  border-left: 4px solid #c96d4a;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .primary-nav {
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }

  .hero-content {
    flex-direction: row;
    align-items: center;
  }

  .hero-content > div {
    flex: 1;
  }

  .card-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card {
    flex: 1 1 280px;
  }

  .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .feature-item {
    flex: 1 1 260px;
  }

  .stats {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .stat {
    flex: 1 1 220px;
  }

  .testimonials {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .testimonial {
    flex: 1 1 280px;
  }

  .comparison {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .comparison .card {
    flex: 1 1 240px;
  }

  .process {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .process-step {
    flex: 1 1 240px;
  }

  .footer-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-grid > div {
    flex: 1 1 220px;
  }

  .info-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info-grid .card {
    flex: 1 1 260px;
  }
}
