@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('fonts/dm-sans.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('fonts/manrope.ttf') format('truetype');
}
:root {
  --ink: #152631;
  --muted: #637078;
  --green: #d1f589;
  --navy: #101f29;
  --line: #e0e5e3;
  --paper: #fafbf8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  color: var(--green);
}
.insight-value .icon {
  width: 12px;
  height: 12px;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #709c30;
  outline-offset: 6px;
}
.wrap {
  max-width: 1200px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0 56px;
  margin: auto;
}
.logo {
  font-family: 'Manrope', sans-serif;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -2px;
}
.logo-dot {
  color: #77a948;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 550;
}
.header nav > a:hover {
  color: #648330;
}
.nav-contact {
  border: 1px solid #cbd2cb;
  padding: 13px 18px;
  border-radius: 5px;
  margin-left: 12px;
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  padding-top: 82px;
  padding-bottom: 75px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c4cfd1;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'Manrope', sans-serif;
}
h1 {
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 1.15;
  letter-spacing: -2.7px;
  font-weight: 650;
  margin: 25px 0;
}
h1 em {
  font-style: normal;
  color: var(--green);
}
.hero-copy > p {
  font-size: 15px;
  color: #b7c2c8;
  line-height: 1.85;
  max-width: 455px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 16px 21px;
  border-radius: 4px;
  font-weight: 650;
  font-size: 13px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  background: #e0ffab;
}
.primary {
  background: var(--green);
  color: #15251c;
}
.text-link {
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  font-size: 11px;
  color: #a5b2b7;
  margin-top: 25px;
}
.hero-visual {
  position: relative;
  padding-top: 38px;
  min-width: 0;
  background-image: radial-gradient(#ffffff10 1px, transparent 1px);
  background-size: 19px 19px;
}
.visual-topline {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #8a9b9f;
  margin-bottom: 20px;
}
.code-window {
  background: #182a35;
  border: 1px solid #3c4b50;
  border-radius: 9px;
  box-shadow: 0 24px 55px #0002;
  transform: rotate(-1deg);
}
.window-bar {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #ffffff10;
  height: 48px;
  padding: 0 17px;
  font-size: 10px;
  color: #a9b7c1;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  background: #6d7c82;
  border-radius: 50%;
}
.window-dots i:first-child {
  background: #c48c78;
}
.window-dots i:nth-child(2) {
  background: #c6b076;
}
.window-dots i:nth-child(3) {
  background: #83ad8b;
}
.code-type {
  margin-left: auto;
  font-size: 9px;
  border: 1px solid #ffffff20;
  padding: 3px 5px;
  border-radius: 3px;
}
.code-body {
  display: flex;
  padding: 22px 15px;
  gap: 15px;
  overflow: auto;
}
.line-numbers {
  flex-shrink: 0;
  font-family: monospace;
  font-size: 11px;
  color: #72818a;
  line-height: 2.1;
  user-select: none;
}
pre {
  margin: 0;
  font-size: 11px;
  line-height: 2.1;
  color: #d6dfe1;
  font-family: monospace;
  white-space: pre;
}
.code-purple {
  color: #b6a1db;
}
.code-comment {
  color: #9bafb3;
}
.code-green {
  color: #d1f589;
}
.code-gold {
  color: #e1bd85;
}
.code-white {
  color: #f4f7ef;
}
.code-footer {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff10;
  font-size: 9px;
  color: #a8b9b5;
}
.code-footer .status-dot {
  width: 4px;
  height: 4px;
  margin-right: 5px;
}
.insight-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #fcfdf7;
  color: var(--ink);
  width: 290px;
  padding: 20px 21px 26px;
  border-radius: 7px;
  margin: -20px -15px 0 auto;
  box-shadow: 0 15px 30px #0002;
  transform: rotate(2deg);
}
.insight-label {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #718075;
}
.insight-value {
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  letter-spacing: -1.5px;
  font-weight: 700;
  margin: 5px 0;
}
.insight-value > span {
  font-size: 23px;
}
.insight-value b {
  font-family: sans-serif;
  font-size: 13px;
  background: #e6f2dc;
  border-radius: 50%;
  padding: 3px 5px;
  color: #5d8837;
  vertical-align: middle;
  letter-spacing: 0;
}
.insight-caption {
  font-size: 9px;
  color: #7c847e;
}
.mini-chart {
  flex-shrink: 0;
  height: 65px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  align-self: center;
}
.mini-chart i {
  width: 8px;
  background: #c5dfac;
  border-radius: 2px 2px 0 0;
  height: 25%;
}
.mini-chart i:nth-child(2) {
  height: 38%;
}
.mini-chart i:nth-child(3) {
  height: 32%;
}
.mini-chart i:nth-child(4) {
  height: 54%;
}
.mini-chart i:nth-child(5) {
  height: 48%;
}
.mini-chart i:nth-child(6) {
  height: 70%;
}
.mini-chart i:nth-child(7) {
  height: 80%;
}
.mini-chart i:nth-child(8) {
  height: 100%;
  background: #719f48;
}
.example-label {
  position: absolute;
  bottom: 9px;
  right: 17px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #7d887b;
}
.visual-bottom {
  display: block;
  font-size: 9px;
  color: #829696;
  margin: 17px 0 0 4px;
}
.ecosystem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff16;
  padding: 27px 0 29px;
  gap: 20px;
  color: #b5c0c5;
}
.ecosystem > span {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #8a9b9f;
}
.ecosystem > div {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -0.3px;
}
.section {
  padding-top: 85px;
  padding-bottom: 85px;
}
.dark {
  color: #66834b;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 38px;
}
h2 {
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: -1.4px;
  font-weight: 650;
  margin-top: 17px;
}
.section-top > p {
  max-width: 365px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 4px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.service {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 28px;
  background: #fff;
}
.service-icon {
  height: 43px;
  width: 43px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf3e6;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 25px;
  color: #456636;
  margin-bottom: 28px;
}
.service-number {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 10px;
  color: #8a958a;
}
.service h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.service p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  min-height: 91px;
}
.service > a {
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.service > a:hover {
  color: #648330;
}
.approach {
  background: #eff2eb;
  border-block: 1px solid #e3e8df;
}
.approach-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.approach-layout > div > p {
  font-size: 13px;
  line-height: 1.9;
  max-width: 330px;
  margin: 22px 0;
  color: var(--muted);
}
.dark-link {
  font-size: 12px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #d5ded0;
}
.steps li:first-child {
  padding-top: 0;
}
.steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.steps li > span {
  font-family: monospace;
  font-size: 12px;
  color: #6c8556;
  padding-top: 5px;
}
.steps h3 {
  font-size: 17px;
  margin-bottom: 9px;
}
.steps p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about h2 {
  margin-top: 18px;
}
.about h2 span {
  color: #829078;
}
.about-layout p {
  font-size: 13px;
  line-height: 1.9;
  margin: 15px 0;
  color: var(--muted);
}
.contact {
  background: var(--navy);
  color: #fff;
  border-radius: 9px;
  padding: 51px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.contact h2 {
  font-size: 39px;
  color: #f5f7ed;
}
.contact p {
  font-size: 13px;
  line-height: 1.9;
  color: #b7c2c8;
  max-width: 365px;
  margin-top: 20px;
}
.contact-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.contact-action > span {
  font-size: 11px;
  color: #b7c2c8;
}
.contact-pending {
  font-size: 13px;
  border: 1px solid #4d615a;
  padding: 18px;
  border-radius: 4px;
  color: var(--green);
}
.footer {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-block: 35px;
}
.footer .logo {
  font-size: 28px;
}
.footer > span {
  font-size: 11px;
  color: var(--muted);
}
.footer small {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.footer > a:last-child {
  border: 1px solid #d4dcd0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 14px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  background: var(--green);
  padding: 14px;
  z-index: 20;
}
.skip-link:focus {
  top: 10px;
}
@media (min-width: 1500px) {
  .hero-inner {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    padding: 0 32px;
  }
  .hero-inner {
    gap: 30px;
  }
  h1 {
    font-size: 45px;
  }
  .hero-actions {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-visual {
    padding-top: 58px;
  }
  .insight-card {
    margin-right: 0;
  }
  .header nav {
    gap: 20px;
  }
  .nav-contact {
    margin-left: 0;
  }
  .service {
    padding: 23px;
  }
  .service h3 {
    font-size: 16px;
  }
  .service p {
    min-height: 115px;
  }
  .approach-layout,
  .about-layout {
    gap: 50px;
  }
  .ecosystem > div {
    font-size: 13px;
  }
  .ecosystem > span {
    font-size: 8px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 78px;
    padding: 0 20px;
    position: relative;
  }
  .logo {
    font-size: 31px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #cbd2cb;
    padding: 8px 11px;
    border-radius: 4px;
    font-size: 13px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 22px;
    z-index: 10;
    border-bottom: 1px solid var(--line);
    align-items: stretch;
  }
  .header nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .nav-contact {
    display: flex;
    justify-content: space-between;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 34px;
    gap: 35px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  h1 {
    font-size: clamp(38px, 8.7vw, 58px);
    letter-spacing: -1.8px;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 500px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-visual {
    padding-top: 12px;
    max-width: 520px;
    width: 100%;
    margin: auto;
  }
  .visual-topline {
    font-size: 8px;
  }
  .code-body {
    padding: 17px 12px;
  }
  .code-window {
    transform: none;
  }
  pre,
  .line-numbers {
    font-size: 10px;
  }
  .insight-card {
    width: min(290px, calc(100% - 7px));
    margin-top: -12px;
    margin-right: 7px;
  }
  .visual-bottom {
    margin-top: 18px;
  }
  .ecosystem {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-block: 22px;
  }
  .ecosystem > span {
    grid-column: 1 / -1;
  }
  .ecosystem > div {
    font-size: 12px;
  }
  .section {
    padding-block: 56px;
  }
  .section-top {
    display: block;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 31px;
  }
  .section-top > p {
    margin-top: 19px;
    max-width: 100%;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .service {
    padding: 25px;
  }
  .service-icon {
    margin-bottom: 20px;
  }
  .service h3 {
    font-size: 19px;
  }
  .service p {
    min-height: 0;
    font-size: 13px;
  }
  .service > a {
    margin-top: 20px;
    font-size: 13px;
  }
  .approach-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .approach-layout > div > p {
    max-width: 100%;
  }
  .about-layout {
    gap: 14px;
  }
  .about-layout p {
    margin-top: 8px;
  }
  .contact {
    padding: 32px 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .contact h2 {
    font-size: 34px;
  }
  .contact-action {
    align-items: flex-start;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 28px;
  }
  .footer > span {
    width: calc(100% - 115px);
    font-size: 10px;
  }
  .footer small {
    margin-left: 0;
  }
  .footer > a:last-child {
    margin-left: auto;
  }
  .hero-note {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.migration {
  border-top: 1px solid var(--line);
  padding-block: 45px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.migration p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 16px;
}
.brand-page {
  padding-block: 55px 75px;
}
.brand-page > p {
  color: var(--muted);
  line-height: 1.8;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 35px;
}
.brand-option {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.brand-option h2 {
  font-size: 16px;
  letter-spacing: 0;
  padding: 20px;
  margin: 0;
}
.brand-sample {
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: #fafbf8;
}
.brand-sample-dark {
  background: var(--navy);
}
.brand-sample img {
  object-fit: contain;
  width: 100%;
  max-width: 260px;
  height: 90px;
}
.brand-downloads {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  font-size: 12px;
}
.brand-downloads a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 760px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }
  .migration {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 50px;
  }
}
