@font-face {
  font-family: LocalInter;
  src: local("Inter");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #f8f9fb;
  color: #202530;
  font-family: LocalInter, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #8290f5;
  outline-offset: 5px;
}
::selection {
  background: #dfe3ff;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 650;
}
h3 {
  font-weight: 650;
}
.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.section-space {
  padding-block: 105px;
}
.symbol-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #202530;
  color: white;
  z-index: 10;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 88px;
  border-bottom: 1px solid #e8eaf0;
  background: #f8f9fbee;
  position: relative;
  z-index: 5;
}
.nav-shell {
  max-width: 1320px;
  margin: auto;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand img {
  border-radius: 10px;
}
.brand-dot {
  color: #5864db;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #626b7b;
}
.site-header nav a:hover {
  color: #5263d6;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.language {
  font-size: 13px;
  font-weight: 650;
  background: none;
  padding: 8px;
  color: #687183;
  text-decoration: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #5963db;
  color: #fff;
  border: 1px solid #5963db;
  border-radius: 11px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 5px 12px #5263d618;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #4852c9;
  box-shadow: 0 7px 20px #5263d62a;
  transform: translateY(-2px);
}
.button-small {
  padding: 10px 17px;
  font-size: 13px;
  border-radius: 9px;
}
.button-small svg {
  width: 16px;
  height: 16px;
}
.hero {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 43px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #677389;
}
.mini-capture {
  width: 23px;
  height: 23px;
  background: #eceefd;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #5963db;
  font-size: 16px;
  letter-spacing: 0;
}
.hero h1 {
  font-size: clamp(58px, 6.3vw, 88px);
  font-weight: 730;
  letter-spacing: -0.055em;
  line-height: 1.035;
  margin: 25px auto 23px;
  position: relative;
  width: fit-content;
}
.accent-text {
  color: #5963db;
}
.headline-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-right: 2px solid #b6bcf6;
  border-bottom: 2px solid #b6bcf6;
  right: -25px;
  bottom: 4px;
}
.hero-description {
  color: #6a7484;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 26px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
}
.text-button svg {
  width: 17px;
  height: 17px;
}
.text-button:hover {
  color: #5963db;
}
.hero-note {
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #818a99;
  margin-top: 16px;
}
.demo-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 5px;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  background: #fff;
}
.demo-tabs button {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: transparent;
  padding: 11px 18px;
  color: #727b8b;
  font-size: 13px;
  white-space: nowrap;
}
.demo-tabs button svg {
  width: 17px;
  height: 17px;
}
.demo-tabs button[aria-selected="true"] {
  background: #edefff;
  color: #515ccd;
}
.demo-stage {
  height: 510px;
  background: #ecedfa;
  border: 1px solid #e0e3f3;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.stage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#d3d7ec55 1px, transparent 1px),
    linear-gradient(90deg, #d3d7ec55 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(transparent, #000 60%);
}
.stage-caption {
  position: absolute;
  left: 32px;
  top: 25px;
  letter-spacing: 0.14em;
  font-size: 10px;
  color: #7c85aa;
  font-weight: 650;
}
.app-window {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 68px;
  height: 390px;
  border: 1px solid #d7dbeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 25px 65px -25px #4c51876b;
  overflow: hidden;
  transform: perspective(1500px) rotateX(1deg) rotateY(-3deg);
  transition:
    transform 0.4s,
    filter 0.4s;
}
.window-bar {
  height: 33px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 10px;
  color: #9aa1b2;
  border-bottom: 1px solid #edf0f5;
}
.window-bar svg {
  width: 12px;
  height: 12px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8dce7;
}
.window-dots i:first-child {
  background: #e4abab;
}
.window-dots i:nth-child(2) {
  background: #e7d1a3;
}
.window-dots i:nth-child(3) {
  background: #bad1b8;
}
.screenshot-surface {
  position: relative;
  height: calc(100% - 33px);
  overflow: hidden;
}
.screenshot-surface > img {
  display: block;
  width: 100%;
  height: auto;
}
.selection-outline {
  position: absolute;
  left: 32%;
  right: 4%;
  top: 28%;
  bottom: 3%;
  border: 1.5px dashed #6a75e9;
  background: #5963db03;
  box-shadow: 0 0 0 300px #111b3420;
}
.selection-outline > i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #6a75e9;
}
.selection-outline > i:nth-child(1) {
  left: -4px;
  top: -4px;
}
.selection-outline > i:nth-child(2) {
  right: -4px;
  top: -4px;
}
.selection-outline > i:nth-child(3) {
  right: -4px;
  bottom: -4px;
}
.selection-outline > i:nth-child(4) {
  left: -4px;
  bottom: -4px;
}
.selection-outline > span {
  position: absolute;
  top: -23px;
  left: 0;
  font-size: 10px;
  color: #5963db;
  background: #fff;
  border-radius: 4px;
  padding: 0 6px;
}
.demo-mark {
  position: absolute;
}
.arrow-mark {
  left: 63%;
  top: 45%;
  width: 18%;
  height: 35%;
  filter: drop-shadow(0 3px 0 #fff8);
}
.arrow-mark svg {
  width: 100%;
  height: 100%;
  stroke: #ec798f;
  stroke-width: 6;
}
.rectangle-mark {
  left: 34%;
  top: 48%;
  width: 35%;
  height: 25%;
  border: 4px solid #ec798f;
  border-radius: 8px;
}
.blur-mark {
  left: 33%;
  top: 44%;
  width: 39%;
  height: 25%;
  backdrop-filter: blur(7px);
  background: #ffffff40;
  border: 1px solid #dce0ed;
  border-radius: 5px;
}
.demo-tools {
  position: absolute;
  right: 6%;
  top: 154px;
  padding: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  border: 1px solid #e5e7f0;
  box-shadow: 0 12px 35px #3e477118;
  border-radius: 12px;
  transform: rotate(3deg);
}
.demo-tools button {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #7b849a;
  background: none;
}
.demo-tools button[aria-pressed="true"] {
  color: #5963db;
  background: #eff0ff;
}
.tool-divider {
  width: 22px;
  height: 1px;
  background: #eceef4;
}
.color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ec798f;
  margin: 6px;
}
.floating-note {
  position: absolute;
  left: 5%;
  bottom: 28px;
  background: #fff;
  border: 1px solid #e9eaf4;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  box-shadow: 0 12px 24px #49508012;
  transform: rotate(-3deg);
}
.floating-note > svg {
  color: #5963db;
  background: #eef0ff;
  border-radius: 50%;
  padding: 6px;
  width: 33px;
  height: 33px;
}
.floating-note strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
}
.floating-note span {
  font-size: 11px;
  color: #8990a0;
}
.demo-hint {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #7c8695;
}
.benefit-strip {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 43px 0;
  border-bottom: 1px solid #e4e7ef;
  color: #6f798b;
  font-size: 13px;
}
.benefit-strip > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.benefit-strip svg {
  width: 18px;
  height: 18px;
  color: #7480a5;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 37px;
}
.section-heading h2 {
  margin-top: 15px;
}
.section-heading > p {
  font-size: 15px;
  color: #758093;
  line-height: 1.8;
  padding-bottom: 4px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}
.feature-card {
  border: 1px solid #e4e7f0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.feature-copy {
  padding: 28px 28px 0;
}
.feature-number {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  color: #919bb0;
}
.feature-card h3 {
  font-size: 29px;
  letter-spacing: -0.035em;
  margin: 17px 0 15px;
  line-height: 1.18;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #7a8393;
  max-width: 280px;
}
.annotation-preview {
  margin: 29px 28px 0;
  padding: 25px 24px;
  background: #f5f6fc;
  border: 1px solid #ebedf7;
  border-radius: 12px 12px 0 0;
  flex: 1;
  position: relative;
}
.sample-line {
  height: 6px;
  width: 76%;
  background: #e2e5f0;
  border-radius: 2px;
}
.sample-line.short {
  width: 57%;
  margin-top: 15px;
}
.sample-highlight {
  width: fit-content;
  position: relative;
  padding: 6px 10px;
  background: #e0e4ff;
  margin: 18px 0 0;
  border: 1px solid #98a2f1;
  font-size: 15px;
  color: #535ed0;
}
.annotation-label {
  position: absolute;
  top: -13px;
  right: -43px;
  transform: rotate(-7deg);
  white-space: nowrap;
  background: #626be0;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 10px;
}
.annotation-palette {
  display: flex;
  gap: 13px;
  background: #fff;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid #e7eaf1;
  border-radius: 8px;
  margin-top: 20px;
  color: #6f789a;
  font-size: 18px;
}
.annotation-palette span:nth-child(2) {
  color: #5963db;
}
.video-card {
  background: #f0f1fb;
}
.mini-video {
  margin: 27px 22px 25px;
  padding: 20px 19px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3e6f3;
  margin-top: auto;
}
.video-wave {
  height: 65px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.video-wave i {
  width: 5px;
  height: 26px;
  background: #b4baf2;
  border-radius: 4px;
}
.video-wave i:nth-child(3n) {
  height: 48px;
  background: #7883e8;
}
.video-wave i:nth-child(4n) {
  height: 16px;
}
.video-wave i:nth-child(5n) {
  height: 58px;
  background: #5963db;
}
.mini-video-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #79839a;
  font-size: 12px;
}
.record-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e78692;
}
.pause-glyph {
  margin-left: auto;
  margin-right: 10px;
  color: #5963db;
}
.mini-series {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 33px;
  margin-top: auto;
}
.mini-series > div {
  width: 92px;
  height: 107px;
  border: 1px solid #dce1ef;
  background: #f4f5fb;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 10px #5963db09;
  color: #8c95af;
  transform: rotate(-10deg);
  margin-right: -19px;
}
.mini-series > div:nth-child(2) {
  background: #e8ebfc;
  transform: translateY(-9px) rotate(0);
  color: #727dda;
}
.mini-series > div:last-child {
  transform: rotate(10deg);
  background: #fafaff;
  color: #5963db;
}
.mini-series span {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.workflow {
  padding-top: 0;
  text-align: center;
}
.workflow h2 {
  margin-top: 16px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 65px;
  margin-top: 50px;
}
.steps article {
  border-top: 1px solid #dfe3ed;
  padding-top: 25px;
  position: relative;
}
.step-index {
  position: absolute;
  right: 0;
  top: 23px;
  color: #cdd2e0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.steps h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}
.steps p {
  font-size: 14px;
  color: #7a8394;
  max-width: 265px;
}
.privacy {
  background: #222638;
  color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  padding: 68px 65px;
  gap: 50px;
  overflow: hidden;
}
.privacy .eyebrow {
  color: #a2abc8;
  font-size: 10px;
}
.privacy h2 {
  font-size: 39px;
  margin: 18px 0 20px;
}
.privacy p {
  font-size: 14px;
  color: #b2b8cd;
  line-height: 1.85;
  max-width: 490px;
}
.privacy-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  color: #d7dcff;
  padding: 0;
  margin-top: 24px;
  font-size: 12px;
  text-align: left;
}
.privacy-link svg {
  width: 16px;
  height: 16px;
}
.privacy-symbol {
  width: 230px;
  height: 230px;
  margin: auto;
  position: relative;
  display: grid;
  place-items: center;
}
.privacy-symbol > svg {
  width: 88px;
  height: 88px;
  stroke-width: 1;
  color: #bac1ff;
  padding: 20px;
  border: 1px solid #667099;
  background: #2e344c;
  border-radius: 22px;
  transform: rotate(-8deg);
}
.orbit {
  position: absolute;
  inset: 24px;
  border: 1px solid #414861;
  border-radius: 50%;
}
.orbit-two {
  inset: -14px;
  border-color: #343b53;
}
.privacy-symbol:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #8994e7;
  top: 26px;
  right: 46px;
  border-radius: 3px;
  transform: rotate(25deg);
}
.download {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 85px;
  align-items: center;
}
.download .eyebrow {
  font-size: 10px;
}
.download h2 {
  margin: 18px 0 20px;
}
.download > div > p {
  color: #7a8393;
  font-size: 15px;
  line-height: 1.8;
}
.download-card {
  background: #fff;
  border: 1px solid #e0e4f0;
  border-radius: 17px;
  padding: 31px;
  text-align: center;
  box-shadow: 0 10px 30px #30375a04;
}
.platform-icon {
  width: 29px;
  height: 29px;
  color: #5963db;
  fill: #5963db;
  stroke-width: 0;
  margin-bottom: 13px;
}
.download-card h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
}
.download-card p.release-note {
  font-size: 12px;
  margin-top: 10px;
  color: #8d96a5;
}
.release-note span {
  margin-inline: 4px;
}
.download-card .button {
  width: 100%;
  margin-top: 20px;
}
.download-card p.availability {
  margin-top: 20px;
  background: #eff1fe;
  border: 1px solid #e0e4fc;
  border-radius: 9px;
  padding: 13px;
  color: #5863bc;
  font-size: 14px;
  text-decoration: none;
  font-weight: 550;
}
.download-card p.activation-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 13px;
}
.other-platforms {
  border-top: 1px solid #edf0f6;
  margin-top: 24px;
  padding-top: 19px;
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #6c7587;
  font-size: 13px;
}
.other-platforms small {
  font-size: 10px;
  background: #f2f4f8;
  padding: 3px 6px;
  border-radius: 4px;
  color: #919aab;
  margin-left: 6px;
}
.faq {
  padding-top: 0;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 75px;
}
.faq h2 {
  margin-top: 17px;
}
.faq-list {
  border-top: 1px solid #e0e4ed;
}
.faq details {
  border-bottom: 1px solid #e0e4ed;
}
.faq summary {
  padding: 23px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  font-weight: 550;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary svg {
  width: 18px;
  height: 18px;
  color: #9199b3;
  transition: transform 0.2s;
}
.faq details[open] summary svg {
  transform: rotate(45deg);
}
.faq details p {
  padding: 0 35px 23px 0;
  color: #768092;
  font-size: 14px;
  line-height: 1.8;
}
footer {
  border-top: 1px solid #e0e4ed;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #8b94a5;
}
footer .brand {
  font-size: 20px;
  color: #202530;
}
footer > span:nth-child(2) {
  margin-right: auto;
}
.footer-link {
  background: none;
  padding: 5px 7px;
  color: #4f5d75;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.footer-link:hover,
.footer-link:focus-visible {
  color: #2f56d3;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  border-left: 1px solid #d9dfeb;
}
.footer-title {
  color: #8b94a5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 3px;
  text-transform: uppercase;
}
.footer-links .footer-link {
  margin-left: 0;
}
.copyright {
  white-space: nowrap;
}
dialog {
  border: 1px solid #e0e4ef;
  border-radius: 18px;
  padding: 40px;
  width: min(590px, calc(100% - 32px));
  max-height: 85dvh;
  color: #202530;
  box-shadow: 0 30px 100px #151a3430;
}
dialog::backdrop {
  background: #19223d77;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 33px;
  margin: 15px 0 20px;
}
dialog h3 {
  font-size: 18px;
  margin: 24px 0 8px;
  letter-spacing: -0.02em;
}
dialog p {
  font-size: 14px;
  color: #687487;
  line-height: 1.8;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 7px;
  background: #f1f3f8;
  border-radius: 50%;
  color: #718098;
  display: flex;
}
.dialog-footnote {
  border-top: 1px solid #e5e8f0;
  margin-top: 23px;
  padding-top: 20px;
}
.video-demo {
  position: absolute;
  inset: 0;
}
.record-label {
  position: absolute;
  top: 80px;
  left: 17%;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 7px;
}
.record-label > span:first-child {
  width: 7px;
  height: 7px;
  background: #ef8193;
  border-radius: 50%;
}
.play-demo {
  position: absolute;
  top: 43%;
  left: calc(50% - 30px);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: #5963db;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 35px #5963db44;
}
.play-demo svg {
  margin-left: 3px;
}
.timeline {
  position: absolute;
  bottom: 42px;
  left: 16%;
  right: 16%;
  background: white;
  border: 1px solid #e1e4f2;
  padding: 12px 15px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 20px #4c518726;
}
.timeline-time {
  font-size: 11px;
  color: #7e879a;
}
.timeline-track {
  height: 30px;
  display: flex;
  gap: 4px;
  position: relative;
  flex: 1;
  border: 2px solid #8e97e8;
  border-radius: 4px;
  padding: 3px;
}
.timeline-track i {
  flex: 1;
  background: #dce1fb;
  border-radius: 1px;
}
.timeline-track i:nth-child(even) {
  background: #bac4ef;
}
.timeline-track b {
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 2px;
  left: 40%;
  background: #e9788b;
}
.video-demo.playing .timeline-track b {
  animation: playhead 3s linear infinite;
}
.video-demo.playing .record-label > span:first-child {
  animation: pulse 1s infinite;
}
.demo-stage[data-mode="video"] .app-window {
  filter: brightness(0.88);
  transform: perspective(1500px) rotateX(0) rotateY(0);
}
.series-demo {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.series-chip {
  padding: 12px 20px;
  background: white;
  border: 1px solid #dde2f1;
  border-radius: 9px;
  box-shadow: 0 10px 20px #4c518720;
  display: flex;
  align-items: center;
  gap: 50px;
  color: #7e88b5;
  font-size: 14px;
}
.series-chip svg {
  width: 16px;
  height: 16px;
  color: #5963db;
}
.demo-stage[data-mode="series"] .app-window {
  transform: scale(0.88) rotate(-2deg);
  box-shadow:
    12px 12px 0 -2px #f6f7ff,
    12px 12px 0 -1px #d1d7f0,
    25px 25px 0 -4px #fff,
    25px 25px 0 -3px #d1d7f0;
}
.demo-stage[data-mode="series"] .stage-caption {
  max-width: 90%;
}
[hidden] {
  display: none !important;
}
@keyframes playhead {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.3;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 85px;
  }
  .hero h1 {
    font-size: 94px;
  }
}
@media (max-width: 1000px) {
  .nav-shell {
    padding: 0 25px;
  }
  .site-header nav {
    gap: 18px;
  }
  .nav-actions {
    gap: 10px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .feature-grid {
    gap: 13px;
  }
  .feature-copy {
    padding: 23px 20px 0;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card {
    min-height: 430px;
  }
  .benefit-strip {
    gap: 25px;
  }
  .privacy {
    padding: 50px 35px;
    gap: 15px;
  }
  .privacy h2 {
    font-size: 34px;
  }
  .privacy-symbol {
    width: 180px;
    height: 180px;
  }
  .download {
    gap: 40px;
  }
  .faq {
    gap: 40px;
  }
  .annotation-preview {
    margin-inline: 20px;
    padding: 22px 12px;
  }
  .annotation-label {
    right: -20px;
  }
  .demo-stage {
    height: 440px;
  }
  .app-window {
    height: 335px;
    left: 10%;
    right: 10%;
    top: 63px;
  }
  .demo-tools {
    right: 3%;
    top: 125px;
  }
  .floating-note {
    left: 3%;
    bottom: 17px;
  }
  .feature-card p {
    font-size: 13px;
  }
  .series-chip {
    gap: 25px;
  }
  footer {
    gap: 16px;
  }
  footer > span:nth-child(2) {
    display: none;
  }
  .footer-link {
    margin-left: auto;
  }
}
@media (max-width: 720px) {
  .container {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 74px;
  }
  .nav-shell {
    padding: 0 18px;
    gap: 10px;
  }
  .site-header nav {
    display: none;
  }
  .brand {
    font-size: 21px;
    gap: 8px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .button-small {
    padding: 9px 12px;
    font-size: 12px;
  }
  .button-small svg {
    display: none;
  }
  .language {
    font-size: 12px;
    padding: 5px;
  }
  .nav-actions {
    gap: 8px;
  }
  .hero {
    padding-top: 49px;
    padding-bottom: 36px;
  }
  .hero > .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .hero h1 {
    font-size: clamp(43px, 10vw, 65px);
    margin-block: 23px;
    letter-spacing: -0.055em;
  }
  .headline-corner {
    right: -14px;
    width: 12px;
    height: 12px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.7;
    max-width: 380px;
    margin: auto;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    gap: 18px;
    flex-direction: column;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 14px 23px;
    font-size: 14px;
  }
  .text-button {
    font-size: 13px;
    padding: 0;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 20px;
    gap: 8px;
  }
  .demo-tabs {
    max-width: 100%;
    gap: 0;
    padding: 4px;
    margin-bottom: 15px;
  }
  .demo-tabs button {
    font-size: 11px;
    padding: 10px 9px;
    gap: 5px;
  }
  .demo-tabs button svg {
    width: 15px;
    height: 15px;
  }
  .demo-stage {
    height: 300px;
    border-radius: 14px;
  }
  .stage-caption {
    left: 17px;
    top: 17px;
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  .app-window {
    left: 5%;
    right: 8%;
    top: 51px;
    height: 215px;
    border-radius: 8px;
    transform: none;
  }
  .window-bar {
    height: 23px;
    font-size: 8px;
  }
  .screenshot-surface {
    height: calc(100% - 23px);
  }
  .demo-tools {
    right: 1.5%;
    top: 92px;
    padding: 5px;
    gap: 3px;
    border-radius: 8px;
  }
  .demo-tools button {
    width: 28px;
    height: 28px;
  }
  .demo-tools button svg {
    width: 17px;
    height: 17px;
  }
  .color-swatch {
    width: 13px;
    height: 13px;
  }
  .floating-note {
    bottom: 12px;
    padding: 8px 11px;
    gap: 7px;
    left: 4%;
    border-radius: 8px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note span {
    font-size: 8px;
  }
  .floating-note > svg {
    width: 26px;
    height: 26px;
    padding: 5px;
  }
  .demo-hint {
    font-size: 10px;
    max-width: 300px;
    margin: 12px auto 0;
  }
  .benefit-strip {
    gap: 15px;
    flex-direction: column;
    align-items: center;
    padding-block: 27px;
    font-size: 12px;
  }
  .benefit-strip svg {
    width: 16px;
    height: 16px;
  }
  .section-space {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .section-heading h2 {
    font-size: 34px;
    margin-top: 14px;
  }
  .section-heading > p {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .feature-copy {
    padding: 25px 25px 0;
  }
  .feature-card h3 {
    font-size: 28px;
    margin-top: 14px;
  }
  .feature-card p {
    font-size: 14px;
    max-width: none;
  }
  .annotation-preview {
    margin: 24px 25px 0;
    min-height: 170px;
  }
  .sample-highlight {
    font-size: 16px;
  }
  .annotation-label {
    right: -60px;
  }
  .mini-video {
    margin: 25px;
    width: calc(100% - 50px);
  }
  .video-wave {
    gap: 8px;
  }
  .mini-series {
    padding-block: 30px;
  }
  .workflow {
    padding-top: 0;
  }
  .workflow h2 {
    font-size: 32px;
  }
  .steps {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .steps article {
    padding-top: 20px;
  }
  .steps h3 {
    font-size: 22px;
  }
  .steps p {
    max-width: 90%;
    font-size: 14px;
  }
  .privacy {
    grid-template-columns: 1fr;
    padding: 35px 27px;
    gap: 32px;
  }
  .privacy-symbol {
    width: 145px;
    height: 145px;
  }
  .privacy-symbol > svg {
    width: 75px;
    height: 75px;
  }
  .privacy h2 {
    font-size: 31px;
  }
  .privacy p {
    font-size: 14px;
  }
  .privacy-link {
    font-size: 12px;
    line-height: 1.7;
  }
  .download {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .download h2 {
    font-size: 33px;
  }
  .download > .eyebrow {
    font-size: 9px;
  }
  .download-card {
    padding: 27px;
  }
  .faq {
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq h2 br {
    display: none;
  }
  .faq h2 {
    font-size: 33px;
  }
  .faq summary {
    font-size: 14px;
    padding: 20px 0;
  }
  .faq details p {
    font-size: 14px;
    padding-right: 10px;
  }
  footer {
    flex-wrap: wrap;
    padding-block: 25px;
    gap: 15px;
  }
  footer .brand {
    font-size: 19px;
  }
  .footer-link {
    font-size: 12px;
  }
  .footer-links {
    order: 3;
    width: 100%;
    padding: 14px 0 0;
    border-top: 1px solid #e0e4ed;
    border-left: 0;
    flex-wrap: wrap;
  }
  .copyright {
    width: 100%;
    font-size: 10px;
  }
  .timeline {
    left: 8%;
    right: 8%;
    bottom: 22px;
    padding: 8px;
    gap: 8px;
  }
  .timeline-time {
    font-size: 8px;
  }
  .timeline-track {
    height: 24px;
  }
  .play-demo {
    width: 42px;
    height: 42px;
    left: calc(50% - 21px);
    top: 41%;
  }
  .record-label {
    top: 62px;
    left: 9%;
    font-size: 9px;
    padding: 5px 8px;
  }
  .series-demo {
    left: 10%;
    right: 10%;
    bottom: 12px;
    gap: 8px;
  }
  .series-chip {
    padding: 8px 12px;
    gap: 15px;
    font-size: 11px;
  }
  .series-chip svg {
    width: 12px;
    height: 12px;
  }
  dialog {
    padding: 32px 24px;
  }
  dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
