:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #101820;
  background: #f7faf9;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f7faf9;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dce6e2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.contact-link {
  font-weight: 700;
  color: #087f5b;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.top-links,
.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.top-links a,
.footer-links a {
  color: #087f5b;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.intro {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 80px;
  align-items: center;
  padding: 72px 0 64px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #087f5b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.summary {
  max-width: 590px;
  margin: 26px 0;
  color: #4b5b55;
  font-size: 20px;
  line-height: 1.6;
}

.status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 32px 0 0;
  font-weight: 700;
}

.status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #12a673;
  box-shadow: 0 0 0 5px #d9f5e9;
}

.product-preview {
  padding: 26px;
  border: 1px solid #d9e4df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 43, 34, 0.12);
}

.preview-heading,
.metric-row,
.activity,
.activity > div,
.activity p {
  display: flex;
}

.preview-heading,
.activity {
  align-items: center;
  justify-content: space-between;
}

.preview-heading div,
.activity p {
  flex-direction: column;
}

.preview-heading span,
.metric-row span,
.activity p span {
  color: #6a7772;
  font-size: 13px;
}

.preview-heading strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
}

.preview-date,
.complete {
  color: #087f5b !important;
  font-weight: 750;
}

.metric-row {
  gap: 12px;
  margin: 26px 0 20px;
}

.metric-row article {
  flex: 1;
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  background: #eff5f2;
}

.metric-row strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.activity {
  min-height: 70px;
  border-top: 1px solid #e4ebe8;
}

.activity > div {
  align-items: center;
  gap: 12px;
}

.activity p {
  gap: 4px;
  margin: 0;
}

.activity-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #173e55;
  font-weight: 800;
}

.activity-icon.sales {
  background: #087f5b;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dce6e2;
  border-bottom: 1px solid #dce6e2;
}

.feature-band div {
  padding: 28px 24px;
  border-right: 1px solid #dce6e2;
}

.feature-band div:first-child {
  padding-left: 0;
}

.feature-band div:last-child {
  border-right: 0;
}

.feature-band strong,
.feature-band span {
  display: block;
}

.feature-band span {
  margin-top: 7px;
  color: #64736e;
  font-size: 14px;
}

footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #64736e;
  font-size: 14px;
}

footer a {
  color: #087f5b;
}

.legal-page {
  padding: 64px 0;
}

.legal-page h1 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 68px);
}

.legal-card {
  max-width: 860px;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid #d9e4df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 43, 34, 0.08);
}

.legal-card h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  letter-spacing: 0;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #465650;
  font-size: 17px;
  line-height: 1.7;
}

.legal-card ul,
.legal-card ol {
  padding-left: 24px;
}

@media (max-width: 800px) {
  .intro {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 52px;
  }

  .product-preview {
    width: 100%;
    max-width: 540px;
  }

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

  .feature-band div,
  .feature-band div:first-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid #dce6e2;
  }

  .feature-band div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 68px;
  }

  .intro {
    min-height: auto;
    padding: 42px 0 48px;
  }

  h1 {
    font-size: 48px;
  }

  .summary {
    font-size: 17px;
  }

  .product-preview {
    padding: 18px;
  }

  .metric-row {
    flex-direction: column;
  }

  footer {
    min-height: 130px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .top-links,
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .legal-page {
    padding: 42px 0;
  }

  .legal-card {
    padding: 22px;
  }
}
