:root {
  color-scheme: light;
  --ink: #172019;
  --muted: #5d685f;
  --paper: #fbf8f0;
  --paper-strong: #fffdf7;
  --moss: #2f6f4e;
  --moss-dark: #194531;
  --leaf: #8bb79a;
  --clay: #b96d45;
  --ochre: #d2a24c;
  --line: rgba(23, 32, 25, 0.14);
  --shadow: 0 24px 80px rgba(30, 45, 34, 0.18);
  font-family: "Aptos", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
}

.nav-links a {
  text-decoration: none;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--moss);
  background: var(--moss);
  color: white;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(47, 111, 78, 0.22);
}

.button.secondary {
  background: transparent;
  color: var(--moss-dark);
  box-shadow: none;
}

.hero {
  min-height: 84vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(251, 248, 240, 0.98) 0%, rgba(251, 248, 240, 0.88) 38%, rgba(251, 248, 240, 0.24) 72%),
    linear-gradient(180deg, rgba(251, 248, 240, 0) 70%, var(--paper) 100%),
    url("assets/screenshot-dashboard.jpg") right center / min(980px, 78vw) auto no-repeat;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 72px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--moss-dark);
  background: rgba(255, 253, 247, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 700;
}

h2 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
}

h3 {
  font-size: 21px;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #39463d;
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-note {
  max-width: 570px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.section {
  padding: 86px 0;
}

.section.tight {
  padding: 62px 0;
}

.band {
  background: var(--paper-strong);
  border-block: 1px solid var(--line);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-head p,
.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature,
.plan,
.doc-link,
.trust-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  padding: 24px;
}

.feature p,
.plan p,
.doc-link p,
.trust-item p {
  color: var(--muted);
  line-height: 1.6;
}

.feature b,
.plan b {
  color: var(--moss-dark);
}

.screens {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: start;
}

.screens img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.screens-stack {
  display: grid;
  gap: 18px;
}

.quote-band {
  background: var(--moss-dark);
  color: white;
}

.quote-band p {
  max-width: 860px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.28;
}

.quote-band span {
  display: block;
  margin-top: 22px;
  color: #d8eadc;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 15px;
}

.plan {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.plan .price {
  margin: 18px 0;
  font-size: 32px;
  font-weight: 900;
  color: var(--moss-dark);
}

.plan ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.plan .button {
  width: fit-content;
  margin-top: auto;
}

.footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #f4ecdd;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 92px 0 54px;
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.docs-list {
  display: grid;
  gap: 14px;
}

.doc-link {
  display: block;
  text-decoration: none;
}

.doc-link:hover {
  border-color: rgba(47, 111, 78, 0.5);
}

.callout {
  padding: 30px;
  border-radius: 8px;
  background: #ead8bb;
  border: 1px solid rgba(185, 109, 69, 0.24);
}

.docs-body {
  --docs-ink: #0f1712;
  --docs-muted: #66736a;
  --docs-panel: rgba(255, 255, 255, 0.86);
  --docs-soft: #f7f5ee;
  --docs-line: rgba(24, 38, 29, 0.11);
  background: #fffdf8;
  color: var(--docs-ink);
}

.docs-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 224px minmax(260px, 520px) auto;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 28px;
  border-bottom: 1px solid var(--docs-line);
  background: rgba(255, 253, 247, 0.97);
  backdrop-filter: blur(18px);
}

.docs-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
}

.docs-brand img {
  width: 36px;
}

.docs-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--docs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(29, 49, 34, 0.05);
}

.docs-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.docs-search input {
  width: 100%;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 0 54px 0 18px;
  background: transparent;
  color: var(--docs-ink);
  font: inherit;
}

.docs-search kbd {
  position: absolute;
  right: 10px;
  min-width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--docs-line);
  border-radius: 6px;
  background: #f5f1e8;
  color: var(--docs-muted);
  font-size: 13px;
}

.docs-toplinks {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: var(--docs-muted);
  font-size: 14px;
}

.docs-toplinks a {
  text-decoration: none;
}

.docs-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px) 190px;
  gap: 32px;
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 90px;
}

.docs-sidebar,
.docs-toc {
  position: sticky;
  top: 92px;
  align-self: start;
}

.docs-sidebar {
  max-height: calc(100vh - 124px);
  overflow: auto;
  padding: 10px 12px 20px 0;
}

.docs-sidebar-section {
  margin-bottom: 22px;
}

.docs-sidebar-section p,
.docs-toc p {
  margin: 0 0 10px;
  color: #8b7560;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docs-sidebar-section a,
.docs-toc a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--docs-muted);
  text-decoration: none;
  font-size: 14px;
}

.docs-sidebar-section a:hover,
.docs-sidebar-section a.active,
.docs-toc a:hover {
  background: rgba(47, 111, 78, 0.08);
  color: var(--moss-dark);
}

.docs-main {
  min-width: 0;
}

.docs-hero,
.docs-section {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.docs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 32px;
  align-items: center;
  padding: 42px;
  overflow: hidden;
}

.docs-pill,
.docs-kicker {
  width: fit-content;
  margin: 0 0 14px;
  color: var(--moss-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docs-pill {
  padding: 7px 11px;
  border: 1px solid rgba(47, 111, 78, 0.2);
  border-radius: 999px;
  background: rgba(139, 183, 154, 0.18);
}

.docs-hero h1 {
  max-width: 680px;
  font-size: 52px;
}

.docs-hero p:not(.docs-pill),
.docs-lead {
  max-width: 690px;
  color: var(--docs-muted);
  font-size: 18px;
  line-height: 1.65;
}

.docs-terminal,
.docs-code-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #101711;
  color: #eaf5ec;
  box-shadow: 0 22px 70px rgba(16, 23, 17, 0.24);
}

.terminal-bar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2a24c;
}

.terminal-bar span:nth-child(2) {
  background: #8bb79a;
}

.terminal-bar span:nth-child(3) {
  background: #b96d45;
}

.docs-terminal pre,
.docs-code-card pre {
  margin: 0;
  padding: 20px;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.75;
}

.docs-section {
  margin-top: 0;
  padding: 36px 0;
  border-top: 1px solid var(--docs-line);
}

.docs-heading-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.docs-mini-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--docs-line);
  border-radius: 8px;
  color: var(--moss-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.62);
}

.docs-grid {
  display: grid;
  gap: 14px;
}

.docs-grid.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.docs-grid.mini {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-card,
.docs-row,
.docs-callout {
  border: 1px solid var(--docs-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
}

.docs-card {
  min-height: 154px;
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.docs-card:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 111, 78, 0.34);
  box-shadow: 0 14px 30px rgba(28, 43, 31, 0.08);
}

.docs-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--moss);
  font-size: 13px;
  font-weight: 850;
}

.docs-card h3,
.docs-row h3,
.docs-callout h3 {
  margin: 0 0 10px;
}

.docs-card p,
.docs-row p,
.docs-callout p {
  margin: 0;
  color: var(--docs-muted);
  line-height: 1.6;
}

.docs-stack {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.docs-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
}

.docs-row code {
  align-self: start;
  white-space: nowrap;
  border: 1px solid var(--docs-line);
  border-radius: 8px;
  padding: 7px 9px;
  background: #f5f1e8;
  color: var(--moss-dark);
  font-size: 13px;
}

.docs-checklist {
  display: grid;
  gap: 12px;
}

.docs-checklist label {
  display: flex;
  align-items: start;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--docs-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--docs-muted);
  line-height: 1.55;
}

.docs-checklist input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--moss);
}

.docs-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 26px;
  align-items: center;
}

.docs-code-card pre {
  min-height: 190px;
}

.docs-callout {
  padding: 24px;
  background: linear-gradient(180deg, rgba(47, 111, 78, 0.1), rgba(255, 255, 255, 0.72));
}

.docs-callout a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--moss-dark);
  font-weight: 850;
  text-decoration: none;
}

.docs-final {
  background:
    linear-gradient(135deg, rgba(47, 111, 78, 0.12), rgba(210, 162, 76, 0.14)),
    rgba(255, 255, 255, 0.78);
}

.is-hidden {
  display: none !important;
}

.docs-overview {
  padding: 36px 0 40px;
}

.docs-overview h1 {
  max-width: 760px;
  font-size: 58px;
}

.docs-overview p:not(.docs-pill) {
  max-width: 690px;
  color: var(--docs-muted);
  font-size: 19px;
  line-height: 1.65;
}

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

.docs-section-heading {
  margin-bottom: 18px;
}

.docs-section-heading h2 {
  font-size: 32px;
}

.docs-section-heading p {
  max-width: 680px;
  color: var(--docs-muted);
  line-height: 1.65;
}

.docs-code-tabs {
  overflow: hidden;
  border: 1px solid var(--docs-line);
  border-radius: 10px;
  background: #111713;
  color: #edf7ef;
  box-shadow: 0 14px 36px rgba(17, 23, 19, 0.15);
}

.docs-tab-row {
  display: flex;
  gap: 4px;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.docs-tab-row button {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #9aa89e;
  font: inherit;
  font-size: 13px;
}

.docs-tab-row button.active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.docs-code-tabs pre {
  margin: 0;
  padding: 20px;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.75;
}

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

.docs-resource,
.docs-product-grid article {
  display: block;
  padding: 20px;
  border: 1px solid var(--docs-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.docs-resource span {
  color: var(--moss);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docs-resource h3,
.docs-product-grid h3 {
  margin: 16px 0 10px;
}

.docs-resource p,
.docs-product-grid p {
  margin: 0;
  color: var(--docs-muted);
  line-height: 1.58;
}

.docs-product-grid {
  display: grid;
  gap: 12px;
}

.docs-product-grid article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.docs-product-grid h3 {
  margin: 0;
}

.docs-product-grid a {
  color: var(--moss-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.docs-home {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 54px 0 92px;
}

.docs-home-hero {
  max-width: 820px;
}

.docs-home-hero h1,
.docs-page-title h1 {
  max-width: 820px;
  font-size: 58px;
}

.docs-home-hero p:not(.docs-pill),
.docs-page-title p:not(.docs-pill) {
  max-width: 760px;
  color: var(--docs-muted);
  font-size: 19px;
  line-height: 1.65;
}

.docs-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.docs-family-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--docs-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(28, 43, 31, 0.06);
}

.docs-family-card span {
  color: var(--moss);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docs-family-card h2 {
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
}

.docs-family-card p {
  color: var(--docs-muted);
  line-height: 1.65;
}

.docs-family-card b {
  margin-top: auto;
  color: var(--moss-dark);
}

.docs-home-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
  margin-top: 18px;
}

.docs-home-panel,
.docs-index-list {
  border: 1px solid var(--docs-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  padding: 28px;
  box-shadow: 0 14px 32px rgba(28, 43, 31, 0.055);
}

.docs-terminal.compact pre {
  font-size: 13px;
}

.docs-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.docs-inline-list span {
  padding: 8px 10px;
  border: 1px solid var(--docs-line);
  border-radius: 999px;
  background: #f7f2e9;
  color: var(--moss-dark);
  font-size: 13px;
  font-weight: 750;
}

.docs-index-list {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  margin-top: 18px;
}

.docs-link-list {
  display: grid;
  gap: 8px;
}

.docs-link-list a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--docs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--docs-ink);
  text-decoration: none;
}

.docs-article-shell {
  grid-template-columns: 240px minmax(0, 880px) 200px;
}

.docs-page-title {
  padding: 28px 0 20px;
  border-bottom: 1px solid var(--docs-line);
  margin-bottom: 18px;
}

.docs-article .docs-section {
  box-shadow: none;
}

.docs-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(47, 111, 78, 0.18);
  border-radius: 10px;
  background: rgba(139, 183, 154, 0.12);
  color: #37483b;
  line-height: 1.6;
}

.docs-table {
  display: grid;
  border: 1px solid var(--docs-line);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
}

.docs-table div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--docs-line);
}

.docs-table div:last-child {
  border-bottom: 0;
}

.docs-table b {
  color: var(--docs-ink);
}

.docs-table span {
  color: var(--docs-muted);
  line-height: 1.55;
}

.docs-timeline {
  display: grid;
  gap: 10px;
}

.docs-timeline div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--docs-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
}

.docs-timeline b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--moss);
  color: white;
  font-size: 13px;
}

.docs-timeline span {
  color: var(--docs-muted);
  line-height: 1.6;
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 248, 240, 0.92), var(--paper) 78%),
      url("assets/screenshot-dashboard.jpg") center top / 980px auto no-repeat;
  }

  .hero-inner {
    padding-top: 300px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .section-head,
  .footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid.three,
  .grid.two,
  .screens {
    grid-template-columns: 1fr;
  }

  .quote-band p {
    font-size: 26px;
  }

  .docs-topbar {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .docs-toplinks {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .docs-shell {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 780px);
    padding-top: 18px;
  }

  .docs-home {
    width: min(100% - 28px, 780px);
    padding-top: 30px;
  }

  .docs-sidebar,
  .docs-toc {
    position: static;
  }

  .docs-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-height: none;
    padding: 0;
  }

  .docs-toc {
    display: none;
  }

  .docs-hero,
  .docs-split,
  .docs-grid.cards,
  .docs-grid.mini,
  .docs-family-grid,
  .docs-home-layout,
  .docs-index-list,
  .docs-resource-grid,
  .docs-product-grid article {
    grid-template-columns: 1fr;
  }

  .docs-hero,
  .docs-section {
    padding: 24px;
  }

  .docs-hero h1 {
    font-size: 40px;
  }

  .docs-home-hero h1,
  .docs-page-title h1,
  .docs-overview h1 {
    font-size: 42px;
  }

  .docs-family-card {
    min-height: 260px;
  }

  .docs-heading-row,
  .docs-row {
    flex-direction: column;
  }

  .docs-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .docs-product-grid a {
    white-space: normal;
  }
}
