:root {
  --paper:#f7f8f2; --white:#fff; --ink:#202d24; --secondary:#59645d;
  --green:#286e43; --forest:#173c29; --sage:#e4ecd9; --line:#dbe1d5; --red:#b9342d;
  --font:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:102px; }
body { margin:0; font-family:var(--font); color:var(--ink); background:var(--paper); -webkit-font-smoothing:antialiased; }
h1,h2,h3,p,ul { margin:0; }
button,input,textarea { font:inherit; }
a { color:inherit; text-decoration:none; }
button { cursor:pointer; }
button,a,summary { -webkit-tap-highlight-color:transparent; }
button:focus-visible,a:focus-visible,summary:focus-visible,textarea:focus-visible,[tabindex="0"]:focus-visible { outline:3px solid #619056; outline-offset:5px; }
button:disabled { cursor:wait; }
[hidden] { display:none!important; }
.wrap { width:min(1248px,calc(100% - 96px)); margin-inline:auto; }
.icon { display:inline-block; width:24px; height:24px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; vertical-align:middle; }
.svg-defs { position:absolute; width:0; height:0; overflow:hidden; }
.skip-link { position:fixed; left:16px; top:-90px; background:var(--forest); color:white; padding:15px 20px; border-radius:8px; z-index:30; }
.skip-link:focus { top:12px; }
.header { position:sticky; z-index:10; top:0; background:#f7f8f2ed; border-bottom:1px solid #dbe1d577; backdrop-filter:blur(18px); }
.header-inner { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.logo { display:inline-flex; align-items:center; gap:7px; font-size:26px; letter-spacing:-.035em; font-weight:650; color:var(--green); }
.logo img { width:31px; height:31px; }
.desktop-nav { display:flex; gap:30px; align-items:center; margin-left:auto; }
.desktop-nav a { font-size:12px; color:var(--secondary); padding-block:16px; }
.desktop-nav a:hover,.footer a:hover { color:var(--green); }
.nav-cta { display:flex; align-items:center; justify-content:center; gap:17px; min-height:43px; padding:0 18px; border:1px solid #a8bba3; border-radius:25px; color:var(--green); font-size:12px; font-weight:550; margin-left:20px; }
.nav-cta .icon { width:16px; height:16px; }
.nav-cta:hover { background:#e9efdf; }
.menu-toggle { display:none; }
.mobile-nav { display:none; }
.hero { display:grid; grid-template-columns:1.03fr 1fr; gap:28px; align-items:center; min-height:739px; padding-block:26px 28px; }
.hero-copy { position:relative; z-index:2; padding-bottom:16px; }
.eyebrow { font-size:10px; line-height:1.6; font-weight:600; letter-spacing:.13em; color:var(--green); }
.hero .eyebrow { display:flex; gap:10px; align-items:center; font-size:12px; letter-spacing:.04em; }
.eyebrow>span { display:block; width:6px; height:6px; background:var(--green); border-radius:50%; }
.hero h1 { font-size:clamp(48px,5.15vw,73px); font-weight:600; line-height:1.3; letter-spacing:-.07em; margin:28px 0 28px -4px; }
.hero h1 span { color:var(--green); white-space:nowrap; }
.hero-description { font-size:15px; line-height:2.1; letter-spacing:.01em; }
.hero-actions { display:flex; align-items:center; gap:28px; margin-top:31px; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:22px; min-height:55px; padding:15px 24px; border-radius:32px; font-size:13px; font-weight:550; border:1px solid transparent; transition:background .18s ease,box-shadow .18s ease; }
.button .icon { width:20px; height:20px; }
.button-primary { background:var(--green); color:white; }
.button-primary:hover { background:#205c37; box-shadow:0 7px 20px #234b2220; }
.button-outline { background:transparent; border-color:#bccbb3; color:var(--green); }
.button-outline:hover { background:#e8efdf; }
.subtle-link { display:inline-flex; align-items:center; gap:15px; font-size:12px; color:var(--secondary); min-height:44px; }
.subtle-link:hover { color:var(--green); }
.hero-availability { font-size:10px; color:var(--secondary); margin:12px 0 0 12px; }
.hero-availability span { margin:0 6px; opacity:.6; }
.hero-privacy { display:flex; align-items:center; gap:8px; color:var(--secondary); margin-top:37px; font-size:11px; }
.hero-privacy .icon { color:var(--green); width:16px; height:16px; }
.hero-visual { position:relative; height:674px; min-width:0; overflow:clip; }
.hero-halo { position:absolute; top:68px; left:9px; right:-18px; height:536px; background:#e3ecd7; border-radius:51% 48% 43% 47%; transform:rotate(-13deg); }
.halo-ring { position:absolute; width:526px; height:526px; top:88px; left:25px; border:1px solid #9aac861f; border-radius:50%; }
.halo-ring::after { content:''; position:absolute; inset:31px; border:1px solid #9aac861f; border-radius:50%; }
.scene-label { position:absolute; z-index:1; top:35px; left:10px; font-size:8px; letter-spacing:.16em; color:#758569; writing-mode:vertical-rl; }
.device { position:absolute; left:210px; top:25px; width:286px; height:617px; border-radius:45px; padding:6px; border:1px solid #6a7766; background:#2a352d; transform:rotate(7deg); box-shadow:12px 27px 36px -13px #1c362d3a,1px 1px 0 #899283; }
.device::before { content:''; position:absolute; width:3px; height:56px; left:-4px; top:151px; border-radius:2px 0 0 2px; background:#697566; }
.device::after { content:''; position:absolute; width:3px; height:73px; right:-4px; top:154px; border-radius:0 2px 2px 0; background:#697566; }
.device-screen { height:100%; position:relative; border-radius:38px; background:#fcfdfc; overflow:hidden; }
.device-status { display:flex; align-items:center; justify-content:space-between; padding:16px 20px 0; font-size:10px; font-weight:600; height:36px; }
.device-status>div { display:flex; align-items:center; gap:4px; }
.device-status .icon { width:12px; height:12px; }
.island { width:78px; height:23px; background:#141b15; border-radius:18px; position:absolute; top:9px; left:50%; transform:translateX(-50%); }
.battery { width:16px; height:8px; border:1px solid currentColor; padding:1px; border-radius:2px; position:relative; }
.battery::before { content:''; display:block; width:100%; height:100%; background:currentColor; border-radius:1px; }
.battery::after { content:''; position:absolute; right:-3px; top:1.5px; width:1px; height:3px; background:currentColor; }
.device-nav { display:flex; align-items:center; justify-content:space-between; padding:16px 17px; font-size:10px; }
.device-nav>span:first-child,.device-nav>span:last-child { width:35px; }
.device-brand { display:flex; align-items:center; gap:3px; color:var(--green); font-weight:600; }
.device-brand img { width:13px; height:13px; }
.device-recording { font-size:10px; color:var(--red); display:flex; align-items:center; justify-content:center; gap:5px; margin:14px 0 8px; }
.record-dot { display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--red); flex-shrink:0; }
.device-timer { font-size:57px; line-height:1.12; text-align:center; font-weight:350; letter-spacing:-.045em; font-variant-numeric:tabular-nums; }
.device-locale { font-size:9px; color:var(--secondary); text-align:center; margin-top:9px; }
.device-wave { display:flex; align-items:center; gap:3px; justify-content:center; height:50px; margin:10px 21px 2px; color:#7fa574; }
[data-wave] i { flex:1; max-width:4px; height:var(--bar-height,12px); border-radius:3px; background:currentColor; }
.device-transcript { margin:0 17px; padding-top:9px; border-top:1px solid #e5e9e0; }
.device-transcript>div { display:flex; align-items:baseline; gap:9px; padding:10px 0; }
.device-transcript span { flex:0 0 29px; font-size:8px; color:var(--secondary); }
.device-transcript p { font-size:12px; line-height:1.9; letter-spacing:-.03em; }
.device-recognizing { margin:8px 20px 0 55px; font-size:11px; color:var(--secondary); line-height:1.8; }
.device-recognizing>span { display:block; color:var(--green); font-size:8px; }
.device-actions { position:absolute; bottom:28px; left:15px; right:15px; display:flex; gap:7px; background:#fcfdfc; padding-top:10px; }
.device-actions span { font-size:10px; padding:12px 8px; border-radius:22px; background:#e8ece6; text-align:center; flex:1; }
.device-actions span:last-child { background:var(--red); color:white; flex:1.5; }
.home-indicator { position:absolute; bottom:8px; width:89px; height:3px; left:50%; transform:translateX(-50%); border-radius:3px; background:#25372a; }
.floating-summary { position:absolute; z-index:3; top:395px; left:7px; width:318px; padding:23px 25px 21px; background:#fffefa; border:1px solid #e6eadd; border-radius:8px; box-shadow:0 17px 42px -16px #18392432; transform:rotate(-5deg); }
.floating-summary-head { display:flex; align-items:center; justify-content:space-between; font-size:10px; color:#52654d; }
.floating-summary-head>span:first-child { display:flex; align-items:center; gap:7px; }
.floating-summary-head .icon { width:16px; height:16px; }
.floating-summary-head>span:last-child { font:10px ui-monospace,monospace; }
.floating-summary>p { font-size:22px; line-height:1.75; letter-spacing:-.04em; margin-top:17px; }
.floating-summary strong { font-weight:550; }
.summary-rule { height:1px; background:#e3e8dc; margin:16px 0 12px; }
.summary-caption { font-size:10px; color:var(--secondary); }
.scene-privacy { position:absolute; top:124px; left:39px; z-index:3; display:flex; align-items:center; gap:8px; font-size:11px; padding:13px 17px; border-radius:25px; background:#f7faf0; color:#45653d; border:1px solid #d2dfc5; }
.scene-privacy .icon { width:15px; height:15px; }
.sample-caption { position:absolute; bottom:7px; right:18px; font-size:9px; color:#66745f; }
.benefit-strip { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:24px 0; }
.benefit-strip p { display:flex; align-items:center; justify-content:center; gap:15px; font-size:12px; line-height:1.6; color:var(--secondary); }
.benefit-strip p+p { border-left:1px solid var(--line); }
.benefit-strip .icon { width:20px; height:20px; color:var(--green); }
.section { padding-block:110px; }
.section-heading h2,.features-heading h2,.faq h2 { font-size:42px; line-height:1.55; font-weight:550; letter-spacing:-.055em; margin-top:17px; }
.section-heading { text-align:center; }
.section-heading>p:last-child { font-size:13px; line-height:1.9; color:var(--secondary); margin-top:21px; }
.experience-grid { display:grid; grid-template-columns:.87fr 1.13fr; gap:78px; align-items:center; margin-top:58px; }
.experience-steps { display:flex; flex-direction:column; }
.step { width:100%; display:flex; gap:21px; align-items:flex-start; background:transparent; text-align:left; border:0; border-bottom:1px solid var(--line); padding:29px 18px 29px 0; color:var(--secondary); }
.step:first-child { border-top:1px solid var(--line); }
.step-number { font:12px/1.6 ui-monospace,monospace; color:#72806b; margin-top:3px; }
.step strong { font-size:18px; font-weight:550; letter-spacing:-.025em; display:block; }
.step small { display:block; font-size:12px; line-height:1.9; margin-top:12px; color:var(--secondary); }
.step>.icon { width:18px; height:18px; margin:3px 0 0 auto; opacity:0; transition:opacity .15s; }
.step[aria-selected=true] { color:var(--green); }
.step[aria-selected=true] .step-number { color:var(--green); }
.step[aria-selected=true]>.icon { opacity:1; }
.step:hover { color:var(--green); }
.demo-disclaimer { font-size:10px; line-height:1.9; color:var(--secondary); max-width:325px; margin-top:21px; }
.demo-workspace { background:#fffefa; border:1px solid #d9e1d1; box-shadow:0 22px 65px -32px #37512433; border-radius:20px; overflow:hidden; }
.demo-topbar { padding:22px 28px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #e6eadf; }
.demo-wordmark { display:flex; align-items:center; gap:5px; color:var(--green); font-size:15px; font-weight:600; }
.sample-badge { font-size:9px; letter-spacing:.08em; color:#68785f; background:#eef2e6; padding:6px 10px; border-radius:4px; }
.demo-panel { padding:24px 29px; min-height:490px; }
.demo-panel:focus-visible { outline-offset:-6px; border-radius:10px; }
.demo-context { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; font-size:10px; color:var(--secondary); }
.demo-context>span:first-child { font-size:12px; font-weight:550; color:var(--ink); }
.demo-record-head { display:flex; align-items:center; justify-content:space-between; margin-top:36px; }
.demo-record-head>span { display:flex; align-items:center; gap:6px; font-size:11px; color:var(--red); }
.demo-record-head>strong { font-size:49px; font-weight:350; line-height:1.2; letter-spacing:-.05em; font-variant-numeric:tabular-nums; }
.demo-wave { display:flex; align-items:center; justify-content:center; gap:4px; height:64px; margin:17px 0 22px; color:#87a77b; border-block:1px solid #edf0e8; }
.demo-wave i { max-width:4px; }
.demo-record-text { display:flex; gap:18px; align-items:baseline; margin-top:21px; }
.demo-time { flex:0 0 36px; color:#677460; font-size:10px; font-variant-numeric:tabular-nums; }
.demo-record-text p { font-size:17px; line-height:1.95; letter-spacing:-.025em; }
.demo-record-text.second p { font-size:15px; color:var(--secondary); }
.demo-next { display:flex; width:100%; justify-content:space-between; align-items:center; margin-top:27px; padding:15px 0 5px; min-height:44px; border:0; border-top:1px solid #e5eadf; background:transparent; color:var(--green); font-size:12px; font-weight:550; }
.demo-next .icon { width:18px; height:18px; }
.demo-footer { display:flex; align-items:center; justify-content:center; gap:7px; padding:15px 20px; border-top:1px solid #e6eadf; background:#f5f7ef; font-size:9px; color:var(--secondary); }
.demo-footer .icon { width:13px; height:13px; color:var(--green); }
.content-switch { display:flex; gap:4px; padding:4px; margin:24px 0 27px; background:#eaf0e3; border-radius:25px; width:fit-content; }
.content-switch button { font-size:11px; min-height:35px; padding:0 23px; background:transparent; border:0; border-radius:22px; color:var(--secondary); }
.content-switch button[aria-pressed=true] { background:white; color:var(--green); box-shadow:0 2px 7px #1b392211; }
#sample-summary h3 { font-size:20px; font-weight:550; margin-bottom:21px; }
.demo-summary-list { list-style:none; padding:0; }
.demo-summary-list li { position:relative; padding-left:20px; font-size:16px; line-height:1.9; margin-bottom:22px; }
.demo-summary-list li::before { content:''; position:absolute; left:0; top:12px; width:4px; height:4px; border-radius:50%; background:var(--green); }
.transcript-instruction { font-size:10px; line-height:1.7; color:var(--secondary); margin-bottom:13px; }
.sample-sentences { display:flex; flex-direction:column; }
.sample-sentences button { display:flex; gap:12px; align-items:baseline; min-height:44px; text-align:left; border:0; border-radius:9px; background:transparent; padding:10px 8px; color:var(--ink); }
.sample-sentences button>span:first-child { font-size:9px; flex:0 0 32px; color:var(--secondary); font-variant-numeric:tabular-nums; }
.sample-sentences button>span:last-child { font-size:12px; line-height:1.9; }
.sample-sentences button:hover { background:#f2f5ea; }
.sample-sentences button[aria-pressed=true] { background:#e6efdc; }
.sample-sentences button[aria-pressed=true]>span:first-child { color:var(--green); }
.selection-status { font-size:10px; color:var(--green); margin-top:17px; min-height:19px; }
.export-preview { margin:30px 0 27px; padding:21px; border:1px solid #dce4d3; background:#f5f7ed; border-radius:10px; }
.export-preview>div { display:flex; align-items:center; gap:7px; font-size:11px; color:var(--green); }
.export-preview .icon { width:17px; height:17px; }
.export-preview p { font-size:13px; line-height:2.1; margin-top:16px; }
.export-actions { display:flex; flex-wrap:wrap; gap:10px; }
.export-actions .button { font-size:11px; padding:12px 17px; min-height:48px; gap:9px; }
.export-actions .icon { width:16px; height:16px; }
.export-help { font-size:10px; line-height:1.9; color:var(--secondary); margin-top:17px; }
.restart-demo { background:transparent; border:0; color:var(--secondary); padding:12px 0; font-size:11px; display:flex; gap:13px; align-items:center; min-height:44px; margin-top:21px; }
.copy-fallback { margin-top:20px; }
.copy-fallback label { font-size:11px; display:block; margin-bottom:8px; }
.copy-fallback textarea { width:100%; padding:12px; border:1px solid #b8caae; border-radius:8px; color:var(--ink); background:white; font-size:12px; line-height:1.8; resize:vertical; }
.features { padding-top:22px; padding-bottom:115px; }
.features-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:32px; }
.features-heading>p { font-size:13px; line-height:1.9; color:var(--secondary); padding-bottom:9px; }
.feature-columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:35px; margin-top:44px; }
.feature { min-width:0; }
.feature-art { height:250px; position:relative; overflow:hidden; border-radius:3px; margin-bottom:27px; }
.search-art { background:#e9efdf; }
.listen-art { background:#edece1; }
.note-art { background:#e8eee4; }
.feature-label { font-size:9px; line-height:1.6; color:var(--green); letter-spacing:.12em; }
.feature h3 { font-size:20px; line-height:1.6; font-weight:550; letter-spacing:-.04em; margin:11px 0 12px; }
.feature>p:last-child { font-size:12px; color:var(--secondary); line-height:2; max-width:360px; }
.mini-search { position:absolute; z-index:2; top:41px; left:22px; right:22px; display:flex; align-items:center; gap:11px; padding:18px 20px; background:#fffefa; border-radius:29px; box-shadow:0 9px 28px #48653515; color:var(--green); font-size:17px; letter-spacing:-.03em; }
.mini-search .icon { width:21px; height:21px; }
.mini-search i { height:22px; width:1px; background:var(--green); margin-left:-8px; }
.search-result-paper { position:absolute; top:82px; left:48px; right:39px; padding:39px 19px 21px; background:#fffefa; transform:rotate(-4deg); box-shadow:0 6px 20px #3046200d; }
.search-result-paper>span { font-size:10px; color:var(--secondary); }
.search-result-paper p { margin-top:12px; font-size:14px; line-height:1.9; }
.search-result-paper mark { background:#e1ebcf; color:var(--ink); }
.listen-sentence { position:absolute; top:42px; left:26px; right:26px; display:flex; gap:12px; align-items:baseline; padding:18px 18px; border:1px solid #b3c4a6; border-radius:13px; background:#e1e8d5; }
.listen-sentence>span { font-size:9px; color:var(--green); font-variant-numeric:tabular-nums; }
.listen-sentence p { font-size:13px; line-height:1.9; }
.mini-player { position:absolute; top:159px; left:27px; right:27px; display:flex; align-items:center; gap:13px; padding:9px 17px 9px 9px; background:#fffefa; border-radius:30px; }
.mini-player>span { display:flex; align-items:center; justify-content:center; color:white; background:var(--green); border-radius:50%; width:38px; height:38px; }
.mini-player .icon { width:18px; height:18px; fill:currentColor; stroke-width:0; }
.mini-player>div { flex:1; }
.mini-player i { display:block; height:3px; background:#e0e6d8; margin-top:4px; }
.mini-player i::before { content:''; display:block; width:25%; height:100%; background:var(--green); }
.mini-player p { font-size:8px; color:var(--secondary); display:flex; justify-content:space-between; margin-top:10px; }
.note-paper { position:absolute; top:32px; left:52px; width:234px; padding:21px 24px; background:#fffefa; transform:rotate(5deg); box-shadow:0 6px 20px #3046200d; }
.note-paper>span { font-size:10px; color:var(--secondary); }
.note-paper p { margin-top:14px; font-size:17px; line-height:1.9; letter-spacing:-.04em; }
.note-paper em { font-style:normal; text-decoration:underline; text-decoration-color:#b4cba2; text-underline-offset:5px; }
.note-paper>.icon { position:absolute; right:17px; top:18px; width:15px; height:15px; color:#6b825e; }
.mini-mic { position:absolute; left:30px; bottom:23px; width:59px; height:59px; border-radius:50%; background:var(--red); display:flex; align-items:center; justify-content:center; color:white; box-shadow:0 6px 18px #54281017; }
.mini-mic .icon { width:26px; height:26px; }
.privacy { background:var(--forest); color:#f3f6eb; overflow:hidden; }
.privacy-inner { display:grid; grid-template-columns:1.1fr 1fr; gap:100px; align-items:center; padding-block:78px; }
.privacy .eyebrow { color:#b7d596; }
.privacy h2 { font-size:46px; line-height:1.55; letter-spacing:-.055em; font-weight:550; margin-top:20px; }
.privacy-lead { font-size:16px; line-height:2; color:#cfddc7; margin-top:25px; }
.privacy-detail { display:flex; gap:12px; padding-top:23px; border-top:1px solid #a6c09535; margin-top:29px; max-width:405px; }
.privacy-detail .icon { width:17px; height:17px; color:#b5cd9f; margin-top:3px; }
.privacy-detail p { font-size:11px; line-height:1.95; color:#b7ccb0; }
.privacy-link { margin-top:25px; display:inline-flex; align-items:center; gap:25px; font-size:12px; color:#e0eccf; min-height:44px; }
.privacy-link .icon { width:18px; height:18px; }
.privacy-visual { position:relative; height:526px; display:flex; align-items:center; justify-content:center; }
.privacy-device { position:relative; z-index:2; width:286px; height:489px; border:1px solid #aac78f75; border-radius:45px; background:#214831; padding:33px 28px; box-shadow:0 17px 70px #0b231b55,inset 0 0 0 5px #70915c0d; }
.privacy-device-top { position:absolute; top:15px; left:0; right:0; display:flex; justify-content:center; }
.privacy-device-top span { width:58px; height:5px; background:#0e281c; border-radius:5px; }
.privacy-device-brand { display:flex; align-items:center; justify-content:center; gap:6px; font-size:14px; font-weight:550; color:#dbe9ca; margin-top:11px; }
.privacy-device-brand img { width:21px; height:21px; filter:brightness(0) invert(1); }
.privacy-device-label { text-align:center; font-size:10px; color:#b9cfac; margin:11px 0 27px; }
.private-stage { position:relative; display:flex; align-items:center; gap:13px; border:1px solid #84a56d50; background:#31593b; border-radius:14px; padding:15px 12px; }
.private-stage>span { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:10px; background:#476f46; color:#deebc8; }
.private-stage .icon { width:20px; height:20px; }
.private-stage p { font-size:12px; }
.private-stage small { display:block; font-size:7px; letter-spacing:.12em; color:#b9d0a5; margin-top:7px; }
.private-stage i { font-style:normal; font-size:8px; color:#b9d0a5; margin-left:auto; align-self:flex-start; }
.private-connection { width:1px; height:24px; background:#abc68b70; margin:auto; position:relative; }
.private-connection::after { content:''; display:block; position:absolute; bottom:1px; left:-2px; width:5px; height:5px; border-right:1px solid #abc68b; border-bottom:1px solid #abc68b; transform:rotate(45deg); }
.privacy-home { position:absolute; bottom:13px; left:50%; transform:translateX(-50%); width:80px; height:3px; background:#9db78860; border-radius:3px; }
.privacy-orbit { position:absolute; z-index:0; top:23px; width:480px; height:480px; border:1px solid #b5d39116; border-radius:50%; }
.privacy-orbit.second { width:586px; height:586px; top:-30px; }
.privacy-seal { position:absolute; z-index:3; bottom:77px; right:0; display:flex; align-items:center; gap:9px; font-size:9px; letter-spacing:.08em; background:#cce0ae; color:#24432b; padding:17px 23px; border-radius:27px; transform:rotate(-7deg); box-shadow:0 6px 24px #0c211c33; }
.privacy-seal .icon { width:16px; height:16px; }
.faq { display:grid; grid-template-columns:.85fr 1.15fr; gap:92px; align-items:start; }
.faq h2 { font-size:34px; }
.faq-list { border-top:1px solid var(--line); }
.faq details { border-bottom:1px solid var(--line); }
.faq summary { cursor:pointer; padding:24px 0; display:flex; align-items:center; justify-content:space-between; gap:20px; list-style:none; font-size:14px; line-height:1.8; font-weight:500; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary>span { font-size:22px; line-height:1; font-weight:350; color:var(--green); transition:transform .2s; flex-shrink:0; }
.faq details[open] summary>span { transform:rotate(45deg); }
.faq details>div { padding:0 30px 25px 0; color:var(--secondary); font-size:12px; line-height:2; }
.faq details>div>a { display:inline-block; padding-top:14px; color:var(--green); text-decoration:underline; text-underline-offset:5px; }
.availability { background:#e9efdf; padding-block:70px; }
.availability-inner { display:grid; grid-template-columns:1.3fr 1fr; gap:100px; align-items:center; }
.app-icon { border-radius:17px; display:block; margin-bottom:26px; }
.availability .eyebrow { font-size:9px; }
.availability h2 { font-size:48px; line-height:1.5; font-weight:550; letter-spacing:-.065em; margin-top:13px; }
.availability-main>p:not(.eyebrow) { margin-top:19px; color:var(--secondary); font-size:13px; line-height:2; }
.availability .button { margin-top:28px; }
.release-label { display:block; margin-top:12px; font-size:10px; color:var(--secondary); }
.requirements { padding:31px 33px; border-top:1px solid #b5c7a8; border-bottom:1px solid #b5c7a8; }
.requirements h3 { font-size:13px; font-weight:550; margin-bottom:25px; }
.requirements>div { margin-top:23px; }
.requirements>div>span { display:block; font-size:10px; color:#5d7252; margin-bottom:8px; }
.requirements>div>p { font-size:12px; line-height:1.95; }
.requirement-note { margin-top:25px; padding-top:20px; border-top:1px solid #c7d4bc; font-size:10px; line-height:1.95; color:var(--secondary); }
.footer { display:flex; justify-content:space-between; align-items:center; gap:35px; padding-block:39px; }
.footer .logo { font-size:22px; }
.footer .logo img { width:28px; height:28px; }
.footer>div>p { font-size:9px; color:var(--secondary); margin-top:9px; }
.footer nav { display:flex; gap:27px; flex-wrap:wrap; margin-left:auto; font-size:10px; color:var(--secondary); }
.footer small { color:var(--secondary); font-size:9px; }
.notification { position:fixed; z-index:30; left:50%; bottom:24px; transform:translateX(-50%); max-width:calc(100vw - 32px); padding:14px 23px; border-radius:27px; background:#203e2b; box-shadow:0 8px 25px #1d351e22; color:white; font-size:12px; line-height:1.8; text-align:center; }
.notification:empty { display:none; }
.noscript-note { background:#e7eedb; font-size:13px; line-height:1.9; padding:24px; text-align:center; }
@media(min-width:1500px) { .hero { min-height:775px; }.hero-visual { height:695px; }.device { top:38px; }.hero h1 { font-size:76px; } }
@media(max-width:1190px) {
  .wrap { width:calc(100% - 64px); }.desktop-nav { gap:20px; }.nav-cta { margin-left:0; }
  .hero { gap:10px; min-height:675px; }.hero-visual { height:616px; }.hero h1 { font-size:clamp(45px,5.1vw,65px); }.hero-description { font-size:13px; }.hero-actions { gap:20px; }.hero-privacy { font-size:10px; }
  .hero-halo { height:471px; top:80px; }.device { left:163px; top:25px; transform:rotate(7deg) scale(.9); transform-origin:top left; }.floating-summary { width:273px; top:376px; left:0; padding:20px 22px; }.floating-summary>p { font-size:19px; }.scene-privacy { left:17px; top:106px; font-size:10px; padding:12px 14px; }.halo-ring { width:450px; height:450px; left:10px; }
  .experience-grid { gap:45px; grid-template-columns:.85fr 1.15fr; }.step { gap:15px; }.step strong { font-size:16px; }.demo-panel { padding:24px; }.feature-columns { gap:25px; }.feature h3 { font-size:18px; }.note-paper { left:35px; }.privacy-inner { gap:55px; }.privacy h2 { font-size:40px; }.faq { gap:50px; }.availability-inner { gap:60px; }
}
@media(max-width:950px) {
  .desktop-nav { gap:15px; }.desktop-nav a { font-size:10px; }.header-inner { gap:18px; }.nav-cta { font-size:10px; gap:10px; padding:0 13px; }
  .hero { grid-template-columns:1fr 1fr; gap:0; }.hero h1 { font-size:47px; }.hero-actions { flex-wrap:wrap; gap:8px 17px; }.hero .button { font-size:11px; gap:14px; padding:14px 19px; }.hero .subtle-link { font-size:10px; }.hero-privacy { max-width:255px; line-height:1.7; }.hero-visual { height:604px; }.device { left:100px; top:36px; transform:rotate(6deg) scale(.84); }.scene-privacy { left:8px; top:82px; }.floating-summary { top:365px; width:255px; padding:18px; }.floating-summary>p { font-size:18px; }.hero-halo { top:100px; height:426px; }.scene-label { display:none; }
  .experience-grid { gap:26px; }.step { padding:25px 6px 25px 0; gap:12px; }.step strong { font-size:15px; }.step small { font-size:11px; }.step>.icon { width:15px; }.demo-panel { padding:23px 20px; }.demo-context>span:first-child { font-size:11px; }.demo-context { font-size:9px; }.demo-record-text { gap:12px; }.demo-record-text p { font-size:15px; }.demo-record-text.second p { font-size:14px; }.demo-footer { font-size:8px; }.demo-summary-list li { font-size:14px; }
  .mini-search { left:15px; right:15px; font-size:14px; padding:17px; gap:8px; }.search-result-paper { left:26px; right:22px; }.search-result-paper p { font-size:12px; }.listen-sentence { left:17px; right:17px; padding:15px 12px; gap:8px; }.listen-sentence p { font-size:11px; }.mini-player { left:17px; right:17px; }.note-paper { left:26px; width:201px; padding:20px; }.note-paper p { font-size:14px; }.feature-art { height:230px; }.feature h3 { font-size:16px; }.feature>p:last-child { font-size:11px; }
  .privacy-inner { gap:22px; }.privacy h2 { font-size:35px; }.privacy-lead { font-size:14px; }.privacy-visual { height:510px; }.privacy-device { transform:scale(.9); }.privacy-seal { right:-4px; padding:14px 17px; }.faq h2 { font-size:29px; }.faq { gap:35px; }.availability h2 { font-size:39px; }.availability-inner { gap:38px; }.requirements { padding:27px 18px; }.footer { gap:20px; }.footer nav { gap:15px; font-size:9px; }
}
@media(max-width:760px) {
  html { scroll-padding-top:86px; }.wrap { width:calc(100% - 40px); }.header-inner { min-height:72px; gap:16px; }.logo { font-size:23px; }.logo img { width:29px; height:29px; }.desktop-nav { display:none; }.nav-cta { margin-left:auto; min-height:39px; font-size:10px; }.menu-toggle { display:flex; width:40px; height:40px; justify-content:center; align-items:center; flex-direction:column; gap:6px; background:transparent; border:0; padding:8px; }.menu-toggle span { display:block; width:19px; height:1px; background:var(--green); transition:transform .18s; }.menu-toggle[aria-expanded=true] span:first-child { transform:translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded=true] span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display:flex; flex-direction:column; padding:8px 20px 20px; border-top:1px solid var(--line); background:var(--paper); }.mobile-nav a { padding:13px 4px; font-size:13px; color:var(--green); }.mobile-nav a+a { border-top:1px solid #e2e8d9; }html:not(.js) .menu-toggle { display:none; }html:not(.js) .mobile-nav[hidden] { display:flex!important; }
  .hero { display:block; padding-top:47px; padding-bottom:15px; }.hero-copy { padding-bottom:0; max-width:520px; margin:auto; }.hero h1 { font-size:clamp(39px,7.3vw,55px); line-height:1.4; margin:21px 0 21px -2px; }.hero-description { font-size:13px; line-height:2.05; }.hero .eyebrow { font-size:10px; }.hero-actions { margin-top:26px; gap:22px; }.hero .button { font-size:12px; padding:15px 21px; min-height:53px; }.hero .subtle-link { font-size:11px; }.hero-availability { font-size:9px; }.hero-privacy { margin-top:24px; font-size:10px; max-width:none; }
  .hero-visual { height:605px; width:min(100%,530px); margin:25px auto 0; }.device { left:calc(50% - 57px); top:35px; transform:rotate(7deg) scale(.86); }.hero-halo { left:0; right:0; top:76px; height:471px; }.scene-privacy { top:90px; left:30px; }.floating-summary { top:364px; left:15px; width:277px; padding:21px; }.floating-summary>p { font-size:20px; }.halo-ring { left:calc(50% - 225px); top:87px; }.sample-caption { right:13px; bottom:6px; }
  .benefit-strip { padding:21px 0; }.benefit-strip p { font-size:10px; text-align:center; flex-direction:column; gap:10px; }.benefit-strip .icon { width:21px; height:21px; }.section { padding-block:75px; }.section-heading h2,.features-heading h2 { font-size:34px; }.section-heading>p:last-child { font-size:12px; }
  .experience-grid { display:flex; flex-direction:column; gap:21px; margin-top:37px; }.experience-steps { width:100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }.step,.step:first-child { display:block; padding:16px 10px; border:1px solid var(--line); border-radius:10px; min-height:119px; }.step-number { display:block; margin-bottom:11px; font-size:10px; }.step strong { font-size:12px; line-height:1.8; }.step small,.step>.icon { display:none; }.step[aria-selected=true] { background:#e7eedd; border-color:#a9bda1; }.demo-disclaimer { grid-column:1/-1; max-width:none; font-size:9px; margin-top:3px; }.demo-workspace { width:100%; max-width:580px; }.demo-panel { padding:26px; min-height:470px; }.demo-context>span:first-child { font-size:12px; }.demo-context { font-size:10px; }.demo-record-text p { font-size:18px; }.demo-record-text.second p { font-size:16px; }.demo-record-text { gap:17px; }.demo-footer { font-size:9px; }.demo-summary-list li { font-size:16px; }.sample-sentences button>span:last-child { font-size:13px; }
  .features { padding-top:10px; }.features-heading { display:block; }.features-heading>p { margin-top:20px; font-size:12px; }.feature-columns { grid-template-columns:1fr; gap:39px; margin-top:30px; }.feature-art { height:274px; margin-bottom:21px; }.feature h3 { font-size:21px; margin-top:9px; }.feature>p:last-child { font-size:13px; max-width:510px; }.mini-search { left:calc(50% - 150px); right:auto; width:300px; top:44px; padding:20px; font-size:18px; }.search-result-paper { width:267px; left:calc(50% - 124px); right:auto; top:89px; padding:40px 21px 25px; }.search-result-paper p { font-size:14px; }.listen-sentence { width:292px; left:calc(50% - 146px); right:auto; top:46px; padding:20px 19px; gap:14px; }.listen-sentence p { font-size:14px; }.mini-player { width:290px; left:calc(50% - 145px); right:auto; top:174px; }.note-paper { width:249px; left:calc(50% - 112px); top:31px; padding:22px 27px; }.note-paper p { font-size:18px; }.mini-mic { left:calc(50% - 155px); bottom:27px; }
  .privacy-inner { grid-template-columns:1fr; gap:32px; padding-block:65px 43px; }.privacy h2 { font-size:36px; }.privacy-lead { font-size:14px; }.privacy-detail { max-width:none; }.privacy-detail p { font-size:11px; }.privacy-visual { height:507px; max-width:430px; width:100%; margin:auto; }.privacy-device { transform:none; }.privacy-seal { bottom:90px; right:0; }
  .faq { grid-template-columns:1fr; gap:30px; }.faq h2 { font-size:32px; }.faq summary { font-size:13px; padding:22px 0; }.faq details>div { font-size:12px; padding-right:12px; }
  .availability { padding-block:55px; }.availability-inner { grid-template-columns:1fr; gap:43px; }.availability h2 { font-size:40px; }.availability-main>p:not(.eyebrow) { font-size:13px; }.availability .button { font-size:12px; }.requirements { padding:25px 0; }.requirements h3 { font-size:13px; }.requirements>div>p { font-size:12px; }
  .footer { flex-wrap:wrap; padding-block:31px; gap:24px; }.footer nav { margin:0; justify-content:flex-start; width:100%; gap:22px; font-size:10px; }.footer small { font-size:9px; }
}
@media(max-width:390px) {
  .wrap { width:calc(100% - 36px); }.header-inner { gap:9px; }.logo { font-size:21px; }.logo img { width:26px; height:26px; }.nav-cta { padding-inline:11px; gap:5px; font-size:9px; }.menu-toggle { width:34px; }.hero { padding-top:37px; }.hero h1 { font-size:clamp(34px,10.3vw,40px); }.hero-description { font-size:11.5px; }.hero-actions { gap:12px; }.hero .button { gap:16px; padding:13px 17px; font-size:11px; }.hero .subtle-link { font-size:10px; gap:10px; }.hero-privacy { font-size:9px; }
  .hero-visual { height:553px; }.device { left:calc(50% - 53px); transform:rotate(7deg) scale(.76); top:28px; }.hero-halo { height:402px; top:80px; }.scene-privacy { left:6px; top:80px; font-size:9px; padding:11px 12px; gap:5px; }.floating-summary { width:240px; padding:18px; left:4px; top:331px; }.floating-summary>p { font-size:18px; }.summary-rule { margin:12px 0 9px; }.summary-caption { font-size:9px; }
  .benefit-strip p { font-size:9px; }.section-heading h2,.features-heading h2 { font-size:29px; }.section-heading>p:last-child { font-size:11px; }.step,.step:first-child { padding:12px 8px; min-height:111px; }.experience-steps { gap:7px; }.step strong { font-size:11px; }.demo-topbar { padding:20px; }.demo-panel { padding:22px 18px; }.demo-context>span:first-child { font-size:11px; }.demo-context { font-size:9px; }.demo-record-head>strong { font-size:44px; }.demo-record-head>span { font-size:10px; }.demo-record-text { gap:10px; }.demo-record-text p { font-size:15px; }.demo-record-text.second p { font-size:14px; }.demo-summary-list li { font-size:14px; }.demo-footer { font-size:8px; padding:15px 12px; gap:5px; }.export-preview { padding:17px; }.export-preview p { font-size:12px; }.export-actions { flex-direction:column; }.sample-sentences button>span:last-child { font-size:12px; }
  .mini-search { width:250px; left:calc(50% - 125px); font-size:16px; }.search-result-paper { width:235px; left:calc(50% - 110px); }.listen-sentence { width:250px; left:calc(50% - 125px); padding:18px 14px; gap:10px; }.listen-sentence p { font-size:12px; }.mini-player { width:250px; left:calc(50% - 125px); }.note-paper { width:225px; left:calc(50% - 100px); }.note-paper p { font-size:16px; }.mini-mic { left:17px; }.privacy h2 { font-size:30px; }.privacy-visual { height:490px; }.privacy-device { transform:scale(.92); }.privacy-seal { font-size:8px; right:0; }.availability h2 { font-size:35px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }*,*::before,*::after { transition:none!important; animation:none!important; } }
@media print { .header,.hero-actions,.demo-workspace,.experience-steps,.notification { display:none; }.wrap { width:100%; }.hero { min-height:0; grid-template-columns:1fr; }.hero-visual { height:650px; width:560px; }.section { padding-block:30px; }.privacy { print-color-adjust:exact; -webkit-print-color-adjust:exact; }.footer { break-inside:avoid; } }
