@font-face {
  font-family: Space;
  src: url('/brand/space-grotesk-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Space;
  src: url('/brand/space-grotesk-latin-ext.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
:root {
  --ink: #162c27;
  --green: #065f46;
  --muted: #5e6e66;
  --paper: #f8faf6;
  --line: #dce4da;
  --lime: #dbef8b;
  --white: #fff;
  --font: Space, Arial, sans-serif;
  color-scheme: light;
}
[hidden] {
  display: none !important;
}
.product-preview .panel-shot {
  margin: 0;
}
.panel-shot > a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 55px #163f2410;
}
.panel-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.panel-shot figcaption {
  font-size: 13px;
  color: var(--muted);
  margin: 16px 0;
}
.preview-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.preview-points strong {
  display: block;
  margin-bottom: 8px;
}
.demo-grid {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: stretch;
}
.site-form {
  display: grid;
  gap: 20px;
}
.site-form h2 {
  margin: 0;
}
.site-form label:not(.choice) {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.site-form input:not([type='checkbox']),
.site-form select,
.site-form textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #a7b7ac;
  border-radius: 6px;
  background: white;
  font: inherit;
  color: var(--ink);
}
.site-form textarea {
  resize: vertical;
}
.site-form fieldset {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 12px;
}
.site-form legend {
  font-size: 13px;
  padding: 0 6px;
}
.site-form > .form-controls {
  display: grid;
  gap: 20px;
  padding: 0;
  border: 0;
  min-width: 0;
}
.choice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
}
.choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  flex-shrink: 0;
  margin-top: 3px;
}
.site-form .button {
  border: 0;
  font: inherit;
  cursor: pointer;
  justify-content: center;
}
.site-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-hint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.demo-form {
  background: white;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.demo-inbox {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #eef3eb;
  min-width: 0;
  padding: 28px;
}
.demo-toolbar,
.demo-record-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.demo-toolbar {
  border-bottom: 1px solid #cbd8c8;
  padding-bottom: 24px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.demo-label {
  font-size: 11px;
  padding: 5px 9px;
  background: #dce8d8;
  color: #305338;
  border-radius: 4px;
}
#demo-empty {
  padding: 80px 10px;
  text-align: center;
}
.demo-empty-icon {
  font-size: 64px;
  color: var(--green);
}
#demo-result {
  padding-top: 26px;
}
#demo-reset {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}
.demo-message {
  padding: 20px;
  background: white;
  border-radius: 8px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.demo-events {
  padding-left: 22px;
}
.demo-events li {
  padding: 10px 0 10px 6px;
}
#demo-email,
#demo-name,
#access-reference {
  overflow-wrap: anywhere;
}
#demo-announcement,
#access-feedback {
  font-size: 14px;
}
.preview-notice {
  font-size: 13px;
  padding: 12px;
  background: #fff6d7;
  border-radius: 6px;
}
.policy-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  padding-bottom: 80px;
}
.policy-summary {
  align-self: start;
  padding: 28px;
  background: #eaf0e5;
  border-radius: 10px;
}
.policy-copy {
  max-width: 760px;
}
.policy-copy section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.policy-copy h2 {
  font-size: 26px;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
.policy-copy p,
.policy-copy li {
  color: var(--muted);
}
.policy-copy li {
  margin-bottom: 12px;
}
.standalone-policy {
  padding-bottom: 60px;
}
.notice-text p {
  white-space: pre-wrap;
}
.provider-details {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 16px;
  margin: 16px 0 24px;
  font-size: 14px;
}
.provider-details dt {
  font-weight: 500;
}
.provider-details dd {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.policy-table td:first-child {
  white-space: normal;
  font-family: inherit;
  font-weight: 500;
}
.office-address {
  font-style: normal;
  font-size: 14px;
  color: var(--muted);
  margin: 24px 0;
}
@media (max-width: 800px) {
  .demo-grid,
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .preview-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-pair {
    grid-template-columns: 1fr;
  }
  .demo-form,
  .demo-inbox {
    padding: 22px;
  }
  #demo-empty {
    padding: 35px 5px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
textarea {
  font: inherit;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #cf6500;
  outline-offset: 5px;
  border-radius: 3px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-130%);
  z-index: 10;
  padding: 12px;
  background: var(--lime);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  min-height: 108px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
.brand-logo {
  display: block;
  width: 120px;
  height: auto;
}
.wordmark {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #0c0f15;
  position: relative;
  padding-bottom: 10px;
}
.wordmark > span:first-child {
  color: #065f46;
}
.company {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #66726b;
}
.product {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1.5px;
  border-left: 1px solid #ced8cf;
  padding-left: 16px;
}
.brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  align-self: flex-end;
  margin-bottom: 4px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.site-header nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.site-header nav a:hover,
.site-header nav a[aria-current] {
  color: var(--green);
  text-decoration: underline;
}
.panel-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #c5d1c6;
  border-radius: 7px;
  padding: 10px 17px;
  white-space: nowrap;
}
.panel-link span {
  margin-left: 14px;
}
.panel-link:hover {
  background: #e9efe6;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  margin: 0 0 25px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73b895;
  box-shadow: 0 0 0 4px #73b89520;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -1.6px;
  line-height: 1.1;
}
h1 {
  font-size: clamp(45px, 5.7vw, 78px);
  margin-bottom: 28px;
}
h1 em {
  font-style: normal;
  color: var(--green);
}
h2 {
  font-size: clamp(32px, 3.4vw, 44px);
  margin-bottom: 22px;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
}
p {
  color: var(--muted);
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 580px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 49px;
  padding: 12px 22px;
  background: var(--green);
  border: 1px solid var(--green);
  color: white;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #034532;
  transform: translateY(-1px);
}
.button.secondary {
  background: transparent;
  border-color: #bbc9bc;
  color: var(--ink);
}
.button.secondary:hover {
  background: #e6eee2;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link span {
  margin-left: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 70px;
}
.hero-copy .lead {
  max-width: 475px;
  margin-bottom: 30px;
}
.hero-note {
  font-size: 12px;
  margin: 19px 0 0;
  color: #677269;
}
.flow-visual {
  background: #eaf0e4;
  border: 1px solid #d5dfcd;
  border-radius: 14px;
  padding: 22px 28px 18px;
  position: relative;
  background-image: radial-gradient(#becdb055 0.8px, transparent 0.8px);
  background-size: 14px 14px;
}
.visual-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #547047;
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 23px;
}
.visual-top > span:last-child {
  margin-left: auto;
  letter-spacing: 0;
}
.sample-form {
  background: #fff;
  border: 1px solid #d9e3d2;
  border-radius: 9px;
  box-shadow: 0 8px 24px #26432b08;
  margin-inline: 14px;
}
.mini-browser {
  display: flex;
  gap: 4px;
  align-items: center;
  border-bottom: 1px solid #edf0e9;
  padding: 11px 14px;
}
.mini-browser i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0d9cc;
}
.mini-browser > span {
  font-size: 9px;
  letter-spacing: 0.1px;
  color: #788476;
  margin-inline: auto;
}
.sample-body {
  padding: 18px 22px;
}
.sample-label {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #758570;
}
.sample-body h3 {
  font-size: 22px;
  margin: 6px 0 16px;
}
.sample-field {
  border: 1px solid #e0e6dd;
  border-radius: 4px;
  padding: 8px 11px;
  font-size: 10px;
  background: #fafcf8;
  color: #6f7c68;
  margin-bottom: 8px;
}
.sample-field.message {
  padding-bottom: 20px;
}
.sample-submit {
  margin-top: 10px;
  border-radius: 4px;
  background: var(--green);
  color: white;
  font-size: 10px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
}
.flow-line {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #638254;
}
.flow-line span {
  height: 15px;
  width: 1px;
  background: #afc49e;
}
.flow-line small {
  font-size: 8px;
  line-height: 17px;
  font-family: Consolas, monospace;
}
.flow-hub {
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid #c0d1b2;
  background: #fcfef8;
  border-radius: 7px;
  padding: 14px 16px;
  box-shadow: 0 4px 8px #22412205;
}
.hub-icon {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  background: var(--green);
  color: var(--lime);
  border-radius: 8px;
}
.hub-icon span {
  font-size: 17px;
}
.flow-hub strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.flow-hub small {
  display: block;
  font-size: 9px;
  color: #75846d;
}
.check {
  margin-left: auto;
  background: #e8f0df;
  color: #548834;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
}
.flow-branches {
  height: 28px;
  width: 69%;
  border: 1px solid #aec49b;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  margin: 18px auto 0;
  position: relative;
}
.flow-branches:before {
  content: '';
  height: 47px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #aec49b;
}
.channel-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
}
.channel-row > div {
  background: #fff;
  border: 1px solid #d2dfc7;
  border-radius: 5px;
  font-size: 10px;
  padding: 10px 7px;
  text-align: center;
}
.channel-row span {
  display: block;
  font-size: 17px;
  color: var(--green);
  line-height: 1.4;
}
.visual-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #6b7f5d;
  margin-top: 21px;
  letter-spacing: 0.6px;
}
.compatibility {
  border-block: 1px solid var(--line);
  padding-block: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.compatibility > span {
  color: #6c7b6c;
  font-size: 9px;
  letter-spacing: 1px;
}
.compatibility > div {
  display: flex;
  gap: 25px;
  font-size: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.compatibility i {
  font-style: normal;
  color: #bcc8b6;
  font-size: 13px;
}
.section {
  padding-block: 96px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 51px;
  color: var(--green);
  font-size: 9px;
  letter-spacing: 0.7px;
}
.card-top > span:first-child {
  font-size: 13px;
  letter-spacing: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #d5e3c7;
  background: #f3f7ee;
}
.feature-card h3 {
  font-size: 25px;
  letter-spacing: -0.9px;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0;
}
.integration-section {
  background: #eef3e9;
  border-block: 1px solid #e0e8d8;
  padding-block: 84px;
}
.integration {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.integration p {
  font-size: 15px;
  max-width: 390px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  font-size: 13px;
  color: #53634d;
}
.steps li {
  margin: 15px 0;
  display: flex;
  gap: 16px;
}
.steps span {
  font-size: 10px;
  color: var(--green);
}
.code-card {
  min-width: 0;
  overflow: hidden;
  background: #132f27;
  border-radius: 9px;
  color: #dfebd7;
  box-shadow: 0 15px 30px #122c2012;
}
.code-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  font-size: 11px;
  border-bottom: 1px solid #31493d;
  color: #bfd2b2;
}
.code-title span:last-child {
  color: #90a780;
}
pre {
  margin: 0;
  padding: 22px;
  overflow-x: auto;
  font-size: 11px;
  line-height: 2;
  tab-size: 2;
}
code {
  font-family: Consolas, 'Courier New', monospace;
}
p code {
  font-size: 0.86em;
  background: #e6ece1;
  padding: 2px 5px;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.code-card p {
  padding: 14px 20px;
  border-top: 1px solid #31493d;
  color: #abc69b;
  font-size: 10px;
  max-width: none;
  margin: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-section > div > p {
  font-size: 14px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-size: 15px;
  line-height: 1.5;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 20px;
  line-height: 1.1;
  color: var(--green);
}
details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 14px;
  padding: 0 22px 20px 0;
  margin: 0;
}
.closing {
  background: var(--green);
  border-radius: 12px;
  padding: 50px 55px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 85px;
}
.closing .eyebrow {
  color: #c5dcab;
}
.closing h2 {
  margin: 0;
  font-size: 38px;
}
.closing .button {
  background: var(--lime);
  border-color: var(--lime);
  color: #153728;
  min-width: 215px;
}
.closing .button:hover {
  background: #e8f8b3;
}
.closing p:not(.eyebrow) {
  color: #c3d5c4;
  font-size: 12px;
  margin: 16px 0 0;
}
.site-footer {
  padding-bottom: 30px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 38px;
}
.footer-main p {
  font-size: 12px;
  margin: 19px 0 0;
}
.footer-main .brand-logo {
  width: 144px;
}
.footer-main nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
  flex-wrap: wrap;
  align-content: start;
  padding-top: 10px;
}
.footer-main nav a {
  text-decoration: none;
}
.footer-main nav a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 23px;
  font-size: 10px;
  color: #667564;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom > span:last-child {
  margin-left: auto;
}
.page-intro {
  padding-top: 78px;
  padding-bottom: 60px;
}
.page-intro h1 {
  font-size: clamp(42px, 5vw, 64px);
}
.page-intro .lead {
  max-width: 680px;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 80px;
}
.detail-number {
  font-size: 11px;
  color: var(--green);
}
.detail-grid h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  margin-top: 15px;
}
.detail-grid p {
  font-size: 15px;
  max-width: 500px;
  margin: 0;
}
.note {
  border-left: 3px solid var(--green);
  background: #edf2e8;
  padding: 24px 30px;
  margin-bottom: 80px;
}
.note p {
  font-size: 14px;
  margin: 8px 0 0;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.plan {
  padding: 28px 16px;
  border: 1px solid #d6e0ce;
  border-radius: 12px;
  background: white;
  display: flex;
  flex-direction: column;
}
.plan-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--green);
  margin-bottom: 24px;
  min-height: 34px;
}
.plan h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.plan p {
  font-size: 14px;
}
.plan > p:last-of-type {
  min-height: 5em;
}
.plan > p:first-of-type {
  min-height: 3.3em;
}
.plan .button {
  padding-inline: 10px;
  gap: 8px;
  font-size: 11px;
  justify-content: space-between;
  min-height: 62px;
}
.price {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 24px 0 20px;
  font-weight: 500;
  min-height: 54px;
}
.price small {
  font-size: 14px;
  letter-spacing: 0;
}
.price.pending {
  font-size: 27px;
  display: flex;
  align-items: center;
  letter-spacing: -0.7px;
}
.plan ul {
  list-style: none;
  padding: 18px 0 22px;
  border-top: 1px solid var(--line);
  margin-top: 15px;
  flex: 1;
  font-size: 13px;
}
.plan li {
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
}
.plan li:before {
  content: '—';
  color: var(--green);
}
.plan.featured {
  background: #eaf1e2;
  border-color: #adc995;
}
.pricing-note {
  padding-top: 24px;
  font-size: 12px;
  color: #697461;
}
.pricing-draft {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 18px 24px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #eef2e8;
}
.pricing-draft strong {
  white-space: nowrap;
  font-size: 13px;
}
.pricing-draft p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.pricing-enterprise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px;
  background: #eaf1e2;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.pricing-enterprise h2 {
  font-size: 28px;
  line-height: 1.3;
}
.pricing-enterprise p:not(.eyebrow) {
  max-width: 680px;
  font-size: 14px;
  margin-bottom: 0;
}
.pricing-enterprise .button {
  flex-shrink: 0;
}
.docs-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  padding-bottom: 70px;
}
.docs-nav {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-self: start;
  position: sticky;
  top: 25px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.docs-nav a {
  font-size: 13px;
  text-decoration: none;
  color: #516b49;
}
.docs-nav a:hover {
  text-decoration: underline;
}
.docs-content {
  min-width: 0;
}
.docs-content section {
  margin-bottom: 50px;
  scroll-margin-top: 35px;
}
.docs-content h2 {
  font-size: 28px;
  letter-spacing: -0.8px;
}
.docs-content p {
  font-size: 15px;
}
.docs-content .code-card {
  margin: 22px 0;
}
.docs-content a {
  color: var(--green);
}
.table-scroll {
  overflow: auto;
  margin: 20px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  text-align: left;
}
caption {
  text-align: left;
  font-size: 11px;
  color: var(--muted);
  padding-bottom: 8px;
}
td,
th {
  padding: 13px;
  border-bottom: 1px solid var(--line);
}
th {
  background: #edf3e6;
  font-weight: 500;
}
td:first-child {
  white-space: nowrap;
  font-family: Consolas, monospace;
}
.contact-grid {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-card {
  padding: 40px;
  border: 1px solid #c8dabb;
  border-radius: 12px;
  background: #eaf1e2;
}
.contact-card.light {
  background: white;
  border-color: var(--line);
}
.contact-card h2 {
  font-size: 34px;
}
.contact-card p {
  font-size: 15px;
}
.contact-card .button {
  margin-top: 14px;
}
.contact-email {
  display: block;
  font-size: 13px;
  margin-top: 24px;
  overflow-wrap: anywhere;
}
.contact-card hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 30px 0;
}
.contact-footnote {
  font-size: 12px;
  color: var(--muted);
  padding-block: 24px 80px;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 18px;
  }
  .hero {
    gap: 35px;
  }
  .flow-visual {
    padding: 18px;
  }
  .hero .actions {
    gap: 8px;
  }
  .hero .button {
    padding-inline: 15px;
    font-size: 12px;
    gap: 14px;
  }
  .compatibility > div {
    gap: 16px;
    font-size: 16px;
  }
  .integration {
    gap: 35px;
  }
  .feature-card {
    padding: 22px;
  }
  .feature-card h3 {
    font-size: 22px;
  }
  .footer-main nav {
    max-width: 340px;
  }
  .faq-section {
    gap: 40px;
  }
  .docs-layout {
    gap: 35px;
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 800px) {
  .brand-logo {
    width: 110px;
  }
  .plan > p:last-of-type,
  .plan > p:first-of-type {
    min-height: 0;
  }
  .pricing-draft,
  .pricing-enterprise {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .pricing-enterprise {
    padding: 26px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 22px;
    min-height: 0;
  }
  .site-header nav {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    gap: 35px;
    border-top: 1px solid var(--line);
    padding-top: 17px;
  }
  .brand {
    gap: 12px;
  }
  .product {
    padding-left: 12px;
    font-size: 26px;
  }
  .wordmark {
    font-size: 28px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 40px;
    gap: 36px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-copy .lead {
    max-width: 570px;
  }
  .hero .button {
    font-size: 14px;
    padding-inline: 22px;
  }
  .flow-visual {
    width: min(480px, 100%);
    justify-self: center;
    padding: 24px;
  }
  .compatibility {
    flex-direction: column;
    gap: 12px;
    padding-block: 24px;
  }
  .compatibility > div {
    justify-content: center;
    gap: 17px;
    font-size: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .card-top {
    margin-bottom: 25px;
  }
  .feature-card h3 {
    font-size: 27px;
  }
  .section {
    padding-block: 60px;
  }
  .integration {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .integration p {
    max-width: none;
  }
  .integration-section {
    padding-block: 55px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading .text-link {
    white-space: nowrap;
    margin-top: 36px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-section h2 {
    margin-bottom: 15px;
  }
  .closing {
    padding: 32px;
    flex-direction: column;
    align-items: start;
    gap: 26px;
    margin-bottom: 55px;
  }
  .closing h2 {
    font-size: 34px;
  }
  .footer-main {
    flex-direction: column;
    gap: 22px;
  }
  .footer-main nav {
    max-width: none;
    gap: 20px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-bottom > span:last-child {
    margin-left: 0;
    flex-basis: 100%;
  }
  .page-intro {
    padding-block: 50px 30px;
  }
  .page-intro h1 {
    font-size: 48px;
  }
  .detail-grid {
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .note {
    margin-bottom: 50px;
  }
  .pricing-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .plan,
  .contact-card {
    padding: 30px;
  }
  .docs-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .docs-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 22px;
    font-size: 12px;
  }
  .lead {
    font-size: 17px;
  }
  .contact-footnote {
    padding-bottom: 50px;
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 53px;
  }
  .hero .actions .button {
    padding-inline: 15px;
    font-size: 12px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .site-header nav {
    gap: 23px;
  }
  .site-header nav a {
    font-size: 13px;
  }
  .panel-link {
    font-size: 12px;
    padding: 9px 12px;
  }
  .panel-link span {
    margin-left: 5px;
  }
  .flow-visual {
    padding: 18px 15px;
  }
  .sample-form {
    margin-inline: 9px;
  }
  .compatibility > div {
    gap: 12px;
    font-size: 14px;
  }
  .section-heading {
    display: block;
  }
  .section-heading .text-link {
    display: inline-block;
    margin-top: 22px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .page-intro h1 {
    font-size: 42px;
  }
  .contact-card {
    padding: 25px;
  }
  .contact-card h2 {
    font-size: 30px;
  }
  .contact-card .button {
    font-size: 12px;
  }
  .price.pending {
    font-size: 25px;
  }
  .closing {
    padding: 28px;
  }
  .closing h2 {
    font-size: 30px;
  }
  pre {
    font-size: 10px;
    padding: 17px;
  }
  .sample-body {
    padding: 16px;
  }
  .visual-top {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}

/* Account flows (signup, verification, password reset, invites) */
.auth-grid {
  grid-template-columns: minmax(0, 600px);
}
.auth-auto {
  margin-bottom: 2rem;
}
.auth-auto-status {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.auth-feedback {
  min-height: 1.5em;
}
