:root {
  color-scheme: dark;
  --bg: #000000;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --panel-hover: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(255, 255, 255, 0.28);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.66);
  --faint: rgba(255, 255, 255, 0.46);
  --brand: #FE9CBF;
  --brand-light: #FFD7E6;
  --brand-strong: #F76AA4;
  --brand-glow: rgba(254, 156, 191, 0.34);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.64);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 6%, rgba(254, 156, 191, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 4%, rgba(255, 255, 255, 0.08), transparent 30rem),
    radial-gradient(circle at 72% 86%, rgba(254, 156, 191, 0.12), transparent 32rem),
    var(--bg);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
#demo-terminal:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

code {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}

video {
  max-width: 100%;
}

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

.nav {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0 42px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.community-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  padding-left: 6px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  object-fit: contain;
  box-shadow: 0 0 28px rgba(254, 156, 191, 0.28);
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.link-icon {
  display: block;
  flex: none;
  width: 18px;
  height: 18px;
  fill: currentColor;
  shape-rendering: geometricPrecision;
}

.nav-links a,
.text-link,
.button,
.copy-button,
.agent-logo-card {
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-light) 0%, var(--brand) 48%, var(--brand-strong) 100%);
  color: #16030b;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(254, 156, 191, 0.34);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 48px rgba(254, 156, 191, 0.46);
}

.button-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.button-secondary {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  box-shadow: none;
}

.button-secondary:hover {
  border-color: rgba(254, 156, 191, 0.5);
  background: rgba(254, 156, 191, 0.1);
  box-shadow: 0 16px 36px rgba(254, 156, 191, 0.18);
}

.os-icon {
  flex: none;
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 32px;
  align-items: center;
}

.hero {
  min-height: 660px;
  padding: 36px 0 76px;
}

.hero-copy,
.demo-card,
.install-strip code,
.command-block code,
.docs-terminal p {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(254, 156, 191, 0.42);
}

h1,
h2 {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.055em;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.3rem, 8.6vw, 7.6rem);
  line-height: 0.86;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lede {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

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

.install-strip,
.command-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.install-strip code,
.command-block code,
.docs-terminal {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.copy-button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.085);
  color: var(--text);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.copy-button:hover,
.copy-button.is-copied {
  border-color: rgba(254, 156, 191, 0.5);
  background: rgba(254, 156, 191, 0.12);
  color: var(--brand-light);
}

.demo-card,
.section-panel,
.feature-card,
.enterprise-form,
.docs-terminal {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.section-panel,
.feature-card,
.enterprise-form,
.docs-terminal {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    var(--panel);
}

.demo-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.64),
    0 0 54px rgba(254, 156, 191, 0.16);
  backdrop-filter: blur(18px);
}

.terminal-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 12%, rgba(254, 156, 191, 0.18), transparent 18rem),
    radial-gradient(circle at 80% 92%, rgba(255, 255, 255, 0.08), transparent 14rem),
    rgba(0, 0, 0, 0.52);
}

#demo-terminal {
  position: absolute;
  inset: 0;
  padding: clamp(12px, 2.5vw, 18px);
  background: transparent;
  outline: none;
}

#demo-terminal:focus-within {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(254, 156, 191, 0.42);
}

#demo-terminal .xterm {
  height: 100%;
  background: transparent !important;
}

#demo-terminal .xterm-viewport {
  overflow: hidden;
  background: transparent !important;
}

#demo-terminal .xterm-screen {
  background: transparent !important;
}

#demo-terminal .xterm-rows,
#demo-terminal .xterm-helper-textarea,
#demo-terminal canvas {
  background: transparent !important;
}

.docs-terminal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}

.docs-terminal span {
  color: var(--brand);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 48px;
}

.feature-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.feature-card:hover {
  border-color: rgba(254, 156, 191, 0.48);
  background:
    linear-gradient(145deg, rgba(254, 156, 191, 0.11), rgba(255, 255, 255, 0.055)),
    var(--panel-strong);
  box-shadow:
    var(--shadow),
    0 0 42px rgba(254, 156, 191, 0.14);
}

.feature-number {
  color: var(--brand);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.84rem;
  font-weight: 800;
}

.feature-card h2 {
  margin-top: 42px;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.feature-card p {
  margin-bottom: 0;
}

.agent-marquee {
  margin-bottom: 96px;
}

.agent-marquee-header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.agent-marquee-header h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
}

.agent-marquee-viewport {
  position: relative;
  overflow: hidden;
  height: 108px;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.agent-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding-top: 8px;
  animation: agent-marquee-scroll 50s linear infinite;
}

.agent-marquee-track:hover {
  animation-play-state: paused;
}

.agent-marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 18px;
}

.agent-logo-card {
  display: flex;
  flex: none;
  align-items: center;
  gap: 14px;
  min-width: 280px;
  height: 92px;
  padding: 0 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.agent-logo-card:hover {
  border-color: rgba(254, 156, 191, 0.48);
  background: rgba(254, 156, 191, 0.1);
  box-shadow: 0 20px 48px rgba(254, 156, 191, 0.18);
}

.agent-logo-mark {
  flex: none;
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}

.agent-logo-wordmark {
  width: auto;
  max-width: 176px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.agent-logo-name {
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

@keyframes agent-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

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

  .agent-marquee-viewport {
    display: flex;
    justify-content: center;
    mask-image: none;
  }

  .agent-marquee-track {
    animation: none;
  }

  .agent-marquee-group:last-child {
    display: none;
  }
}

.section-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 96px;
  padding: clamp(24px, 5vw, 48px);
  border-radius: var(--radius-xl);
}

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

.download-page {
  margin-top: 84px;
}

.download-page h1 {
  max-width: 560px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.download-card {
  display: grid;
  gap: 18px;
}

.download-picker {
  display: grid;
  gap: 12px;
}

.download-picker-row,
.os-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

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

.os-button {
  min-height: 64px;
}

.command-block {
  margin: 0;
}

.command-label {
  grid-column: 1 / -1;
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 800;
}

.docs {
  margin-bottom: 96px;
}

.docs-terminal {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
}

.community-actions {
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.community-actions .button {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1.05rem;
  gap: 10px;
}

.community-actions .link-icon {
  width: 22px;
  height: 22px;
}

.enterprise {
  align-items: start;
  padding-bottom: 96px;
}

.enterprise-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 32px);
  border-radius: var(--radius-lg);
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  outline: none;
  background: rgba(0, 0, 0, 0.46);
  color: var(--text);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 14px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(254, 156, 191, 0.62);
  box-shadow: 0 0 0 4px rgba(254, 156, 191, 0.16);
}

.form-note {
  margin: 0;
  font-size: 0.86rem;
}

.docs-shell {
  width: min(1320px, calc(100% - 32px));
}

.docs-page {
  padding-bottom: 96px;
}

.docs-hero {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.docs-hero h1 {
  max-width: none;
  font-size: clamp(3rem, 7vw, 6.4rem);
}

.docs-search {
  position: relative;
  max-width: 640px;
  margin: 28px auto 0;
  text-align: left;
}

.docs-search label {
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.docs-search input {
  min-height: 54px;
  padding: 0 18px;
  border-color: rgba(254, 156, 191, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.54);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.docs-search-results {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 12;
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.docs-search-result,
.docs-search-empty {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--muted);
}

.docs-search-result:hover,
.docs-search-result:focus-visible {
  border-color: rgba(254, 156, 191, 0.36);
  background: rgba(254, 156, 191, 0.1);
  color: var(--text);
}

.docs-search-result strong {
  color: var(--text);
}

.docs-search-result span,
.docs-search-empty {
  font-size: 0.9rem;
}

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

.docs-sidebar,
.docs-toc {
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 132px);
  overflow: auto;
  scrollbar-width: thin;
}

.docs-sidebar,
.docs-content,
.docs-toc {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.docs-sidebar {
  padding: 18px;
}

.docs-nav-section + .docs-nav-section {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.docs-nav-section h2,
.docs-toc h2 {
  margin: 0 0 10px;
  color: var(--faint);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.docs-nav-section ol,
.docs-toc ol {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.docs-nav-section a,
.docs-toc a {
  display: block;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.docs-nav-section a:hover,
.docs-nav-section a.is-active,
.docs-toc a:hover {
  border-color: rgba(254, 156, 191, 0.34);
  background: rgba(254, 156, 191, 0.1);
  color: var(--text);
}

.docs-content {
  min-width: 0;
  padding: clamp(24px, 5vw, 52px);
}

.docs-content h1 {
  display: none;
}

.docs-content h2,
.docs-content h3,
.docs-content h4 {
  scroll-margin-top: 120px;
}

.docs-content h2 {
  margin: 46px 0 14px;
  padding-top: 8px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  letter-spacing: -0.045em;
}

.docs-content h2:first-child {
  margin-top: 0;
}

.docs-content h3 {
  margin: 32px 0 10px;
  color: var(--text);
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.docs-content h4 {
  margin: 24px 0 8px;
  color: var(--text);
  font-size: 1rem;
}

.docs-content p,
.docs-content li {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.78;
}

.docs-content p {
  margin: 0 0 18px;
}

.docs-content ul,
.docs-content ol {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 1.25rem;
}

.docs-content a {
  color: var(--brand-light);
  font-weight: 800;
}

.docs-content a:hover {
  color: var(--brand);
}

.docs-content :not(pre) > code {
  padding: 0.16em 0.42em;
  border: 1px solid rgba(254, 156, 191, 0.22);
  border-radius: 7px;
  background: rgba(254, 156, 191, 0.1);
  color: var(--brand-light);
  font-size: 0.9em;
}

.docs-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(254, 156, 191, 0.28);
  border-left: 4px solid var(--brand);
  border-radius: 18px;
  background: rgba(254, 156, 191, 0.08);
  color: var(--text);
}

.docs-code-block {
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.docs-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.docs-copy-button {
  width: auto;
}

.docs-code-block pre {
  margin: 0;
  padding: 18px;
  overflow-x: auto;
}

.docs-code-block code {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.7;
}

.docs-toc {
  padding: 18px;
}

.docs-toc .toc-level-3 {
  padding-left: 12px;
}

.docs-toc a {
  font-size: 0.86rem;
  font-weight: 650;
}

.docs-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.docs-pagination a {
  display: grid;
  gap: 6px;
  min-height: 88px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
}

.docs-pagination a:hover {
  border-color: rgba(254, 156, 191, 0.45);
  background: rgba(254, 156, 191, 0.1);
}

.docs-pagination span {
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.docs-next {
  text-align: right;
}

@media (max-width: 920px) {
  .section-grid,
  .section-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

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

  .community-actions {
    justify-content: flex-start;
  }

  .docs-layout {
    grid-template-columns: 1fr;
  }

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

  .docs-sidebar {
    order: -1;
  }

  .docs-toc {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    position: static;
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 8px 2px;
    overflow-x: auto;
  }

  .install-strip,
  .command-block,
  .download-picker-row,
  .os-actions {
    grid-template-columns: 1fr;
  }

  .button,
  .copy-button {
    width: 100%;
  }

  .nav .button {
    width: auto;
  }

  .hero-actions .button {
    width: auto;
  }

  .terminal-frame {
    aspect-ratio: auto;
    min-height: 440px;
  }

  .docs-shell {
    width: min(100% - 24px, 1320px);
  }

  .docs-pagination {
    grid-template-columns: 1fr;
  }

  .docs-next {
    text-align: left;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.85rem;
  }

  .brand {
    font-size: 0.98rem;
  }

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