@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/bricolage-grotesque-700.a97804dc.woff2") format("woff2");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/bricolage-grotesque-800.a97804dc.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/nunito-sans-400.29e38904.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/nunito-sans-600.29e38904.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/nunito-sans-700.29e38904.woff2") format("woff2");
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/spline-sans-mono-500.46b7dcaf.woff2") format("woff2");
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/spline-sans-mono-600.46b7dcaf.woff2") format("woff2");
}

:root {
  --ink: #e8e8f2;
  --ink-soft: #9c9db6;
  --paper: #10101a;
  --card: #181825;
  --sage: #272736;
  --sage-deep: #3a3a52;
  --pine: #8f96f9;
  --pine-dark: #aeb3fb;
  --indigo: #6366f1;
  --violet: #a78bfa;
  --radius: 14px;
  --radius-lg: 22px;
  --font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --font-body: "Nunito Sans", "Segoe UI", sans-serif;
  --font-mono: "Spline Sans Mono", "Consolas", monospace;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--pine);
}

a:hover {
  color: var(--pine-dark);
}

:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 16, 26, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--sage);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 28px;
  height: 28px;
}

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

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

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

.site-nav a.btn-primary,
.site-nav a.btn-primary:hover {
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--indigo);
  color: #ffffff;
}

.btn-primary:hover {
  background: #7a7df4;
  color: #ffffff;
}

.btn-ghost {
  border-color: var(--sage-deep);
  color: var(--ink);
  background: transparent;
}

.btn-ghost:hover {
  background: var(--card);
  color: var(--ink);
}

.btn-small {
  padding: 8px 16px;
  font-size: 0.9rem;
}

.hero {
  padding: 72px 0 56px;
}

.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero h1 .accent {
  color: var(--pine);
}

.hero .lede {
  margin-top: 20px;
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 34em;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.popup-mock {
  --pm-bg: #0d0d14;
  --pm-surface: #13131c;
  --pm-raised: #1a1a26;
  --pm-border: #252532;
  --pm-border-hi: #343448;
  --pm-text: #e2e2eb;
  --pm-muted: #5e5e78;
  --pm-primary: #6366f1;
  --pm-primary-dim: rgba(99, 102, 241, 0.14);
  --pm-primary-hi: #818cf8;
  --pm-success: #22c55e;
  --pm-success-dim: rgba(34, 197, 94, 0.12);
  --pm-danger: #ef4444;
  --pm-danger-dim: rgba(239, 68, 68, 0.12);
  --pm-amber: #fbbf24;

  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: var(--pm-bg);
  color: var(--pm-text);
  border: 1px solid var(--pm-border-hi);
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.12), 0 24px 70px -18px rgba(99, 102, 241, 0.35);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.4;
}

.pm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 9px;
  background: linear-gradient(160deg, #11111b 0%, #0d0d14 100%);
  border-bottom: 1px solid var(--pm-border);
}

.pm-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pm-brand-icon {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.45);
  flex-shrink: 0;
}

.pm-brand-name {
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pm-brand-name em {
  font-style: normal;
  color: var(--pm-primary-hi);
}

.pm-status-pill {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  background: var(--pm-success-dim);
  color: var(--pm-success);
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.pm-nav {
  display: flex;
  background: var(--pm-surface);
  border-bottom: 1px solid var(--pm-border);
}

.pm-nav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px 2px 6px;
  color: var(--pm-muted);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}

.pm-nav-btn.active {
  color: var(--pm-primary-hi);
}

.pm-nav-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: var(--pm-primary);
  border-radius: 2px 2px 0 0;
}

.pm-nav-badge {
  position: absolute;
  top: 5px;
  right: calc(50% - 16px);
  background: var(--pm-success);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  min-width: 13px;
  height: 13px;
  padding: 0 3px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-body {
  padding: 12px;
}

.pm-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pm-muted);
  margin: 0 0 8px;
}

.pm-card {
  background: var(--pm-surface);
  border: 1px solid var(--pm-border);
  border-radius: 9px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.pm-card + .pm-card {
  margin-top: 6px;
}

.pm-card.pm-exit {
  animation: pm-card-out 0.22s ease-in forwards;
}

.pm-card.pm-enter {
  animation: pm-card-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

@keyframes pm-card-out {
  to {
    opacity: 0;
    transform: translateX(14px) scale(0.96);
  }
}

@keyframes pm-card-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
}

.pm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pm-success);
  flex-shrink: 0;
  animation: pm-livepulse 2.2s ease-in-out infinite;
}

.pm-dot.paused {
  background: var(--pm-amber);
  animation: none;
}

@keyframes pm-livepulse {
  0%, 100% { box-shadow: 0 0 3px rgba(34, 197, 94, 0.5); }
  50% { box-shadow: 0 0 8px rgba(34, 197, 94, 1); }
}

.pm-info {
  flex: 1;
  min-width: 0;
}

.pm-title {
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.pm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.pm-tag {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 4px;
}

.pm-tag-iv {
  background: var(--pm-primary-dim);
  color: var(--pm-primary-hi);
}

.pm-tag-kw {
  background: rgba(251, 146, 60, 0.13);
  color: #fb923c;
}

.pm-tag-chg {
  background: var(--pm-success-dim);
  color: var(--pm-success);
}

.pm-tag-paused {
  background: rgba(251, 191, 36, 0.13);
  color: var(--pm-amber);
}

.pm-progress {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}

.pm-bar {
  flex: 1;
  height: 4px;
  border-radius: 3px;
  background: var(--pm-raised);
  overflow: hidden;
}

.pm-bar-fill {
  height: 100%;
  width: 0;
  border-radius: 3px;
  background: var(--pm-primary);
  transition: width 0.9s linear;
}

.pm-countdown {
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--pm-muted);
  min-width: 26px;
  text-align: right;
  flex-shrink: 0;
}

.pm-progress.paused .pm-bar-fill {
  background: var(--pm-amber);
  transition: none;
}

.pm-bar-fill-paused {
  width: 62%;
}

.pm-progress.paused .pm-countdown {
  color: var(--pm-amber);
}

.pm-btns {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.pm-icon-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--pm-border-hi);
  background: var(--pm-raised);
  color: var(--pm-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.12s ease, background 0.12s ease, transform 0.08s ease;
}

.pm-icon-btn:hover {
  color: var(--pm-text);
  border-color: var(--pm-primary);
}

.pm-icon-btn:active {
  transform: scale(0.9);
}

.pm-icon-btn.danger {
  border-color: transparent;
  background: var(--pm-danger-dim);
  color: var(--pm-danger);
}

.pm-icon-btn.danger:hover {
  color: #ff7b7b;
  background: rgba(239, 68, 68, 0.22);
  border-color: transparent;
}

section {
  padding: 64px 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pine);
  margin-bottom: 10px;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.section-head p {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.usecase {
  background: var(--card);
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
}

.usecase .emoji {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 12px;
}

.usecase h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.usecase p {
  color: var(--ink-soft);
  font-size: 0.97rem;
}

.features {
  background: var(--card);
  border-top: 1px solid var(--sage);
  border-bottom: 1px solid var(--sage);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
}

.feature {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--sage);
}

.feature:last-child,
.feature:nth-last-child(2) {
  border-bottom: none;
}

.feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--paper);
  border: 1px solid var(--sage);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}

.feature h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.feature p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-top: 2px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: step;
}

.step {
  background: var(--card);
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  padding: 26px 22px;
  counter-increment: step;
}

.step::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--indigo);
  color: #ffffff;
  font-family: var(--font-mono);
  font-weight: 600;
  margin-bottom: 14px;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.step p {
  color: var(--ink-soft);
  font-size: 0.97rem;
}

.faq-list {
  max-width: 760px;
}

.faq-list details {
  background: var(--card);
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  margin-bottom: 12px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--pine);
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  content: "\2212";
}

.faq-list details p {
  padding: 0 22px 20px;
  color: var(--ink-soft);
}

.cta-band {
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 52px 40px;
  text-align: center;
}

.cta-band h2 {
  color: #ffffff;
}

.cta-band p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}

.cta-band .btn-primary {
  margin-top: 26px;
  background: #14141f;
  color: #ffffff;
}

.cta-band .btn-primary:hover {
  background: #21212f;
  color: #ffffff;
}

.site-footer {
  border-top: 1px solid var(--sage);
  padding: 36px 0 48px;
  margin-top: 40px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px 72px;
}

.legal h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.legal .updated {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 32px;
}

.legal h2 {
  font-size: 1.35rem;
  margin: 36px 0 10px;
}

.legal p,
.legal li {
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.legal ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

.legal li {
  margin-bottom: 8px;
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.95rem;
}

.legal th,
.legal td {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid var(--sage);
  vertical-align: top;
}

.legal th {
  background: var(--card);
  font-family: var(--font-display);
  font-weight: 700;
}

.legal td {
  color: var(--ink-soft);
}

.docs {
  padding: 56px 0 40px;
}

.docs-head {
  max-width: 640px;
  margin-bottom: 44px;
}

.docs-head h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.docs-head > p {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.docs-search {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--sage-deep);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--ink-soft);
}

.docs-search:focus-within {
  border-color: var(--indigo);
}

.docs-search svg {
  flex-shrink: 0;
}

.docs-search input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
}

.docs-search input::placeholder {
  color: var(--ink-soft);
}

.docs-search-status {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--pine);
}

.docs-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.docs-toc {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.docs-toc-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.docs-toc a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.docs-toc a:hover {
  color: var(--ink);
}

.docs-section {
  padding: 0 0 12px;
}

.docs-section + .docs-section {
  margin-top: 28px;
  border-top: 1px solid var(--sage);
  padding-top: 40px;
}

.docs-section h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  margin-bottom: 20px;
}

.doc-block {
  background: var(--card);
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  padding: 24px 26px;
  margin-bottom: 16px;
}

.doc-block h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.doc-block p,
.doc-block li {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.doc-block p {
  margin-bottom: 10px;
}

.doc-block p:last-child {
  margin-bottom: 0;
}

.doc-block ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.doc-block ul li {
  margin-bottom: 7px;
}

.doc-block strong {
  color: var(--ink);
}

.doc-block code {
  font-family: var(--font-mono);
  font-size: 0.86em;
  background: var(--paper);
  border: 1px solid var(--sage);
  border-radius: 5px;
  padding: 1px 6px;
  color: var(--pine);
  overflow-wrap: anywhere;
}

.doc-block kbd {
  font-family: var(--font-mono);
  font-size: 0.82em;
  background: var(--paper);
  border: 1px solid var(--sage-deep);
  border-bottom-width: 2px;
  border-radius: 5px;
  padding: 1px 7px;
  color: var(--ink);
}

.doc-steps {
  counter-reset: docstep;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.doc-steps li {
  counter-increment: docstep;
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
}

.doc-steps li::before {
  content: counter(docstep);
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--indigo);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
}

.img-ph {
  margin: 16px 0;
}

.img-ph-box {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 150px;
  border: 2px dashed var(--sage-deep);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

/* A box holding a real screenshot drops the placeholder look entirely. */
.img-ph-box:has(img) {
  border: 1px solid var(--sage);
  background: #0d0d14;
  min-height: 0;
  padding: 14px;
}

.img-ph-box img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 480px;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.img-ph figcaption {
  margin-top: 8px;
  font-size: 0.86rem;
  color: var(--ink-soft);
  font-style: italic;
}

.doc-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 4px;
  font-size: 0.95rem;
}

.doc-block th,
.doc-block td {
  text-align: left;
  padding: 9px 12px;
  border: 1px solid var(--sage);
  vertical-align: top;
}

.doc-block th {
  background: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
}

.doc-block td {
  color: var(--ink-soft);
}

.docs-empty {
  background: var(--card);
  border: 1px dashed var(--sage-deep);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .docs-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .docs-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 18px;
  }

  .docs-toc-label {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .usecase-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature:nth-last-child(2) {
    border-bottom: 1px dashed var(--sage);
  }
}

@media (max-width: 600px) {
  .site-nav a:not(.btn) {
    display: none;
  }

  .usecase-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  section {
    padding: 48px 0;
  }

  .hero {
    padding: 48px 0 40px;
  }

  .cta-band {
    padding: 40px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.usecase-intro {
  margin-top: 18px;
  padding: 20px 24px;
  background: var(--card);
  border: 1px solid var(--sage);
  border-left: 3px solid var(--indigo);
  border-radius: var(--radius);
}

.usecase-intro p {
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.usecase-intro p + p {
  margin-top: 12px;
}

.usecase-link {
  display: inline-block;
  margin-top: auto;
  padding: 14px 0 0;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  align-self: flex-start;
}

.faq-more {
  margin-top: 18px;
  color: var(--ink-soft);
}

.docs-updated {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.site-nav a {
  padding: 10px 2px;
}

.footer-links a {
  display: inline-block;
  padding: 12px 4px;
}

.mobile-nav {
  display: none;
  position: relative;
  margin-left: 12px;
}

.mobile-nav summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sage-deep);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav[open] summary {
  background: var(--card);
}

.mobile-nav nav {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 190px;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--sage-deep);
  border-radius: var(--radius);
  padding: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 60;
}

.mobile-nav nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: 8px;
}

.mobile-nav nav a:hover {
  background: var(--sage);
}

@media (max-width: 600px) {
  .mobile-nav {
    display: block;
  }
}
