* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --paper: #f6f8f4;
  --paper-deep: #eef3ed;
  --ink: #132019;
  --ink-soft: #425149;
  --muted: #718078;
  --line: rgba(19, 32, 25, 0.11);
  --green: #0ea66a;
  --green-bright: #55d991;
  --green-deep: #073f2a;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 12%, rgba(85, 217, 145, 0.14), transparent 26rem),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
}

.nav {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 730;
  letter-spacing: -0.035em;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(6, 106, 66, 0.16);
}

.privacy-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease;
}

.privacy-link:hover,
.privacy-link:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: var(--green);
}

.hero {
  padding: 78px clamp(24px, 5vw, 72px) 110px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 8px 14px 8px 11px;
  border: 1px solid rgba(14, 166, 106, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #087149;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 30px rgba(23, 66, 45, 0.05);
}

.status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 5px rgba(85, 217, 145, 0.15);
}

h1 {
  font-size: clamp(46px, 7.2vw, 94px);
  line-height: 0.98;
  font-weight: 740;
  letter-spacing: -0.068em;
}

h1 em {
  color: var(--green);
  font-style: normal;
}

.intro {
  max-width: 690px;
  margin: 30px auto 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.promise-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 630;
}

.promise-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.promise-row span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

.product-peek {
  position: relative;
  width: min(1140px, 100%);
  margin: 76px auto 0;
  padding: 1px;
}

.peek-glow {
  position: absolute;
  inset: -70px 7% auto;
  height: 340px;
  border-radius: 50%;
  background: rgba(39, 203, 125, 0.2);
  filter: blur(80px);
}

.peek-frame {
  position: relative;
  padding: 12px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(145deg, #0a5036, #062b1f 78%);
  box-shadow:
    0 38px 80px rgba(12, 59, 39, 0.22),
    0 10px 28px rgba(12, 59, 39, 0.16);
}

.peek-bar {
  min-height: 58px;
  padding: 0 12px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.92);
}

.peek-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 690;
}

.peek-title img {
  border-radius: 7px;
}

.local-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  font-weight: 600;
}

.local-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 4px rgba(85, 217, 145, 0.14);
}

.peek-image {
  max-height: 630px;
  overflow: hidden;
  border-radius: 20px 20px 17px 17px;
  background: var(--white);
}

.peek-image img {
  width: 100%;
  height: auto;
}

.what-it-does {
  margin: 0 clamp(24px, 5vw, 72px);
  padding: 110px 0 132px;
  border-top: 1px solid var(--line);
}

.section-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.what-it-does > h2,
.closing h2 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.02;
  font-weight: 710;
  letter-spacing: -0.055em;
}

.feature-grid {
  display: grid;
  /* Four cards since "It corrects itself" joined — 2×2 keeps the bordered cells balanced. */
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 68px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.feature-grid article {
  min-height: 290px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.63);
}

.feature-number {
  display: block;
  margin-bottom: 72px;
  color: var(--green);
  font-size: 12px;
  font-weight: 730;
  letter-spacing: 0.08em;
}

.feature-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.feature-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

/* The honest comparison — three claims, on the deep-green ground so the section
   reads as the argument it is rather than as another feature grid. */
.stance {
  margin: 0 12px;
  padding: 104px clamp(24px, 5vw, 60px) 112px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 12%, rgba(85, 217, 145, 0.16), transparent 34%),
    var(--green-deep);
  color: var(--white);
}

.stance .section-kicker {
  color: var(--green-bright);
}

.stance > h2 {
  max-width: 800px;
  margin-top: 14px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 710;
  letter-spacing: -0.05em;
}

.stance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.stance-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.stance-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.66;
}

/* Capabilities — a plain two-column list. Deliberately unnumbered: these are eight
   independent things, not a sequence, so numbering them would be decoration. */
.capabilities {
  margin: 0 clamp(24px, 5vw, 72px);
  padding: 110px 0 124px;
}

.capabilities > h2 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 710;
  letter-spacing: -0.05em;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 56px;
  margin-top: 58px;
  list-style: none;
}

.cap-grid li {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.cap-grid h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.cap-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.closing {
  margin: 0 12px;
  padding: 126px 24px 132px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 75% 20%, rgba(85, 217, 145, 0.18), transparent 32%),
    var(--green-deep);
  color: var(--white);
  text-align: center;
}

.closing img {
  margin: 0 auto 32px;
  border-radius: 20px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}

.closing .section-kicker {
  color: var(--green-bright);
}

.closing h2 {
  margin-right: auto;
  margin-left: auto;
}

.closing > p:last-child {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
}

footer {
  min-height: 150px;
  padding: 44px clamp(24px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
}

.brand-small {
  font-size: 16px;
}

.brand-small img {
  border-radius: 8px;
}

footer > p {
  text-align: center;
}

footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-weight: 590;
}

@media (max-width: 780px) {
  .nav {
    height: 74px;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 82px;
  }

  h1 {
    font-size: clamp(43px, 13.2vw, 69px);
  }

  .intro {
    margin-top: 24px;
  }

  .product-peek {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 58px;
  }

  .peek-frame {
    padding: 8px 8px 0;
    border-radius: 22px;
  }

  .peek-bar {
    min-height: 48px;
  }

  .peek-image {
    border-radius: 15px;
  }

  .peek-image img {
    width: 880px;
    max-width: none;
    transform: translateX(-8%);
  }

  .what-it-does {
    padding-top: 86px;
    padding-bottom: 96px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .feature-grid article {
    min-height: auto;
    padding: 28px;
  }

  .feature-number {
    margin-bottom: 44px;
  }

  .stance,
  .closing {
    padding-top: 84px;
    padding-bottom: 88px;
    border-radius: 25px;
  }

  .stance-grid,
  .cap-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 42px;
  }

  .capabilities {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .cap-grid {
    gap: 0;
  }

  .cap-grid li {
    padding: 26px 0;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  footer > div {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
