@font-face {
  font-family: Geist;
  src: url("api/console/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: GeistMono;
  src: url("api/console/fonts/geist-mono/GeistMono-Variable.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #fafaf7;
  --ink: #192b25;
  --muted: #606b64;
  --line: #dedfd8;
  --green: #234c3b;
  --lime: #d8ed9e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Geist, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #538733;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 14px;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  border-radius: 9px;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
.login {
  font-size: 13px;
  font-weight: 550;
}
.hero {
  text-align: center;
  padding-block: 76px 54px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.7px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero .eyebrow {
  justify-content: center;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #517342;
  display: inline-block;
}
h1 {
  font-size: clamp(44px, 5.7vw, 76px);
  font-weight: 500;
  letter-spacing: -4px;
  line-height: 1.06;
  margin: 23px 0;
}
h1 span {
  display: block;
  color: #6f796e;
  text-wrap: balance;
}
.hero-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 26px;
}
.actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 14px 22px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 550;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: #173b2c;
}
.secondary {
  background: transparent;
  border: 1px solid #bbc2b8;
}
.secondary:hover {
  background: #f0f2eb;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin: 18px 0 0;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.product {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  scroll-margin-top: 20px;
}
.app-product {
  background: #eeefe9;
}
.api-product {
  background: #e5ebdf;
}
.product-copy {
  padding: 32px 36px 0;
}
.product-copy .eyebrow {
  margin: 0 0 22px;
  color: #506044;
}
.product h2 {
  font-size: 39px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -1.7px;
  margin: 0 0 15px;
}
.product-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 19px;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.app-preview {
  height: 336px;
  margin-top: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.phone {
  width: 240px;
  padding: 5px;
  border-radius: 35px;
  background: #18251f;
  box-shadow: 0 18px 44px #25332a20;
  transform: rotate(-4deg);
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 9px;
}
.phone img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
.preview-caption {
  position: absolute;
  right: 25px;
  bottom: 28px;
  font-size: 12px;
  padding: 12px 15px;
  border: 1px solid #d6ddce;
  background: #fafbf6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 20px #25332a0a;
}
.product-bottom {
  margin-top: auto;
  min-height: 55px;
  border-top: 1px solid #d3d8ce;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 28px;
  font-size: 11px;
  color: #4d5b4d;
  background: #ffffff38;
}
.product-bottom a {
  font-weight: 600;
}
.code-preview {
  margin: 41px 28px 37px;
  background: #1c2b24;
  color: #edf3e9;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 12px 28px #24342514;
}
.code-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ffffff18;
  color: #b9c7b6;
  font:
    10px GeistMono,
    monospace;
  letter-spacing: 0.5px;
}
pre {
  margin: 0;
  padding: 26px 20px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    12px/1.9 GeistMono,
    monospace;
  min-height: 191px;
}
.code-accent {
  color: var(--lime);
}
.code-footer {
  border-top: 1px solid #ffffff18;
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  color: #b9c7b6;
}
.code-footer a {
  color: var(--lime);
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-block: 54px 66px;
  border-bottom: 1px solid var(--line);
}
.benefit-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
h3 {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin: 13px 0 10px;
}
.benefits p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  padding-block: 65px;
}
.faq h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1.2px;
}
.faq .eyebrow {
  color: var(--muted);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 21px 30px 21px 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  font-size: 20px;
  font-weight: 400;
  top: 17px;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  padding: 0 20px 22px 0;
}
details p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
details code {
  font-size: 12px;
}
.closing {
  padding: 38px 0 67px;
  text-align: center;
}
.closing h2 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 0 0 25px;
}
footer {
  border-top: 1px solid var(--line);
  padding-block: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .brand {
  font-size: 20px;
}
.copyright {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 8px;
}
footer nav {
  flex-wrap: wrap;
  font-size: 12px;
  gap: 24px;
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 86px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 48px);
  }
  .product-copy {
    padding-inline: 25px;
  }
  .product h2 {
    font-size: 33px;
  }
  .product-bottom {
    padding-inline: 20px;
    font-size: 10px;
  }
  .code-preview {
    margin-inline: 18px;
  }
  pre {
    font-size: 11px;
    padding-inline: 16px;
  }
  .code-footer {
    flex-wrap: wrap;
  }
  .benefits {
    gap: 25px;
  }
  .faq {
    gap: 30px;
  }
  .preview-caption {
    right: 15px;
  }
}
@media (max-width: 680px) {
  .container {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 72px;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .header-inner nav {
    gap: 19px;
    font-size: 12px;
  }
  .login {
    display: none;
  }
  .hero {
    padding-block: 49px 36px;
  }
  h1 {
    font-size: 44px;
    letter-spacing: -2.5px;
    margin-block: 22px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .button {
    padding: 13px 16px;
    font-size: 12px;
    gap: 15px;
    min-height: 48px;
  }
  .actions {
    gap: 9px;
  }
  .hero-note {
    font-size: 11px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-copy {
    padding: 28px 26px 0;
  }
  .product h2 {
    font-size: 37px;
  }
  .app-preview {
    height: 272px;
    margin-top: 24px;
  }
  .phone {
    width: 202px;
    border-radius: 30px;
  }
  .phone img {
    border-radius: 25px;
  }
  .product-bottom {
    font-size: 10px;
    padding-inline: 22px;
  }
  .code-preview {
    margin: 30px 22px;
  }
  pre {
    font-size: 11px;
    min-height: 180px;
  }
  .code-footer {
    font-size: 10px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-block: 38px;
  }
  .benefits h3 {
    margin-top: 9px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 34px;
  }
  .faq h2 {
    font-size: 30px;
    margin: 15px 0;
  }
  .faq .eyebrow {
    font-size: 10px;
  }
  summary {
    font-size: 14px;
  }
  .closing {
    padding-block: 24px 42px;
  }
  .closing h2 {
    font-size: 27px;
  }
  footer {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
  footer nav {
  flex-wrap: wrap;
    gap: 23px;
    font-size: 11px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
