:root {
  --ink: #f5f7fa;
  --muted: #a6b3c2;
  --faint: #6f7d8d;
  --ground: #07121e;
  --surface: #0d1c2c;
  --surface-2: #10243a;
  --line: #24425f;
  --brand: #2383e2;
  --brand-soft: #5aa8ef;
  --good: #62c99f;
  --warn: #e9b650;
  --bad: #ed7f91;
  --violet: #a990e8;
  --tabbar-inset: 16px;
  --page: min(1180px, calc(100% - 48px));
  color: var(--ink);
  background: var(--ground);
  font-family: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { background: var(--ground); scroll-behavior: smooth; }

body { margin: 0; min-width: 320px; background: var(--ground); color: var(--ink); }

button, a { font: inherit; }

a { color: inherit; }

button { cursor: pointer; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
  transform: translateY(-180%);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--ground);
  border-radius: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid var(--line);
  background: #07121ef5;
}

.site-header__inner,
.site-footer__inner {
  width: var(--page);
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }

.brand__wordmark {
  display: inline-flex;
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand__bracket { color: color-mix(in srgb, var(--muted) 82%, var(--ink)); }
.brand__dot { color: var(--brand); }

.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }

.site-nav a,
.site-footer__links a { color: var(--muted); text-decoration: none; }

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer__links a:hover,
.site-footer__links a:focus-visible { color: var(--ink); }

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.button--primary { background: var(--brand); color: #07121e; }
.button--primary:hover,
.button--primary:focus-visible { background: var(--brand-soft); }
.button--quiet { border-color: var(--line); color: var(--ink); background: transparent; }
.button--quiet:hover,
.button--quiet:focus-visible { border-color: var(--brand-soft); color: var(--brand-soft); }

.site-main { width: var(--page); margin: 0 auto; }

.tabbar-wrap { position: sticky; top: 72px; z-index: 3; margin: 0 -24px; padding: var(--tabbar-inset) 24px 0; background: #07121ef5; }

.tabbar { display: flex; gap: 4px; border-bottom: 1px solid var(--line); overflow-x: auto; }

.tabbar__tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-weight: 600;
}

.tabbar__tab:hover,
.tabbar__tab:focus-visible { color: var(--ink); }
.tabbar__tab[aria-selected="true"] { border-bottom-color: var(--brand); color: var(--ink); }

.panel { padding: var(--tabbar-inset) 0 80px; }
.panel[hidden] { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr); gap: 68px; align-items: center; min-height: 560px; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", Arial, sans-serif; text-wrap: balance; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: 54px; line-height: 1.06; }
h2 { margin-bottom: 14px; font-size: 32px; line-height: 1.14; }
h3 { margin-bottom: 8px; font-size: 19px; line-height: 1.25; }
p { color: var(--muted); line-height: 1.65; overflow-wrap: break-word; text-wrap: pretty; }

.hero__lede,
.panel-intro p:last-child,
.flow-list p,
.principles-grid p,
.callout p:last-child,
.platform-build p,
.price-plan__note,
.pricing-footnote,
.comparison__caption,
.faq-list p {
  text-wrap: balance;
}

.hero__lede { max-width: 560px; margin-bottom: 28px; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.proof-line { display: flex; flex-wrap: wrap; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; color: var(--faint); font-size: 14px; }
.proof-line li { padding: 0 12px; border-left: 1px solid var(--line); }
.proof-line li:first-child { padding-left: 0; border-left: 0; }
.current-build-note { margin: 14px 0 0; font-size: 13px; }
.current-build-note a { color: var(--brand-soft); font-weight: 600; text-underline-offset: 3px; }

.app-preview { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: 18px 18px 0 #0b1724; }
.app-preview__toolbar { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px 0 14px; border-bottom: 1px solid var(--line); }
.app-preview__tabs { display: flex; min-width: 0; gap: 2px; overflow-x: auto; }
.app-preview__tabs button { flex: 0 0 auto; min-height: 47px; padding: 0 10px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 600; }
.app-preview__tabs button:hover, .app-preview__tabs button:focus-visible { color: var(--ink); }
.app-preview__tabs button[aria-selected="true"] { border-bottom-color: var(--brand); color: var(--ink); }
.app-preview__arrows { display: flex; flex: 0 0 auto; gap: 5px; }
.app-preview__arrows button { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink); font-size: 16px; }
.app-preview__arrows button:hover, .app-preview__arrows button:focus-visible { border-color: var(--brand-soft); color: var(--brand-soft); }
.app-preview__rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.app-preview__rail:focus-visible { outline: 2px solid var(--brand-soft); outline-offset: -2px; }
.app-preview__frame { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; }
.app-preview__frame a { display: block; background: #202124; }
.app-preview__frame img { width: 100%; height: auto; display: block; }
.app-preview__frame figcaption { display: flex; align-items: baseline; gap: 10px; min-height: 54px; padding: 12px 15px; border-top: 1px solid var(--line); }
.app-preview__frame figcaption strong { color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; font-size: 14px; }
.app-preview__frame figcaption span { color: var(--faint); font-size: 12px; }

.section-block { padding: 72px 0; border-top: 1px solid var(--line); }
.section-block--workflow { display: grid; grid-template-columns: minmax(230px, 0.66fr) minmax(0, 1.34fr); gap: 72px; }
.section-heading h2 { margin-bottom: 0; }

.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.flow-list li { display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: start; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.flow-list li > div { min-width: 0; }
.flow-list__number { color: var(--brand-soft); font-family: "Space Grotesk", Arial, sans-serif; font-weight: 600; }
.flow-list h3 { max-width: 34ch; }
.flow-list p { max-width: 68ch; margin-bottom: 0; }

.section-block--principles { display: grid; grid-template-columns: minmax(230px, 0.66fr) minmax(0, 1.34fr); gap: 72px; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid article { padding: 24px; border-left: 1px solid var(--line); }.principles-grid article:first-child { padding-left: 0; border-left: 0; }.principles-grid article:last-child { padding-right: 0; }
.principles-grid p { margin-bottom: 0; font-size: 14px; }

.panel-intro { max-width: 720px; margin-bottom: 54px; }
.panel-intro p:last-child { margin-bottom: 0; font-size: 18px; }

.workflow-map { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.workflow-map__stage { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-map__index { color: var(--brand-soft); font-family: "Space Grotesk", Arial, sans-serif; font-size: 14px; font-weight: 600; }
.workflow-map__stage ul { margin: 22px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.callout { max-width: 760px; margin-top: 54px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.callout p:last-child { margin: 0; font-size: 19px; }

.build-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: -8px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.build-summary div { display: grid; gap: 5px; padding: 18px 22px; border-left: 1px solid var(--line); }
.build-summary div:first-child { padding-left: 0; border-left: 0; }
.build-summary span { color: var(--faint); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.build-summary strong { color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; }
.platform-builds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.platform-build { display: flex; min-height: 250px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.platform-build__heading { display: flex; min-height: 34px; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.platform-build__meta { margin: 3px 0 0; color: var(--brand-soft); font-family: "Space Grotesk", Arial, sans-serif; font-size: 13px; font-weight: 600; }
.platform-build h3 { margin-bottom: 10px; }
.platform-build p { font-size: 14px; }
.platform-build__format { margin: auto 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; font-weight: 600; }
.status-pill { display: inline-flex; width: fit-content; min-height: 26px; align-items: center; padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .03em; line-height: 1.2; text-transform: uppercase; }
.status-pill--live { border-color: var(--good); color: var(--good); }
.status-pill--blocked { border-color: var(--warn); color: var(--warn); }
.download-notes { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; padding: 54px 0 0; }.download-notes h2 { margin-bottom: 0; }.download-notes ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.download-notes li { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); }.download-notes a { color: var(--brand-soft); font-weight: 600; text-underline-offset: 3px; }

.release-stack { display: grid; gap: 22px; }
.release-entry { padding: 34px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.release-entry--upcoming { border-color: #617f9b; background: #0a1a2a; }
.release-entry__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.release-entry__header h2 { margin-bottom: 0; }
.release-meta { margin-bottom: 8px; color: var(--brand-soft); font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.release-summary { max-width: 780px; margin: 24px 0 0; font-size: 17px; }
.release-flat-list { max-width: 820px; margin: 22px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.75; }
.release-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.release-notes section { padding: 24px 24px 0; border-left: 1px solid var(--line); }
.release-notes section:first-child { padding-left: 0; border-left: 0; }
.release-notes section:last-child { padding-right: 0; }
.release-notes h3 { color: var(--brand-soft); font-size: 15px; }
.release-notes ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.release-notes li + li { margin-top: 10px; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.price-plan { display: flex; min-height: 430px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }.price-plan--featured { border-color: var(--brand); background: #0d2136; }.price-plan__name { margin-bottom: 16px; color: var(--brand-soft); font-family: "Space Grotesk", Arial, sans-serif; font-weight: 600; }.price-plan__price { margin-bottom: 10px; color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; font-size: 46px; font-weight: 600; line-height: 1; }.price-plan__price span { color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 17px; font-weight: 400; }.price-plan__note { min-height: 52px; }.price-plan ul { margin: 12px 0 28px; padding-left: 18px; color: var(--muted); line-height: 1.9; }.price-plan .button { width: 100%; margin-top: auto; }.pricing-footnote { max-width: 58ch; margin: 24px 0 0; color: var(--faint); font-size: 14px; text-wrap: balance; }

.comparison { margin-top: 72px; padding: 54px 0 0; border-top: 1px solid var(--line); }
.comparison__heading { max-width: 680px; margin-bottom: 30px; }.comparison__heading h2 { margin-bottom: 12px; }.comparison__heading p:last-child { margin-bottom: 0; }
.comparison-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 18px; color: var(--faint); font-size: 12px; line-height: 1.5; }
.comparison-legend span { display: inline-flex; align-items: center; gap: 6px; }
.comparison-legend strong { color: var(--ink); font-weight: 600; }
.comparison-legend .comparison-legend__hint { margin-left: auto; color: var(--muted); }
.comparison-key::before, .comparison-state::before { width: 14px; flex: 0 0 14px; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; line-height: 1; text-align: center; }
.comparison-key--yes::before, .comparison-state--yes::before { content: "\2713"; }
.comparison-key--partial::before, .comparison-state--partial::before { content: "\2212"; }
.comparison-key--none::before, .comparison-state--none::before, .comparison-state--gap::before { content: "\00d7"; }
.comparison-key--novel::before, .comparison-state--novel::before { content: "!"; }
.comparison-key--yes::before { color: var(--good); }
.comparison-key--partial::before { color: var(--warn); }
.comparison-key--none::before { color: var(--bad); }
.comparison-key--novel::before { color: var(--violet); }
.comparison__scroll { overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); scrollbar-color: var(--line) transparent; scrollbar-width: thin; }.comparison__scroll:focus-visible { outline: 2px solid var(--brand-soft); outline-offset: 3px; }
.comparison-table { width: 100%; min-width: 2080px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.comparison-table th, .comparison-table td { height: 68px; padding: 12px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: middle; line-height: 1.35; text-align: center; overflow-wrap: anywhere; }
.comparison-table tr > *:last-child { border-right: 0; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table thead th { color: var(--ink); background: #0a1725; font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; }
.comparison-table thead th:first-child { z-index: 3; width: 230px; text-align: left; }
.comparison-table thead a { color: inherit; text-decoration-color: var(--line); text-underline-offset: 3px; }
.comparison-table thead a:hover, .comparison-table thead a:focus-visible { color: var(--brand-soft); text-decoration-color: var(--brand-soft); }
.comparison-table tbody th { width: 230px; color: var(--ink); background: #0a1725; font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; font-weight: 600; text-align: left; }
.comparison-table thead th:first-child, .comparison-table tbody th { position: sticky; left: 0; z-index: 2; }
.comparison-table th:nth-child(2), .comparison-table td:nth-child(2), .comparison-table th:nth-child(3), .comparison-table td:nth-child(3) { background: #0d2136; }
.comparison-table thead .comparison-table__golgi { color: var(--brand-soft); }
.comparison-copy { display: block; color: var(--muted); font-size: 11px; line-height: 1.45; }
.comparison-state { position: relative; z-index: 1; width: 28px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; padding: 5px; overflow: visible; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); cursor: help; font-size: 0; font-weight: 600; line-height: 1.25; white-space: nowrap; }
.comparison-state--yes { border-color: var(--good); color: var(--good); }
.comparison-state--partial { border-color: var(--warn); color: var(--warn); }
.comparison-state--gap, .comparison-state--none { border-color: var(--bad); color: var(--bad); }
.comparison-state--novel { border-color: var(--violet); color: var(--violet); }
.comparison-state::after { content: attr(data-detail); position: absolute; left: 50%; bottom: calc(100% + 8px); z-index: 8; width: max-content; max-width: 190px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 4px; background: var(--ground); box-shadow: 0 8px 20px #0008; color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 11px; font-weight: 500; line-height: 1.35; opacity: 0; pointer-events: none; text-align: left; transform: translate(-50%, 3px); transition: opacity 120ms ease, transform 120ms ease; visibility: hidden; white-space: normal; }
.comparison-state:hover, .comparison-state:focus-visible { z-index: 7; outline: 2px solid currentColor; outline-offset: 2px; }
.comparison-state:hover::after, .comparison-state:focus-visible::after { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
.comparison__caption { max-width: 900px; margin: 14px 0 0; color: var(--faint); font-size: 13px; }
.comparison-table__price-row th, .comparison-table__price-row td { height: 78px; }
.comparison-price { display: grid; gap: 4px; color: inherit; text-decoration: none; }
.comparison-price strong { color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; font-weight: 600; white-space: nowrap; }
.comparison-price span { color: var(--faint); font-size: 10px; line-height: 1.35; }
a.comparison-price:hover strong, a.comparison-price:focus-visible strong { color: var(--brand-soft); }
a.comparison-price:focus-visible { outline: 2px solid var(--brand-soft); outline-offset: 3px; }
.market-watch { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: 44px; margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--line); }
.market-watch__intro h3 { margin: 5px 0 10px; font-size: 24px; }
.market-watch__intro p:last-child { max-width: 46ch; margin: 0; color: var(--muted); font-size: 14px; }
.market-watch__list { margin: 0; }
.market-watch__list > div { display: grid; grid-template-columns: minmax(180px, .52fr) minmax(0, 1.48fr); gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); }
.market-watch__list > div:first-child { padding-top: 0; border-top: 0; }
.market-watch__list dt, .market-watch__list dd { margin: 0; }
.market-watch__list dt { font-family: "Space Grotesk", Arial, sans-serif; font-size: 14px; font-weight: 600; }
.market-watch__list dt a { color: var(--ink); text-underline-offset: 3px; }
.market-watch__list dt a:hover, .market-watch__list dt a:focus-visible { color: var(--brand-soft); }
.market-watch__list dt span { display: block; margin-top: 4px; color: var(--brand-soft); font-family: "Roboto", Arial, sans-serif; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.market-watch__list dd { color: var(--muted); font-size: 13px; line-height: 1.55; }

.faq-list { max-width: 820px; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 20px 30px 20px 0; color: var(--ink); cursor: pointer; font-family: "Space Grotesk", Arial, sans-serif; font-weight: 600; }.faq-list p { max-width: 690px; margin: 0 0 22px; }

.site-footer { border-top: 1px solid var(--line); }
.site-footer__inner { min-height: 120px; }
.site-footer__identity { display: flex; min-width: 0; align-items: center; gap: 36px; }
.brand--footer { flex: 0 0 auto; }
.brand--footer .brand__wordmark { font-size: 25px; }
.site-footer p { margin: 0; color: var(--faint); font-size: 13px; text-wrap: pretty; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 16px; margin-left: auto; font-size: 13px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 46px; min-height: auto; }.hero__copy { max-width: 680px; }.section-block--workflow, .section-block--principles { grid-template-columns: 1fr; gap: 36px; }.principles-grid { grid-template-columns: 1fr; }.principles-grid article, .principles-grid article:first-child, .principles-grid article:last-child { padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }.principles-grid article:first-child { border-top: 0; }.build-summary { grid-template-columns: 1fr; }.build-summary div, .build-summary div:first-child { padding: 14px 0; border-top: 1px solid var(--line); border-left: 0; }.build-summary div:first-child { border-top: 0; }.platform-builds { grid-template-columns: 1fr; }.platform-build { min-height: 0; }.download-notes { grid-template-columns: 1fr; gap: 28px; }.release-notes { grid-template-columns: 1fr; }.release-notes section, .release-notes section:first-child, .release-notes section:last-child { padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }.release-notes section:first-child { border-top: 0; }.site-footer__inner { flex-wrap: wrap; row-gap: 20px; padding: 26px 0; }.site-footer__identity { flex: 1 1 100%; }.site-footer__links { margin-left: 0; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 32px, 1180px); --tabbar-inset: 12px; }.site-header__inner { min-height: 64px; gap: 14px; }.site-nav { display: none; }.header-download { margin-left: auto; min-height: 38px; padding: 8px 12px; }.tabbar-wrap { top: 64px; margin: 0 -16px; padding: var(--tabbar-inset) 16px 0; }.tabbar { gap: 0; }.tabbar__tab { padding: 8px 7px; font-size: 13px; }.panel { padding: var(--tabbar-inset) 0 56px; }h1 { font-size: 40px; }.hero__lede, .panel-intro p:last-child { font-size: 17px; }.proof-line { gap: 10px; }.proof-line li { padding: 0 10px; }.app-preview { box-shadow: 10px 10px 0 #0b1724; }.app-preview__toolbar { padding-left: 8px; }.app-preview__tabs button { padding: 0 8px; }.app-preview__arrows { display: none; }.app-preview__frame figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }.workflow-map, .pricing-grid, .market-watch { grid-template-columns: 1fr; }.workflow-map__stage { min-height: auto; padding: 24px; }.release-entry { padding: 24px; }.release-entry__header { flex-direction: column; gap: 14px; }.price-plan { min-height: auto; padding: 26px; }.price-plan__note { min-height: 0; }.comparison { margin-top: 54px; padding-top: 42px; }.comparison-legend .comparison-legend__hint { width: 100%; margin-left: 0; }.comparison-table th, .comparison-table td { padding: 14px; }.market-watch { gap: 26px; }.market-watch__list > div { grid-template-columns: 1fr; gap: 7px; }.site-footer__identity { align-items: flex-start; flex-direction: column; gap: 14px; }.site-footer__links { margin-left: 0; }.brand__wordmark, .brand--footer .brand__wordmark { font-size: 27px; }
}
