:root {
  --seo-bg: #f7f7f8;
  --seo-paper: #ffffff;
  --seo-ink: #17181a;
  --seo-sub: rgba(23, 24, 26, 0.67);
  --seo-faint: #5f626a;
  --seo-line: rgba(23, 24, 26, 0.11);
  --seo-black: #121317;
  --seo-violet: #8e7cff;
  --seo-cyan: #4ec8f0;
  --seo-peach: #ffb88c;
  --seo-irid: linear-gradient(100deg, var(--seo-violet), var(--seo-cyan), var(--seo-peach));
  --seo-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --seo-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --seo-radius: 18px;
}

.seo-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--seo-black);
  color: var(--seo-paper);
  font: 600 13px/1 var(--seo-sans);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.seo-skip:focus {
  transform: translateY(0);
}

.launch-learn {
  margin-top: 10px;
  color: var(--seo-ink);
  font: 600 13px/1.4 var(--seo-sans);
  text-underline-offset: 4px;
  text-decoration-color: color-mix(in srgb, var(--seo-ink) 28%, transparent);
}

.launch-learn:hover {
  text-decoration-color: currentColor;
}

.launch-page form {
  max-width: 100%;
  min-width: 0;
}

.launch-page input[data-newsletter-email] {
  min-width: 0;
}

.launch-page button[data-newsletter-submit] {
  flex: 0 0 auto;
  white-space: nowrap;
}

.launch-context {
  width: 100%;
  padding: clamp(68px, 10vw, 112px) 24px;
  border-top: 1px solid var(--seo-line);
  background: var(--seo-paper);
  color: var(--seo-ink);
  font-family: var(--seo-sans);
}

.launch-context > * {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.seo-eyebrow {
  color: var(--seo-faint);
  font: 500 11px/1.4 var(--seo-mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.launch-context h2 {
  margin-top: 16px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.launch-context > p:not(.seo-eyebrow) {
  margin-top: 22px;
  color: var(--seo-sub);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
  letter-spacing: -0.018em;
}

.launch-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
}

.launch-links a {
  color: var(--seo-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration-color: color-mix(in srgb, var(--seo-ink) 22%, transparent);
  text-underline-offset: 4px;
}

.launch-links a:hover {
  text-decoration-color: currentColor;
}

.seo-page,
.seo-page * {
  box-sizing: border-box;
}

.seo-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--seo-bg);
  color: var(--seo-ink);
  font-family: var(--seo-sans);
  -webkit-font-smoothing: antialiased;
}

.seo-page a {
  color: inherit;
}

.seo-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-header {
  border-bottom: 1px solid var(--seo-line);
}

.seo-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.seo-brand img {
  display: block;
  width: 30px;
  height: auto;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.seo-nav a {
  color: var(--seo-sub);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.seo-nav a:hover {
  color: var(--seo-ink);
}

.seo-main {
  padding-bottom: 96px;
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(38px, 8vw, 96px);
  align-items: end;
  padding: clamp(72px, 11vw, 138px) 0 clamp(64px, 9vw, 104px);
}

.seo-hero h1 {
  max-width: 10ch;
  margin: 16px 0 0;
  font-size: clamp(54px, 9vw, 112px);
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.06em;
  overflow-wrap: break-word;
}

.seo-hero > *,
.seo-section__head > *,
.seo-boundary > *,
.seo-relationship > * {
  min-width: 0;
}

.seo-answer {
  max-width: 720px;
  margin: 32px 0 0;
  color: var(--seo-sub);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.58;
  letter-spacing: -0.025em;
}

.seo-updated {
  margin: 24px 0 0;
  color: var(--seo-faint);
  font: 500 11px/1.6 var(--seo-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-thesis {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--seo-line);
  border-radius: var(--seo-radius);
  background: color-mix(in srgb, var(--seo-paper) 70%, transparent);
}

.seo-thesis::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--seo-irid);
  content: "";
}

.seo-thesis p {
  margin: 0;
}

.seo-thesis__line {
  margin-top: 40px !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.seo-thesis__note {
  margin-top: 18px !important;
  color: var(--seo-sub);
  font-size: 14px;
  line-height: 1.65;
}

.seo-section {
  padding: clamp(64px, 9vw, 104px) 0;
  border-top: 1px solid var(--seo-line);
}

.seo-section__head {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 44px;
}

.seo-section h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

.seo-section__lede {
  max-width: 680px;
  margin: 0;
  color: var(--seo-sub);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.018em;
}

.seo-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: var(--seo-radius);
  background: var(--seo-paper);
}

.seo-boundary article {
  padding: clamp(28px, 4vw, 46px);
}

.seo-boundary article + article {
  border-left: 1px solid var(--seo-line);
}

.seo-boundary h3 {
  margin: 12px 0 0;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.seo-facts {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.seo-facts li {
  position: relative;
  padding-left: 18px;
  color: var(--seo-sub);
  font-size: 15px;
  line-height: 1.65;
}

.seo-facts li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--seo-black);
  content: "";
}

.seo-intent-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-intent-path li {
  position: relative;
  min-height: 116px;
  padding: 24px 28px;
  border-top: 1px solid var(--seo-line);
  border-bottom: 1px solid var(--seo-line);
  color: var(--seo-sub);
  font-size: 14px;
  line-height: 1.55;
}

.seo-intent-path li + li {
  border-left: 1px solid var(--seo-line);
}

.seo-intent-path strong {
  display: block;
  margin-bottom: 9px;
  color: var(--seo-ink);
  font-size: 15px;
}

.seo-intent-path span {
  display: block;
  color: var(--seo-faint);
  font: 500 10px/1 var(--seo-mono);
  letter-spacing: 0.14em;
}

.seo-relationship {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
  padding: clamp(38px, 6vw, 68px);
  border-radius: var(--seo-radius);
  background: var(--seo-black);
  color: var(--seo-paper);
}

.seo-relationship h2 {
  margin: 12px 0 0;
  color: var(--seo-paper);
}

.seo-relationship p {
  margin: 0;
  color: color-mix(in srgb, var(--seo-paper) 70%, transparent);
  font-size: 18px;
  line-height: 1.72;
}

.seo-relationship a {
  color: var(--seo-paper);
  font-weight: 600;
  text-underline-offset: 4px;
}

.seo-faq {
  display: grid;
  gap: 12px;
}

.seo-faq details {
  border: 1px solid var(--seo-line);
  border-radius: 14px;
  background: var(--seo-paper);
}

.seo-faq summary {
  padding: 22px 54px 22px 24px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.018em;
}

.seo-faq details p {
  max-width: 800px;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--seo-sub);
  font-size: 15px;
  line-height: 1.72;
}

.seo-faq details a {
  color: var(--seo-ink);
  font-weight: 600;
  text-underline-offset: 3px;
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.seo-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--seo-black);
  border-radius: 10px;
  background: var(--seo-black);
  color: var(--seo-paper) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.seo-button--quiet {
  border-color: var(--seo-line);
  background: transparent;
  color: var(--seo-ink) !important;
}

.seo-footer {
  border-top: 1px solid var(--seo-line);
}

.seo-footer__inner {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--seo-faint);
  font-size: 12px;
}

.seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.seo-footer a {
  text-underline-offset: 3px;
}

.seo-page :focus-visible,
.launch-page :focus-visible {
  outline: 3px solid var(--seo-cyan);
  outline-offset: 4px;
}

@media (max-width: 780px) {
  .seo-shell {
    width: min(1120px, calc(100% - 32px));
  }

  .seo-header__inner,
  .seo-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .seo-nav {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .seo-hero,
  .seo-section__head,
  .seo-relationship {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    align-items: start;
  }

  .seo-hero h1 {
    font-size: clamp(52px, 18vw, 84px);
  }

  .seo-boundary {
    grid-template-columns: 1fr;
  }

  .seo-boundary article + article {
    border-top: 1px solid var(--seo-line);
    border-left: 0;
  }

  .seo-intent-path {
    grid-template-columns: 1fr 1fr;
  }

  .seo-intent-path li:nth-child(3) {
    border-left: 0;
  }

  .seo-intent-path li:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (max-width: 520px) {
  .launch-context {
    padding-right: 20px;
    padding-left: 20px;
  }

  .seo-intent-path {
    grid-template-columns: 1fr;
  }

  .seo-intent-path li + li,
  .seo-intent-path li:nth-child(3) {
    border-top: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-skip {
    transition: none;
  }
}
