:root {
  color-scheme: dark;
  --bg: #070709;
  --bg-soft: #0c0c0f;
  --panel: #111114;
  --panel-raised: #18181c;
  --panel-red: #1a0b0e;
  --line: #2d2d33;
  --line-red: #542027;
  --red: #ef4444;
  --red-dark: #b91c1c;
  --red-soft: #fecaca;
  --text: #f8fafc;
  --muted: #b8b8c0;
  --dim: #878791;
  --success: #a7f3d0;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 80px rgb(0 0 0 / 38%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #4f2026 var(--bg);
}

html.is-resolving-fragment {
  scroll-behavior: auto;
}

.doc-content [id] {
  scroll-margin-top: 24px;
}

body {
  min-width: 300px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 5%, rgb(153 27 27 / 22%), transparent 31rem),
    linear-gradient(180deg, rgb(122 32 41 / 8%), transparent 32rem), var(--bg);
  font-size: 16px;
  line-height: 1.65;
}

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

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

a {
  color: var(--red-soft);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgb(248 113 113 / 80%);
  outline-offset: 3px;
}

::selection {
  color: #fff;
  background: rgb(185 28 28 / 88%);
}

h1,
h2,
h3,
p,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 6.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

code,
kbd {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

kbd {
  display: inline-block;
  min-width: 1.8em;
  padding: 0.13rem 0.42rem;
  color: #f4f4f5;
  background: #19191d;
  border: 1px solid #44444d;
  border-bottom-width: 2px;
  border-radius: 5px;
  font-size: 0.78em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--red-dark);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: rgb(7 7 9 / 82%);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand img {
  width: 37px;
  height: 37px;
  filter: drop-shadow(0 8px 18px rgb(239 68 68 / 23%));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-nav a {
  padding: 0.52rem 0.75rem;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.89rem;
  font-weight: 720;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgb(255 255 255 / 6%);
}

.site-nav .nav-support {
  margin-left: 7px;
  color: #fff;
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  box-shadow: inset 0 1px rgb(255 255 255 / 18%);
}

.site-nav .nav-support:hover {
  background: linear-gradient(180deg, #f55a5a, #c91f1f);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  content: "";
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before {
  position: absolute;
  top: -6px;
}

.nav-toggle-lines::after {
  position: absolute;
  top: 6px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 1.1rem;
  color: #fca5a5;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--red);
  content: "";
}

.hero {
  position: relative;
  padding: clamp(3.8rem, 6vw, 5.5rem) 0 4.8rem;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: -22rem;
  left: 50%;
  width: min(92vw, 88rem);
  height: 48rem;
  background: radial-gradient(ellipse, rgb(185 28 28 / 18%), transparent 67%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-shell {
  position: relative;
  width: min(calc(100% - 40px), 1480px);
  margin-inline: auto;
}

.hero-intro {
  display: flex;
  max-width: 1180px;
  align-items: center;
  margin-inline: auto;
  flex-direction: column;
  text-align: center;
}

.hero-intro .eyebrow {
  justify-content: center;
}

.hero h1 {
  max-width: 1180px;
  margin-bottom: 1.35rem;
  font-size: clamp(3.8rem, 7vw, 6.2rem);
}

.hero .accent-line {
  color: #ff6666;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 1.8rem;
  color: #d3d3da;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.62;
}

.hero .hero-copy {
  max-width: 790px;
}

.hero .button-row,
.hero .hero-proof {
  justify-content: center;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0.72rem 1rem;
  color: #fff;
  background: var(--panel-raised);
  border: 1px solid #3c3c44;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: 160ms ease;
  transition-property: background, border-color, transform;
}

.button:hover {
  color: #fff;
  background: #222228;
  border-color: #5a5a64;
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  border-color: var(--red);
  box-shadow:
    0 12px 35px rgb(185 28 28 / 23%),
    inset 0 1px rgb(255 255 255 / 18%);
}

.button.primary:hover {
  background: linear-gradient(180deg, #fa5555, #c91f1f);
  border-color: #ff6767;
}

.button.small {
  min-height: 40px;
  padding: 0.52rem 0.8rem;
  font-size: 0.82rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  list-style: none;
}

.hero-proof li::before {
  margin-right: 7px;
  color: var(--red);
  content: "●";
  font-size: 0.62rem;
}

.hero-product-illustration {
  position: relative;
  isolation: isolate;
  margin-top: clamp(3.2rem, 6vw, 5.2rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 0, rgb(239 68 68 / 14%), transparent 37%),
    linear-gradient(145deg, rgb(24 24 28 / 96%), rgb(9 9 12 / 98%));
  border: 1px solid #3b3b43;
  border-radius: 26px;
  box-shadow:
    var(--shadow),
    0 0 100px rgb(185 28 28 / 11%),
    inset 0 1px rgb(255 255 255 / 5%);
}

.hero-product-illustration::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  content: "";
}

.hero-product-illustration::after {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  width: 42%;
  height: 58%;
  background: rgb(185 28 28 / 14%);
  filter: blur(75px);
  content: "";
  transform: translateX(-50%);
}

.hero-visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 395px;
  grid-template-columns: minmax(0, 1.08fr) 92px minmax(0, 0.92fr) 92px minmax(
      0,
      1.08fr
    );
  align-items: center;
}

.hero-visual-card {
  position: relative;
  min-width: 0;
  min-height: 352px;
  padding: clamp(1.1rem, 2vw, 1.55rem);
  background: rgb(18 18 21 / 96%);
  border: 1px solid #3c3c44;
  border-radius: 17px;
  box-shadow:
    0 24px 56px rgb(0 0 0 / 32%),
    inset 0 1px rgb(255 255 255 / 4%);
}

.source-visual {
  transform: rotate(-0.65deg) translateY(7px);
}

.capture-visual {
  z-index: 2;
  border-color: #6f2a31;
  box-shadow:
    0 27px 70px rgb(0 0 0 / 42%),
    0 0 48px rgb(185 28 28 / 11%),
    inset 0 1px rgb(255 255 255 / 5%);
  transform: translateY(-13px);
}

.dossier-visual {
  transform: rotate(0.65deg) translateY(7px);
}

.visual-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.visual-kicker {
  color: #fca5a5;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visual-status,
.local-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.25rem 0.48rem;
  color: #d1fae5;
  background: rgb(6 78 59 / 36%);
  border: 1px solid rgb(52 211 153 / 25%);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
}

.visual-status::before,
.vault-note i {
  width: 6px;
  height: 6px;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 12px rgb(52 211 153 / 55%);
  content: "";
}

.source-domain {
  overflow: hidden;
  margin-bottom: 0.8rem;
  color: var(--dim);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visual-title {
  color: #fff;
  font-size: clamp(1.18rem, 1.8vw, 1.62rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.visual-meta {
  margin-top: 0.42rem;
  color: var(--dim);
  font-size: 0.69rem;
}

.article-lines {
  display: grid;
  gap: 8px;
  margin: 1.25rem 0 1rem;
}

.article-lines i {
  display: block;
  height: 6px;
  background: #33333a;
  border-radius: 999px;
}

.article-lines i:nth-child(2) {
  width: 88%;
}

.article-lines i:nth-child(3) {
  width: 67%;
}

.selected-passage {
  margin: 0;
  padding: 0.8rem 0.9rem;
  color: #f4f4f5;
  background: linear-gradient(90deg, rgb(127 29 29 / 46%), rgb(39 20 23 / 65%));
  border-left: 3px solid var(--red);
  border-radius: 0 8px 8px 0;
  font-size: clamp(0.77rem, 1vw, 0.9rem);
  font-weight: 650;
  line-height: 1.5;
}

.selection-tools {
  display: flex;
  gap: 6px;
  margin-top: 0.85rem;
}

.selection-tools span,
.tag-row span,
.export-formats span {
  padding: 0.27rem 0.47rem;
  color: #d4d4d8;
  background: #242429;
  border: 1px solid #3d3d45;
  border-radius: 6px;
  font-size: 0.6rem;
  font-weight: 760;
}

.selection-tools span:first-child {
  color: #fff;
  background: #991b1b;
  border-color: #dc2626;
}

.flow-connector {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #fca5a5;
}

.flow-connector::before {
  position: absolute;
  z-index: -1;
  right: -2px;
  left: -2px;
  height: 1px;
  background: linear-gradient(90deg, #642229, var(--red), #642229);
  content: "";
}

.flow-connector span {
  position: absolute;
  top: calc(50% - 36px);
  padding: 0.2rem 0.4rem;
  color: #fca5a5;
  background: #151518;
  border: 1px solid #54252a;
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-connector b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--red), #991b1b);
  border: 3px solid #18181c;
  border-radius: 50%;
  box-shadow: 0 0 22px rgb(239 68 68 / 28%);
  font-size: 0.92rem;
}

.annotation-count {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fecaca;
  background: #47171b;
  border: 1px solid #7f1d1d;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 850;
}

.capture-tabs {
  display: flex;
  gap: 5px;
  margin: -0.25rem 0 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #303037;
}

.capture-tabs span {
  padding: 0.27rem 0.38rem;
  color: var(--dim);
  border-radius: 5px;
  font-size: 0.58rem;
  font-weight: 760;
}

.capture-tabs .active {
  color: #fff;
  background: #303038;
}

.capture-field {
  margin-top: 0.55rem;
}

.capture-field small,
.open-question small {
  display: block;
  margin-bottom: 0.24rem;
  color: #a1a1aa;
  font-size: 0.6rem;
  font-weight: 750;
}

.capture-field strong,
.open-question strong {
  display: block;
  padding: 0.52rem 0.6rem;
  color: #eeeef0;
  background: #101012;
  border: 1px solid #34343b;
  border-radius: 7px;
  font-size: 0.66rem;
  line-height: 1.35;
}

.capture-field.finding strong {
  border-left-color: var(--red);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.75rem;
}

.tag-row span {
  color: #fecaca;
  background: #351417;
  border-color: #542027;
}

.capture-action {
  margin-top: 0.8rem;
  padding: 0.55rem 0.7rem;
  color: #fff;
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  border-radius: 7px;
  font-size: 0.65rem;
  font-weight: 850;
  text-align: center;
}

.dossier-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #313137;
}

.dossier-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: #fecaca;
  background: linear-gradient(145deg, #5c1b22, #251114);
  border: 1px solid #76232d;
  border-radius: 11px;
  font-weight: 900;
}

.trail-list {
  display: grid;
  gap: 7px;
  margin-top: 0.85rem;
}

.trail-list > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.58rem 0.65rem;
  background: #202024;
  border: 1px solid #34343b;
  border-radius: 8px;
}

.trail-list i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
}

.trail-list span,
.trail-list strong,
.trail-list small {
  display: block;
  min-width: 0;
}

.trail-list strong {
  overflow: hidden;
  color: #f4f4f5;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trail-list small {
  color: var(--dim);
  font-size: 0.56rem;
}

.trail-list em {
  color: #fca5a5;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 850;
}

.open-question {
  margin-top: 0.8rem;
}

.open-question strong {
  color: #f4f4f5;
  background: #251719;
  border-color: #492227;
}

.hero-visual-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  padding: 0.8rem 0.15rem 0.05rem;
  border-top: 1px solid #303037;
}

.vault-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8b8c0;
  font-size: 0.67rem;
  font-weight: 720;
}

.export-formats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.export-formats b {
  margin-left: 5px;
  color: #fca5a5;
  font-size: 0.67rem;
  font-weight: 850;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgb(17 17 20 / 70%);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 105px;
  padding: 1.35rem 1.5rem;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #fff;
  font-size: 0.95rem;
}

.trust-item span {
  color: var(--dim);
  font-size: 0.78rem;
}

.section {
  padding: clamp(4.7rem, 10vw, 8rem) 0;
}

.section-tight {
  padding: 4rem 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 3.2rem;
}

.section-heading h2 {
  max-width: 770px;
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 0.3rem;
  color: var(--muted);
}

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

.feature-card,
.doc-card,
.support-card {
  position: relative;
  min-height: 230px;
  padding: 1.65rem;
  background: linear-gradient(
    155deg,
    rgb(29 16 18 / 90%),
    rgb(17 17 20 / 96%) 55%
  );
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-card::after,
.doc-card::after {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 100px;
  height: 100px;
  background: rgb(239 68 68 / 7%);
  border-radius: 50%;
  content: "";
}

.feature-number {
  display: inline-grid;
  width: 35px;
  height: 35px;
  margin-bottom: 2.15rem;
  place-items: center;
  color: #fca5a5;
  background: rgb(127 29 29 / 25%);
  border: 1px solid var(--line-red);
  border-radius: 9px;
  font-size: 0.72rem;
  font-weight: 850;
}

.feature-card h3,
.doc-card h3 {
  margin-bottom: 0.65rem;
}

.feature-card p,
.doc-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.89rem;
}

.workflow {
  background: linear-gradient(180deg, rgb(16 16 19 / 85%), rgb(8 8 10 / 86%));
  border-block: 1px solid var(--line);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.workflow-step {
  min-height: 245px;
  padding: 1.55rem;
  background: var(--panel);
}

.workflow-step span {
  display: block;
  margin-bottom: 4rem;
  color: var(--red);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
}

.workflow-step h3 {
  margin-bottom: 0.55rem;
}

.workflow-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.video-section {
  background: radial-gradient(
    circle at 50% 0%,
    rgb(185 28 28 / 12%),
    transparent 38rem
  );
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--radius);
  box-shadow:
    var(--shadow),
    0 0 42px rgb(127 29 29 / 12%);
  overflow: hidden;
}

.video-frame::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  content: "";
  pointer-events: none;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 1px);
  object-fit: cover;
}

.video-toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(4rem, 7vw, 5.4rem);
  aspect-ratio: 1;
  padding: 0;
  color: #fff;
  background: rgb(9 9 11 / 68%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  box-shadow:
    0 12px 32px rgb(0 0 0 / 38%),
    inset 0 1px rgb(255 255 255 / 12%);
  cursor: pointer;
  place-items: center;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.video-toggle:hover {
  background: rgb(185 28 28 / 88%);
}

.video-toggle-icon {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
}

.video-toggle-icon::before {
  position: absolute;
  top: 0.03rem;
  left: 0.24rem;
  width: 0;
  height: 0;
  border-block: 0.65rem solid transparent;
  border-left: 1.05rem solid currentcolor;
  content: "";
}

.video-frame.is-playing .video-toggle {
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
}

.video-frame.is-playing:hover .video-toggle,
.video-frame.is-playing .video-toggle:focus-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-frame.is-playing .video-toggle-icon::before {
  top: 0.08rem;
  left: 0.16rem;
  width: 0.36rem;
  height: 1.2rem;
  background: currentcolor;
  border: 0;
  box-shadow: 0.68rem 0 currentcolor;
}

.video-ripple {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: clamp(4rem, 7vw, 5.4rem);
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
}

.video-frame.is-toggling .video-ripple {
  animation: video-ripple 520ms ease-out;
}

.video-volume {
  position: absolute;
  z-index: 2;
  right: clamp(0.55rem, 1.4vw, 1rem);
  bottom: clamp(0.55rem, 1.4vw, 1rem);
  display: flex;
  min-height: 2.15rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.22rem 0.5rem 0.22rem 0.28rem;
  color: rgb(255 255 255 / 90%);
  background: rgb(7 7 9 / 64%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  box-shadow:
    0 8px 24px rgb(0 0 0 / 28%),
    inset 0 1px rgb(255 255 255 / 8%);
  backdrop-filter: blur(10px);
}

.video-volume-toggle {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  place-items: center;
}

.video-volume-toggle:hover {
  color: #fff;
  background: rgb(255 255 255 / 10%);
}

.video-volume-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.video-volume-icon::before {
  position: absolute;
  inset: 0;
  background: currentcolor;
  clip-path: polygon(0 35%, 34% 35%, 76% 0, 76% 100%, 34% 65%, 0 65%);
  content: "";
}

.video-volume-icon::after {
  position: absolute;
  top: 0.13rem;
  right: -0.05rem;
  width: 0.34rem;
  height: 0.74rem;
  border: 1.5px solid currentcolor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  content: "";
}

.video-volume-icon span {
  position: absolute;
  z-index: 1;
  top: 0.47rem;
  left: -0.08rem;
  width: 1.2rem;
  height: 0.11rem;
  background: #ff6969;
  border-radius: 999px;
  opacity: 0;
  transform: rotate(-45deg);
  transition: opacity 140ms ease;
}

.video-volume.is-muted .video-volume-icon span {
  opacity: 1;
}

.video-volume-range {
  width: clamp(3.35rem, 6vw, 4.45rem);
  height: 0.25rem;
  margin: 0;
  accent-color: var(--red);
  cursor: pointer;
}

.video-volume-toggle:focus-visible,
.video-volume-range:focus-visible {
  outline: 2px solid rgb(255 255 255 / 85%);
  outline-offset: 2px;
}

@media (hover: hover) {
  .video-volume {
    pointer-events: none;
    opacity: 0;
    transform: translateY(0.35rem) scale(0.94);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .video-frame:hover .video-volume,
  .video-volume:focus-within {
    pointer-events: auto;
    opacity: 1;
    transform: none;
  }
}

@keyframes video-ripple {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.7);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.3);
  }
}

.showcase-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.showcase-tabs {
  display: grid;
  gap: 8px;
}

.showcase-tabs button {
  padding: 1rem 1.05rem;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 770;
  text-align: left;
  cursor: pointer;
}

.showcase-tabs button:hover {
  color: #fff;
  background: rgb(255 255 255 / 4%);
}

.showcase-tabs button[aria-pressed="true"] {
  color: #fff;
  background: rgb(127 29 29 / 22%);
  border-color: var(--line-red);
  box-shadow: inset 3px 0 var(--red);
}

.showcase-window {
  padding: 9px;
  background: #0d0d10;
  border: 1px solid #35353c;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.showcase-window img {
  width: 1280px;
  height: auto;
  border-radius: 11px;
}

.showcase-window figcaption {
  margin: 0;
  padding: 0.75rem 0.4rem 0.25rem;
  color: var(--dim);
  font-size: 0.74rem;
}

.privacy-panel,
.cta-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4.4rem);
  background:
    radial-gradient(circle at 90% 0%, rgb(185 28 28 / 22%), transparent 28rem),
    var(--panel);
  border: 1px solid var(--line-red);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.privacy-panel h2,
.cta-panel h2 {
  margin-bottom: 1rem;
}

.install-cta-section {
  padding-top: 1rem;
}

.install-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 15%, rgb(239 68 68 / 18%), transparent 25rem),
    linear-gradient(135deg, #17171c, #0d0d10 72%);
  border: 1px solid #474750;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.install-cta::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ff6b6b, var(--red-dark));
  content: "";
}

.install-cta h2 {
  max-width: 690px;
  margin-bottom: 1rem;
}

.install-cta .hero-copy {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.bookmark-import-note {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: rgb(7 7 9 / 72%);
  border: 1px solid var(--line-red);
  border-radius: 16px;
}

.install-tip-label {
  margin: 0 0 0.75rem;
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bookmark-import-note h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.bookmark-import-note p:not(.install-tip-label) {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.install-tip-link {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.install-tip-link:hover {
  color: #fca5a5;
}

.privacy-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 0.85rem 0;
  color: #d8d8de;
  border-bottom: 1px solid var(--line);
}

.privacy-list li:last-child {
  border-bottom: 0;
}

.privacy-list li::before {
  color: var(--red);
  content: "✓";
  font-weight: 900;
}

.doc-card {
  min-height: 215px;
}

.doc-card a {
  position: absolute;
  inset: 0;
  padding: 1.65rem;
  color: inherit;
  text-decoration: none;
}

.doc-card:hover {
  border-color: #653039;
  transform: translateY(-2px);
}

.doc-card {
  transition: 170ms ease;
  transition-property: border-color, transform;
}

.doc-card .card-link {
  display: block;
  margin-top: 1.7rem;
  color: #fca5a5;
  font-size: 0.78rem;
  font-weight: 800;
}

.page-hero {
  padding: 5.8rem 0 4.5rem;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  max-width: 810px;
}

.page-hero h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: #d0d0d7;
  font-size: clamp(1.04rem, 2vw, 1.25rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 1.1rem;
  color: var(--dim);
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #fff;
}

.docs-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: 4rem 7rem;
}

.docs-nav {
  position: sticky;
  top: 28px;
  align-self: start;
}

.docs-nav-title {
  display: block;
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.docs-version-switcher {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0 1rem;
  border-bottom: 1px solid var(--line);
}

.docs-version-switcher label {
  margin: 0;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.docs-version-switcher select {
  width: 100%;
  min-height: 38px;
  padding: 0.42rem 1.85rem 0.42rem 0.62rem;
  color: #fff;
  background: rgb(7 7 9 / 82%);
  border: 1px solid #3d3d45;
  border-radius: 8px;
  cursor: pointer;
}

.docs-version-switcher select:hover {
  border-color: #6c3037;
}

.search-panel > .docs-version-switcher {
  grid-template-columns: auto minmax(150px, 220px);
  align-items: center;
  justify-content: end;
  gap: 0.75rem;
  margin: calc(clamp(1.4rem, 4vw, 2.2rem) * -1)
    calc(clamp(1.4rem, 4vw, 2.2rem) * -1) 1.4rem;
  padding: 1rem clamp(1.4rem, 4vw, 2.2rem);
  background: rgb(255 255 255 / 2.4%);
}

.search-panel > .docs-version-switcher label {
  font-size: 0.66rem;
}

.docs-nav ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-nav a {
  display: block;
  padding: 0.55rem 0.7rem;
  color: var(--muted);
  border-left: 2px solid transparent;
  font-size: 0.82rem;
  text-decoration: none;
}

.docs-nav a:hover,
.docs-nav a[aria-current="page"] {
  color: #fff;
  background: rgb(255 255 255 / 4%);
  border-left-color: var(--red);
}

.doc-content {
  min-width: 0;
}

.doc-content > :first-child {
  margin-top: 0;
}

.doc-content h2 {
  margin-top: 3.6rem;
  margin-bottom: 1rem;
  padding-top: 0.4rem;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.doc-content h3 {
  margin-top: 2.2rem;
  margin-bottom: 0.65rem;
}

.doc-content p,
.doc-content li {
  color: #c8c8d0;
}

.doc-content li + li {
  margin-top: 0.42rem;
}

.doc-content strong {
  color: #fff;
}

.doc-content a {
  font-weight: 700;
}

.lead {
  color: #dedee4 !important;
  font-size: 1.16rem;
}

.callout {
  margin: 1.7rem 0;
  padding: 1.15rem 1.2rem;
  color: #d9d9df;
  background: rgb(127 29 29 / 18%);
  border: 1px solid var(--line-red);
  border-left: 4px solid var(--red);
  border-radius: 10px;
}

.callout strong:first-child {
  display: block;
  margin-bottom: 0.25rem;
}

.callout.warning {
  background: rgb(120 53 15 / 15%);
  border-color: #5c341c;
  border-left-color: #f59e0b;
}

.callout.neutral {
  background: rgb(255 255 255 / 3.5%);
  border-color: var(--line);
  border-left-color: #74747e;
}

.step-list {
  margin: 1.5rem 0 2.5rem;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}

.step-list > li {
  position: relative;
  min-height: 52px;
  padding: 0.35rem 0 1.4rem 3.6rem;
  counter-increment: steps;
}

.step-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--red-dark);
  border-radius: 10px;
  content: counter(steps, decimal-leading-zero);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 850;
}

.table-wrap {
  margin: 1.5rem 0 2.3rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

th,
td {
  padding: 0.9rem 1rem;
  color: #c8c8d0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: #fff;
  background: #17171b;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.shortcut-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 1.5rem 0 2.5rem;
}

.shortcut,
.support-card {
  padding: 1.15rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.shortcut strong,
.support-card strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #fff;
}

.shortcut span,
.support-card p {
  color: var(--muted);
  font-size: 0.82rem;
}

.support-card {
  min-height: 205px;
}

.support-card p {
  margin-bottom: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
}

summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.1rem;
  color: #fff;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 0.95rem;
  right: 1.1rem;
  color: var(--red);
  content: "+";
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 1.1rem 1.15rem;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 1.5rem;
}

.meta-pill {
  display: inline-flex;
  padding: 0.35rem 0.58rem;
  color: var(--muted);
  background: rgb(255 255 255 / 4%);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.71rem;
  font-weight: 750;
}

.search-panel {
  margin: -1.6rem 0 3.5rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  background: linear-gradient(145deg, rgb(29 16 18 / 92%), rgb(17 17 20 / 98%));
  border: 1px solid var(--line-red);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.search-panel label,
.builder-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.search-field,
.builder-field input,
.builder-field select {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.82rem;
  color: #fff;
  background: #0b0b0e;
  border: 1px solid #45454e;
  border-radius: 9px;
}

.search-field::placeholder,
.builder-field input::placeholder {
  color: #777781;
}

.search-help,
.builder-help {
  margin: 0.55rem 0 0;
  color: var(--dim);
  font-size: 0.76rem;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 1rem;
}

.search-result {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  color: #fff;
  background: rgb(255 255 255 / 3.5%);
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
}

.search-result:hover {
  color: #fff;
  background: rgb(127 29 29 / 18%);
  border-color: var(--line-red);
}

.search-result strong {
  font-size: 0.86rem;
}

.search-result span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.search-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.9rem 1rem;
  color: var(--muted);
  background: rgb(255 255 255 / 3%);
  border: 1px dashed var(--line);
  border-radius: 10px;
  font-size: 0.82rem;
}

.support-builder {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(1.6rem, 5vw, 3.5rem);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

#report-builder {
  padding-top: 0;
  scroll-margin-top: 24px;
}

.builder-form,
.builder-preview {
  min-width: 0;
}

.builder-form h2,
.builder-preview h3 {
  margin-bottom: 0.7rem;
}

.builder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1.4rem;
}

.builder-field.full {
  grid-column: 1 / -1;
}

.builder-preview {
  align-self: start;
  padding: 1.25rem;
  background: #0a0a0d;
  border: 1px solid #34343c;
  border-radius: 14px;
}

.builder-preview pre {
  min-height: 190px;
  margin: 1rem 0;
  padding: 1rem;
  color: #d8d8de;
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.76rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
}

.copy-status {
  min-height: 1.4em;
  margin: 0.65rem 0 0;
  color: var(--success);
  font-size: 0.75rem;
}

.site-footer {
  padding: 3.3rem 0;
  background: #08080a;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}

.footer-brand {
  margin-bottom: 0.6rem;
}

.footer-copy {
  max-width: 610px;
  margin: 0;
  color: var(--dim);
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-content: start;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.error-page {
  display: grid;
  min-height: calc(100vh - 79px);
  place-items: center;
  padding: 4rem 20px;
  text-align: center;
}

.error-page .error-code {
  display: block;
  color: var(--red);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.error-page h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.8rem, 8vw, 6rem);
}

.error-page p {
  max-width: 560px;
  margin: 0 auto 1.8rem;
  color: var(--muted);
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  .hero-visual-grid {
    min-height: 0;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 1rem;
  }

  .hero-visual-card {
    min-height: 350px;
    transform: none;
  }

  .flow-connector {
    display: none;
  }
}

@media (max-width: 940px) {
  .hero-copy {
    max-width: 720px;
  }

  .feature-grid,
  .doc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .showcase-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .showcase-tabs button {
    flex: 0 0 auto;
  }

  .privacy-panel,
  .cta-panel,
  .install-cta,
  .support-builder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .js .nav-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    padding: 0.65rem;
    background: #101013;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

  .js .site-nav.is-open {
    display: grid;
  }

  .site-nav .nav-support {
    margin: 4px 0 0;
  }

  .no-js .header-inner {
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .no-js .site-nav {
    flex: 1 0 100%;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.8vw, 3.7rem);
  }

  .hero-product-illustration {
    margin-top: 2rem;
  }

  .hero-visual-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .export-formats {
    justify-content: flex-start;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .docs-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 2.5rem;
  }

  .docs-nav {
    position: static;
    padding: 1rem;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 12px;
  }

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

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

  .search-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .search-panel > .docs-version-switcher {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 0.3rem;
  }

  .hero-shell {
    width: min(calc(100% - 28px), 1480px);
  }

  .hero-product-illustration {
    padding: 0.85rem;
    border-radius: 18px;
  }

  .hero-visual-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-card {
    min-height: 0;
  }

  .hero-visual-footer {
    padding-inline: 0.25rem;
  }

  .export-formats b {
    width: 100%;
    margin: 0.25rem 0 0;
  }
}

@media (max-width: 560px) {
  .feature-grid,
  .doc-card-grid,
  .workflow-grid,
  .shortcut-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

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

  .builder-field.full {
    grid-column: auto;
  }

  .workflow-step {
    min-height: 210px;
  }

  .workflow-step span {
    margin-bottom: 2.8rem;
  }

  .trust-item {
    padding: 1.15rem;
  }

  .page-hero {
    padding: 4rem 0 3.3rem;
  }

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

  .button-row .button {
    width: 100%;
  }

  .hero .button-row {
    width: 100%;
    gap: 8px;
  }

  .hero .button-row .button {
    width: auto;
    min-width: 0;
    flex: 1 1 145px;
    padding-inline: 0.55rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body {
    color: #111;
    background: #fff;
  }

  body::before,
  .site-header,
  .site-footer,
  .docs-nav,
  .button-row {
    display: none !important;
  }

  .docs-shell {
    display: block;
    padding: 0;
  }

  .doc-content p,
  .doc-content li,
  h1,
  h2,
  h3,
  .lead {
    color: #111 !important;
  }
}
