:root {
  color: #17201b;
  background: #f5f7f4;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f7f4;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dfe5dc;
  display: flex;
  height: 68px;
  justify-content: space-between;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  font-size: 19px;
  font-weight: 800;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav a {
  border-radius: 6px;
  color: #4f5f55;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 11px;
}

.nav a:hover {
  background: #e6eee8;
  color: #17201b;
}

.language-switcher {
  align-items: center;
  border: 1px solid #dfe5dc;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.language-button {
  background: transparent;
  border: 0;
  color: #4f5f55;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 9px;
}

.language-button.active {
  background: #214c38;
  color: #ffffff;
}

.hero {
  min-height: calc(100vh - 68px);
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 27, 21, 0.86), rgba(17, 27, 21, 0.5) 46%, rgba(17, 27, 21, 0.1)),
    linear-gradient(0deg, rgba(17, 27, 21, 0.2), rgba(17, 27, 21, 0));
  inset: 0;
  position: absolute;
}

.hero-content {
  color: #ffffff;
  max-width: 720px;
  padding: 96px 32px 120px;
  position: relative;
  width: min(100%, 1180px);
}

.eyebrow {
  color: #6f8173;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #dce8de;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 690px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin-bottom: 18px;
}

h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.hero-copy {
  color: #edf3ee;
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 620px;
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
}

.button.primary {
  background: #dfeee2;
  color: #173a29;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.band {
  margin: 0 auto;
  max-width: 1180px;
  padding: 82px 32px;
}

.section-heading {
  max-width: 760px;
}

.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #dfe5dc;
  border-radius: 8px;
  padding: 24px;
}

.feature-card p,
.security-copy p,
.steps span {
  color: #5c6b61;
  line-height: 1.6;
}

.metric {
  color: #214c38;
  display: block;
  font-size: 28px;
  font-weight: 850;
  margin-bottom: 18px;
}

.split {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  background: #ffffff;
  border: 1px solid #dfe5dc;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 20px 20px 20px 64px;
  position: relative;
}

.steps li::before {
  align-items: center;
  background: #214c38;
  border-radius: 999px;
  color: #ffffff;
  content: counter(step);
  counter-increment: step;
  display: flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 34px;
}

.security {
  background: #20352a;
  color: #ffffff;
  max-width: none;
}

.security-copy {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 32px;
}

.security .eyebrow,
.security-copy p {
  color: #d4e0d7;
}

.final-cta {
  margin: 0 auto;
  max-width: 880px;
  padding: 90px 32px;
  text-align: center;
}

.final-cta .button.primary {
  background: #214c38;
  color: #ffffff;
}

.footer {
  align-items: center;
  border-top: 1px solid #dfe5dc;
  color: #5c6b61;
  display: flex;
  font-size: 14px;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 32px;
}

.footer span {
  color: #17201b;
  font-weight: 800;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding: 16px 20px;
  }

  .nav {
    overflow-x: auto;
    width: 100%;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    padding: 72px 20px 88px;
  }

  .hero-overlay {
    background: rgba(17, 27, 21, 0.72);
  }

  .band,
  .final-cta {
    padding: 58px 20px;
  }

  .feature-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .security-copy,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
