:root {
  color-scheme: light;
  --ink: #080a0f;
  --ink-2: #141821;
  --ink-3: #202735;
  --paper: #ffffff;
  --canvas: #f5f7fb;
  --warm: #f6f1e8;
  --line: #dce3ee;
  --line-dark: rgba(255, 255, 255, 0.12);
  --text: #111827;
  --muted: #5c6677;
  --soft: #8b96a8;
  --blue: #3f7cff;
  --blue-2: #83a9ff;
  --mint: #17c6a3;
  --amber: #f3a33d;
  --coral: #ed624f;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(8, 10, 15, 0.18);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

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

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(63, 124, 255, 0.45);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 68px;
  font-weight: 860;
  line-height: 0.98;
  max-width: 9.8em;
}

h2 {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 44px;
  font-weight: 820;
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.32;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: transform 220ms ease, color 180ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 78px;
  background: rgba(246, 248, 251, 0.94);
  box-shadow: 0 1px 0 rgba(8, 10, 15, 0.07);
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.site-header.is-on-light::before,
body:has(.legal-page) .site-header::before {
  opacity: 1;
}

.nav-shell {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
}

.site-header.is-on-light .nav-shell {
  color: var(--ink);
}

body:has(.legal-page) .nav-shell {
  color: var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 680;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-header.is-on-light .nav-links a {
  color: #2f394a;
}

body:has(.legal-page) .nav-links a {
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #ffffff;
}

.nav-links .language-switch {
  color: var(--mint);
}

.site-header.is-on-light .nav-links a:hover,
.site-header.is-on-light .nav-links a[aria-current="page"] {
  color: #17438e;
}

.site-header.is-on-light .nav-links .language-switch,
body:has(.legal-page) .nav-links .language-switch {
  color: #0f8f79;
}

body:has(.legal-page) .nav-links a:hover,
body:has(.legal-page) .nav-links a[aria-current="page"] {
  background: #eef3ff;
  color: #16428e;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

body:has(.legal-page) .nav-toggle {
  background: var(--ink);
  color: #ffffff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 38px;
  background: var(--ink);
  color: #ffffff;
}

.hero-texture {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(63, 124, 255, 0.26) 0 18%, transparent 18% 100%),
    linear-gradient(152deg, transparent 0 58%, rgba(23, 198, 163, 0.20) 58% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
    var(--ink);
}

.hero-texture::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 66px;
  align-items: center;
}

.hero-copy {
  padding: 34px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.72;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 780;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-light {
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.button-light:hover {
  background: #eef3ff;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.10);
}

.button-dark {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(8, 10, 15, 0.18);
}

.button-dark:hover {
  background: #20242f;
}

.hero-showcase {
  position: relative;
  min-height: 520px;
}

.workspace-scene {
  position: absolute;
  inset: 0;
}

.library-window {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #111620;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.42);
}

.window-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #181e2a;
}

.window-chrome span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--coral);
}

.window-chrome span:nth-child(2) {
  background: var(--amber);
}

.window-chrome span:nth-child(3) {
  background: var(--mint);
}

.window-chrome strong {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.library-body {
  display: grid;
  grid-template-columns: 164px 1fr;
  min-height: 402px;
}

.library-side {
  padding: 20px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #121722;
}

.library-side img {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.library-side span {
  display: block;
  margin-bottom: 7px;
  padding: 9px 10px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.library-side .side-active {
  background: rgba(63, 124, 255, 0.18);
  color: #ffffff;
}

.library-main {
  padding: 22px;
}

.search-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.capture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.capture-grid article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.capture-visual {
  display: block;
  aspect-ratio: 16 / 10;
  margin-bottom: 11px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, var(--blue), #4db8c7);
}

.visual-green {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, var(--mint), #c6de6a);
}

.visual-amber {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, var(--amber), var(--coral));
}

.visual-ink {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #303848, #10141d);
}

.capture-grid strong,
.capture-grid small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capture-grid strong {
  color: #ffffff;
  font-size: 13px;
}

.capture-grid small {
  color: rgba(255, 255, 255, 0.50);
  font-size: 12px;
}

.shelf-float {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 306px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.shelf-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.shelf-head img {
  border-radius: 8px;
}

.shelf-head strong,
.shelf-head span {
  display: block;
}

.shelf-head span {
  color: var(--muted);
  font-size: 13px;
}

.shelf-float p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.privacy-float {
  position: absolute;
  top: 86px;
  right: 26px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(23, 198, 163, 0.42);
  border-radius: var(--radius);
  background: rgba(17, 22, 32, 0.82);
  color: #d7fff5;
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(14px);
}

.privacy-float svg {
  width: 18px;
  height: 18px;
  color: var(--mint);
}

.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.10);
}

.hero-metrics div {
  min-height: 112px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-metrics span {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.hero-metrics p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
}

.statement-section {
  padding: 88px 0;
  background: #ffffff;
}

.statement-section,
.workflow-section,
.privacy-section {
  scroll-margin-top: 86px;
}

.statement-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
}

.statement-copy h2 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 50px;
}

.statement-copy p:last-child {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

.before-after {
  display: grid;
  gap: 14px;
}

.before-after article {
  position: relative;
  padding: 24px 26px;
  border-radius: var(--radius);
  background: #f6f8fb;
}

.before-after article:last-child {
  background: var(--ink);
  color: #ffffff;
}

.before-after span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 820;
}

.before-after strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.22;
}

.before-after p {
  margin-bottom: 0;
  color: var(--muted);
}

.before-after article:last-child p {
  color: rgba(255, 255, 255, 0.68);
}

.feature-section {
  padding: 88px 0;
  background: var(--canvas);
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 64px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 112px;
}

.section-heading h2 {
  max-width: 460px;
}

.section-heading p:not(.eyebrow) {
  max-width: 440px;
  color: var(--muted);
  font-size: 18px;
}

.capability-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(8, 10, 15, 0.12);
}

.capability-item {
  display: grid;
  grid-template-columns: 52px 54px 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(8, 10, 15, 0.12);
}

.capability-index {
  color: var(--soft);
  font-size: 13px;
  font-weight: 820;
}

.capability-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--blue);
  box-shadow: 0 14px 30px rgba(8, 10, 15, 0.06);
}

.capability-item:nth-child(2) .capability-icon {
  color: var(--mint);
}

.capability-item:nth-child(3) .capability-icon {
  color: var(--amber);
}

.capability-item:nth-child(4) .capability-icon {
  background: var(--ink);
  color: #ffffff;
}

.capability-item h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.capability-item p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.workflow-section {
  padding: 96px 0;
  background: var(--warm);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: start;
}

.section-lead,
.workflow-copy p {
  color: var(--muted);
  font-size: 18px;
}

.workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding-bottom: 36px;
}

.workflow-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 66px;
  bottom: 10px;
  left: 36px;
  width: 1px;
  background: rgba(8, 10, 15, 0.18);
}

.workflow-steps span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #ffffff;
  font-weight: 820;
}

.workflow-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-section {
  padding: 88px 0;
  background: var(--ink);
  color: #ffffff;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 58px;
  align-items: start;
}

.privacy-copy h2 {
  color: #ffffff;
}

.privacy-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.text-link {
  color: var(--blue-2);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  cursor: pointer;
}

.privacy-strip {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.privacy-strip article {
  display: grid;
  grid-template-columns: 48px 180px 1fr;
  gap: 22px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.privacy-strip span,
.privacy-strip strong,
.privacy-strip p {
  display: block;
}

.privacy-strip span {
  color: var(--mint);
  font-size: 13px;
  font-weight: 820;
}

.privacy-strip strong {
  font-size: 22px;
  line-height: 1.25;
}

.privacy-strip p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer {
  padding: 42px 0;
  background: var(--ink);
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 34px;
  align-items: start;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}

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

.site-footer a,
.site-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
  color: var(--mint);
  cursor: pointer;
  font-weight: 780;
}

.site-footer a:hover {
  color: #ffffff;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 13px;
}

.legal-page {
  background: #ffffff;
}

.legal-hero {
  padding: 146px 0 70px;
  background:
    linear-gradient(118deg, rgba(63, 124, 255, 0.14) 0 24%, transparent 24% 100%),
    linear-gradient(152deg, transparent 0 58%, rgba(23, 198, 163, 0.12) 58% 100%),
    #f7f9fc;
}

.legal-hero-inner h1 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 58px;
}

.legal-hero-inner p:last-child {
  margin: 0;
  color: var(--muted);
}

.legal-content {
  padding: 72px 0 100px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 64px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
}

.legal-toc a {
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  cursor: pointer;
}

.legal-toc a:hover {
  background: #eef3ff;
  color: #17438e;
}

.legal-article {
  color: var(--ink-2);
}

.legal-article section {
  scroll-margin-top: 108px;
  padding-bottom: 34px;
}

.legal-article h2 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 28px;
}

.legal-article p,
.legal-article li {
  color: #3f4a58;
}

.legal-article ul {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}

.legal-article li + li {
  margin-top: 8px;
}

@media (max-width: 1080px) {
  .hero-layout,
  .feature-layout,
  .workflow-layout,
  .privacy-layout,
  .statement-panel,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .section-heading h2 {
    max-width: 760px;
  }

  .hero-showcase {
    min-height: 560px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    color: var(--ink);
    box-shadow: 0 22px 52px rgba(8, 10, 15, 0.22);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a,
  body:has(.legal-page) .nav-links a {
    justify-content: flex-start;
    color: var(--muted);
  }

  .nav-links .language-switch,
  .site-header.is-on-light .nav-links .language-switch,
  body:has(.legal-page) .nav-links .language-switch {
    color: #0f8f79;
  }

  .nav-links a:hover,
  .nav-links a[aria-current="page"] {
    background: #eef3ff;
    color: #17438e;
  }

  .hero-section {
    padding: 112px 0 28px;
  }

  .hero-layout {
    gap: 28px;
  }

  .hero-copy {
    padding: 8px 0 0;
  }

  h1 {
    font-size: 44px;
    line-height: 1.03;
  }

  h2,
  .statement-copy h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .hero-lead,
  .statement-copy p:last-child,
  .privacy-copy p:not(.eyebrow),
  .section-lead {
    font-size: 17px;
  }

  .hero-showcase {
    min-height: 390px;
    overflow: hidden;
  }

  .workspace-scene {
    inset: 0;
  }

  .library-window {
    bottom: 0;
  }

  .library-body {
    grid-template-columns: 1fr;
    min-height: 312px;
  }

  .library-side {
    display: none;
  }

  .library-main {
    padding: 16px;
  }

  .capture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .capture-grid article {
    padding: 9px;
  }

  .capture-grid article:nth-child(n + 3) {
    display: none;
  }

  .shelf-float {
    display: none;
  }

  .privacy-float {
    right: 10px;
    top: 78px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .hero-metrics div {
    min-height: 94px;
    padding: 16px;
  }

  .hero-metrics span {
    font-size: 24px;
  }

  .statement-section,
  .feature-section,
  .workflow-section,
  .privacy-section {
    padding: 64px 0;
  }

  .statement-panel,
  .feature-layout,
  .privacy-layout {
    gap: 34px;
  }

  .before-after article {
    padding: 20px;
  }

  .before-after strong {
    font-size: 20px;
  }

  .capability-item {
    grid-template-columns: 46px 1fr;
    gap: 12px 16px;
    padding: 22px 0;
  }

  .capability-icon {
    grid-column: 1;
    grid-row: 2;
    width: 46px;
    height: 46px;
  }

  .capability-item > div:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .capability-item h3 {
    font-size: 20px;
  }

  .capability-item p {
    font-size: 16px;
  }

  .privacy-strip article {
    grid-template-columns: 44px 1fr;
    gap: 8px 16px;
    padding: 22px 0;
  }

  .privacy-strip p {
    grid-column: 2;
  }

  .workflow-steps li {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .workflow-steps span {
    width: 56px;
    height: 56px;
  }

  .workflow-steps li:not(:last-child)::after {
    top: 56px;
    left: 28px;
  }

  .footer-grid,
  .site-footer nav {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .legal-hero {
    padding: 122px 0 54px;
  }

  .legal-hero-inner h1 {
    font-size: 42px;
  }

  .legal-content {
    padding: 54px 0 72px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .brand span {
    font-size: 16px;
  }

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

  h1 {
    font-size: 40px;
  }

  .privacy-float {
    display: none;
  }
}

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