*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1a17;
  background: #fbfaf8;
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #1f1a17;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  left: 16px;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.section {
  padding: 56px 0;
}

.section--alt {
  background: #f3efe9;
}

.section--highlight {
  background: #1f1a17;
  color: #fff;
}

.section-title {
  font-size: 1.9rem;
  margin: 0 0 16px;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #7d6d61;
  margin-bottom: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  background: #fbfaf8;
  border-bottom: 1px solid #e6ded7;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.2rem;
}

.brand svg {
  width: 36px;
  height: 36px;
  color: #8b5b3b;
}

.nav-toggle {
  background: transparent;
  border: 1px solid #1f1a17;
  padding: 8px 14px;
  border-radius: 999px;
}

.site-nav {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e6ded7;
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 20px 8%;
}

.site-nav a {
  font-weight: 600;
}

.nav-open .site-nav {
  display: flex;
}

.hero {
  padding: 80px 0 64px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero h1 {
  font-size: 2.4rem;
  margin: 0;
}

.hero p {
  margin: 0;
  max-width: 520px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #1f1a17;
  background: #1f1a17;
  color: #fff;
  font-weight: 600;
}

.btn-secondary {
  background: transparent;
  color: #1f1a17;
}

.card-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #fff;
  border: 1px solid #e6ded7;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-item svg {
  width: 34px;
  height: 34px;
  color: #8b5b3b;
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid #e6ded7;
}

.stat-item strong {
  font-size: 1.5rem;
}

.quote {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 0 16px;
}

.testimonial {
  border-left: 3px solid #8b5b3b;
  padding-left: 16px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6ded7;
}

.comparison {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e6ded7;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #e6ded7;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 16px 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  margin-left: 12px;
  font-weight: 400;
}

.faq-answer {
  padding: 0 18px 16px;
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6ded7;
}

.site-footer {
  background: #1f1a17;
  color: #fff;
  padding: 40px 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-actions button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 14px;
  border-radius: 999px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #1f1a17;
  color: #fff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner .button-row {
  gap: 8px;
}

.cookie-banner .btn-secondary {
  color: #fff;
  border-color: #fff;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 1100;
}

.cookie-modal.is-open {
  display: flex;
}

.cookie-modal__content {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #e6ded7;
  border-radius: 14px;
  padding: 12px 14px;
}

.toggle-button {
  border-radius: 999px;
  border: 1px solid #1f1a17;
  padding: 6px 14px;
  background: transparent;
}

.toggle-button.is-active {
  background: #1f1a17;
  color: #fff;
}

.legal-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 18px;
    padding: 0;
    background: transparent;
    border: none;
  }

  .hero-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .card-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card {
    flex: 1 1 240px;
  }

  .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .feature-item {
    flex: 1 1 260px;
  }

  .stats {
    flex-direction: row;
  }

  .stat-item {
    flex: 1;
  }

  .process-steps {
    flex-direction: row;
  }

  .step {
    flex: 1;
  }

  .comparison {
    flex-direction: row;
  }

  .comparison-row {
    flex: 1;
  }

  .info-grid {
    flex-direction: row;
  }

  .info-card {
    flex: 1;
  }

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
