@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media only screen and (max-width: 480px) {
  .hide-phone {
    display: none;
  }
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.cb {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-margin {
  margin: 0;
}

.max {
  max-width: 100%;
}

.monospace {
  font-family: monospace;
}

.no-wrap {
  white-space: nowrap;
}

svg#sprite {
  height: 0;
  width: 0;
  position: absolute;
  top: -30000em;
  left: -30000em;
  margin: 0;
  padding: 0;
}

a, .link-like {
  color: #3B4FD8;
  cursor: pointer;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.2, 0, 0.1, 1);
}
a:hover, .link-like:hover {
  color: #3243BC;
}

a:focus-visible, button:focus-visible, .btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 1px solid #3B4FD8;
  outline-offset: 0;
  box-shadow: 0 0 0 3px rgba(59, 79, 216, 0.38);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.016em;
  line-height: 1.18;
  color: #192C49;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

img {
  max-width: 100%;
}

.btn {
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Instrument Sans", ui-sans-serif, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.2;
  transition: background-color 150ms cubic-bezier(0.2, 0, 0.1, 1), border-color 150ms cubic-bezier(0.2, 0, 0.1, 1), color 150ms cubic-bezier(0.2, 0, 0.1, 1), transform 90ms cubic-bezier(0.2, 0, 0.1, 1);
}
.btn:active {
  transform: translateY(1px);
}
.btn.btn-small {
  padding: 7px 13px;
  font-size: 14px;
  border-radius: 6px;
}
.btn.btn-large {
  padding: 14px 26px;
  font-size: 17px;
  border-radius: 14px;
}
.btn.btn-stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-stacked .btn-sublabel {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.72;
}
.btn.btn-primary {
  background-color: #3B4FD8;
  color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #3243BC;
  color: #FFFFFF;
}
.btn.btn-primary:active {
  background-color: #2A399F;
}
.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #192C49;
  border-color: #D8D3CA;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #FAF8F5;
  border-color: #B4AEA3;
  color: #192C49;
}
.btn.btn-ghost {
  background-color: transparent;
  color: #192C49;
}
.btn.btn-ghost:hover, .btn.btn-ghost:focus {
  background-color: #F4F1EC;
  color: #192C49;
}
.btn.btn-inverse {
  background-color: #FFFFFF;
  color: #192C49;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
  background-color: #EEF1F6;
  color: #192C49;
}
.btn.btn-inverse-ghost {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.14);
}
.btn.btn-inverse-ghost:hover, .btn.btn-inverse-ghost:focus {
  background-color: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.btn.btn-block {
  width: 100%;
}
.btn[disabled], .btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4D7B67;
}
.eyebrow:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: currentColor;
  opacity: 0.75;
}
.eyebrow.eyebrow-muted {
  color: #8B857A;
}
.eyebrow.eyebrow-inverse {
  color: #A9B6C9;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid #E9E5DE;
  font-family: "Instrument Sans", ui-sans-serif, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.004em;
  white-space: nowrap;
  background-color: #F4F1EC;
  color: #4B4741;
}
.badge.badge-mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0;
}
.badge.badge-brand {
  background-color: #F0F5F2;
  color: #4D7B67;
  border-color: #DCE9E2;
}
.badge.badge-action {
  background-color: #EEF0FD;
  color: #3B4FD8;
  border-color: #DCE0FB;
}
.badge.badge-inverse {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.14);
}

.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 5px 14px 5px 6px;
  border-radius: 999px;
  border: 1px solid #E9E5DE;
  background-color: #FDFCFA;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05);
  font-family: "Instrument Sans", ui-sans-serif, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4B4741;
  transition: background-color 150ms cubic-bezier(0.2, 0, 0.1, 1), box-shadow 150ms cubic-bezier(0.2, 0, 0.1, 1);
}
.announcement-pill .announcement-label {
  padding: 4px 8px;
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #EEF0FD;
  color: #3B4FD8;
}
.announcement-pill .announcement-text {
  font-weight: 500;
  color: #192C49;
}
.announcement-pill .announcement-arrow {
  color: #8B857A;
  transition: transform 150ms cubic-bezier(0.2, 0, 0.1, 1);
}
.announcement-pill:hover {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05), 0 2px 6px rgba(25, 44, 73, 0.04);
}
.announcement-pill:hover .announcement-arrow {
  transform: translateX(2px);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 640px;
  margin: 0;
}
.section-heading h2 {
  margin: 0;
  font-size: 34px;
}
.section-heading .lede {
  margin: 0;
  max-width: 48ch;
  font-size: 19px;
  line-height: 1.55;
  color: #8B857A;
}
.section-heading.section-heading-center {
  align-items: center;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.section-heading.section-heading-center .lede {
  margin: 0 auto;
}
.section-heading.section-heading-inverse h2 {
  color: #FFFFFF;
}
.section-heading.section-heading-inverse .lede {
  color: #A9B6C9;
}

.screenshot {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.screenshot .screenshot-window {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #E9E5DE;
  box-shadow: 0 2px 6px rgba(25, 44, 73, 0.06), 0 30px 60px -18px rgba(25, 44, 73, 0.22);
  transform-origin: top center;
}
.screenshot .screenshot-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  background-color: #FAF8F5;
  border-bottom: 1px solid #E9E5DE;
}
.screenshot .screenshot-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #E5E3DE;
}
.screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.screenshot figcaption {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #8B857A;
}
.screenshot.screenshot-tilt {
  gap: 32px;
}
.screenshot.screenshot-tilt .screenshot-window {
  transform: perspective(1600px) rotateX(2.2deg);
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  background-color: #FFFFFF;
  border: 1px solid #E9E5DE;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05), 0 2px 6px rgba(25, 44, 73, 0.04);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1), border-color 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-card .feature-accent {
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #4D7B67;
}
.feature-card.feature-accent-teal .feature-accent {
  background-color: #235262;
}
.feature-card.feature-accent-navy .feature-accent {
  background-color: #192C49;
}
.feature-card.feature-accent-action .feature-accent {
  background-color: #3B4FD8;
}
.feature-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #8B857A;
}
.feature-card .feature-meta {
  margin-top: auto;
  padding-top: 6px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8B857A;
}
.feature-card[href]:hover {
  transform: translateY(-2px);
  border-color: #D8D3CA;
  box-shadow: 0 2px 4px rgba(25, 44, 73, 0.05), 0 8px 20px rgba(25, 44, 73, 0.07);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background-color: #FFFFFF;
  color: #4B4741;
  border: 1px solid #E9E5DE;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(25, 44, 73, 0.05), 0 2px 6px rgba(25, 44, 73, 0.04);
}
.pricing-card .pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pricing-card .pricing-card-head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.006em;
}
.pricing-card .pricing-card-cost {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.pricing-card .pricing-card-cost .cost {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #192C49;
}
.pricing-card .pricing-card-cost .period {
  font-size: 14px;
  color: #8B857A;
}
.pricing-card .pricing-card-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #8B857A;
}
.pricing-card ul.license-facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-card ul.license-facts li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #4B4741;
}
.pricing-card ul.license-facts li:before {
  content: "✓";
  color: #4D7B67;
  font-weight: 700;
}
.pricing-card .pricing-card-note {
  margin: 0;
  margin-top: auto;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  color: #8B857A;
}
.pricing-card.pricing-card-featured {
  background-color: #192C49;
  color: #F3F5F9;
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(25, 44, 73, 0.05), 0 24px 48px rgba(25, 44, 73, 0.1);
}
.pricing-card.pricing-card-featured h3 {
  color: #FFFFFF;
}
.pricing-card.pricing-card-featured .pricing-card-cost .cost {
  color: #FFFFFF;
}
.pricing-card.pricing-card-featured .pricing-card-cost .period {
  color: #A9B6C9;
}
.pricing-card.pricing-card-featured .pricing-card-description {
  color: #A9B6C9;
}
.pricing-card.pricing-card-featured ul.license-facts li {
  color: #A9B6C9;
}
.pricing-card.pricing-card-featured ul.license-facts li:before {
  color: #3FBFA6;
}
.pricing-card.pricing-card-featured .pricing-card-note {
  color: #A9B6C9;
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms cubic-bezier(0.16, 1, 0.3, 1), transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}
.js-reveal .reveal.reveal-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #FAF8F5;
  font-family: "Instrument Sans", ui-sans-serif, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.006em;
  color: #4B4741;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.band {
  position: relative;
  overflow: hidden;
  padding: 112px 32px;
  border-top: 1px solid #E9E5DE;
  background-color: #FAF8F5;
  color: #4B4741;
}
.band > .inset {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.band.band-tight {
  padding-top: 72px;
  padding-bottom: 72px;
}
.band.band-narrow > .inset {
  max-width: 780px;
}
.band.band-page {
  background-color: #FAF8F5;
}
.band.band-white {
  background-color: #FFFFFF;
}
.band.band-sand {
  background-color: #F4F1EC;
}
.band.band-sage {
  background-color: #F0F5F2;
}
.band.band-mist {
  background-color: #EEF5F6;
}
.band.band-ice {
  background-color: #F1F4F9;
}
.band.band-navy {
  background-color: #192C49;
  color: #F3F5F9;
  border-top: 0;
}
.band.band-pattern:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.band.band-pattern-grid:before {
  background-image: linear-gradient(#E9E5DE 1px, transparent 1px), linear-gradient(90deg, #E9E5DE 1px, transparent 1px);
  background-size: 56px 56px;
}
.band.band-pattern-dots:before {
  background-image: radial-gradient(circle at 1px 1px, #D8D3CA 1px, transparent 0);
  background-size: 22px 22px;
}
.band.band-navy.band-pattern:before {
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
}

#master nav.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(250, 248, 245, 0.82);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid #E9E5DE;
}
#master nav.topbar > .inset {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
#master nav.topbar .nav-section {
  display: flex;
  align-items: center;
}
#master nav.topbar .nav-section.nav-section-left {
  flex-shrink: 0;
  gap: 32px;
}
#master nav.topbar .nav-section.nav-section-right {
  margin-left: auto;
  gap: 12px;
}
#master nav.topbar .nav-cell-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#master nav.topbar .nav-cell-logo svg.logo-mark {
  display: block;
  width: 18px;
  height: 24px;
}
#master nav.topbar .nav-cell-logo .wordmark {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.026em;
  line-height: 1;
  color: #192C49;
}
#master nav.topbar .nav-cell-anchors ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
#master nav.topbar .nav-cell-anchors ul li {
  list-style: none;
}
#master nav.topbar .nav-cell-anchors a {
  display: block;
  padding: 7px 11px;
  border-radius: 6px;
  font-size: 14.5px;
  font-weight: 500;
  color: #4B4741;
  transition: background-color 150ms cubic-bezier(0.2, 0, 0.1, 1);
}
#master nav.topbar .nav-cell-anchors a:hover {
  background-color: #F4F1EC;
  color: #192C49;
}
#master nav.topbar .nav-cell-name {
  padding: 0 0 0 16px;
  border-left: 1px solid #E9E5DE;
}
#master nav.topbar .nav-cell-name p {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8B857A;
}
#master > footer {
  padding: 64px 32px 40px;
  background-color: #FFFFFF;
  border-top: 1px solid #E9E5DE;
}
#master > footer > .inset {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#master > footer .footer-columns {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}
#master > footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#master > footer .footer-brand .nav-cell-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#master > footer .footer-brand .nav-cell-logo svg.logo-mark {
  display: block;
  width: 18px;
  height: 24px;
}
#master > footer .footer-brand .nav-cell-logo .wordmark {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.026em;
  color: #192C49;
}
#master > footer .footer-brand p {
  margin: 0;
  max-width: 30ch;
  font-size: 13.5px;
  line-height: 1.6;
  color: #8B857A;
}
#master > footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#master > footer .footer-column h2 {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8B857A;
}
#master > footer .footer-column ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#master > footer .footer-column ul li {
  list-style: none;
}
#master > footer .footer-column a {
  font-size: 14px;
  color: #4B4741;
}
#master > footer .footer-column a:hover {
  color: #192C49;
}
#master > footer .footer-family {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 22px;
  background-color: #FAF8F5;
  border: 1px solid #E9E5DE;
  border-radius: 14px;
}
#master > footer .footer-family h2 {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8B857A;
}
#master > footer .footer-family ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#master > footer .footer-family ul li {
  list-style: none;
}
#master > footer .footer-family a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 180px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #E9E5DE;
  border-radius: 10px;
}
#master > footer .footer-family a .family-name {
  font-size: 14px;
  font-weight: 600;
  color: #192C49;
}
#master > footer .footer-family a .family-blurb {
  font-size: 12.5px;
  color: #8B857A;
}
#master > footer .footer-legal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #E9E5DE;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  color: #8B857A;
}
#master > footer .footer-legal ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#master > footer .footer-legal ul li {
  list-style: none;
}
#master > footer .footer-legal a {
  color: #8B857A;
}
#master > footer .footer-legal p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .band {
    padding: 72px 24px;
  }
  #master nav.topbar > .inset {
    gap: 16px;
    padding: 14px 24px;
  }
  #master nav.topbar .nav-cell-name {
    display: none;
  }
  #master > footer {
    padding: 48px 24px 32px;
  }
  #master > footer .footer-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #master nav.topbar .nav-cell-anchors {
    display: none;
  }
  #master > footer .footer-columns {
    grid-template-columns: 1fr;
  }
}
article.page.index section.hero > .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}
article.page.index section.hero h1 {
  margin: 0;
  max-width: 16ch;
  font-size: 68px;
  line-height: 1.04;
  letter-spacing: -0.028em;
}
article.page.index section.hero p.lede {
  margin: 0;
  max-width: 52ch;
  font-size: 19px;
  line-height: 1.55;
  color: #8B857A;
}
article.page.index section.hero .cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
article.page.index section.hero p.cta-footnote {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #8B857A;
}
article.page.index section.hero .hero-shot {
  width: 100%;
  margin-top: 22px;
}
article.page.index section.features .feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 44px 0 0 0;
}
article.page.index section.comparison table {
  width: 100%;
  margin: 44px 0 0 0;
  border-collapse: collapse;
}
article.page.index section.comparison table th, article.page.index section.comparison table td {
  padding: 15px 24px;
  border: 0;
  border-bottom: 1px solid #E9E5DE;
  text-align: center;
}
article.page.index section.comparison table th:first-child, article.page.index section.comparison table td:first-child {
  text-align: left;
  padding-left: 0;
}
article.page.index section.comparison table thead th {
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D3CA;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8B857A;
}
article.page.index section.comparison table thead svg.badge-mark {
  display: block;
  width: 60px;
  height: 44px;
  margin: 0 auto;
  fill: #192C49;
}
article.page.index section.comparison table tbody th {
  font-size: 14px;
  font-weight: 500;
  color: #192C49;
}
article.page.index section.comparison table tbody td {
  font-size: 14px;
  color: #4B4741;
}
article.page.index section.comparison table tbody td.pro {
  color: #192C49;
  font-weight: 500;
}
article.page.index section.comparison table tbody tr:last-child th, article.page.index section.comparison table tbody tr:last-child td {
  border-bottom: 0;
}
article.page.index section.pricing .licenses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 340px));
  justify-content: center;
  gap: 20px;
  margin: 40px 0 0 0;
}
article.page.index section.pricing svg.badge-mark {
  display: block;
  width: 44px;
  height: 32px;
  fill: #8B857A;
}
article.page.index section.pricing .pricing-card-featured svg.badge-mark {
  fill: #A9B6C9;
}
article.page.index section.cta-close > .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
article.page.index section.cta-close h2 {
  margin: 0;
  max-width: 16ch;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.028em;
  color: #FFFFFF;
}
article.page.index section.cta-close p.lede {
  margin: 0;
  max-width: 46ch;
  font-size: 19px;
  line-height: 1.55;
  color: #A9B6C9;
}
article.page.index section.cta-close .cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}
article.page.index section.cta-close p.cta-footnote {
  margin: 4px 0 0 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #A9B6C9;
}

@media only screen and (max-width: 1024px) {
  article.page.index section.hero h1 {
    font-size: 54px;
  }
  article.page.index section.features .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  article.page.index section.hero h1 {
    font-size: 42px;
  }
  article.page.index section.hero .hero-shot {
    margin-top: 8px;
  }
  article.page.index section.features .feature-stack {
    grid-template-columns: minmax(0, 1fr);
  }
  article.page.index section.comparison table th, article.page.index section.comparison table td {
    padding: 12px 8px;
  }
  article.page.index section.pricing .licenses {
    grid-template-columns: minmax(0, 1fr);
  }
  article.page.index section.cta-close h2 {
    font-size: 34px;
  }
}
