:root {
  color-scheme: light;
  --ink: #172019;
  --muted: #5d685f;
  --paper: #fbf8f0;
  --paper-strong: #fffdf7;
  --moss: #2f6f4e;
  --moss-dark: #194531;
  --leaf: #8bb79a;
  --clay: #b96d45;
  --ochre: #d2a24c;
  --line: rgba(23, 32, 25, 0.14);
  --shadow: 0 24px 80px rgba(30, 45, 34, 0.18);
  font-family: "Aptos", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
}

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--moss);
  background: var(--moss);
  color: white;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(47, 111, 78, 0.22);
}

.button.secondary {
  background: transparent;
  color: var(--moss-dark);
  box-shadow: none;
}

.hero {
  min-height: 84vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(251, 248, 240, 0.98) 0%, rgba(251, 248, 240, 0.88) 38%, rgba(251, 248, 240, 0.24) 72%),
    linear-gradient(180deg, rgba(251, 248, 240, 0) 70%, var(--paper) 100%),
    url("assets/screenshot-dashboard.jpg") right center / min(980px, 78vw) auto no-repeat;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 72px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--moss-dark);
  background: rgba(255, 253, 247, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 700;
}

h2 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
}

h3 {
  font-size: 21px;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #39463d;
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-note {
  max-width: 570px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.section {
  padding: 86px 0;
}

.section.tight {
  padding: 62px 0;
}

.band {
  background: var(--paper-strong);
  border-block: 1px solid var(--line);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-head p,
.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature,
.plan,
.doc-link,
.trust-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  padding: 24px;
}

.feature p,
.plan p,
.doc-link p,
.trust-item p {
  color: var(--muted);
  line-height: 1.6;
}

.feature b,
.plan b {
  color: var(--moss-dark);
}

.screens {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: start;
}

.screens img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.screens-stack {
  display: grid;
  gap: 18px;
}

.quote-band {
  background: var(--moss-dark);
  color: white;
}

.quote-band p {
  max-width: 860px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.28;
}

.quote-band span {
  display: block;
  margin-top: 22px;
  color: #d8eadc;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 15px;
}

.plan {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.plan .price {
  margin: 18px 0;
  font-size: 32px;
  font-weight: 900;
  color: var(--moss-dark);
}

.plan ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.plan .button {
  width: fit-content;
  margin-top: auto;
}

.footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #f4ecdd;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 92px 0 54px;
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.docs-list {
  display: grid;
  gap: 14px;
}

.doc-link {
  display: block;
  text-decoration: none;
}

.doc-link:hover {
  border-color: rgba(47, 111, 78, 0.5);
}

.callout {
  padding: 30px;
  border-radius: 8px;
  background: #ead8bb;
  border: 1px solid rgba(185, 109, 69, 0.24);
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 248, 240, 0.92), var(--paper) 78%),
      url("assets/screenshot-dashboard.jpg") center top / 980px auto no-repeat;
  }

  .hero-inner {
    padding-top: 300px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .section-head,
  .footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid.three,
  .grid.two,
  .screens {
    grid-template-columns: 1fr;
  }

  .quote-band p {
    font-size: 26px;
  }
}
