:root {
  --ink: #17211b;
  --muted: #5b665f;
  --paper: #f6f1e8;
  --paper-deep: #e8ddcd;
  --forest: #123c30;
  --fern: #2f7a57;
  --clay: #b5633e;
  --sand: #ddc7a8;
  --white: #fffaf2;
  --line: rgba(23, 33, 27, 0.16);
  --shadow: 0 24px 70px rgba(18, 60, 48, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(181, 99, 62, 0.22), transparent 28rem),
    radial-gradient(circle at 92% 4%, rgba(47, 122, 87, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--paper), #fbf7ef 58%, var(--paper-deep));
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 24px 0;
}

.nav {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(23, 33, 27, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--forest);
}

.section {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.hero {
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 64px;
  padding-top: 120px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7.4vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.1;
}

p {
  color: var(--muted);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.hero-text {
  max-width: 670px;
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 14px 34px rgba(18, 60, 48, 0.24);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.68);
}

.button.large {
  min-height: 58px;
  padding-inline: 30px;
}

.hero-card,
.service-card,
.feature-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.72);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 34px;
  transform: rotate(1.5deg);
}

.card-label,
.number {
  color: var(--clay);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 22px;
  line-height: 1.15;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
}

.trust-strip div {
  min-height: 150px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(18, 60, 48, 0.06);
  color: var(--muted);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 54px;
  align-items: start;
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-card {
  padding: 28px;
}

.product {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.product-copy {
  padding: 48px;
  border-radius: 34px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(18, 60, 48, 0.94), rgba(23, 33, 27, 0.94)),
    radial-gradient(circle at top right, rgba(221, 199, 168, 0.3), transparent 22rem);
}

.product-copy p,
.product-copy .eyebrow {
  color: rgba(255, 250, 242, 0.78);
}

.product-copy h2 {
  color: var(--white);
}

.feature-panel {
  padding: 38px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.feature-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(47, 122, 87, 0.12);
  color: var(--forest);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-weight: 700;
}

.process {
  text-align: center;
}

.process h2 {
  max-width: 720px;
  margin-inline: auto;
}

.timeline {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.64);
}

.step {
  padding: 28px;
  text-align: left;
}

.step + .step {
  border-left: 1px solid var(--line);
}

.step span {
  display: block;
  margin-bottom: 14px;
  color: var(--forest);
  font-size: 24px;
  font-weight: 700;
}

.step p {
  margin-bottom: 0;
  font-size: 16px;
}

.about,
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.contact {
  margin-bottom: 70px;
  padding: 44px;
  border-radius: 34px;
  background: var(--sand);
}

.contact p {
  margin-bottom: 0;
}

.footer {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto 28px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Optima, Candara, "Segoe UI", sans-serif;
}

@media (max-width: 860px) {
  .nav {
    border-radius: 28px;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .section {
    padding: 58px 0;
  }

  .hero,
  .split,
  .product,
  .about,
  .contact,
  .trust-strip,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding-top: 82px;
  }

  .hero-card {
    transform: none;
  }

  .product-copy,
  .contact {
    padding: 30px;
  }

  .step + .step {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .footer {
    flex-direction: column;
  }
}
