:root {
  font-synthesis: none;
}

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

:root {
  --cream: #fbf6ef;
  --paper: #ffffff;
  --ink: #101214;
  --text: #24292e;
  --muted: #626a70;
  --faint: #f7f4ef;
  --line: #e5dfd7;
  --coral: #f25f58;
  --purple: #9778c7;
  --blue: #4f84b8;
  --green: #2fa064;
  --light-blue: #8dc5e8;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

html,
body {
  overflow-x: hidden;
}

img,
svg,
iframe {
  max-width: 100%;
}

body {
  background: var(--paper);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.62;
  margin: 0;
}

a {
  color: inherit;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.site-header {
  background: rgb(255 255 255 / 96%);
  border-bottom: 0;
  backdrop-filter: blur(16px);
}

.nav-wrap,
.section,
.footer-inner {
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 24px;
}

.nav-wrap {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 64px;
}

.brand-logo {
  display: block;
  height: 22px;
  opacity: 0.9;
  width: auto;
}

.nav-links,
.nav-actions {
  align-items: center;
  display: flex;
  gap: 20px;
}

.nav-links {
  color: var(--muted);
  font-size: 16px;
  font-weight: 540;
  justify-content: flex-end;
}

.nav-actions {
  gap: 8px;
}

.button {
  align-items: center;
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 540;
  letter-spacing: 0;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none;
}

.button:hover {
  transform: none;
}

.button-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

.button-primary:hover {
  background: #2a2f33;
  color: white;
}

.button-green {
  background: transparent;
  border-color: var(--green);
  color: var(--ink);
}

.button-green:hover {
  background: color-mix(in srgb, var(--green) 10%, white);
  color: var(--ink);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.hero {
  background: linear-gradient(180deg, #fbfaf7 0%, white 88%);
  border-bottom: 0;
  padding: 0;
}

.hero-grid,
.hero-grid-simple {
  align-items: center;
  display: block;
  min-height: calc(100svh - 64px);
  padding-block: clamp(48px, 7vw, 88px);
}

.hero-grid-simple {
  display: flex;
}

h1,
.page-title {
  color: var(--ink);
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(54px, 8vw, 100px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0 0 24px;
  max-width: 920px;
  text-wrap: balance;
}

h2 {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 0 0 16px;
}

h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 10px;
}

p {
  margin: 0 0 16px;
}

.gradient-text {
  background: none;
  color: var(--ink);
}

.gradient-text::after {
  content: none;
}

h1::after,
.page-title::after {
  background: var(--blue);
  content: "";
  display: block;
  height: 6px;
  margin-top: 10px;
  width: min(216px, 38vw);
}

h2 .gradient-text::after {
  background: var(--blue);
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  width: 108px;
}

.lead {
  color: var(--muted);
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.48;
  margin-bottom: 28px;
  max-width: 680px;
}

.hero .lead {
  max-width: 900px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section {
  padding-block: clamp(40px, 5vw, 64px);
}

.section-cream {
  background: #f7f8f8;
  border-block: 0;
  box-shadow: 0 0 0 100vmax #f7f8f8;
  clip-path: inset(0 -100vmax);
}

.section-features {
  background: white;
  box-shadow: none;
  clip-path: inset(0 -100vmax);
}

.section-header {
  margin-bottom: 30px;
  max-width: 700px;
  position: relative;
}

.section-header.center {
  margin-inline: 0;
  text-align: left;
}

.muted {
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 24px 24px 24px 0;
}

.feature-card {
  border-right: 0;
  min-height: 245px;
  position: relative;
}

.feature-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.feature-card:nth-child(n) {
  background: transparent;
}

.feature-kicker {
  color: var(--blue);
  display: inline-block;
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.feature-card:nth-child(2) .feature-kicker {
  color: var(--blue);
}

.feature-card:nth-child(3) .feature-kicker {
  color: var(--blue);
}

.feature-card p {
  max-width: 28rem;
}

.quote-grid {
  display: grid;
  gap: 0 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 24px 0;
  position: relative;
}

.quote p {
  color: #252a2f;
  font-size: 19px;
  line-height: 1.62;
  margin: 16px 0 0;
  max-width: 34rem;
}

.quote p::before {
  color: var(--blue);
  content: "“";
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 0;
  margin-right: 6px;
  vertical-align: -0.28em;
}

.person {
  align-items: center;
  border-top: 0;
  display: flex;
  gap: 14px;
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
}

.person:hover strong {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.person strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
}

.person .muted {
  color: #687078;
  font-size: 15px;
}

.avatar {
  border: 1px solid var(--line);
  border-radius: 0 !important;
  display: block;
  flex: 0 0 auto;
  height: 54px;
  object-fit: cover;
  width: 54px;
}

.cta {
  background: #f7f8f8;
  border-top: 0;
  text-align: left;
}

.cta-inner {
  padding-block: clamp(48px, 7vw, 76px);
}

.eyebrow,
.meta {
  color: var(--blue);
  display: inline-block;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-hero {
  border-bottom: 0;
  padding-block: clamp(42px, 6vw, 70px) clamp(14px, 2vw, 24px);
}

.list-hero {
  padding-bottom: 0;
}

.list-hero .lead {
  margin-bottom: 0;
}

.list-section {
  padding-top: clamp(18px, 3vw, 30px);
}

.content {
  max-width: 820px;
}

.content p,
.content li,
.article-body p,
.article-body li {
  color: #30363b;
  font-size: 20px;
  line-height: 1.68;
}

.content a,
.post-list a,
.article-body a {
  color: var(--blue);
}

.accent-heading {
  align-items: center;
  display: flex;
  gap: 14px;
}

.accent-heading::before {
  content: none;
}

.logo-row {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 220px));
  margin: 20px 0 42px;
}

.logo-row a {
  align-items: center;
  background: #faf8f4;
  border: 1px solid var(--line);
  display: flex;
  justify-content: center;
  min-height: 86px;
  padding: 18px;
}

.logo-row img {
  display: block;
  height: auto;
  max-height: 46px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.post-list {
  border-top: 0;
}

.post-card {
  padding: 22px 0;
}

.post-card h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.05;
  margin-bottom: 8px;
}

.post-card p {
  max-width: 820px;
}

.post-card > a:last-child {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
}

.article {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 760px) 240px;
  justify-content: space-between;
}

.article-body {
  font-family: inherit;
  max-width: 760px;
}

.post-header {
  margin-bottom: 26px;
}

.back-link {
  color: var(--blue);
  display: inline-block;
  font-size: 17px;
  font-weight: 560;
  margin-bottom: 18px;
  text-decoration: none;
}

.post-header .meta {
  display: block;
  margin-bottom: 18px;
}

.post-header .page-title {
  margin-bottom: 0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body .meta,
.article-body > a {
  font-family: inherit;
}

.article-body p,
.article-body li {
  font-size: 20px;
  line-height: 1.72;
}

.article-body h2 {
  font-size: clamp(30px, 3vw, 42px);
  margin-bottom: 16px;
  margin-top: 58px;
}

.article-body h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 34px;
}

.article-body img {
  background: var(--faint);
  border: 1px solid var(--line);
  border-radius: 0 !important;
  display: block;
  margin: 28px 0;
  width: 100%;
}

.toc {
  align-self: start;
  border-left: 1px solid var(--line);
  padding-left: 18px;
  position: sticky;
  top: 96px;
}

.toc-title {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toc a {
  color: var(--muted);
  display: block;
  font-size: 16px;
  line-height: 1.35;
  margin-top: 10px;
  text-decoration: none;
}

.toc a.is-active {
  color: var(--ink);
  font-weight: 760;
}

.toc a.is-active::before {
  background: var(--blue);
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: -19px;
  margin-right: 11px;
  width: 3px;
}

.video-embed {
  aspect-ratio: 16 / 9;
  border-radius: 0 !important;
  margin: 28px 0;
  overflow: hidden;
}

.video-embed iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.site-footer {
  background: #eef2f4;
  border-top: 0;
}

.footer-inner {
  padding-block: 42px;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.8fr repeat(3, 1fr);
}

.footer-inner,
.footer-inner a {
  color: #3f464c;
  font-size: 16px;
}

.footer-inner h3 {
  color: var(--ink);
  font-size: 16px;
}

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

.footer-inner li {
  margin-top: 10px;
}

.footer-more {
  color: var(--blue) !important;
  display: inline-block;
  font-weight: 600;
  margin-top: 14px;
}

.footer-bottom {
  color: var(--muted);
  margin-top: 30px;
  padding-top: 22px;
}

.modal[hidden] {
  display: none;
}

.modal {
  inset: 0;
  position: fixed;
  z-index: 100;
}

.modal-backdrop {
  background: rgb(16 18 20 / 46%);
  inset: 0;
  position: absolute;
}

.modal-panel {
  background: white;
  box-shadow: 0 24px 80px rgb(16 18 20 / 18%);
  left: 50%;
  max-height: min(760px, calc(100vh - 32px));
  max-width: 620px;
  overflow: auto;
  padding: 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 32px);
}

.modal-close {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 28px;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 18px;
  top: 16px;
}

.modal-close:hover {
  color: var(--ink);
}

.modal-panel h2 {
  font-size: clamp(30px, 4vw, 44px);
  max-width: 500px;
}

.modal-intro {
  color: var(--muted);
  margin-bottom: 24px;
  max-width: 520px;
}

.sales-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-note {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
  margin: -4px 0 0;
}

.sales-form label {
  display: grid;
  gap: 7px;
}

.sales-form span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.sales-form em {
  color: var(--coral);
  font-style: normal;
  font-weight: 700;
}

.sales-form input,
.sales-form textarea {
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.sales-form textarea {
  resize: vertical;
}

.sales-form input:focus,
.sales-form textarea:focus {
  border-color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 26%, transparent);
  outline-offset: 0;
}

.checkbox-field {
  align-items: start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 20px 1fr;
}

.checkbox-field input {
  accent-color: var(--green);
  height: 20px;
  margin: 2px 0 0;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.checkbox-field span {
  color: #30363b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.form-full {
  grid-column: 1 / -1;
}

.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
  }

  .nav-wrap,
  .section,
  .footer-inner {
    padding-inline: 22px;
  }

  .nav-wrap {
    align-items: start;
    gap: 14px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-block: 14px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: start;
    order: 3;
    width: 100%;
  }

  .nav-links,
  .nav-actions {
    flex-wrap: wrap;
  }

  .nav-actions {
    justify-content: end;
  }

  h1,
  .page-title {
    font-size: clamp(50px, 13vw, 76px);
    letter-spacing: -0.045em;
    line-height: 1;
  }

  h2 {
    font-size: clamp(32px, 7vw, 44px);
  }

  .lead {
    font-size: 21px;
    max-width: 720px;
  }

  .hero .lead {
    max-width: 760px;
  }

  .content {
    max-width: 100%;
  }

  .hero-grid,
  .hero-grid-simple {
    min-height: calc(100svh - 116px);
    padding-block: 72px 84px;
  }

  .section {
    padding-block: 42px;
  }

  .card-grid,
  .quote-grid,
  .article,
  .sales-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .feature-card {
    border-right: 0;
    min-height: auto;
    padding-right: 0;
  }

  .feature-card p,
  .quote p {
    max-width: 42rem;
  }

  .quote {
    margin-left: 0;
  }

  .toc {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .nav-wrap,
  .section,
  .footer-inner {
    padding-inline: 18px;
  }

  .nav-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .brand {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    min-height: 40px;
  }

  .brand-logo {
    height: 20px;
  }

  .nav-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
  }

  .nav-actions [data-open-sales-modal] {
    display: none;
  }

  .nav-links {
    border-top: 1px solid var(--line);
    gap: 14px 18px;
    padding-top: 12px;
  }

  .nav-links,
  .button {
    font-size: 15px;
  }

  .button {
    min-height: 40px;
    padding-inline: 13px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
  }

  .hero-actions .button {
    width: 100%;
  }

  h1,
  .page-title {
    font-size: clamp(44px, 16vw, 60px);
    letter-spacing: -0.035em;
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(30px, 10vw, 38px);
    letter-spacing: -0.03em;
  }

  h3 {
    font-size: 21px;
  }

  .lead {
    font-size: 19px;
    line-height: 1.5;
  }

  .hero .lead {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .hero-grid,
  .hero-grid-simple {
    min-height: calc(100svh - 132px);
    padding-block: 54px 62px;
  }

  .section {
    padding-block: 36px;
  }

  .page-hero {
    padding-block: 34px 8px;
  }

  .list-section {
    padding-top: 12px;
  }

  .card {
    padding: 20px 0;
  }

  .logo-row {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .logo-row a {
    justify-content: flex-start;
    min-height: 72px;
    padding: 16px;
  }

  .logo-row img {
    max-height: 38px;
  }

  .quote {
    padding: 22px 0;
  }

  .quote p,
  .content p,
  .content li,
  .article-body p,
  .article-body li {
    font-size: 18px;
    line-height: 1.62;
  }

  .person {
    align-items: flex-start;
  }

  .avatar {
    height: 48px;
    width: 48px;
  }

  .post-card {
    padding: 20px 0;
  }

  .post-card h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .article-body h2 {
    font-size: clamp(28px, 9vw, 36px);
    margin-top: 44px;
  }

  .article-body h3 {
    font-size: 22px;
  }

  .modal-panel {
    inset: 0;
    max-height: none;
    max-width: none;
    padding: 28px 18px;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }

  .modal-panel h2 {
    padding-right: 32px;
  }

  .sales-form {
    gap: 14px;
  }

  .footer-grid {
    gap: 24px;
  }
}

@media (max-width: 420px) {
  .nav-wrap,
  .section,
  .footer-inner {
    padding-inline: 16px;
  }

  .nav-links {
    font-size: 14px;
  }

  h1,
  .page-title {
    font-size: clamp(40px, 17vw, 52px);
  }

  .gradient-text::after {
    height: 4px;
    width: 140px;
  }

  .lead {
    font-size: 18px;
  }

  .content p,
  .content li,
  .article-body p,
  .article-body li,
  .quote p {
    font-size: 17px;
  }

  .modal-panel {
    padding-inline: 16px;
  }
}
