:root {
  color-scheme: light;
  --ink: #13201f;
  --muted: #61706c;
  --paper: #fbfaf5;
  --surface: #ffffff;
  --mist: #eef5f1;
  --line: #dce8e1;
  --forest: #0f3f3a;
  --forest-2: #17675d;
  --mint: #79d0aa;
  --gold: #c9922e;
  --coral: #d96951;
  --shadow: 0 24px 70px rgba(15, 63, 58, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(238, 245, 241, 0.9), rgba(251, 250, 245, 0.95) 42%),
    var(--paper);
}

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

a {
  color: inherit;
}

.site-header,
.site-footer,
main {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(220, 232, 225, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 45px rgba(19, 32, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--forest);
  font-size: 13px;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.site-footer nav a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a {
  padding: 10px 12px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--forest);
  background: var(--mist);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 14px 28px rgba(15, 63, 58, 0.22);
}

.button.secondary {
  color: var(--forest);
  background: #fff;
  border: 1px solid var(--line);
}

.button.light {
  color: var(--forest);
  background: #fff;
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 44px;
  align-items: center;
  padding: 48px 0 30px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--forest-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.95;
}

h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.hero-lede {
  max-width: 620px;
  margin: 22px 0 0;
  color: #3a4d49;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
}

.hero-actions,
.hero-proof,
.chip-row,
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span,
.blog-meta span,
.tag-chip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-proof span,
.blog-meta span {
  padding: 8px 10px;
}

.hero-media {
  position: relative;
  min-height: 590px;
}

.phone {
  position: absolute;
  width: min(54vw, 330px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.phone-main {
  right: 18%;
  top: 0;
}

.phone-side {
  right: 0;
  top: 96px;
  transform: scale(0.88);
}

.section,
.split-section,
.download-band,
.page-hero,
.article {
  margin: 40px 0;
}

.section.compact {
  margin-top: 18px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.section-heading.row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.feature-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(19, 32, 31, 0.06);
}

.feature-card {
  padding: 22px;
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: var(--forest);
  overflow: hidden;
}

.split-section h2,
.split-section p,
.split-section li,
.download-band h2,
.download-band .eyebrow {
  color: #fff;
}

.split-section p,
.split-section li {
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mint);
}

.wide-shot {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
}

.screen-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.screen-rail img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

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

.blog-card {
  overflow: hidden;
}

.blog-image-link {
  display: block;
  background: var(--mist);
}

.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
}

.blog-card-body {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.blog-meta {
  gap: 8px;
}

.blog-meta span {
  padding: 6px 9px;
  font-size: 12px;
}

.blog-card h3 a,
.text-link {
  color: var(--forest);
  text-decoration: none;
}

.blog-card h3 a:hover,
.text-link:hover {
  text-decoration: underline;
}

.text-link {
  font-weight: 900;
}

.download-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--forest), #1f786b 64%, var(--coral));
}

.page-hero {
  padding: 72px 0 24px;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(42px, 7vw, 84px);
}

.page-hero p {
  max-width: 760px;
  font-size: 19px;
}

.blog-tools {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
}

.search-box {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.chip-row {
  gap: 8px;
}

.tag-chip {
  min-height: 40px;
  padding: 0 14px;
  cursor: pointer;
}

.tag-chip.active {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.article {
  max-width: 980px;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: center;
  padding-top: 60px;
}

.article-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
}

.article-hero img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-body {
  max-width: 760px;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.article-body h2 {
  margin: 30px 0 10px;
  font-size: 25px;
  line-height: 1.2;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0 0 20px;
  color: #2f403d;
  font-size: 18px;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 520px;
  margin-bottom: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

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

  .hero,
  .split-section,
  .blog-tools,
  .article-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 520px;
  }

  .phone-main {
    left: 8%;
    right: auto;
  }

  .phone-side {
    right: 8%;
  }

  .feature-grid,
  .screen-rail,
  .blog-grid,
  .blog-grid.large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-hero img {
    width: min(100%, 320px);
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  main {
    width: min(100% - 20px, var(--max));
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-media {
    min-height: 430px;
  }

  .phone {
    width: min(64vw, 250px);
  }

  .phone-side {
    top: 76px;
  }

  .hero-actions,
  .download-band,
  .site-footer,
  .section-heading.row {
    align-items: stretch;
    flex-direction: column;
  }

  .section-heading.row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .download-band .button {
    width: 100%;
  }

  .feature-grid,
  .screen-rail,
  .blog-grid,
  .blog-grid.large {
    grid-template-columns: 1fr;
  }

  .split-section,
  .download-band,
  .article-body {
    padding: 22px;
  }

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

  .blog-card img {
    height: 210px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
