:root {
  color-scheme: light;
  --paper: #f4f3ee;
  --paper-2: #ebe9e2;
  --white: #fffefa;
  --ink: #0b1228;
  --ink-2: #31394d;
  --muted: #676e82;
  --line: rgba(15, 24, 50, .12);
  --navy: #080d1d;
  --navy-2: #121a35;
  --accent: #5d69df;
  --accent-bright: #7c88ff;
  --accent-soft: #e6e8ff;
  --max: 1180px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 8px; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: white; color: black; }
.skip:focus { top: 16px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(244, 243, 238, .88); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; text-decoration: none; font-size: 19px; font-weight: 760; letter-spacing: -.025em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 22px rgba(25, 31, 83, .14); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; color: var(--ink-2); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--accent); }
.nav > .button { justify-self: end; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-weight: 720; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(25, 31, 66, .15); }
.button.small { min-height: 42px; padding-inline: 17px; }
.button.accent { background: var(--accent); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button.white { background: white; color: var(--ink); }
.button.ghost { color: white; background: transparent; border-color: rgba(255,255,255,.22); }

.hero { padding: clamp(70px, 8vw, 118px) 0 112px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(52px, 7vw, 100px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.eyebrow.light { color: rgba(239,242,255,.62); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(55px, 6.5vw, 88px); line-height: .94; letter-spacing: -.066em; font-weight: 720; }
h1 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: var(--ink-2); font-size: clamp(18px, 1.75vw, 21px); line-height: 1.6; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.actions.left { justify-content: flex-start; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 25px; list-style: none; padding: 0; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.hero-meta li { position: relative; }
.hero-meta li:not(:last-child)::after { content: ""; position: absolute; right: -14px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #a9adba; }

.product-stage { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(83, 94, 189, .15); border-radius: 42px; background: radial-gradient(circle at 80% 15%, rgba(126,137,255,.22), transparent 35%), linear-gradient(145deg, #e9e7e8, #f8f4ee 65%); box-shadow: 0 35px 80px rgba(39, 36, 60, .12); }
.stage-ribbon { position: absolute; width: 380px; height: 380px; right: -160px; top: -150px; border-radius: 34%; opacity: .17; filter: saturate(.7); }
.app-window { position: relative; z-index: 1; width: min(84%, 540px); overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: #fcfbf9; box-shadow: 0 28px 64px rgba(19, 25, 60, .19); transform: translateY(-20px) rotate(-.5deg); }
.window-bar { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid #e5e3e0; color: #686e7e; font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.traffic { display: flex; gap: 6px; }
.traffic i { width: 9px; height: 9px; border-radius: 50%; background: #d9d6d0; }
.traffic i:first-child { background: #f17768; }.traffic i:nth-child(2) { background: #efc45a; }.traffic i:last-child { background: #69c76c; }
.window-status { justify-self: end; color: #a0a3ad; }
.window-body { min-height: 270px; padding: 34px 30px; }
.file-path, .editor-hint { color: #999eaa; font: 500 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-line { display: grid; grid-template-columns: 25px auto 1fr; align-items: start; gap: 12px; margin: 42px 0 56px; color: #6d7280; font: 500 13px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-line > span { color: #bdc0c8; }.code-line b { color: #89909d; font-weight: 500; }
.code-line mark { color: #1b2134; background: linear-gradient(transparent 55%, rgba(124,136,255,.2) 55%); }
.code-line i { width: 2px; height: 18px; margin-top: 3px; background: var(--accent); animation: blink 1s steps(2) infinite; }
.recording-hud { position: absolute; z-index: 3; bottom: 78px; display: flex; align-items: center; gap: 13px; min-height: 55px; padding: 0 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: white; background: rgba(8,13,29,.94); box-shadow: 0 17px 40px rgba(8,13,29,.27); font-size: 12px; }
.record-dot { width: 12px; height: 12px; border-radius: 50%; background: #fc725f; box-shadow: 0 0 0 5px rgba(252,114,95,.14); }
.wave { height: 25px; display: flex; align-items: center; gap: 3px; }
.wave i { display: block; width: 2px; height: var(--h, 12px); border-radius: 3px; background: #d6d9ff; animation: voice 1.1s ease-in-out infinite alternate; }
.wave i:nth-child(2), .wave i:nth-child(6) { --h: 20px; animation-delay: -.4s; }.wave i:nth-child(3), .wave i:nth-child(5) { --h: 15px; animation-delay: -.7s; }.wave i:nth-child(4) { --h: 24px; animation-delay: -.2s; }
.hud-lang { margin-left: 5px; padding-left: 13px; border-left: 1px solid rgba(255,255,255,.14); color: #9ca5c4; font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.35); }
.trust-strip .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.trust-strip span { display: flex; align-items: center; gap: 9px; }
.trust-strip span::before { content: "✓"; color: var(--accent); font-weight: 800; }

section { padding: 112px 0; }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
h2 { margin-bottom: 22px; font-size: clamp(40px, 5.3vw, 65px); line-height: 1; letter-spacing: -.055em; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.65; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 365px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.card.dark { color: white; background: var(--navy); border-color: var(--navy); }
.card-num { color: var(--muted); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.card.dark .card-num, .card.dark p { color: #9da6c3; }
.card h3 { margin-top: auto; margin-bottom: 10px; font-size: 22px; letter-spacing: -.035em; }
.card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.key-visual, .voice-visual, .result-visual { min-height: 150px; display: grid; place-items: center; }
.key-visual kbd { padding: 17px 24px; border: 1px solid #d5d2ca; border-radius: 16px; background: white; box-shadow: 0 10px 0 #dddad2, 0 20px 34px rgba(30,30,50,.08); font: 650 14px/1 ui-sans-serif, system-ui; }
.voice-visual { display: flex; align-items: center; justify-content: center; gap: 5px; }
.voice-visual i { display: block; width: 4px; height: calc(16px + var(--n, 1) * 7px); border-radius: 5px; background: linear-gradient(#cbd0ff, #6d7aef); animation: voice 1.3s ease-in-out infinite alternate; }
.voice-visual i:nth-child(2), .voice-visual i:nth-child(8) { --n: 3; }.voice-visual i:nth-child(3), .voice-visual i:nth-child(7) { --n: 5; }.voice-visual i:nth-child(4), .voice-visual i:nth-child(6) { --n: 7; }.voice-visual i:nth-child(5) { --n: 9; }
.result-visual { grid-template-columns: auto auto; justify-content: center; gap: 12px; }.result-visual span { padding: 13px 17px; border-radius: 13px; background: var(--accent-soft); color: #4552c7; font-size: 13px; font-weight: 750; }.result-visual b { color: var(--accent); font-size: 22px; }

.transformation { color: white; background: var(--navy); }
.transformation-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.transformation-copy p:last-child { max-width: 490px; color: #a7afc9; font-size: 18px; line-height: 1.65; }
.before-after { display: grid; }
.speech-card { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: #111833; }
.speech-card span { color: #7e89aa; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.speech-card p { margin: 18px 0 0; color: #9da5bf; font-size: 19px; line-height: 1.55; }
.speech-card.clean { background: white; border-color: white; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.speech-card.clean span { color: var(--accent); }.speech-card.clean p { color: var(--ink); font-size: 24px; letter-spacing: -.02em; }.speech-card.clean b { display: block; margin-top: 20px; color: #65704f; font-size: 11px; }
.flow-arrow { height: 44px; display: grid; place-items: center; color: #6d78a0; }

.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.feature-card { min-height: 310px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.feature-card.large { grid-row: span 2; min-height: 640px; background: linear-gradient(155deg, #e6e8ff, #f8f6f0 58%); }
.feature-kicker { color: var(--accent); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { max-width: 600px; margin: 22px 0 15px; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.045em; line-height: 1.08; }
.feature-card:not(.large) h3 { font-size: 26px; }
.feature-card p { color: var(--muted); line-height: 1.65; }
.term-cloud { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; align-content: end; }
.term-cloud span { padding: 11px 14px; border: 1px solid rgba(75,87,184,.15); border-radius: 11px; background: rgba(255,255,255,.7); color: #3e497f; font: 650 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.privacy-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; padding: clamp(40px, 7vw, 78px); overflow: hidden; border-radius: 38px; color: white; background: linear-gradient(145deg, #111a39, #080d1d); }
.privacy-art { position: relative; display: grid; place-items: center; min-height: 390px; }
.privacy-art::before { content: ""; position: absolute; width: 400px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(112,125,240,.23), transparent 68%); }
.privacy-art img { position: relative; width: min(90%, 340px); border-radius: 30%; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.privacy-art span { position: absolute; bottom: 0; padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #a9b2d2; background: rgba(8,13,29,.68); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .1em; }
.privacy-panel h2 { font-size: clamp(38px, 4.4vw, 58px); }.privacy-panel .lead { color: #aab2cd; }
.plain-list { list-style: none; padding: 0; margin: 26px 0; }
.plain-list li { position: relative; padding: 12px 0 12px 27px; border-top: 1px solid rgba(255,255,255,.1); color: #b2b9d0; line-height: 1.5; }.plain-list li::before { content: "✓"; position: absolute; left: 0; color: #aeb6ff; font-weight: 800; }
.text-link { color: white; font-weight: 700; text-decoration: none; }.text-link span { color: #aeb6ff; }

.faq { max-width: 850px; margin-inline: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; position: relative; padding: 25px 46px 25px 0; font-size: 18px; font-weight: 680; }
.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--accent); font-size: 25px; font-weight: 400; }.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 730px; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }

.final-section { padding-top: 30px; }
.cta { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; padding: clamp(45px, 7vw, 78px); border-radius: 38px; color: white; background: var(--navy); }
.cta h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 66px); }.cta-side > p { margin-bottom: 28px; color: #aab2ca; line-height: 1.65; }

.site-footer { padding: 36px 0 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }.footer-links a { text-decoration: none; }.footer-links a:hover { color: var(--accent); }

.legal-main { padding: 92px 0 120px; }.legal { width: min(100%, 760px); }.legal h1 { margin: 0 0 24px; text-align: left; font-size: clamp(44px, 7vw, 70px); }.legal .updated { color: var(--muted); font-size: 13px; }.legal h2 { margin-top: 54px; font-size: 28px; letter-spacing: -.035em; }.legal h3 { margin-top: 32px; font-size: 19px; }.legal p, .legal li { color: var(--muted); line-height: 1.75; }.legal a { color: var(--accent); }.notice { margin: 32px 0; padding: 20px 22px; border: 1px solid rgba(96,108,218,.22); border-radius: 16px; background: var(--accent-soft); color: #343e7b; line-height: 1.6; }
.success-shell { min-height: 100svh; display: grid; place-items: center; padding: 24px; background: var(--paper); }.success-card { width: min(100%, 510px); padding: 48px 34px; text-align: center; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 36px 90px rgba(20,25,50,.14); }.success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 22px; background: var(--accent-soft); color: var(--accent); font-size: 32px; }.success-card h1 { font-size: 34px; letter-spacing: -.04em; }.success-card p { color: var(--muted); line-height: 1.6; }.success-card .button { min-width: 214px; }.success-card .download-started { background: #4f5bc9; }.fine { color: var(--muted); font-size: 13px; }
.install-guide[hidden] { display: none; }
.install-guide { margin: 27px 0 22px; padding: 22px 20px 19px; overflow: hidden; border: 1px solid rgba(93, 105, 223, .17); border-radius: 22px; background: radial-gradient(circle at 85% 5%, rgba(124, 136, 255, .18), transparent 36%), linear-gradient(145deg, #f4f5ff, #faf9f5); opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.install-guide.is-visible { opacity: 1; transform: translateY(0); }
.success-card .install-status { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 18px; color: #37427f; font-size: 14px; font-weight: 760; }
.install-status span { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: #5966d8; font-size: 13px; }
.install-illustration { display: grid; grid-template-columns: minmax(92px, 1fr) 30px minmax(112px, 1fr); align-items: center; gap: 10px; }
.install-app, .applications-folder { min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(38, 49, 102, .1); border-radius: 18px; background: rgba(255, 255, 255, .82); box-shadow: 0 12px 28px rgba(32, 40, 91, .08); }
.install-app img { width: 48px; height: 48px; margin-bottom: 8px; border-radius: 14px; box-shadow: 0 7px 17px rgba(42, 51, 118, .13); }
.install-app b { color: #293251; font-size: 12px; }
.install-arrow { color: #6874dc; font-size: 25px; font-weight: 500; }
.applications-folder { position: relative; padding-top: 7px; color: #314079; background: linear-gradient(160deg, #eef0ff, #dfe3ff); }
.applications-folder::before { content: ""; position: absolute; width: 45%; height: 9px; left: 10px; top: -6px; border: 1px solid rgba(38, 49, 102, .1); border-bottom: 0; border-radius: 8px 8px 0 0; background: #e8eaff; }
.applications-folder b { width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid #5d69df; border-radius: 11px; font: 650 23px/1 Georgia, serif; }
.applications-folder small { margin-top: 7px; font-size: 10px; font-weight: 720; }
.success-card .install-copy { margin: 18px 0 3px; color: #31394d; font-size: 13px; font-weight: 650; }
.success-card .install-note { margin: 0; color: var(--muted); font-size: 11px; }

@keyframes voice { from { transform: scaleY(.55); opacity: .65; } to { transform: scaleY(1); opacity: 1; } }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 960px) {
  .nav { grid-template-columns: 1fr auto; }.nav-links { display: none; }
  .hero-grid, .transformation-grid, .privacy-panel, .cta { grid-template-columns: 1fr; }
  .hero-copy-block { text-align: center; }.hero-copy-block .eyebrow, .hero-copy-block .actions, .hero-meta { justify-content: center; }.hero-copy { margin-inline: auto; }
  .product-stage { width: min(100%, 720px); margin-inline: auto; }
  .trust-strip .wrap { justify-content: center; flex-wrap: wrap; padding-block: 20px; }
  .grid-3 { grid-template-columns: 1fr; }.card { min-height: 330px; }
  .section-head.split { grid-template-columns: 1fr; gap: 10px; }.section-head.split .lead { max-width: 650px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card.large { grid-row: auto; min-height: 540px; }
  .privacy-art { min-height: 330px; }.cta { align-items: start; gap: 30px; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; gap: 12px; }.brand { font-size: 17px; }.brand img { width: 38px; height: 38px; }.nav > .button { min-height: 38px; padding-inline: 13px; font-size: 12px; }
  .hero { padding: 62px 0 78px; }.hero-grid { gap: 48px; }h1 { font-size: clamp(48px, 15.5vw, 64px); }.hero-copy { font-size: 17px; }.hero-meta { gap: 7px 20px; }
  .product-stage { min-height: 420px; border-radius: 28px; }.app-window { width: 91%; transform: translateY(-20px); }.window-body { min-height: 210px; padding: 26px 17px; }.window-bar { padding-inline: 12px; }.code-line { grid-template-columns: 20px auto 1fr; gap: 6px; margin-block: 30px 40px; font-size: 10px; }.recording-hud { bottom: 43px; gap: 8px; padding-inline: 12px; }.hud-lang { display: none; }.stage-ribbon { width: 250px; height: 250px; }
  .trust-strip .wrap { align-items: flex-start; flex-direction: column; gap: 10px; }
  section { padding: 80px 0; }h2 { font-size: 42px; }.section-head { margin-bottom: 38px; }.lead { font-size: 16px; }
  .card, .feature-card { padding: 25px; }.transformation-grid { gap: 42px; }.speech-card { padding: 22px; }.speech-card.clean p { font-size: 20px; }
  .feature-card.large { min-height: 490px; }.privacy-panel { padding: 34px 22px; border-radius: 28px; }.privacy-art { min-height: 260px; }.privacy-art img { width: 230px; }.cta { padding: 42px 24px; border-radius: 28px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .success-shell { padding: 14px; }.success-card { padding: 38px 20px; border-radius: 25px; }.install-guide { padding-inline: 14px; }.install-illustration { grid-template-columns: minmax(82px, 1fr) 22px minmax(102px, 1fr); gap: 6px; }.install-app, .applications-folder { min-height: 96px; }.install-arrow { font-size: 21px; }
}

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