:root {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202023;
  background: #fafafa;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --bg: #fafafa;
  --surface: #fff;
  --surface-raised: #f3f3f5;
  --border: #e2e2e7;
  --text: #202023;
  --muted: #686871;
  --accent: #c7c1f5;
  --success: #3c7659;
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, summary, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, video:focus-visible { outline: 3px solid #7a6fb7; outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { line-height: 1.5; }
strong { font-weight: 600; }
[hidden] { display: none !important; }
.wrap { max-width: 1200px; width: calc(100% - 96px); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; background: white; padding: 12px; z-index: 10; border: 1px solid; }
.skip-link:focus { top: 12px; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--border); }
.brand { display: inline-flex; align-items: center; gap: 7px; font-size: 25px; font-weight: 650; letter-spacing: -.9px; }
.brand svg { width: 33px; height: 33px; stroke-width: 2.3; }
.brand-light { font-weight: 400; }
.brand-dot { color: #968bc8; }
nav { display: flex; gap: 30px; font-size: 14px; color: var(--muted); }
nav a { transition: color .2s; }
nav a:hover { color: var(--text); }
.header-cta { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 550; }
.header-cta svg { width: 17px; }
.hero { text-align: center; padding-block: 77px 32px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1.5; font-weight: 550; letter-spacing: 1.7px; color: var(--muted); }
.eyebrow-line { width: 23px; height: 1px; background: #8f83bb; }
h1 { margin: 26px auto 27px; max-width: 1120px; font-size: clamp(46px, 5.45vw, 76px); font-weight: 550; line-height: 1.08; letter-spacing: -3.8px; }
.underlined { position: relative; white-space: nowrap; isolation: isolate; }
.underlined::after { content: ''; position: absolute; inset: auto 0 4px; height: 10px; background: linear-gradient(90deg, #c1d3ed80, #c7c1f59c 45%, #e7cbd980); z-index: -1; }
.hero-lead { max-width: 800px; margin-inline: auto; font-size: 21px; line-height: 1.6; color: var(--muted); letter-spacing: -.35px; }
.hero-lead strong { font-weight: 500; color: var(--text); }
.hero-context { max-width: 650px; margin: 29px auto 0; padding: 24px 28px; background: #f2f2f4; border-radius: 16px; text-align: left; font-size: 15px; color: var(--muted); }
.hero-checklist { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.hero-checklist > li { display: flex; align-items: flex-start; gap: 12px; }
.hero-checklist > li > svg { margin-top: 3px; color: var(--success); stroke-width: 2.2; }
.hero-context .operations { margin-top: 8px; color: #414148; font-weight: 550; }
.cta-group { display: flex; flex-direction: column; align-items: center; gap: 15px; text-align: center; margin-top: 29px; }
.cta { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 20px 26px; min-height: 62px; color: #fff; background: #202023; border: 1px solid #202023; border-radius: 10px; font-size: 14px; font-weight: 550; transition: transform .2s, box-shadow .2s, background .2s; box-shadow: 0 4px 8px #2020230c, 0 1px 2px #20202320; }
.cta::after { content: ''; position: absolute; height: 2px; bottom: -1px; left: 14%; right: 14%; background: linear-gradient(90deg, transparent, #adc9f3, #c7b8ed, #e4b7d0, transparent); border-radius: 4px; }
.cta:hover { transform: translateY(-2px); background: #303034; box-shadow: 0 8px 20px #20202318; }
.cta svg { width: 18px; height: 18px; transition: transform .2s; }
.cta:hover svg { transform: translateX(3px); }
.cta-group > p { font-size: 12px; color: var(--muted); }
.discover { display: inline-flex; align-items: center; gap: 16px; margin-top: 44px; font-size: 10px; letter-spacing: 1.8px; color: #72727b; }
.discover span { font-size: 20px; }
.proof { padding-block: 58px 78px; position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 45%, #f0eff866, transparent 65%); }
.proof::before { content: ''; position: absolute; inset: 170px 0 120px; background-image: radial-gradient(#ccc9d6 0.7px, transparent 0.7px); background-size: 18px 18px; mask-image: radial-gradient(ellipse, #000 20%, transparent 67%); pointer-events: none; z-index: -1; }
.section-heading h2 { font-size: clamp(35px, 3.6vw, 49px); font-weight: 500; line-height: 1.14; letter-spacing: -1.9px; margin-top: 19px; }
.centered { text-align: center; }
.section-heading p { margin-top: 19px; font-size: 16px; color: var(--muted); }
.showcase { display: flex; justify-content: center; align-items: center; gap: 28px; perspective: 1400px; padding: 57px 0 35px; }
.video-card { display: block; position: relative; flex: 0 1 282px; aspect-ratio: 9 / 16; padding: 0; border: 5px solid white; border-radius: 18px; text-align: left; overflow: hidden; background: #222; color: #fff; box-shadow: 0 20px 45px -16px #1c19244d, 0 0 0 1px #20202312; transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s; isolation: isolate; }
.video-card img { width: 100%; height: 100%; position: absolute; inset: 0; transition: scale .6s; }
.video-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(#0004, transparent 30%, #0000 45%, #000c 100%); z-index: 0; }
.video-left { transform: rotateY(17deg) rotateZ(-4deg) translateY(12px); }
.video-right { transform: rotateY(-17deg) rotateZ(4deg) translateY(12px); }
.video-center { transform: translateZ(35px); z-index: 1; }
.video-card:hover, .video-card:focus-visible { transform: translateZ(70px) rotateY(0) rotateZ(0) translateY(-8px); z-index: 2; box-shadow: 0 35px 55px -18px #1c19244d; }
.video-card:hover img { scale: 1.035; }
.video-top { position: absolute; top: 16px; left: 15px; right: 15px; display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .5px; z-index: 1; }
.video-top > span:first-child { background: #16161669; border: 1px solid #ffffff35; border-radius: 5px; padding: 6px 7px; backdrop-filter: blur(12px); }
.video-top > span:last-child { font-variant-numeric: tabular-nums; text-shadow: 0 1px 3px #000; }
.play-circle { position: absolute; top: 43%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #ffffff75; border-radius: 50%; background: #ffffff24; backdrop-filter: blur(10px); z-index: 1; transition: background .2s; }
.play-circle svg { width: 20px; height: 20px; fill: white; stroke-width: 1; margin-left: -2px; }
.video-card:hover .play-circle { background: #ffffff42; }
.video-caption { position: absolute; left: 19px; right: 19px; bottom: 22px; z-index: 1; display: grid; gap: 11px; }
.video-caption > span:first-child { font-size: 10px; letter-spacing: 1.5px; color: #ffffffb3; }
.video-caption strong { font-size: 17px; line-height: 1.4; letter-spacing: -.3px; font-weight: 500; }
.watch { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff3b; padding-top: 12px; font-size: 12px; color: #ffffffe0; }
.watch svg { width: 15px; height: 15px; }
.proof-hint { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 12px; margin-top: 12px; }
.proof-hint svg { width: 13px; height: 13px; }
.proof-statement { font-size: 22px; letter-spacing: -.4px; text-align: center; margin-top: 45px; color: var(--muted); line-height: 1.55; }
.proof-statement strong { color: var(--text); font-weight: 500; }
.proof-metrics { display: flex; justify-content: center; gap: 70px; margin-top: 44px; text-align: center; }
.proof-metrics strong { display: block; font-size: 38px; font-weight: 500; letter-spacing: -1px; }
.proof-metrics span { font-size: 14px; color: var(--muted); }
.how { padding-block: 84px 88px; border-top: 1px solid var(--border); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 42px; }
.step-art { height: 287px; overflow: hidden; background: #f2f2f4; border: 1px solid var(--border); border-radius: var(--radius); padding: 23px 20px; position: relative; }
.mini-title { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: #5b5b66; }
.mini-title svg { width: 14px; height: 14px; }
.mini-status { font-size: 10px; color: #787084; padding: 4px 7px; background: #e9e6f1; border-radius: 4px; }
.context-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.context-grid > span { font-size: 12px; display: flex; align-items: center; gap: 7px; padding: 11px 9px; border: 1px solid #e1e1e6; border-radius: 6px; background: #fff; box-shadow: 0 2px 2px #20202303; }
.context-grid svg { width: 13px; height: 13px; color: var(--success); }
.connection-lines { display: flex; justify-content: center; height: 21px; }
.connection-lines span { width: 31%; height: 12px; border-bottom: 1px solid #cfcbdc; border-left: 1px solid #cfcbdc; }
.connection-lines span:last-child { border-left: none; border-right: 1px solid #cfcbdc; }
.connection-lines::after { content: ''; height: 10px; border-left: 1px solid #cfcbdc; position: absolute; margin-top: 12px; }
.identity { background: white; border: 1px solid #dcd8e6; display: flex; gap: 12px; padding: 10px; align-items: center; border-radius: 8px; box-shadow: 0 4px 12px #28203205; }
.identity > img { width: 44px; height: 44px; border-radius: 6px; object-position: center; }
.identity strong { display: block; font-size: 12px; font-weight: 550; }
.identity-check { display: grid; place-items: center; margin-left: auto; border-radius: 50%; background: #e6f1ea; width: 20px; height: 20px; color: var(--success); }
.identity-check svg { width: 12px; height: 12px; }
.waveform { display: flex; gap: 3px; align-items: center; height: 21px; margin-top: 4px; }
.waveform i { width: 2px; background: #aaa0c7; border-radius: 2px; }
.setup-foot { font-size: 10px; margin-top: 12px; color: #68736e; display: flex; gap: 6px; align-items: center; }
.setup-foot svg { width: 12px; height: 12px; }
.pipeline { display: flex; align-items: center; justify-content: space-between; gap: 4px; margin-top: 26px; }
.pipeline > span { display: flex; align-items: center; justify-content: center; gap: 5px; background: #fff; border: 1px solid #dddde2; border-radius: 5px; padding: 9px 7px; font-size: 10px; flex-grow: 1; }
.pipeline svg { width: 11px; height: 11px; }
.pipeline i { color: #9b97a5; font-style: normal; font-size: 12px; }
.approval { display: flex; align-items: center; gap: 6px; margin: 13px 0 0; padding: 10px; font-size: 10px; border: 1px solid #d9d4e8; background: #eeebf6; border-radius: 5px; color: #6b5d85; }
.approval svg { width: 12px; height: 12px; }
.approval span { font-size: 9px; margin-left: auto; }
.pipeline-bottom { margin-top: 13px; }
.pipeline > .ready { background: #eaf2ed; color: var(--success); border-color: #d4e2d9; }
.conveyor { display: flex; align-items: center; justify-content: space-between; gap: 14px; height: 83px; margin: 15px -20px 0; padding: 9px 19px; border-top: 1px dashed #d0ccd9; transform: rotate(-7deg); background: linear-gradient(#eceaf1, #f2f2f4); }
.conveyor > span { flex: 0 0 35px; height: 50px; border: 1px solid #d6d2df; border-radius: 4px; background: white; display: grid; place-items: center; color: #b6b1c2; box-shadow: 0 3px 5px #2820320c; overflow: hidden; }
.conveyor img { width: 100%; height: 100%; }
.analytics-card { background: white; border: 1px solid #dfdfe4; padding: 15px 15px 12px; margin-top: 20px; border-radius: 10px; box-shadow: 0 3px 7px #20202305; }
.analytics-heading { display: flex; justify-content: space-between; align-items: baseline; }
.analytics-heading strong { font-size: 21px; font-weight: 550; letter-spacing: -.6px; }
.analytics-heading span { font-size: 9px; color: #76727e; }
.chart { height: 64px; display: flex; align-items: end; gap: 6px; padding-top: 10px; border-bottom: 1px solid #e6e2ec; }
.chart i { flex: 1; height: 35%; background: #d4cee7; border-radius: 2px 2px 0 0; }
.chart i:nth-child(3n) { background: #beb4d9; }
.chart i:nth-child(2) { height: 28%; }.chart i:nth-child(3) { height: 38%; }.chart i:nth-child(4) { height: 30%; }.chart i:nth-child(5) { height: 44%; }.chart i:nth-child(6) { height: 38%; }.chart i:nth-child(7) { height: 50%; }.chart i:nth-child(8) { height: 47%; }.chart i:nth-child(9) { height: 64%; }.chart i:nth-child(10) { height: 60%; }.chart i:nth-child(11) { height: 76%; }.chart i:nth-child(12) { height: 69%; }.chart i:nth-child(13) { height: 87%; }.chart i:nth-child(14) { height: 80%; }.chart i:nth-child(15) { height: 100%; background: #8d7ab6; }
.reactions { display: flex; gap: 15px; margin-top: 11px; font-size: 10px; color: #66616c; }
.reactions span { display: flex; align-items: center; gap: 5px; }
.reactions svg { width: 13px; height: 13px; }
.reactions span:first-child svg { fill: #d37787; color: #d37787; }
.publish-row { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; font-size: 10px; color: #77727e; line-height: 1.5; }
.publish-label { border: 1px solid #dfdfe4; background: white; display: flex; align-items: center; gap: 5px; border-radius: 20px; padding: 7px 12px; color: #363139; }
.publish-label svg { width: 12px; height: 12px; }
.illustration-label { font-size: 9px; color: #76717e; display: block; text-align: center; margin-top: 10px; }
.step-number { margin-top: 25px; display: flex; align-items: center; gap: 13px; font-size: 13px; color: #867a9b; font-variant-numeric: tabular-nums; }
.step-number span { font-size: 14px; font-weight: 550; color: #55505d; }
.step h3 { font-size: 22px; letter-spacing: -.6px; font-weight: 500; line-height: 1.45; margin-top: 14px; }
.step > p { font-size: 15px; margin-top: 13px; color: var(--muted); line-height: 1.75; }
.how > .cta-group { margin-top: 51px; }
.manifesto { padding-block: 89px; background: #f0f0f2; border-block: 1px solid #e4e4e8; }
.manifesto-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.manifesto h2 { font-size: clamp(37px, 3.8vw, 51px); line-height: 1.16; letter-spacing: -2px; font-weight: 500; margin-top: 25px; max-width: 500px; }
.manifesto-copy { padding-top: 4px; }
.manifesto-copy > p { color: var(--muted); font-size: 16px; }
.burdens { list-style: none; margin: 21px 0 28px; padding: 0; display: flex; gap: 9px; flex-wrap: wrap; }
.burdens li { padding: 9px 13px; background: #fafafa; border: 1px solid #e0e0e5; border-radius: 6px; color: #77737d; font-size: 15px; text-decoration: line-through; text-decoration-color: #bcb6c6; }
.manifesto-copy > .your-role { color: var(--text); font-size: 24px; line-height: 1.35; letter-spacing: -.65px; margin-top: 11px; max-width: 340px; font-weight: 500; }
.manifesto-copy > .our-role { margin-top: 26px; font-size: 16px; }
.our-role strong { color: var(--text); font-weight: 500; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 95px 45px; }
.faq .section-heading h2 { margin-top: 20px; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; list-style: none; padding: 25px 0; font-size: 17px; line-height: 1.5; letter-spacing: -.2px; cursor: pointer; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 18px; height: 18px; color: #82778d; transition: transform .2s; }
details[open] summary svg { transform: rotate(45deg); }
.faq-answer { padding: 0 36px 25px 0; }
.faq-answer p { font-size: 15px; color: var(--muted); margin-top: 12px; }
.faq-answer p:first-child { margin-top: 0; }
.closing { padding-block: 0 77px; }
.site-footer { border-top: 1px solid var(--border); padding-block: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer .brand { font-size: 21px; }.site-footer .brand svg { width: 27px; }
.site-footer > span { font-size: 12px; color: var(--muted); }.site-footer small { font-size: 12px; color: var(--muted); }
.video-dialog { padding: 20px; border: 1px solid #ffffff35; border-radius: 16px; width: min(490px, calc(100% - 24px)); max-height: 95dvh; background: #171719; color: #fff; box-shadow: 0 30px 100px #0006; }
.video-dialog::backdrop { background: #15131dcc; backdrop-filter: blur(10px); }
.dialog-top { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 16px; align-items: center; }
.dialog-top .eyebrow { font-size: 9px; letter-spacing: 1.1px; color: #b9b4c7; }
.dialog-top h2 { font-size: 16px; font-weight: 500; margin-top: 5px; line-height: 1.4; }
.close-dialog { border: 1px solid #4a454f; background: #29262e; border-radius: 50%; display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; }
.close-dialog svg { width: 18px; height: 18px; }
.video-dialog video { display: block; width: 100%; height: min(69dvh, 680px); object-fit: contain; background: #090909; border-radius: 8px; }
.dialog-note { font-size: 11px; color: #b9b4c7; text-align: center; margin-top: 13px; }
.video-error { font-size: 14px; margin-top: 12px; color: #eddce7; }
@media (min-width: 1500px) { .hero { padding-top: 92px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  h1 { letter-spacing: -2.8px; }
  .steps { gap: 20px; }.step-art { padding-inline: 14px; }
  .step h3 { font-size: 20px; }.manifesto-inner { gap: 60px; }
  .video-card { flex-basis: 260px; }.showcase { gap: 19px; }
  .approval span { display: none; }
  .context-grid > span { font-size: 11px; gap: 4px; padding-inline: 6px; }
  .identity { gap: 8px; padding: 8px; }.identity strong { font-size: 11px; }.identity-check { display: none; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 83px; }nav { display: none; }
  .hero { padding-top: 61px; }.hero-lead { font-size: 19px; max-width: 610px; }
  .hero-context { max-width: 570px; }h1 { font-size: clamp(42px, 7.1vw, 58px); letter-spacing: -2.5px; }
  .showcase { gap: 14px; }.video-card { border-width: 4px; border-radius: 14px; }
  .video-caption { left: 12px; right: 12px; bottom: 16px; }.video-caption strong { font-size: 14px; }.video-caption > span:first-child { font-size: 9px; }
  .video-top { top: 11px; left: 10px; right: 10px; font-size: 8px; }.video-top > span:first-child { padding: 4px; }
  .watch { font-size: 10px; }.play-circle { width: 43px; height: 43px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }.step { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; align-content: start; }
  .step-art { grid-row: 1 / 4; height: 285px; padding-inline: 20px; }.step-number { align-self: end; margin-top: 12px; }
  .step h3 { align-self: start; margin-top: 15px; }.step > p { align-self: start; margin-top: 12px; }.step:first-child h3 { grid-row: 2 / 4; }
  .context-grid > span { font-size: 12px; padding-inline: 9px; gap: 7px; }.identity strong { font-size: 12px; }
  .how { padding-block: 62px; }.manifesto { padding-block: 63px; }.manifesto-inner { gap: 35px; }.manifesto h2 { font-size: 37px; letter-spacing: -1.5px; }
  .manifesto-copy > p { font-size: 15px; }.burdens li { font-size: 13px; }.manifesto-copy > .your-role { font-size: 22px; }
  .faq { gap: 36px; padding-top: 65px; }.faq .section-heading h2 { font-size: 36px; }summary { font-size: 16px; }
  .site-footer > span { display: none; }
}
@media (max-width: 560px) {
  .site-header { gap: 12px; height: 76px; }.brand { font-size: 21px; gap: 4px; }.brand svg { width: 28px; height: 28px; }.header-cta { font-size: 12px; gap: 4px; }.header-cta svg { width: 15px; }
  .hero { padding-top: 20px; }.eyebrow { font-size: 10px; letter-spacing: 1.3px; gap: 7px; }
  h1 { font-size: clamp(35px, 9.2vw, 50px); line-height: 1.13; letter-spacing: -1.9px; margin-top: 16px; margin-bottom: 25px; }.desktop-break { display: none; }.underlined { white-space: normal; }.underlined::after { bottom: 1px; height: 6px; }
  .hero-lead { font-size: 19px; line-height: 1.6; letter-spacing: -.2px; }.hero-context { margin-top: 22px; padding: 20px 16px; font-size: 15px; }.hero-context .operations { margin-top: 13px; line-height: 1.5; }
  .hero-checklist > li { gap: 6px; }
  .cta-group { margin-top: 23px; gap: 13px; }.cta { width: 100%; max-width: 360px; font-size: 14px; padding: 19px 18px; gap: 23px; min-height: 60px; }.cta-group > p { max-width: 290px; font-size: 13px; line-height: 1.6; }
  .discover { margin-top: 30px; font-size: 9px; }.proof { padding-top: 30px; padding-bottom: 47px; }
  .section-heading h2 { font-size: 34px; line-height: 1.15; letter-spacing: -1.3px; margin-top: 17px; }.section-heading p { font-size: 14px; margin-top: 15px; }
  .proof .wrap { width: 100%; }.proof .section-heading { padding-inline: 20px; }
  .showcase { justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; perspective: none; gap: 17px; padding: 30px 33px 28px; scroll-padding-inline: 33px; scrollbar-width: thin; scrollbar-color: #c8c3d3 transparent; }
  .video-card, .video-card:hover, .video-card:focus-visible { flex: 0 0 74%; max-width: 290px; transform: none; scroll-snap-align: center; border-width: 4px; border-radius: 16px; box-shadow: 0 10px 18px -9px #1c19244d; }
  .video-card img { position: absolute; }.video-top { top: 14px; left: 12px; right: 12px; font-size: 10px; }.video-top > span:first-child { padding: 6px; }.play-circle { width: 50px; height: 50px; }.video-caption { left: 18px; right: 18px; bottom: 20px; }.video-caption strong { font-size: 17px; }.video-caption > span:first-child { font-size: 10px; }.watch { font-size: 12px; }
  .proof-hint { margin-top: 15px; font-size: 11px; }.proof-statement { font-size: 19px; margin: 28px 28px 0; }
  .proof-metrics { flex-wrap: wrap; gap: 25px; padding-inline: 24px; }.proof-metrics strong { font-size: 29px; }
  .how { padding-block: 49px 53px; }.steps { margin-top: 29px; gap: 36px; }.step { display: block; }.step-art { height: 285px; max-width: 420px; padding-inline: 24px; }.step-number { margin-top: 22px; }.step h3 { font-size: 22px; margin-top: 12px; max-width: 370px; }.step > p { font-size: 15px; }
  .context-grid > span { font-size: 12px; padding: 11px; }.identity strong { font-size: 12px; }.identity-check { display: grid; }.approval span { display: inline; }.pipeline > span { font-size: 11px; }.how > .cta-group { margin-top: 32px; }
  .manifesto { padding-block: 46px; }.manifesto-inner { grid-template-columns: 1fr; gap: 29px; }.manifesto h2 { font-size: 38px; line-height: 1.15; margin-top: 18px; }.manifesto-copy { padding: 0; }.manifesto-copy > p { font-size: 16px; }.burdens { margin-top: 20px; margin-bottom: 24px; }.burdens li { font-size: 14px; }.manifesto-copy > .your-role { font-size: 24px; }.manifesto-copy > .our-role { margin-top: 21px; }
  .faq { grid-template-columns: 1fr; gap: 28px; padding-block: 50px 15px; }.faq .section-heading h2 { font-size: 34px; }.faq h2 br { display: none; }summary { font-size: 16px; padding-block: 22px; }.faq-answer { padding-right: 5px; }.faq-answer p { font-size: 15px; }
  .closing { padding-bottom: 46px; }.site-footer { padding-block: 24px; }.site-footer .brand { font-size: 19px; }.site-footer small { font-size: 10px; }
  .video-dialog { padding: 14px; }.video-dialog video { height: min(70dvh, 650px); }.dialog-top h2 { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
