:root {
  --bg: #f2f7ff;
  --ink: #0c2a4f;
  --ink-soft: #35597f;
  --accent: #0078d4;
  --accent-strong: #005a9e;
  --accent-2: #5ab3ff;
  --card: #ffffff;
  --line: #d4dfef;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(15, 34, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 0%, #fff 0%, var(--bg) 55%);
  line-height: 1.55;
  overflow-x: hidden;
}

.cursor-aura {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 183, 246, 0.22) 0%, rgba(104, 183, 246, 0.11) 40%, rgba(104, 183, 246, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 2147483647;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  opacity: 0;
}

h1,
h2,
h3,
h4,
.brand span {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.28;
  z-index: -2;
}

.bg-orb-a {
  background: #8ecbff;
  top: -140px;
  right: -100px;
}

.bg-orb-b {
  background: #c4e5ff;
  bottom: -180px;
  left: -120px;
}

.site-header,
main,
.site-footer {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin-top: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-title {
  font-size: 1.48rem;
}

.brand-subtitle {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  margin-top: 2px;
  white-space: nowrap;
}

.brand img {
  width: 66px;
  height: 66px;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

.main-nav {
  display: flex;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  flex-wrap: nowrap;
  align-items: center;
}

.main-nav a {
  white-space: nowrap;
}

.nav-ctas {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(0, 120, 212, 0.32);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.9);
}

main section {
  margin: 48px 0;
}

main > section:first-child {
  margin-top: 12px;
}

.hero {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 24px;
  border: 1px solid rgba(0, 120, 212, 0.14);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(237, 247, 255, 0.88));
  box-shadow: 0 14px 38px rgba(12, 42, 79, 0.08);
}

.hero-swarm {
  width: 100vw;
  margin: 8px calc(50% - 50vw) 22px;
}

.hero-swarm-visual {
  width: 100%;
  height: clamp(64px, 8.25vw, 105px);
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.hero-swarm-visual iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transform: scale(2.1);
  transform-origin: 50% 50%;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.14;
  margin: 14px auto 12px;
  max-width: 15ch;
  color: var(--ink);
}

h1 {
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  margin: 10px auto;
  max-width: 14ch;
}

.hero-sub {
  margin: 0 auto;
  max-width: 64ch;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.hero-ctas {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-strip,
.founder,
.muted {
  color: var(--ink-soft);
}

.hero-strip {
  margin-top: 16px;
  font-size: 0.92rem;
  font-weight: 600;
}

.fibo-section {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 120, 212, 0.14);
  background: linear-gradient(155deg, #ffffff, #edf6ff);
  box-shadow: 0 18px 42px rgba(12, 42, 79, 0.1);
}

.fibo-shell {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
  position: relative;
}

.fibo-topics {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.fibo-topic {
  border: 1px solid #c8dcf5;
  background: linear-gradient(135deg, #ffffff, #f4f9ff);
  color: #143a69;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: left;
  min-height: 52px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  padding: 12px 14px;
}

.fibo-topic:hover,
.fibo-topic:focus-visible,
.fibo-topic.is-active {
  background: linear-gradient(135deg, #e8f3ff, #d7ebff);
  border-color: #8bbcf0;
  box-shadow: 0 8px 22px rgba(0, 120, 212, 0.2);
  transform: translateY(-1px);
}

.fibo-panels {
  position: relative;
  min-height: 320px;
  z-index: 1;
}

.fibo-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  border: 1px solid #c3daf6;
  border-radius: 16px;
  padding: 20px 22px;
  background: linear-gradient(165deg, #ffffff, #f2f8ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.fibo-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fibo-panel h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.fibo-cascade {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.fibo-cascade li {
  border-left: 3px solid #68a8e6;
  padding-left: 12px;
  color: var(--ink-soft);
  opacity: 0;
  transform: translateX(-8px);
  font-size: 0.95rem;
  line-height: 1.55;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition-delay: var(--f-delay, 0ms);
}

.fibo-panel.is-active .fibo-cascade li {
  opacity: 1;
  transform: translateX(0);
}

.gdpr-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: linear-gradient(145deg, #ffffff, #f3f9ff);
  box-shadow: var(--shadow);
}

.gdpr-grid {
  margin-top: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.preview-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: var(--shadow);
}

.preview-intro {
  max-width: 70ch;
  color: var(--ink-soft);
}

.preview-form {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px;
}

.preview-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: var(--ink);
}

.preview-form input,
.preview-form select,
.preview-form textarea {
  width: 100%;
  border: 1px solid #c7dbf4;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.preview-form input::placeholder,
.preview-form textarea::placeholder {
  color: #b4bfcc;
}

.preview-form select:invalid {
  color: #b4bfcc;
}

.preview-form select option {
  color: var(--ink);
}

.preview-form textarea {
  resize: vertical;
}

.consent {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 600 !important;
  color: var(--ink-soft) !important;
}

.consent input {
  width: auto;
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-msg {
  margin: 2px 0 0;
  font-weight: 700;
  color: #0b4f93;
}

.contact-hub {
  margin-top: 18px;
}

.contact-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #d2e6fb;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.88) 36%, rgba(232, 243, 255, 0.84)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(237, 247, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 24px rgba(14, 63, 117, 0.08);
}

.contact-tab {
  flex: 1 1 170px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(227, 240, 255, 0.68));
  color: #124674;
  border-radius: 11px;
  padding: 11px 14px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-wrap: balance;
  cursor: pointer;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.contact-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 122, 196, 0.42);
  box-shadow: 0 10px 18px rgba(13, 84, 148, 0.14);
}

.contact-tab.is-active {
  background: linear-gradient(135deg, #07579d 0%, #0b74c8 52%, #0f8adf 100%);
  border-color: rgba(6, 85, 149, 0.92);
  color: #fff;
  box-shadow: 0 10px 22px rgba(2, 83, 151, 0.34);
}

.contact-panel {
  border: 1px solid #d4e8fb;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 239, 255, 0.5), transparent 50%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 255, 0.96));
  padding: 18px;
  box-shadow: 0 16px 30px rgba(18, 70, 120, 0.08);
}

.contact-panel[hidden] {
  display: none;
}

.booking-embed {
  height: 640px;
  border: 1px solid #d5e7f8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 20px rgba(17, 70, 123, 0.08);
  margin: 12px 0 14px;
}

.booking-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hidden {
  display: none !important;
}

.demo,
.split,
.final-cta {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.video-shell {
  margin-top: 16px;
  background: linear-gradient(145deg, #0f6fc7, #044c8b);
  border-radius: 14px;
  min-height: 300px;
  overflow: hidden;
}

.video-shell iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
}

.benefits,
.feature-grid,
.cases,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.benefits,
.cases,
.pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card,
.tile,
.case,
.price {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.template-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agent-swarm-intro {
  margin-bottom: 14px;
}

.agent-swarm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #d7e7f8;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 255, 255, 0.9), rgba(237, 247, 255, 0.92) 44%, rgba(230, 243, 255, 0.84)),
    linear-gradient(145deg, rgba(248, 252, 255, 0.95), rgba(236, 246, 255, 0.9));
}

.agent-node {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid #bedcf7;
  color: #0b4f93;
  background: #e8f4ff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  cursor: default;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.agent-node:hover,
.agent-node:focus-visible {
  transform: translateY(-2px);
  border-color: #8ec0ee;
  box-shadow: 0 10px 20px rgba(11, 79, 147, 0.18);
  outline: none;
}

.agent-node::after {
  content: attr(data-agent-desc);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(340px, 76vw);
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 84, 150, 0.25);
  background: #ffffff;
  color: #123d67;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  box-shadow: 0 12px 26px rgba(12, 42, 79, 0.16);
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.agent-node:hover::after,
.agent-node:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.agent-node.cap-bc {
  background: linear-gradient(135deg, #e7f3ff, #dff0ff);
  border-color: #b8d9f6;
}

.agent-node.cap-web {
  background: linear-gradient(135deg, #eef9ff, #dff7ff);
  border-color: #a8dff5;
  color: #0a5d8c;
}

.agent-node.cap-kb {
  background: linear-gradient(135deg, #eefaf3, #ddf6e8);
  border-color: #b8e6cf;
  color: #136341;
}

.agent-node.cap-general {
  background: linear-gradient(135deg, #f4f7fb, #eaf1f8);
  border-color: #cad8e7;
  color: #21496d;
}

.pill {
  background: #e8f4ff;
  border: 1px solid #cbe6ff;
  color: #0b4f93;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.9rem;
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

.note {
  background: #eef7ff;
  border: 1px solid #d3e8ff;
  border-radius: 12px;
  padding: 14px;
}

.security-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

pre {
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 10px;
  background: #0a2f59;
  color: #e6f3ff;
  overflow-x: auto;
}

.price.featured {
  border: 2px solid var(--accent);
  transform: translateY(-4px);
}

.price-tag {
  margin-top: -8px;
  color: var(--accent);
  font-weight: 800;
}

details {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  margin-bottom: 8px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.final-cta {
  text-align: center;
  background: linear-gradient(135deg, #0a63b5, #0078d4);
  color: #f3f9ff;
}

.site-footer {
  margin: 58px auto 44px;
  padding: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.site-footer a {
  display: block;
  color: var(--ink-soft);
  margin: 4px 0;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.site-footer .brand img {
  width: auto;
  height: 58px;
  max-width: 230px;
  object-fit: contain;
}

.footer-qualia-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 230px;
  object-fit: contain;
  margin-bottom: 12px;
}

.site-footer .brand,
.site-footer .footer-qualia-logo,
.site-footer h3 {
  cursor: help;
}

/* Qualia meaning tooltip shown on footer brand hover */
.site-footer .brand::after,
.site-footer .footer-qualia-logo::after,
.site-footer h3::after {
  content: "Qualia: the subjective, first-person quality of experience; the felt sense of what something is like.";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(320px, 78vw);
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 120, 212, 0.22);
  background: #ffffff;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 500;
  box-shadow: 0 12px 26px rgba(12, 42, 79, 0.16);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 15;
}

.site-footer .footer-qualia-logo,
.site-footer h3 {
  position: relative;
  width: fit-content;
}

.site-footer .brand:hover::after,
.site-footer .brand:focus-visible::after,
.site-footer .footer-qualia-logo:hover::after,
.site-footer .footer-qualia-logo:focus-visible::after,
.site-footer h3:hover::after,
.site-footer h3:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.tagline {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #8fd2ff;
  letter-spacing: 0.05em;
  margin: 10px 0 2px;
}

.social-proof {
  text-align: center;
  padding: 16px 24px;
}

.proof-label {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.proof-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.proof-badge {
  background: #e8f4ff;
  border: 1px solid #cbe6ff;
  color: #0b4f93;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.84rem;
  font-weight: 700;
}

.demo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 340px;
}

.demo-coming {
  padding: 32px;
  color: #fff;
}

.demo-icon {
  font-size: 3rem;
  margin-bottom: 8px;
  opacity: 0.7;
}

.demo-title {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.demo-sub {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 18px;
}

.demo-coming .btn-ghost {
  color: #0b3c6d;
  border-color: rgba(11, 60, 109, 0.28);
  background: rgba(255, 255, 255, 0.95);
}

.final-cta .btn-ghost {
  color: #0b3c6d;
  border-color: rgba(11, 60, 109, 0.28);
  background: rgba(255, 255, 255, 0.95);
}

.cta-strip {
  text-align: center;
  padding: 18px;
  background: linear-gradient(135deg, #eef6ff, #dcebff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cta-strip p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}

.security-list.compact {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.security-list.compact li {
  padding: 4px 0 4px 10px;
  border-left: 3px solid var(--accent);
  margin-bottom: 4px;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.footer-company,
.footer-address {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin: 2px 0;
}

.consent a {
  color: var(--accent);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.stagger.in {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #79adff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .stagger {
    opacity: 1 !important;
    transform: none !important;
  }

  .cursor-aura {
    display: none;
  }
}

.legal-page {
  width: min(840px, 92vw);
  margin: 0 auto;
  padding: 36px 0 60px;
}

.legal-content {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 36px;
  box-shadow: var(--shadow);
}

.legal-content h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 0 0 6px;
}

.legal-updated {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  font-size: 1.2rem;
  margin: 28px 0 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-content h3 {
  font-size: 1rem;
  margin: 18px 0 8px;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
  line-height: 1.65;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content a {
  color: var(--accent);
  text-decoration: underline;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 0.94rem;
}

.legal-table th,
.legal-table td {
  padding: 8px 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.legal-table th {
  background: #f0f6ff;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  width: 200px;
}

.legal-table td {
  color: var(--ink-soft);
}

.imprint-table th {
  width: 180px;
}

.legal-de {
  font-weight: 400;
  font-size: 0.8em;
  color: var(--ink-soft);
}

@media (max-width: 680px) {
  .legal-content {
    padding: 20px 18px;
  }

  .legal-table th {
    width: auto;
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav,
  .nav-ctas {
    width: 100%;
    display: none;
  }

  .site-header.menu-open .main-nav,
  .site-header.menu-open .nav-ctas {
    display: flex;
  }

  .site-header.menu-open .main-nav {
    margin-top: 8px;
    justify-content: center;
  }

  .site-header.menu-open .nav-ctas {
    justify-content: center;
    margin-top: 8px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .fibo-shell {
    grid-template-columns: 1fr;
  }

  .fibo-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .fibo-panels {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .brand-title {
    font-size: 1.2rem;
  }

  .brand-subtitle {
    font-size: 0.68rem;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .main-nav {
    gap: 10px;
    font-size: 0.88rem;
  }

  .hero {
    padding: 24px 18px 18px;
    border-radius: 18px;
  }

  .hero-swarm {
    margin-bottom: 16px;
  }

  .hero-swarm-visual {
    height: clamp(56px, 12.75vw, 83px);
  }

  .hero-swarm-visual iframe {
    height: 100%;
    transform: scale(2.4);
    transform-origin: 50% 50%;
  }

  .hero h1 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
    max-width: 16ch;
    margin-top: 12px;
  }

  .fibo-topics {
    grid-template-columns: 1fr;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .contact-tabs {
    gap: 7px;
    padding: 7px;
  }

  .contact-tab {
    flex: 1 1 calc(50% - 7px);
  }

  .booking-embed {
    height: 560px;
  }
}

@media (max-width: 680px) {
  .agent-swarm {
    gap: 8px;
    padding: 8px;
  }

  .agent-node {
    width: 100%;
    justify-content: flex-start;
  }

  .agent-node::after {
    left: 12px;
    right: 12px;
    width: auto;
    transform: translateX(0);
  }

  .agent-node:hover::after,
  .agent-node:focus-visible::after {
    transform: translateX(0) translateY(-2px);
  }

  .contact-tabs {
    gap: 6px;
    padding: 6px;
  }

  .contact-tab {
    flex: 1 1 100%;
  }

  .booking-embed {
    height: 500px;
  }
}

/* ─── Documentation / Support Page ──────────────────────────────────── */

.docs-page {
  padding-top: 0;
}

/* Hero */
.docs-hero {
  text-align: center;
  padding: 56px 0 32px;
}

.docs-hero .eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.docs-hero h1 {
  font-size: clamp(1.5rem, 3.2vw, 2.35rem);
  margin: 12px 0 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.docs-hero-sub {
  color: var(--ink-soft);
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Search */
.docs-search-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.docs-search-wrap .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-soft);
  pointer-events: none;
}

.docs-search-wrap input {
  width: 100%;
  padding: 14px 18px 14px 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.96rem;
  color: var(--ink);
  background: var(--card);
  box-shadow: 0 4px 18px rgba(15, 34, 61, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.docs-search-wrap input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 4px 18px rgba(0, 120, 212, 0.14);
}

.docs-search-wrap input::placeholder {
  color: var(--ink-soft);
  opacity: 0.6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Quick-Start Cards */
.docs-quickstart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 56px;
}

.qs-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: default;
}

.qs-card:hover,
.qs-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
  outline: none;
}

.qs-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.qs-card--user .qs-icon {
  background: linear-gradient(135deg, #e6f2ff, #cce5ff);
  color: var(--accent);
}

.qs-card--admin .qs-icon {
  background: linear-gradient(135deg, #e6ffe6, #ccf5cc);
  color: #1a7a1a;
}

.qs-card--fix .qs-icon {
  background: linear-gradient(135deg, #fff4e6, #ffe8cc);
  color: #b35900;
}

.qs-card h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.qs-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0 0 14px;
  line-height: 1.55;
}

.qs-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
  transition: color 0.2s ease;
}

.qs-link:hover {
  color: var(--accent-strong);
}

/* Configuration Agent Banner */
.docs-agent-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #0078d4 0%, #005a9e 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px 32px;
  margin: 0 0 56px;
  box-shadow: 0 12px 36px rgba(0, 90, 158, 0.3);
}

.agent-banner-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.agent-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.docs-agent-banner h2 {
  font-size: 1.2rem;
  margin: 0 0 6px;
  line-height: 1.3;
}

.docs-agent-banner p {
  font-size: 0.92rem;
  opacity: 0.88;
  margin: 0;
  line-height: 1.55;
  max-width: 560px;
}

.docs-agent-banner .btn-solid {
  flex-shrink: 0;
  background: #fff;
  color: var(--accent-strong);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.docs-agent-banner .btn-solid:hover {
  background: #f0f6ff;
}

/* Manual Grid */
.docs-manuals {
  margin: 0 0 56px;
}

.docs-manuals .eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.docs-manuals h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 10px 0 8px;
}

.docs-manuals-sub {
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.6;
}

.manual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
}

.manual-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.manual-card-link:hover .manual-card {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(0, 120, 212, 0.12);
}

.manual-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.manual-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}

.manual-card-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--line);
  line-height: 1;
  user-select: none;
}

.manual-card h3 {
  font-size: 1.12rem;
  margin: 0 0 8px;
  padding-right: 48px;
}

.manual-card > p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1;
}

.manual-topics {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.manual-topics li {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--accent);
  background: #e8f2ff;
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}

.manual-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.meta-audience {
  font-weight: 700;
}

/* Quick Answers */
.docs-quick-answers {
  margin: 0 0 56px;
}

.docs-quick-answers h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0 0 20px;
}

.qa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 12px;
}

.qa-grid details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  transition: border-color 0.2s ease;
}

.qa-grid details[open] {
  border-color: var(--accent);
}

.qa-grid summary {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qa-grid summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f2ff;
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.qa-grid details[open] summary::before {
  content: "−";
  background: var(--accent);
  color: #fff;
  transform: rotate(180deg);
}

.qa-grid summary::-webkit-details-marker {
  display: none;
}

.qa-grid details p {
  padding: 0 20px 16px 54px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Contact / Support */
.docs-contact {
  margin: 0 0 56px;
}

.docs-contact-inner {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 36px;
  text-align: center;
  box-shadow: var(--shadow);
}

.docs-contact h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0 0 8px;
}

.docs-contact-inner > p {
  color: var(--ink-soft);
  max-width: 500px;
  margin: 0 auto 28px;
  font-size: 1rem;
  line-height: 1.6;
}

.docs-contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  color: var(--ink);
}

.contact-option:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 120, 212, 0.1);
}

.contact-option svg {
  color: var(--accent);
}

.contact-option strong {
  font-size: 0.95rem;
}

.contact-option span {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* Responsive */
@media (max-width: 980px) {
  .docs-quickstart {
    grid-template-columns: 1fr;
  }

  .docs-agent-banner {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .agent-banner-content {
    flex-direction: column;
    align-items: center;
  }

  .docs-agent-banner p {
    max-width: 100%;
  }

  .docs-contact-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .docs-hero h1 {
    font-size: 1.6rem;
  }

  .manual-grid {
    grid-template-columns: 1fr;
  }

  .qa-grid {
    grid-template-columns: 1fr;
  }

  .docs-contact-inner {
    padding: 24px 18px;
  }
}

/* ------------------------------------------------------------------
   DOC CHAPTER PAGES
   ------------------------------------------------------------------ */

.doc-chapter {
  max-width: 820px;
  margin: 0 auto;
  padding: 84px 24px 60px;
}

/* ---- Hero ---- */
.doc-hero {
  margin-bottom: 40px;
}

.doc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 16px;
}

.doc-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.doc-breadcrumb a:hover {
  text-decoration: underline;
}

.doc-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 0.82rem;
}

.doc-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.doc-badge--everyone   { background: #e3f2fd; color: #0d47a1; }
.doc-badge--admin      { background: #fff3e0; color: #e65100; }
.doc-badge--user       { background: #e8f5e9; color: #1b5e20; }
.doc-badge--technical  { background: #ede7f6; color: #4527a0; }
.doc-badge--support    { background: #fce4ec; color: #880e4f; }

.doc-reading-time,
.doc-chapter-num {
  color: var(--ink-soft);
}

.doc-hero h1 {
  font-family: var(--ff-display);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 12px;
}

.doc-hero-sub {
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

/* ---- TOC ---- */
.doc-toc {
  background: rgba(0, 120, 212, 0.04);
  border: 1px solid rgba(0, 120, 212, 0.12);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 40px;
}

.doc-toc h2 {
  font-family: var(--ff-display);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin: 0 0 12px;
}

.doc-toc ol {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 24px;
}

.doc-toc li {
  font-size: 0.88rem;
  line-height: 1.9;
  break-inside: avoid;
}

.doc-toc a {
  color: var(--ink);
  text-decoration: none;
}

.doc-toc a:hover {
  color: var(--accent);
  text-decoration: underline;
}

/* ---- TL;DR ---- */
.doc-tldr {
  background: linear-gradient(135deg, rgba(0, 120, 212, 0.06), rgba(0, 90, 158, 0.04));
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin-bottom: 40px;
}

.doc-tldr h2 {
  font-family: var(--ff-display);
  font-size: 1rem;
  color: var(--accent);
  margin: 0 0 10px;
}

.doc-tldr ul {
  margin: 0;
  padding-left: 20px;
}

.doc-tldr li {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 4px;
}

/* ---- Content ---- */
.doc-content {
  margin-bottom: 40px;
}

.doc-content section {
  margin-bottom: 36px;
}

.doc-content h2 {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.doc-content section:first-child h2 {
  border-top: none;
  padding-top: 0;
}

.doc-content h3 {
  font-family: var(--ff-display);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--ink);
  margin: 20px 0 10px;
}

.doc-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 14px;
}

.doc-content ul,
.doc-content ol {
  padding-left: 22px;
  margin: 0 0 14px;
}

.doc-content li {
  font-size: 0.93rem;
  line-height: 1.65;
  margin-bottom: 4px;
}

.doc-content code {
  font-family: 'Fira Code', 'Cascadia Code', monospace;
  font-size: 0.85em;
  background: rgba(0, 120, 212, 0.07);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--accent-strong);
}

/* ---- Tables ---- */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 0.88rem;
}

.doc-table th {
  text-align: left;
  background: rgba(0, 120, 212, 0.06);
  padding: 10px 14px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 2px solid rgba(0, 120, 212, 0.15);
}

.doc-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: top;
  line-height: 1.55;
}

.doc-table tr:last-child td {
  border-bottom: none;
}

/* ---- Steps ---- */
.doc-steps {
  padding-left: 22px;
  margin: 0 0 16px;
}

.doc-steps li {
  font-size: 0.93rem;
  line-height: 1.65;
  margin-bottom: 6px;
  padding-left: 4px;
}

/* ---- Callouts ---- */
.doc-tip,
.doc-important {
  border-radius: 10px;
  padding: 14px 18px;
  margin: 14px 0 20px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.doc-tip {
  background: rgba(0, 150, 60, 0.06);
  border-left: 4px solid #2e7d32;
}

.doc-important {
  background: rgba(230, 81, 0, 0.06);
  border-left: 4px solid #e65100;
}

/* ---- Outcome ---- */
.doc-outcome {
  background: linear-gradient(135deg, rgba(0, 120, 212, 0.05), rgba(0, 90, 158, 0.03));
  border: 1px solid rgba(0, 120, 212, 0.12);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 40px;
}

.doc-outcome h2 {
  font-family: var(--ff-display);
  font-size: 1.12rem;
  color: var(--accent);
  margin: 0 0 12px;
}

.doc-outcome ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-outcome li {
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 4px;
  color: var(--ink);
}

/* ---- Nav Footer ---- */
.doc-nav-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.doc-nav-prev,
.doc-nav-next {
  flex: 1;
}

.doc-nav-next {
  text-align: right;
}

.doc-nav-footer a {
  display: block;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.doc-nav-footer a:hover {
  border-color: var(--accent);
  box-shadow: 0 2px 12px rgba(0, 120, 212, 0.1);
}

.doc-nav-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.doc-nav-title {
  display: block;
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
}

/* ---- CTA Strip ---- */
.doc-cta-strip {
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(135deg, rgba(0, 120, 212, 0.04), rgba(0, 90, 158, 0.02));
  border-radius: 14px;
  margin-bottom: 40px;
}

.doc-cta-strip p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0 0 16px;
}

/* ---- Glossary ---- */
.doc-glossary {
  margin: 0 0 24px;
}

.doc-glossary dt {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  margin: 18px 0 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.doc-glossary dt:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.doc-glossary dd {
  margin: 0 0 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* ---- FAQ Item ---- */
.doc-faq-item h2 {
  font-size: 1.12rem;
}

/* ---- Doc Chapter Responsive ---- */
@media (max-width: 680px) {
  .doc-chapter {
    padding: 76px 16px 40px;
  }

  .doc-hero h1 {
    font-size: 1.6rem;
  }

  .doc-toc ol {
    columns: 1;
  }

  .doc-nav-footer {
    flex-direction: column;
  }

  .doc-nav-next {
    text-align: left;
  }

  .doc-table {
    font-size: 0.82rem;
  }

  .doc-table th,
  .doc-table td {
    padding: 8px 10px;
  }
}
