@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #17231c;
  --muted: #68736b;
  --paper: #f3f0e8;
  --surface: #fffdf8;
  --green: #16764a;
  --green-bright: #39ce7d;
  --green-pale: #dff4e6;
  --line: #d8d8cf;
  --dark: #11261a;
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1440px, calc(100% - 40px));
  min-height: 76px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid color-mix(in srgb, var(--line) 86%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: 0 12px 40px rgba(30, 45, 35, .07);
  backdrop-filter: blur(18px);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.landing-logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.landing-brand > span:last-child {
  display: grid;
  line-height: 1.05;
}

.landing-brand strong {
  font-size: 18px;
  letter-spacing: -.04em;
}

.landing-brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.site-header nav a {
  color: #49534d;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.site-header nav a:hover {
  color: var(--green);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.header-cta span {
  color: var(--green-bright);
}

.menu-toggle {
  display: none;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 64px;
  width: min(1360px, calc(100% - 64px));
  min-height: 750px;
  margin: 0 auto;
  padding: 92px 0 76px;
}

.kicker {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 5px rgba(57, 206, 125, .12);
}

.hero h1,
.section-heading h2,
.feature-lead h2,
.security h2,
.download h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}

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

.hero-text {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.final-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(22, 118, 74, .2);
}

.button.primary:hover {
  background: #0e6740;
}

.button.secondary {
  border-color: var(--line);
  background: var(--surface);
}

.button.ghost {
  color: #d8e8dc;
  border-color: rgba(255,255,255,.18);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #566159;
  font-size: 11px;
  font-weight: 700;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-trust span {
  color: var(--green);
}

.product-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccd2c9;
  border-radius: 26px;
  background: #f9faf7;
  box-shadow: 0 40px 80px rgba(34, 51, 40, .16);
  transform: rotate(1deg);
}

.product-preview::before {
  position: absolute;
  z-index: -1;
  inset: -40px 15% auto;
  height: 130px;
  border-radius: 50%;
  background: rgba(57, 206, 125, .36);
  filter: blur(60px);
  content: "";
}

.preview-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid #dfe3dc;
  background: #fff;
}

.preview-brand {
  margin-right: auto;
  font-size: 12px;
  font-weight: 800;
}

.preview-brand b {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 7px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 9px;
}

.preview-mode {
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-pale);
  font-size: 9px;
  font-weight: 800;
}

.preview-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd3cc;
}

.preview-body {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 460px;
}

.preview-body aside {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 28px 15px;
  border-right: 1px solid #dfe3dc;
  background: #f2f3ef;
}

.preview-body aside span {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 9px;
  color: #727a74;
  font-size: 9px;
  font-weight: 700;
}

.preview-body aside span.active {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 3px 0 var(--green);
}

.preview-content {
  padding: 36px 30px;
}

.preview-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.preview-heading div {
  display: grid;
  gap: 8px;
}

.preview-heading small {
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.preview-heading strong {
  font-size: 20px;
  letter-spacing: -.04em;
}

.preview-heading button,
.lead-card button {
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
}

.preview-heading button {
  padding: 11px 13px;
  color: #fff;
  background: var(--green);
  font-size: 8px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0;
}

.metrics span {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid #e1e4de;
  border-radius: 10px;
  background: #fff;
}

.metrics small {
  color: #7b827d;
  font-size: 7px;
}

.metrics b {
  font-size: 19px;
}

.lead-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
  padding: 13px;
  border: 1px solid #e1e4de;
  border-radius: 11px;
  background: #fff;
}

.lead-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #0d673d;
  background: #dff4e6;
  font-size: 11px;
  font-weight: 800;
}

.lead-avatar.alt {
  color: #76511f;
  background: #f4e9d5;
}

.lead-card > div:nth-child(2) {
  display: grid;
  gap: 4px;
}

.lead-card strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead-card small {
  color: #7b827d;
  font-size: 7px;
}

.priority {
  padding: 6px 7px;
  border-radius: 6px;
  color: #a05a20;
  background: #f7eadb;
  font-size: 7px;
  font-weight: 800;
}

.priority.warm {
  color: #0e6c42;
  background: #ddf3e5;
}

.lead-card button {
  padding: 8px;
  color: #566159;
  background: #f1f2ee;
  font-size: 7px;
}

.preview-caption {
  padding: 13px 18px;
  border-top: 1px solid #dfe3dc;
  color: #6b756e;
  background: #fff;
  font-size: 8px;
  font-weight: 700;
}

.preview-caption span {
  margin-right: 6px;
  color: var(--green-bright);
}

.source-strip {
  padding: 28px max(32px, calc((100vw - 1360px) / 2));
  border-block: 1px solid var(--line);
  background: #e9e7df;
}

.source-strip p {
  margin: 0 0 20px;
  color: #7b807b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.source-strip div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 30px;
}

.source-strip span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #505953;
  font-size: 12px;
  font-weight: 800;
}

.source-strip b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #cbcfc8;
  border-radius: 8px;
  color: var(--green);
  background: #f8f7f2;
  font-size: 10px;
}

.section {
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(320px, .58fr);
  gap: 0 70px;
  align-items: end;
}

.section-heading .kicker {
  grid-column: 1 / -1;
}

.section-heading h2,
.feature-lead h2,
.security h2,
.download h2,
.final-cta h2 {
  font-size: clamp(38px, 4.3vw, 66px);
}

.section-heading > p:last-child,
.feature-lead > p,
.security > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
}

.steps article {
  position: relative;
  min-height: 340px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.step-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #a5aba5;
  font-size: 10px;
  font-weight: 800;
}

.step-icon,
.platform-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: var(--green);
  background: var(--green-pale);
  font-size: 24px;
  font-weight: 800;
}

.steps h3,
.feature-card h3,
.audience h3,
.download-options h3 {
  margin: 86px 0 14px;
  font-size: 23px;
  letter-spacing: -.04em;
}

.steps p,
.feature-card p,
.audience article p,
.download-options p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.features {
  display: grid;
  grid-template-columns: .58fr 1fr;
  gap: 55px;
  align-items: start;
  padding-top: 70px;
}

.feature-lead {
  position: sticky;
  top: 120px;
}

.feature-lead > p {
  margin-top: 28px;
}

.feature-lead > a {
  display: inline-flex;
  gap: 18px;
  margin-top: 30px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

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

.feature-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.feature-card.wide {
  grid-column: 1 / -1;
}

.feature-card.dark {
  color: #f4f8f5;
  background: var(--dark);
  border-color: var(--dark);
}

.feature-card.dark p {
  color: #9eb0a4;
}

.feature-label {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.feature-card h3 {
  max-width: 540px;
  margin: 40px 0 12px;
}

.feature-card p {
  max-width: 560px;
}

.merge-demo,
.pipeline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 14px;
  border-radius: 13px;
  background: #f0f1ec;
}

.merge-demo span,
.pipeline span {
  padding: 8px 10px;
  border: 1px solid #d9ddd6;
  border-radius: 8px;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
}

.merge-demo i {
  margin-left: auto;
  color: var(--green);
  font-style: normal;
}

.merge-demo strong {
  padding: 9px 11px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-size: 9px;
}

.member-stack {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.member-stack i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: -8px;
  border: 3px solid var(--surface);
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.member-stack i:nth-child(2) {
  background: #bb7b3e;
}

.member-stack i:nth-child(3) {
  background: #565f89;
}

.member-stack span {
  margin-left: 20px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.feature-card blockquote {
  margin: 30px 0 0;
  padding: 16px;
  border-left: 3px solid var(--green-bright);
  color: #cfe3d5;
  background: rgba(255,255,255,.05);
  font-size: 12px;
  line-height: 1.6;
}

.pipeline {
  justify-content: space-between;
  gap: 4px;
}

.pipeline i {
  flex: 1;
  height: 1px;
  background: #cbd2ca;
}

.audience {
  padding-top: 80px;
}

.section-heading.compact {
  display: block;
}

.section-heading.compact h2 {
  max-width: 850px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-block: 1px solid var(--line);
}

.audience-grid article {
  min-height: 280px;
  padding: 34px 34px 44px;
  border-right: 1px solid var(--line);
}

.audience-grid article:last-child {
  border-right: 0;
}

.audience-grid article > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.audience h3 {
  margin: 80px 0 16px;
}

.security {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 85px;
  width: min(1440px, calc(100% - 40px));
  padding: 90px;
  border-radius: 30px;
  color: #f4f8f5;
  background: var(--dark);
}

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

.security > div > p:last-child {
  margin-top: 28px;
  color: #9eb0a4;
}

.security ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.security li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.security li > span {
  color: var(--green-bright);
  font-size: 10px;
  font-weight: 800;
}

.security li div {
  display: grid;
  gap: 7px;
}

.security li strong {
  font-size: 15px;
}

.security li p {
  margin: 0;
  color: #9eb0a4;
  font-size: 12px;
  line-height: 1.55;
}

.download {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 80px;
}

.download-options {
  display: grid;
  gap: 12px;
}

.download-options article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.download-options .platform-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  font-size: 20px;
}

.download-options h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.download-options p {
  font-size: 11px;
}

.download-options .button {
  min-height: 46px;
}

.download-note {
  padding: 4px 10px;
}

.faq {
  padding-top: 70px;
}

.faq-list {
  max-width: 940px;
  margin: 58px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-size: 18px;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -5px 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.final-cta {
  width: min(1360px, calc(100% - 64px));
  margin: 20px auto 80px;
  padding: 88px;
  border-radius: 30px;
  color: #f6faf7;
  background:
    radial-gradient(circle at 85% 10%, rgba(57,206,125,.24), transparent 28%),
    var(--green);
}

.final-cta .kicker {
  color: #baf3d0;
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta > p:nth-of-type(2) {
  max-width: 590px;
  margin: 26px 0 0;
  color: #d7eee0;
  font-size: 16px;
  line-height: 1.65;
}

.final-cta .button.primary {
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 40px;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
}

footer p,
footer > span {
  color: var(--muted);
  font-size: 10px;
}

footer nav {
  display: flex;
  gap: 24px;
  color: #536057;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

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

  .product-preview {
    transform: none;
  }

  .features,
  .security,
  .download {
    grid-template-columns: 1fr;
  }

  .feature-lead {
    position: static;
  }

  .security {
    padding: 70px;
  }

  footer {
    grid-template-columns: auto 1fr auto;
  }

  footer > span {
    display: none;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 24px);
    margin-top: 8px;
  }

  .site-header nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    box-shadow: 0 18px 40px rgba(30, 45, 35, .12);
  }

  .site-header nav.open {
    display: grid;
  }

  .site-header nav a {
    padding: 11px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
    margin-right: 8px;
    padding: 10px;
    border: 0;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
  }

  .header-cta {
    padding: 12px;
    font-size: 0;
  }

  .header-cta span {
    font-size: 15px;
  }

  .hero,
  .section,
  .final-cta,
  footer {
    width: calc(100% - 32px);
  }

  .hero {
    min-height: auto;
    padding: 72px 0;
  }

  .hero h1 {
    font-size: clamp(45px, 13vw, 70px);
  }

  .hero-text {
    font-size: 16px;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-body aside {
    display: none;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .steps,
  .audience-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card.wide {
    grid-column: auto;
  }

  .audience-grid article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .security {
    width: calc(100% - 16px);
    padding: 48px 24px;
  }

  .final-cta {
    padding: 54px 28px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .hero-trust {
    display: grid;
  }

  .product-preview {
    margin-inline: -8px;
  }

  .preview-content {
    padding: 26px 18px;
  }

  .preview-heading {
    align-items: start;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .metrics span:nth-child(3) {
    display: none;
  }

  .lead-card {
    grid-template-columns: auto 1fr auto;
  }

  .lead-card .priority {
    display: none;
  }

  .merge-demo,
  .pipeline {
    flex-wrap: wrap;
  }

  .merge-demo i,
  .pipeline i {
    display: none;
  }

  .download-options article {
    grid-template-columns: auto 1fr;
  }

  .download-options article .button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
