:root {
  --ink: #151821;
  --ink-soft: #535a6b;
  --muted: #858c9a;
  --line: #dfe2e8;
  --paper: #f5f6f8;
  --blue: #3f68e8;
  --blue-deep: #2349bc;
  --dark: #161a24;
  --white: #fff;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 24px 70px rgba(34, 43, 68, 0.12);
  --display: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", sans-serif;
  --mono: "SF Mono", ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { overflow: clip; }
.section-pad { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }

.site-header { width: min(1180px, calc(100% - 80px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -0.03em; }
.brand-mark { width: 28px; height: 28px; display: inline-flex; overflow: hidden; border-radius: 22%; box-shadow: 0 2px 8px rgba(37, 70, 165, .16); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: var(--ink-soft); }
.primary-nav a { transition: color 180ms ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--ink); }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.52); }
.language-switcher a { min-width: 28px; padding: 5px 7px; border-radius: 999px; color: var(--muted); text-align: center; font-size: 11px; font-weight: 650; line-height: 1; }
.language-switcher a.active, .language-switcher a.active:hover, .language-switcher a.active:focus-visible { color: var(--white); background: var(--blue); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { width: 21px; height: 1.5px; background: var(--ink); display: block; margin: 5px 0; transition: transform 180ms ease; }

.hero { min-height: 690px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 55px; padding-top: 34px; padding-bottom: 78px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(63,104,232,.12); }
.hero h1 { margin: 25px 0 22px; font-size: clamp(58px, 7vw, 93px); line-height: .98; letter-spacing: -.09em; font-weight: 750; }
h1 em, h2 em { font-style: normal; color: var(--blue); }
.hero-lede { max-width: 410px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 9px; margin-top: 33px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 999px; font-size: 13px; font-weight: 650; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.app-store-link { display: inline-flex; min-height: 46px; align-items: center; border-radius: 7px; transition: transform 180ms ease, filter 180ms ease; }
.app-store-link img { width: 140px; height: 40px; display: block; }
html[lang="en"] .app-store-link img { width: 156px; }
.app-store-link:hover, .app-store-link:focus-visible { transform: translateY(-2px); filter: brightness(.96); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 22px rgba(63,104,232,.22); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-deep); box-shadow: 0 13px 27px rgba(63,104,232,.28); }
.button-quiet { color: var(--ink-soft); }
.button-quiet:hover, .button-quiet:focus-visible { color: var(--ink); background: rgba(255,255,255,.6); }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--muted); font-size: 11px; }
.meta-separator { width: 3px; height: 3px; background: #c7cbd4; border-radius: 50%; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-glow { width: 420px; height: 420px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(93,132,247,.22), rgba(93,132,247,0) 67%); filter: blur(5px); }
.capture-stage { width: min(570px, 100%); position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: #0f131b; box-shadow: 0 34px 75px rgba(29,42,76,.24), 0 7px 18px rgba(29,42,76,.13); transform: rotate(2deg); }
.stage-topbar { height: 41px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; background: #1c212c; color: #aab1c1; }
.traffic-lights { display: flex; gap: 6px; }.traffic-lights i { width: 8px; height: 8px; border-radius: 50%; background: #ff605b; }.traffic-lights i:nth-child(2) { background: #ffbd44; }.traffic-lights i:nth-child(3) { background: #00ca4e; }
.stage-title { font-size: 10px; letter-spacing: .02em; }.stage-title span { margin-left: 7px; color: #71809f; }.stage-menu { display: flex; gap: 3px; }.stage-menu span { width: 3px; height: 3px; border-radius: 50%; background: #8992a4; }
.stage-content { position: relative; height: 336px; overflow: hidden; padding: 31px 36px; background: #272d3a; }
.fake-browser { height: 100%; overflow: hidden; border-radius: 7px; background: #f4f6fa; box-shadow: 0 9px 18px rgba(3, 7, 18,.23); }.fake-browser-bar { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 10px; color: #9ca4b1; background: #e8ebf1; }.fake-browser-bar > span { width: 5px; height: 5px; display: block; border-radius: 50%; background: #c5cad3; }.fake-browser-bar .browser-dot { background: #ff8c80; }.fake-browser-bar b { margin-left: auto; margin-right: auto; font-size: 6px; font-weight: 550; color: #9ea6b3; }
.fake-browser-body { height: calc(100% - 28px); display: flex; }.fake-sidebar { width: 22%; padding: 18px 11px; background: #e4e8f0; }.fake-sidebar span { width: 74%; height: 5px; display: block; margin-bottom: 12px; border-radius: 3px; background: #c7cedb; }.fake-sidebar span:first-child { width: 61%; background: #8795b3; }.fake-content { width: 78%; padding: 25px; background: #fbfbfc; }.fake-kicker { width: 24%; height: 5px; border-radius: 4px; background: #5b82e8; opacity: .65; }.fake-heading { width: 76%; height: 13px; margin-top: 17px; border-radius: 3px; background: #343e52; }.fake-heading.short { width: 53%; margin-top: 7px; }.fake-copy { width: 72%; height: 5px; margin-top: 20px; border-radius: 3px; background: #d6dbe4; }.fake-copy.smaller { width: 54%; margin-top: 7px; }.fake-card-row { display: flex; gap: 7px; margin-top: 29px; }.fake-card-row span { flex: 1; height: 59px; border: 1px solid #e3e6ed; border-radius: 5px; background: #f1f3f7; }
.selection-box { position: absolute; z-index: 2; top: 55px; left: 73px; width: 313px; height: 188px; border: 1.5px solid #6f93ff; box-shadow: 0 0 0 999px rgba(11,17,32,.19); }.selection-label { position: absolute; top: -21px; left: -1px; padding: 4px 6px; border-radius: 4px 4px 0 0; color: #fff; background: #5278ed; font: 8px var(--mono); letter-spacing: .02em; }.handle { width: 6px; height: 6px; position: absolute; border: 1px solid #fff; border-radius: 50%; background: #6f93ff; }.handle.top-left { top: -4px; left: -4px; }.handle.top-right { top: -4px; right: -4px; }.handle.bottom-left { bottom: -4px; left: -4px; }.handle.bottom-right { bottom: -4px; right: -4px; }
.annotation-arrow { position: absolute; z-index: 3; top: 87px; right: 72px; width: 77px; transform: rotate(-4deg); }.annotation-arrow svg { width: 100%; fill: none; stroke: #ff665d; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }.annotation-note { position: absolute; z-index: 3; right: 43px; top: 156px; padding: 6px 8px; border-radius: 4px; color: #fff; background: #ff665d; font-size: 9px; font-weight: 650; transform: rotate(-5deg); }
.editor-toolbar { height: 59px; display: flex; align-items: center; gap: 4px; padding: 0 14px; background: #151a25; }.tool-button { width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 7px; background: transparent; cursor: pointer; transition: background 150ms ease, transform 150ms ease; }.tool-button:hover, .tool-button:focus-visible { background: #2b3446; transform: translateY(-1px); }.tool-button.active { background: #365bc2; }.tool-button svg { width: 17px; height: 17px; fill: none; stroke: #d9deea; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }.toolbar-divider { height: 19px; width: 1px; margin: 0 5px; background: #323a4a; }.tool-output { margin-left: auto; }.done-button { padding: 7px 11px; border: 0; border-radius: 6px; color: #a8c0ff; background: #27375d; font-size: 10px; cursor: pointer; }

.capture-canvas { width: min(570px, 100%); height: 390px; position: relative; overflow: hidden; border: 0; border-radius: 16px; background: #dfe4ed; box-shadow: 0 30px 65px rgba(29,42,76,.18), 0 7px 18px rgba(29,42,76,.1); }
.capture-canvas > .fake-browser { position: absolute; inset: 0; z-index: 0; border-radius: 15px; box-shadow: none; }
.capture-canvas .fake-browser-bar { height: 34px; background: #e7eaf0; }
.capture-canvas .fake-browser-body { height: calc(100% - 34px); }
.capture-canvas .selection-box { top: 75px; left: 88px; width: 339px; height: 209px; border: 1.5px dashed #3f85ff; box-shadow: 0 0 0 9999px rgba(16,24,40,.19); }
.capture-canvas .selection-box .handle { width: 7px; height: 7px; border-color: #fff; }
.capture-canvas .selection-box .handle.top-mid { top: -4px; left: calc(50% - 4px); }
.capture-canvas .selection-box .handle.mid-left { top: calc(50% - 4px); left: -4px; }
.capture-canvas .selection-box .handle.mid-right { top: calc(50% - 4px); right: -4px; }
.capture-canvas .selection-box .handle.bottom-mid { bottom: -4px; left: calc(50% - 4px); }
.capture-canvas > .editor-toolbar { position: absolute; z-index: 4; top: 295px; left: 183px; width: 244px; height: 50px; display: flex; align-items: center; gap: 3px; padding: 5px 8px; border: 1px solid #d8dee9; border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: 0 12px 24px rgba(31,47,82,.17); }
.capture-canvas > .editor-toolbar .tool-button { width: 29px; height: 36px; }
.capture-canvas > .editor-toolbar .tool-button svg { stroke: #303a4d; }
.capture-canvas > .editor-toolbar .tool-button.active { background: #e5edff; }
.capture-canvas > .editor-toolbar .toolbar-divider { background: #d7dce6; }
.capture-canvas > .editor-toolbar .done-button { margin-left: auto; padding: 7px 9px; color: #3d64d8; background: #e4ebff; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 23px; padding-bottom: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.signal-item { display: flex; gap: 13px; align-items: flex-start; }.signal-index, .feature-number, .step-number { color: var(--blue); font: 10px var(--mono); letter-spacing: .04em; }.signal-item b { display: block; font-size: 13px; font-weight: 650; }.signal-item small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.intro { padding-top: 164px; padding-bottom: 75px; }.section-label span { width: 29px; height: 1px; background: var(--blue); }.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; margin-top: 27px; align-items: end; }.intro h2, .workflow h2, .settings-copy h2, .local-copy h2, .download h2 { margin: 0; font-size: clamp(35px, 4.5vw, 59px); line-height: 1.08; letter-spacing: -.075em; font-weight: 710; }.intro h2 span, .settings-copy h2 span { color: var(--blue); }.intro-grid p { max-width: 390px; margin: 0 0 3px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.feature-card { min-height: 470px; display: flex; flex-direction: column; padding: 23px 24px 27px; border-radius: var(--radius-md); overflow: hidden; }.feature-dark { color: #f4f6ff; background: var(--dark); }.feature-blue { color: #fff; background: var(--blue); }.feature-light { color: var(--ink); background: #e8ebf2; }.feature-card-top { display: flex; justify-content: space-between; }.feature-number { opacity: .66; }.feature-arrow { font-size: 17px; opacity: .68; }.feature-card h3 { margin: auto 0 8px; font-size: 26px; letter-spacing: -.05em; }.feature-card p { margin: 0; color: inherit; opacity: .68; font-size: 13px; line-height: 1.75; }.feature-illustration { position: relative; height: 215px; margin: 26px -2px 30px; }.target-illustration { display: grid; place-items: center; }.target-crosshair { width: 178px; height: 132px; border: 1px dashed #70809f; position: absolute; opacity: .62; }.target-crosshair:before, .target-crosshair:after { content: ""; position: absolute; background: #70809f; opacity: .55; }.target-crosshair:before { width: 1px; height: 16px; left: 50%; top: -8px; }.target-crosshair:after { height: 1px; width: 16px; left: -8px; top: 50%; }.target-window { width: 145px; height: 103px; z-index: 1; padding: 17px 15px; border: 1px solid #8090b1; border-radius: 6px; background: #232a39; box-shadow: 0 16px 25px rgba(0,0,0,.23); }.target-window span { width: 4px; height: 4px; display: inline-block; margin-right: 3px; border-radius: 50%; background: #fb6b68; }.target-window span:nth-child(2) { background: #f9c554; }.target-window span:nth-child(3) { background: #62cf81; }.target-window b { display: block; margin-top: 27px; color: #dce3f1; font-size: 10px; font-weight: 500; }.target-cursor { width: 0; height: 0; z-index: 2; position: absolute; bottom: 27px; right: 54px; border-top: 18px solid #fff; border-right: 11px solid transparent; transform: rotate(-28deg); filter: drop-shadow(0 3px 4px rgba(0,0,0,.25)); }
.annotate-illustration { display: grid; place-items: center; }.annotate-canvas { width: 220px; height: 151px; position: relative; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; background: rgba(255,255,255,.16); }.annotate-line { display: block; height: 4px; position: absolute; left: 25px; border-radius: 4px; background: rgba(255,255,255,.46); }.line-one { top: 38px; width: 88px; }.line-two { top: 51px; width: 140px; opacity: .7; }.annotate-circle { position: absolute; left: 47px; top: 75px; width: 66px; height: 44px; border: 2px solid #ffce64; border-radius: 50%; transform: rotate(-13deg); }.annotate-arrow { position: absolute; top: 97px; left: 142px; width: 52px; height: 2px; background: #ff867f; transform: rotate(-31deg); transform-origin: left center; }.annotate-arrow:after { content: ""; position: absolute; right: -1px; top: -5px; width: 10px; height: 10px; border-top: 2px solid #ff867f; border-right: 2px solid #ff867f; transform: rotate(45deg); }.annotate-toolbar { position: absolute; left: 22px; bottom: -14px; display: flex; gap: 5px; padding: 7px 9px; border-radius: 7px; background: #2e59c9; box-shadow: 0 9px 14px rgba(22,49,136,.26); }.annotate-toolbar i { width: 12px; height: 12px; border: 1px solid rgba(255,255,255,.68); border-radius: 3px; }.annotate-toolbar i:nth-child(2) { border-radius: 50%; }.annotate-toolbar i:nth-child(3) { transform: rotate(45deg); border-radius: 1px; }.annotate-toolbar i:nth-child(4) { border: 0; background: rgba(255,255,255,.45); }
.output-illustration { display: grid; place-items: center; }.output-file { width: 190px; display: grid; grid-template-columns: 46px 1fr; column-gap: 13px; padding: 17px; border: 1px solid #d6dbe5; border-radius: 11px; background: rgba(255,255,255,.7); box-shadow: 0 14px 25px rgba(58,69,94,.1); }.file-icon { width: 45px; height: 49px; display: grid; place-items: center; grid-row: span 2; border-radius: 7px; color: #fff; background: #e7605d; font: 9px var(--mono); }.output-file b { align-self: end; font-size: 11px; }.output-file small { margin-top: 5px; color: var(--muted); font-size: 9px; }.output-toast { display: flex; gap: 6px; align-items: center; margin-top: -19px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.75); border-radius: 7px; color: #46604d; background: rgba(244,250,245,.9); font-size: 10px; box-shadow: 0 8px 15px rgba(58,69,94,.1); }.output-toast span { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #50a26a; font-size: 9px; }

.workflow { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding-top: 177px; padding-bottom: 160px; }.workflow-heading h2 { margin-top: 25px; }.workflow-list { border-top: 1px solid var(--line); }.workflow-step { min-height: 92px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }.workflow-step h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.04em; }.workflow-step p { margin: 0; color: var(--muted); font-size: 12px; }.step-key, .step-icon { padding: 7px 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); background: rgba(255,255,255,.48); font: 11px var(--mono); }.step-icon { border: 0; background: transparent; color: var(--blue); font-size: 22px; }.check-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #51a56d; font: 15px var(--display); }

.settings-panel { min-height: 520px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding-top: 80px; padding-bottom: 80px; border-radius: var(--radius-lg); background: #e8ebf2; }.settings-copy { padding-left: 58px; }.settings-copy h2 { margin-top: 25px; }.settings-copy p { max-width: 355px; margin: 24px 0 23px; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }.text-link { color: var(--blue); font-size: 13px; font-weight: 650; }.text-link span { margin-left: 7px; }.settings-window { width: min(480px, 100%); overflow: hidden; border: 1px solid #fff; border-radius: 13px; background: #f9fafc; box-shadow: var(--shadow-soft); transform: rotate(-2deg); }.settings-window-bar { height: 38px; display: flex; align-items: center; gap: 54px; padding: 0 13px; border-bottom: 1px solid #e3e6ed; color: #646c7a; background: #f4f5f8; font-size: 10px; }.traffic-lights.small i { width: 7px; height: 7px; }.settings-window-body { display: flex; min-height: 250px; }.settings-window-body aside { width: 29%; padding: 21px 10px; border-right: 1px solid #e3e6ed; background: #eef0f5; }.settings-window-body aside span { display: block; padding: 8px 9px; border-radius: 5px; color: #8d94a2; font-size: 10px; }.settings-window-body aside span.selected { color: #315acb; background: #dce6ff; }.settings-content { flex: 1; padding: 19px 21px; }.settings-row { min-height: 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eaecf1; color: #8d94a2; font-size: 10px; }.settings-row.heading { color: #3a4251; }.settings-row b { font-weight: 550; }.settings-row > span { color: #5e6775; }.settings-row small { margin-left: 5px; color: #a5abb5; }.fake-toggle { width: 27px; height: 15px; display: block; position: relative; border-radius: 999px; background: #c7ccd6; }.fake-toggle:after { content: ""; width: 11px; height: 11px; position: absolute; top: 2px; left: 2px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(25,34,51,.18); }.fake-toggle.on { background: #4c73e6; }.fake-toggle.on:after { left: 14px; }.permission-ok { color: #4b9a65 !important; }

.local-first { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-top: 180px; padding-bottom: 179px; }.local-orbit { width: min(350px, 80vw); aspect-ratio: 1; position: relative; margin: 0 auto; }.orbit { position: absolute; inset: 7%; border: 1px solid #d8dee9; border-radius: 50%; transform: rotate(-25deg); }.orbit:after { content: ""; width: 10px; height: 10px; position: absolute; top: 7%; left: 21%; border-radius: 50%; background: #8fa8f4; box-shadow: 0 0 0 7px rgba(143,168,244,.13); }.orbit-two { inset: 16%; transform: rotate(67deg); border-color: #e0e4eb; }.orbit-two:after { top: auto; right: 8%; bottom: 14%; left: auto; width: 7px; height: 7px; background: #ff9a80; box-shadow: 0 0 0 6px rgba(255,154,128,.13); }.orbit-core { width: 92px; height: 92px; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: #e8eeff; box-shadow: 0 12px 32px rgba(75,103,184,.14); transform: translate(-50%,-50%); }.orbit-core svg { width: 35px; height: 35px; fill: none; stroke: var(--blue); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }.local-copy { max-width: 500px; }.local-copy h2 { margin-top: 25px; }.local-copy p { max-width: 410px; margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }.local-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }.local-points span { padding: 8px 10px; border: 1px solid #dce2ed; border-radius: 999px; color: var(--ink-soft); background: rgba(255,255,255,.6); font-size: 11px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-top: 120px; padding-bottom: 145px; }
.faq-heading h2 { margin-top: 25px; }
.faq-heading p { max-width: 330px; margin: 24px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 620; letter-spacing: -.02em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 18px; font-weight: 400; transition: transform 180ms ease, background 180ms ease; }
.faq-item[open] summary b { color: #fff; background: var(--blue); transform: rotate(45deg); }
.faq-item p { max-width: 620px; margin: -4px 48px 24px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
kbd { padding: 2px 5px; border: 1px solid #d5d9e2; border-radius: 4px; color: var(--ink); background: #fff; font: 11px var(--mono); }

.download { padding-bottom: 80px; }.download-inner { min-height: 430px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: var(--radius-lg); color: #fff; text-align: center; background: #1c2435; }.download-inner:before { content: ""; width: 780px; height: 430px; position: absolute; top: -220px; left: 50%; border-radius: 50%; background: radial-gradient(ellipse, rgba(75,113,232,.58), rgba(75,113,232,0) 66%); transform: translateX(-50%); }.download-orb { width: 13px; height: 13px; position: absolute; top: 70px; right: 19%; border-radius: 50%; background: #85a1ff; box-shadow: 0 0 0 7px rgba(133,161,255,.12); }.download-inner .section-label { position: relative; color: #a9bbff; }.download-inner .section-label span { background: #7897ff; }.download h2 { position: relative; margin-top: 21px; font-size: clamp(39px, 5vw, 64px); }.download h2 em { color: #9db2ff; }.download p { position: relative; max-width: 390px; margin: 19px 0 26px; color: #adb6c9; font-size: 13px; line-height: 1.7; }.button-light { position: relative; color: var(--ink); background: #fff; }.button-light:hover, .button-light:focus-visible { background: #e9efff; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 150px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.footer-left, .footer-right { display: flex; flex-direction: column; gap: 9px; }.footer-left { align-items: flex-start; }.footer-right { align-items: flex-end; gap: 11px; }.footer-brand { color: var(--ink); }.footer-support, .footer-slogan { line-height: 1.4; }.footer-slogan { color: var(--ink-soft); }.footer-links { display: flex; gap: 13px; }.footer-links a, .footer-right a { color: var(--muted); }.footer-links a:hover, .footer-links a:focus-visible, .footer-right a:hover, .footer-right a:focus-visible { color: var(--blue); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; padding: 10px 14px; border-radius: 8px; color: #fff; background: rgba(21,24,33,.9); box-shadow: 0 12px 26px rgba(0,0,0,.16); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity 180ms ease, transform 180ms ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-short { transition-delay: 90ms; }.reveal-delay { transition-delay: 150ms; }.reveal-delay-long { transition-delay: 210ms; }
:focus-visible { outline: 3px solid rgba(63,104,232,.42); outline-offset: 3px; }

@media (max-width: 930px) {
  .section-pad, .site-header { width: min(100% - 48px, 700px); }
  .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 64px; }.hero-copy { max-width: 620px; }.hero-lede { max-width: 500px; }.hero-visual { min-height: 470px; }.signal-strip { gap: 14px; }.intro-grid, .workflow, .settings-panel, .local-first { grid-template-columns: 1fr; gap: 48px; }.intro-grid p { max-width: 500px; }.workflow { padding-top: 125px; padding-bottom: 125px; }.workflow-heading h2 { margin-top: 19px; }.settings-copy { padding-left: 0; }.settings-panel { padding: 57px 48px; }.settings-window { margin: 0 auto; }.local-first { padding-top: 130px; padding-bottom: 130px; }.local-copy { margin: 0 auto; }.site-footer { min-height: 160px; }.footer-right { gap: 9px; }
}
@media (max-width: 680px) {
  .section-pad, .site-header { width: calc(100% - 36px); }
  .site-header { height: 66px; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 59px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(251,251,252,.97); box-shadow: var(--shadow-soft); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .language-switcher { align-self: flex-start; margin: 5px 0 2px 7px; }
  .primary-nav .language-switcher a { padding: 7px 9px; }
  .hero { min-height: auto; padding-top: 60px; padding-bottom: 61px; gap: 36px; }
  .hero h1 { margin-top: 20px; font-size: clamp(53px, 16vw, 78px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-wrap: wrap; margin-top: 27px; }
  .hero-meta { margin-top: 20px; }
  .hero-visual { min-height: 310px; width: calc(100% + 12px); margin-left: -6px; }
  .capture-stage { transform: rotate(1.5deg) scale(.91); transform-origin: center; }
  .stage-content { height: 279px; padding: 24px 27px; }
  .selection-box { top: 48px; left: 54px; width: 225px; height: 154px; }
  .annotation-arrow { top: 92px; right: 44px; transform: scale(.78) rotate(-4deg); transform-origin: right; }
  .annotation-note { top: 147px; right: 25px; }
  .signal-strip { grid-template-columns: 1fr; gap: 17px; padding-top: 20px; padding-bottom: 20px; }
  .signal-item { align-items: center; }
  .signal-item small { margin-top: 3px; }
  .intro { padding-top: 110px; padding-bottom: 51px; }
  .intro-grid { gap: 23px; }
  .intro h2, .workflow h2, .settings-copy h2, .local-copy h2, .download h2, .faq-heading h2 { font-size: clamp(36px, 10vw, 52px); }
  .intro-grid p { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 410px; padding: 20px 20px 24px; }
  .feature-illustration { margin-top: 22px; margin-bottom: 25px; }
  .workflow { padding-top: 105px; padding-bottom: 100px; gap: 35px; }
  .workflow-step { min-height: 88px; grid-template-columns: 34px 1fr auto; gap: 9px; }
  .workflow-step p { line-height: 1.5; }
  .settings-panel { padding: 44px 21px 31px; gap: 39px; }
  .settings-copy p { font-size: 13px; }
  .settings-window { width: 100%; transform: none; }
  .settings-window-body { min-height: 210px; }
  .settings-window-body aside { width: 26%; padding: 16px 7px; }
  .settings-window-body aside span { padding: 7px 6px; font-size: 9px; }
  .settings-content { padding: 13px 12px; }
  .settings-row { min-height: 37px; font-size: 9px; }
  .local-first { padding-top: 103px; padding-bottom: 105px; gap: 47px; }
  .local-orbit { width: min(280px, 80vw); }
  .local-copy p { font-size: 14px; }
  .local-points { gap: 6px; }
  .local-points span { font-size: 10px; }
  .faq { display: block; padding-top: 95px; padding-bottom: 100px; }
  .faq-heading p { font-size: 13px; }
  .faq-list { margin-top: 43px; }
  .faq-item summary { min-height: 70px; font-size: 14px; }
  .faq-item p { margin-right: 0; font-size: 13px; }
  .site-footer { flex-direction: column; align-items: stretch; gap: 27px; padding-top: 28px; padding-bottom: 30px; }
  .footer-right { align-items: flex-start; }
}
@media (max-width: 680px) {
  .hero-visual { min-height: 315px; }
  .capture-canvas { width: calc(100% - 2px); height: 278px; }
  .capture-canvas .fake-browser-bar { height: 25px; }
  .capture-canvas .fake-browser-body { height: calc(100% - 25px); }
  .capture-canvas .selection-box { top: 50px; left: 54px; width: 220px; height: 156px; }
  .capture-canvas > .editor-toolbar { top: 217px; left: 126px; width: 194px; height: 43px; padding: 4px 6px; }
  .capture-canvas > .editor-toolbar .tool-button { width: 23px; height: 32px; }
  .capture-canvas > .editor-toolbar .done-button { padding: 6px 7px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
