:root {
  color-scheme: dark;
  --bg: #1a1b26;
  --surface: #202230;
  --deep: #151620;
  --text: #c0caf5;
  --muted: #929bbd;
  --line: #383d54;
  --accent: #b2d984;
  --blue: #92b4ff;
  --orange: #e0af68;
  --purple: #bb9af7;
  --shadow: #10111a;
  --display: #626b88;
  --font:
    "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
:root[data-theme="forest"] {
  --bg: #272e29;
  --surface: #303a32;
  --deep: #202722;
  --text: #e2dfca;
  --muted: #b1baaa;
  --line: #4a584a;
  --accent: #b5ce94;
  --blue: #a6c8ce;
  --orange: #e6bf89;
  --purple: #d3b5c9;
  --shadow: #19201c;
  --display: #798775;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 14px/1.75 var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: var(--accent);
  color: var(--deep);
}
[hidden] {
  display: none !important;
}
.container {
  max-width: 1184px;
  margin: auto;
  padding: 0 32px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  z-index: 10;
  background: var(--accent);
  color: var(--deep);
  padding: 10px;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -1px;
  text-decoration: none;
}
.brand svg {
  width: 26px;
  height: 30px;
  color: var(--accent);
}
.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  text-decoration: none;
  color: var(--muted);
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--accent);
}
.theme-button {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border: 0;
  background: none;
  color: var(--muted);
  padding: 8px 0;
  font-size: 11px;
}
.theme-swatch {
  width: 10px;
  height: 10px;
  background: var(--accent);
  box-shadow: 4px 4px 0 var(--line);
  margin-right: 4px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 10%, transparent);
}
.hero {
  padding: 68px 0 70px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 46px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -3px;
  margin: 25px 0;
}
.accent {
  color: var(--accent);
}
.hero-copy {
  font-size: 15px;
  max-width: 450px;
  color: var(--muted);
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 30px 0 22px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 11px 18px;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--deep);
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--shadow);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--shadow);
}
.text-link {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
}
.text-link:hover {
  color: var(--accent);
}
.compat {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
}
.file-pill {
  padding: 2px 6px;
  border: 1px solid var(--line);
  color: var(--blue);
}
.file-pill.sheet {
  color: var(--accent);
}
.file-pill.slides {
  color: var(--orange);
}
.preview {
  min-width: 0;
}
.desktop {
  position: relative;
  border: 1px solid var(--line);
  box-shadow: 12px 12px 0 var(--shadow);
  min-height: 434px;
  background: var(--deep);
  overflow: hidden;
}
.desktop-bar {
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  padding: 0 11px;
  color: var(--muted);
  position: relative;
  z-index: 1;
}
.workspace-number {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding: 6px 5px;
}
.wallpaper {
  position: absolute;
  inset: 50px 0 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  color: var(--accent);
}
.app-window {
  position: relative;
  margin: 30px 22px 22px;
  background: var(--bg);
  border: 1px solid var(--blue);
  box-shadow: 6px 6px 0 var(--shadow);
  min-height: 326px;
  padding: 17px;
}
.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.app-title .window-mark {
  color: var(--blue);
  font-size: 15px;
}
.account-line {
  color: var(--muted);
  font-size: 9px;
  margin: 1px 0 15px;
}
.demo-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-bottom: 17px;
  gap: 7px;
}
.demo-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 7px 8px;
  color: var(--muted);
  font-size: 10px;
  flex: 1;
  min-height: 38px;
}
.demo-tabs button[aria-selected="true"] {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--surface);
}
.demo-panel {
  height: 210px;
  font-size: 10px;
}
.demo-heading {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 8px;
}
.tiny-label {
  font-size: 8px;
  color: var(--accent);
  border: 1px solid var(--line);
  padding: 0 5px;
}
.demo-file {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.demo-file:last-child {
  border: 0;
}
.document {
  width: 25px;
  height: 31px;
  flex-shrink: 0;
  border: 1px solid currentColor;
  position: relative;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--blue);
  background: var(--surface);
}
.document:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 6px;
  height: 6px;
  background: var(--bg);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.document.green {
  color: var(--accent);
}
.document.orange {
  color: var(--orange);
}
.file-detail {
  flex: 1;
  min-width: 0;
}
.file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.file-state {
  font-size: 8px;
  color: var(--muted);
  margin-top: 2px;
}
.file-check {
  color: var(--accent);
  font-size: 12px;
}
.preview-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: var(--muted);
  font-size: 9px;
  gap: 12px;
}
.caption-index {
  color: var(--accent);
}
.demo-account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.demo-account strong {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.demo-account small {
  color: var(--muted);
  font-size: 9px;
}
.demo-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.demo-state {
  color: var(--accent);
}
.demo-footnote {
  color: var(--muted);
  font-size: 9px;
  margin-top: 14px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principle {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 23px 26px;
}
.principle:first-child {
  padding-left: 0;
}
.principle + .principle {
  border-left: 1px solid var(--line);
}
.principle-symbol {
  color: var(--accent);
  font-size: 20px;
}
.principle strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.principle small {
  font-size: 10px;
  color: var(--muted);
}
.section {
  padding: 80px 0;
}
.section-heading {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
}
.section-number {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.section h2,
.install h2 {
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.3;
  letter-spacing: -1.4px;
  font-weight: 500;
  margin: 0;
}
.section-heading > p {
  font-size: 11px;
  color: var(--muted);
  max-width: 250px;
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.step-index {
  color: var(--blue);
  font-size: 11px;
}
.step h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0 10px;
}
.step p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.9;
}
.copy-note {
  border-left: 2px solid var(--orange);
  padding-left: 16px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 11px;
}
.copy-note strong {
  color: var(--orange);
  font-weight: 400;
}
.privacy-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 40px;
}
.privacy-band h2 {
  font-size: 27px;
}
.privacy-band p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.data-flow {
  align-self: center;
}
.flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 12px;
  border: 1px dashed var(--line);
}
.flow-end {
  font-size: 12px;
  text-align: center;
}
.flow-end span {
  display: block;
  color: var(--muted);
  font-size: 9px;
}
.flow-arrow {
  color: var(--accent);
  font-size: 22px;
  flex: 1;
  text-align: center;
}
.flow-caption {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 13px;
}
.install {
  padding: 75px 0 60px;
}
.install-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
}
.install-copy {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.terminal {
  border: 1px solid var(--line);
  background: var(--deep);
  align-self: start;
}
.terminal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  border-bottom: 1px solid var(--line);
  padding: 8px 15px;
}
.terminal-title:before {
  content: "● ● ●";
  color: var(--line);
  letter-spacing: 3px;
}
.command-row {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 20px 16px;
}
.command-row .prompt {
  color: var(--accent);
}
.command-row code {
  font: 11px/1.9 var(--font);
  overflow-wrap: anywhere;
  flex: 1;
  user-select: all;
}
.copy-button {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  min-width: 58px;
  min-height: 35px;
  font-size: 10px;
}
.copy-button:hover {
  border-color: var(--accent);
}
.copy-feedback {
  min-height: 21px;
  color: var(--accent);
  font-size: 10px;
  padding: 0 16px 9px;
  margin: 0;
}
.install-steps {
  counter-reset: setup;
  padding: 0;
  list-style: none;
  margin: 22px 0;
}
.install-steps li {
  counter-increment: setup;
  font-size: 11px;
  color: var(--muted);
  padding: 8px 0;
  display: flex;
  gap: 12px;
}
.install-steps li:before {
  content: "0" counter(setup);
  color: var(--accent);
}
.install-steps strong {
  color: var(--text);
  font-weight: 500;
}
.release-note {
  font-size: 10px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.release-note strong {
  color: var(--orange);
  font-weight: 400;
}
.faq {
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  padding: 19px 25px 19px 0;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--accent);
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list details p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.9;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 22px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
}
.footer-links a {
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--accent);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 9px;
  margin-top: 27px;
}
.footer-wordmark {
  font-size: clamp(70px, 16.5vw, 195px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.2;
  overflow: hidden;
  color: var(--display);
  margin: 15px 0 0;
  user-select: none;
}
.legal-hero {
  padding: 61px 0 40px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 28px;
}
.breadcrumb a {
  text-decoration: none;
}
.legal-hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 17px 0 20px;
}
.legal-hero .lede {
  max-width: 730px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.legal-date {
  font-size: 10px;
  color: var(--muted);
  margin-top: 26px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 70px;
  padding: 45px 0 80px;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 25px;
}
.legal-nav p {
  color: var(--accent);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.legal-nav a {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  color: var(--muted);
  text-decoration: none;
}
.legal-nav a:hover {
  color: var(--accent);
}
.legal-body {
  max-width: 750px;
}
.legal-body section {
  margin-bottom: 38px;
  scroll-margin-top: 30px;
}
.legal-body h2 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 15px;
}
.legal-body h2 .index {
  color: var(--accent);
  font-size: 11px;
  margin-right: 10px;
}
.legal-body p,
.legal-body li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}
.legal-body ul {
  padding-left: 20px;
}
.legal-body li {
  margin: 9px 0;
}
.legal-body strong {
  color: var(--text);
  font-weight: 500;
}
.legal-body a {
  color: var(--text);
}
.legal-callout {
  padding: 20px 23px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--accent);
  background: var(--surface);
  margin: 0 0 34px;
}
.legal-callout p {
  margin: 0;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1.8;
  margin: 20px 0;
}
.legal-table th {
  text-align: left;
  color: var(--text);
  font-weight: 500;
  background: var(--surface);
}
.legal-table th,
.legal-table td {
  padding: 13px 12px;
  border: 1px solid var(--line);
  vertical-align: top;
}
.legal-table td {
  color: var(--muted);
}
.legal-table td:first-child {
  color: var(--text);
  width: 30%;
}
.legal-body code {
  font: 11px var(--font);
  overflow-wrap: anywhere;
  color: var(--text);
}
.legal-end {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}
.noscript-note {
  color: var(--muted);
  font-size: 10px;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 950px) {
  .hero-grid {
    gap: 25px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .app-window {
    margin: 28px 12px 18px;
    padding: 12px;
  }
  .desktop {
    min-height: 420px;
  }
  .privacy-band {
    gap: 30px;
    padding: 30px;
  }
  .site-nav {
    gap: 20px;
  }
  .theme-button span:last-child {
    display: none;
  }
  .install-grid,
  .faq-grid {
    gap: 35px;
  }
  .legal-layout {
    gap: 35px;
    grid-template-columns: 180px minmax(0, 1fr);
  }
}
@media (max-width: 720px) {
  .container {
    padding: 0 22px;
  }
  .header-inner {
    min-height: 76px;
    gap: 15px;
  }
  .brand {
    font-size: 20px;
    gap: 8px;
  }
  .brand svg {
    width: 22px;
  }
  .site-nav {
    gap: 18px;
  }
  .site-nav a {
    font-size: 11px;
  }
  .site-nav .desktop-link {
    display: none;
  }
  .theme-button {
    padding: 5px;
  }
  .hero {
    padding: 42px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(38px, 8.2vw, 58px);
    letter-spacing: -2px;
    max-width: 600px;
  }
  .hero-copy {
    max-width: 550px;
    font-size: 14px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .preview {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .desktop {
    min-height: 400px;
  }
  .app-window {
    margin: 25px 25px 20px;
    padding: 18px;
  }
  .preview-caption {
    font-size: 8px;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principle,
  .principle:first-child {
    padding: 17px 0;
  }
  .principle + .principle {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .principle strong {
    font-size: 12px;
  }
  .principle small {
    font-size: 10px;
  }
  .section {
    padding: 49px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 15px;
    max-width: 100%;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .step {
    display: grid;
    grid-template-columns: 33px 1fr;
    column-gap: 10px;
  }
  .step-index {
    grid-row: 1/3;
    padding-top: 3px;
  }
  .step h3 {
    margin: 0 0 8px;
  }
  .step p {
    grid-column: 2;
  }
  .privacy-band {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 18px;
  }
  .privacy-band h2 {
    font-size: 26px;
  }
  .install {
    padding: 50px 0 40px;
  }
  .install-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .footer-links {
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    margin-top: 22px;
  }
  .footer-wordmark {
    margin-top: 24px;
  }
  .legal-hero {
    padding: 38px 0 30px;
  }
  .legal-hero .lede {
    font-size: 12px;
  }
  .legal-layout {
    display: block;
    padding-top: 23px;
  }
  .legal-nav {
    position: static;
    border-bottom: 1px solid var(--line);
    margin-bottom: 32px;
    padding-bottom: 17px;
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
  }
  .legal-nav p {
    width: 100%;
    margin: 0 0 5px;
  }
  .legal-nav a {
    font-size: 10px;
    padding: 3px 0;
  }
  .legal-body h2 {
    font-size: 17px;
  }
  .legal-table th,
  .legal-table td {
    padding: 9px 8px;
    font-size: 10px;
  }
  .legal-end {
    flex-wrap: wrap;
  }
  .command-row {
    padding: 16px 12px;
    gap: 8px;
  }
  .command-row code {
    font-size: 10px;
  }
  .copy-button {
    min-width: 48px;
  }
  .install-steps li {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  body {
    background: white;
    color: black;
  }
  .site-header,
  .site-footer,
  .legal-nav,
  .theme-button,
  .skip-link {
    display: none;
  }
  .legal-layout {
    display: block;
    padding: 20px 0;
  }
  .legal-hero {
    padding: 0 0 20px;
  }
  .legal-body p,
  .legal-body li,
  .legal-hero .lede,
  .legal-date {
    color: #222;
  }
  .legal-body a,
  .legal-body strong,
  .legal-body h2 .index {
    color: black;
  }
  .legal-callout,
  .legal-table th {
    background: #eee;
  }
  .legal-table th,
  .legal-table td {
    color: black;
    border-color: #aaa;
  }
  .legal-body section {
    break-inside: avoid;
  }
  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 9px;
    overflow-wrap: anywhere;
  }
  .container {
    padding: 0;
  }
  .legal-body {
    max-width: none;
  }
}
