:root{color-scheme:light;--ink:#171717;--muted:#727272;--soft-muted:#9a9a9a;--line:#e2e5e3;--soft:#f7f8fa;--paper:#fff;--brand-blue:#679ade;--brand-violet:#6f86f9;--brand-green:#4ae07e;--brand-gradient:linear-gradient(90deg,var(--brand-blue) 0%,var(--brand-violet) 20%,var(--brand-green) 100%);--green:#12a578;--green-dark:#087b60;--green-soft:#ecf8f4;--radius:28px;--shadow:0 28px 80px rgb(26 42 36/8%);--ease:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a,body,button{font:inherit}a{text-decoration:none}a,button{color:inherit}svg{display:block}section[id]{scroll-margin-top:86px}.shell{width:min(1200px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgb(23 25 24/7%);background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{height:70px;display:flex;gap:30px}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:11px;font-size:20px;font-weight:790;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#171918}.nav-links{display:flex;align-items:center;justify-content:center;gap:30px;margin-left:auto;color:#535353;font-size:13px;font-weight:620}.nav-links a{transition:color .18s ease}.nav-links a:hover{color:#6a6a6a}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border:1px solid #171918;border-radius:999px;cursor:pointer;font-weight:720;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:#171918;box-shadow:0 10px 24px rgba(17,19,18,.13)}.button-primary:hover{background:#292c2a}.button-secondary{border-color:#d9ddda;background:#fff}.button-small{min-height:40px;padding-inline:17px;font-size:12px}.progress-track{position:absolute;right:0;bottom:-1px;left:0;height:1px}.progress-track span{display:block;width:100%;height:100%;background:var(--brand-gradient);transform:scaleX(0);transform-origin:left}.hero{overflow:hidden;padding:104px 0 82px;background:radial-gradient(circle at 33% 76%,rgb(103 154 222/7%),transparent 27%),radial-gradient(circle at 69% 76%,rgb(74 224 126/6%),transparent 29%),#fff}.hero-copy{max-width:1060px;margin:0 auto;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#6c6c6c;font-size:11px;font-weight:650;letter-spacing:.08em}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-gradient);box-shadow:0 0 0 5px rgb(111 134 249/8%)}.hero h1{margin:30px 0 28px;font-size:clamp(68px,7.4vw,98px);font-weight:570;line-height:1.02;letter-spacing:-.07em;white-space:nowrap}.hero-soft{color:#999}@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)){.hero-soft{background-image:none;background-clip:border-box;-webkit-background-clip:border-box;-webkit-text-fill-color:currentColor}}.hero-lead{max-width:800px;margin:0 auto;color:#6b6b6b;font-size:18px;line-height:1.78}.hero-actions{gap:12px;margin-top:34px}.hero-actions,.hero-note{display:flex;justify-content:center}.hero-note{flex-wrap:wrap;gap:8px;margin-top:20px}.hero-note span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(45,58,51,.1);border-radius:999px;color:#595959;background:#f8fafb;font-size:9px;font-weight:650}.hero-note span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--brand-blue);box-shadow:0 0 0 3px rgb(103 154 222/8%)}.hero-note span:nth-child(2):before{background:var(--brand-violet);box-shadow:0 0 0 3px rgb(111 134 249/8%)}.hero-note span:nth-child(3):before{background:var(--brand-green);box-shadow:0 0 0 3px rgb(74 224 126/8%)}.hero-compare{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.58fr);gap:18px;margin-top:88px}.compare-card{position:relative;min-height:510px;display:grid;grid-template-rows:auto auto 1fr auto;overflow:hidden;padding:25px;border:1px solid #dfe2e0;border-radius:30px}.compare-manual{color:#3a3a3a;background:linear-gradient(hsla(0,0%,100%,.68),hsla(0,0%,100%,.14)),#eaebe9;box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.42)}.compare-hynote{color:#1c1c1c;border-color:rgba(103,154,222,.22);background:radial-gradient(circle at 28% 72%,rgba(103,154,222,.17),transparent 30%),radial-gradient(circle at 77% 34%,rgba(74,224,126,.13),transparent 31%),linear-gradient(135deg,#f5f8ff,#fbfcfd 54%,#f3fbf6);box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.52),0 24px 70px rgb(45 80 94/8%)}.compare-foot,.compare-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:15px}.compare-head>strong{font-size:13px}.compare-head small{display:inline-flex;align-items:center;gap:6px;color:#7f7f7f;font-size:8px;font-weight:660;letter-spacing:.1em}.live-dot{width:5px;height:5px;display:inline-block;flex:none;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgb(15 155 120/8%)}.manual-stat{display:grid;justify-items:end;margin-top:36px;text-align:right}.hynote-stats small,.manual-stat small{color:grey;font-size:9px}.manual-stat strong{font-size:66px;font-weight:570;line-height:.95;letter-spacing:-.07em}.hynote-stats strong span,.manual-stat strong span{font-size:12px;font-weight:560;letter-spacing:0}.manual-stat p{margin:8px 0 0;color:#8d8d8d;font-size:10px}.manual-work{display:grid;place-items:center;align-content:center;gap:18px}.manual-focus{display:flex;gap:6px}.manual-focus span{min-width:38px;padding:6px 10px;border:1px solid rgba(67,72,69,.12);border-radius:999px;color:#818181;background:hsla(0,0%,100%,.45);font-size:8px;text-align:center;animation:manual-focus 3.6s ease-in-out infinite}.manual-focus span:nth-child(2){animation-delay:1.2s}.manual-focus span:nth-child(3){animation-delay:2.4s}.manual-note-card{position:relative;width:min(230px,92%);min-height:136px;padding:23px 20px;border:1px solid rgba(55,60,57,.1);border-radius:17px;background:hsla(0,0%,100%,.76);box-shadow:0 18px 38px rgb(39 43 41/7%);transform:rotate(-1.1deg)}.manual-note-card p{margin:0 0 10px;color:#616161;font-size:10px}.manual-note-card p:last-of-type{color:#a4a4a4;text-decoration:line-through}.manual-cursor{position:absolute;bottom:24px;left:88px;width:1px;height:13px;background:#444946;animation:cursor .82s steps(1) infinite}.hynote-stats{display:grid;grid-template-columns:1fr 1fr .72fr;gap:12px;margin-top:29px;padding-bottom:20px;border-bottom:1px solid rgba(32,68,58,.1)}.hynote-stats div{display:grid;gap:5px}.hynote-stats div:last-child{text-align:right}.hynote-stats strong{font-size:28px;font-weight:570;letter-spacing:-.045em}.hynote-work{display:grid;grid-template-columns:.92fr 1.08fr;gap:12px;padding:15px 0}.live-panel,.summary-panel{min-width:0;padding:17px;border:1px solid rgba(30,68,57,.1);border-radius:18px;background:hsla(0,0%,100%,.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6e6e6e;font-size:8px}.panel-head span{display:inline-flex;align-items:center;gap:7px}.panel-head small{color:var(--green-dark);font-size:7px;font-weight:700}.wave{height:44px;display:flex;align-items:center;gap:4px;margin:8px 0 10px}.wave i{width:2px;height:16px;flex:1;border-radius:999px;background:#59615c;opacity:.56;transform-origin:center;animation:wave 1.1s ease-in-out infinite alternate}.wave i:nth-child(3n+1){height:8px;animation-delay:-.7s}.wave i:nth-child(4n+2){height:29px;animation-delay:-.35s}.mini-transcript{display:grid;gap:9px}.mini-transcript p{margin:0;color:#676767;font-size:9px;line-height:1.48;animation:transcript-in 6.8s var(--ease) infinite}.mini-transcript p:nth-child(2){animation-delay:.55s}.mini-transcript strong{display:block;margin-bottom:2px;color:#262626;font-size:8px}.summary-panel{position:relative;display:grid;align-content:center;gap:8px;animation:summary-in 6.8s var(--ease) infinite}.summary-panel>small{color:var(--green-dark);font-size:7px;font-weight:720;letter-spacing:.11em}.summary-panel>strong{font-size:14px;line-height:1.4}.summary-panel p{margin:0;color:#717171;font-size:9px;line-height:1.5}.check{color:var(--green);font-style:normal;font-weight:800}.compare-foot{padding-top:15px;border-top:1px solid rgba(56,62,58,.1)}.compare-foot span{color:#888;font-size:8px}.compare-foot strong{font-size:10px}.compare-hynote .compare-foot strong{color:var(--green-dark)}.proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-item{min-height:116px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center}.proof-item+.proof-item{border-left:1px solid var(--line)}.proof-item strong{font-size:30px;font-weight:580;letter-spacing:-.045em}.proof-item span{color:#7f7f7f;font-size:10px}.section{padding:140px 0}.section-soft{background:var(--soft)}.section-head{max-width:940px;margin-bottom:60px}.section-head.center{margin-inline:auto;text-align:center}.kicker{display:inline-block;color:#666;font-size:10px;font-weight:760;letter-spacing:.13em;text-transform:uppercase}h2{margin:17px 0 22px;font-size:clamp(48px,5.8vw,76px);font-weight:570;line-height:1.06;letter-spacing:-.062em}.chapter-copy>p,.section-head p{max-width:730px;margin:0;color:#6c6c6c;font-size:16px;line-height:1.78}.center p{margin-inline:auto}.source-cloud{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.source-pill{min-height:92px;display:flex;align-items:center;gap:13px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .22s var(--ease),box-shadow .22s ease}.source-pill:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgb(21 31 27/8%)}.source-icon{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:12px;color:#fff;background:#2d68e8;font-size:11px;font-weight:800}.source-pill:nth-child(2) .source-icon{background:#2ca866}.source-pill:nth-child(3) .source-icon{background:#5b5bd6}.source-pill:nth-child(4) .source-icon{color:#191919;background:#f3bd30}.source-pill:nth-child(5) .source-icon{background:#ec5252}.source-pill:nth-child(n+6) .source-icon{color:#222;background:#eceeed}.source-pill strong{display:block;font-size:12px}.source-pill small{display:block;margin-top:3px;color:#8b8b8b;font-size:8px}.chapter{padding:140px 0}.chapter-layout{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px}.chapter-layout.reverse{grid-template-columns:1.15fr .85fr}.chapter-layout.reverse .chapter-copy{order:2}.chapter-copy h2{font-size:clamp(48px,5.2vw,70px)}.chapter-list{display:grid;gap:18px;margin:34px 0 0;padding:0;list-style:none}.chapter-list li{display:grid;grid-template-columns:34px 1fr;gap:12px}.chapter-list span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d9ddda;border-radius:50%;color:var(--green-dark);background:#fff;font-size:9px;font-weight:760}.chapter-list strong{display:block;margin-bottom:4px;font-size:13px}.chapter-list small{color:#7b7b7b;font-size:10px;line-height:1.6}.capture-visual{position:relative;width:min(100%,590px);min-height:440px;justify-self:end;overflow:hidden;border:1px solid #dde1de;border-radius:28px;background:radial-gradient(circle at 72% 24%,rgba(111,134,249,.2),transparent 30%),radial-gradient(circle at 32% 74%,rgba(74,224,126,.16),transparent 35%),#f7f8fa;box-shadow:var(--shadow)}.capture-apps{position:absolute;top:26px;right:26px;left:26px;display:flex;justify-content:space-between;gap:10px}.capture-apps span{min-width:66px;padding:7px 10px;border:1px solid rgba(35,44,40,.1);border-radius:999px;color:#595959;background:hsla(0,0%,100%,.64);font-size:8px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.recording-orb{position:absolute;top:50%;left:50%;width:166px;height:166px;display:grid;place-items:center;align-content:center;gap:8px;border:1px solid rgba(15,155,120,.25);border-radius:50%;background:hsla(0,0%,100%,.7);box-shadow:0 0 0 34px hsla(0,0%,100%,.24),0 24px 56px rgba(30,75,62,.11);transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.recording-orb:after,.recording-orb:before{content:"";position:absolute;border:1px solid rgba(15,155,120,.12);border-radius:50%;animation:ring 3.2s ease-out infinite}.recording-orb:before{inset:-32px}.recording-orb:after{inset:-58px;animation-delay:1.2s}.recording-orb>i{width:12px;height:12px;border-radius:50%;background:#f05555;box-shadow:0 0 0 8px rgba(240,85,85,.1)}.recording-orb strong{font-size:15px}.recording-orb small{color:#787878;font-size:8px}.no-bot-label{position:absolute;right:20px;bottom:20px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(35,44,40,.1);border-radius:14px;background:hsla(0,0%,100%,.74);font-size:9px;font-weight:680;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.no-bot-label span{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:9px}.result-visual{overflow:hidden;border:1px solid #dfe3e0;border-radius:34px;background:#fff;box-shadow:var(--shadow)}.result-topbar{min-height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line);color:#767676;font-size:9px}.speaker-match{display:inline-flex;align-items:center;gap:6px;font-weight:650}.speaker-match i{width:6px;height:6px;border-radius:50%;background:var(--brand-green);box-shadow:0 0 0 4px rgba(74,224,126,.1);animation:speaker-identified 5.6s var(--ease) infinite}.window-lights{display:flex;gap:6px}.window-lights i{width:8px;height:8px;border-radius:50%;background:#d7dad8}.result-body{display:grid;grid-template-columns:.9fr 1.1fr;min-height:520px}.outcome-pane,.raw-pane{padding:30px}.raw-pane{border-right:1px solid var(--line);background:#fafbfa}.pane-label{display:flex;align-items:center;justify-content:space-between;color:#858585;font-size:8px;font-weight:690;letter-spacing:.1em}.raw-lines{display:grid;gap:18px;margin-top:32px}.raw-line{display:grid;grid-template-columns:38px 1fr;gap:11px;color:#767676;font-size:10px;line-height:1.65}.speaker{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2d3330;font-size:9px;font-weight:720}.raw-line:nth-child(2) .speaker{background:var(--green)}.outcome-pane{display:grid;align-content:start;gap:14px;background:radial-gradient(circle at 90% 0,rgb(74 224 126/7%),transparent 30%),radial-gradient(circle at 8% 100%,rgb(103 154 222/7%),transparent 30%),#fff}.outcome-pane h3{margin:25px 0 4px;font-size:30px;letter-spacing:-.045em}.outcome-card{padding:17px;border:1px solid #e2e5e3;border-radius:16px;background:hsla(0,0%,100%,.78)}.outcome-card small{color:var(--green-dark);font-size:8px;font-weight:750}.outcome-card strong{display:block;margin-top:9px;font-size:12px;line-height:1.5}.action-row{display:flex;align-items:center;gap:9px;margin-top:10px;color:#5e5e5e;font-size:10px}.action-row i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:var(--green-dark);background:var(--green-soft);font-size:9px;font-style:normal}.local-section{overflow:hidden;padding:108px 0;color:var(--ink);border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;background:radial-gradient(circle at 82% 22%,rgba(103,154,222,.11),transparent 30%),radial-gradient(circle at 16% 84%,rgba(74,224,126,.1),transparent 32%),#f7f8fa}.local-section .section-head{max-width:760px;margin-bottom:0}.local-section .kicker{color:#707572}.local-section .section-head p{color:#6d716f}.mode-switch{width:-moz-fit-content;width:fit-content;display:flex;gap:4px;margin-top:30px;padding:4px;border:1px solid #dfe3e1;border-radius:999px;background:#eaedeb}.mode-switch button{min-height:40px;padding:0 17px;border:0;border-radius:999px;color:#777c79;background:transparent;cursor:pointer;font-size:12px;font-weight:680;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.mode-switch button.active{color:#202321;background:#fff;box-shadow:0 1px 2px rgb(20 32 27/8%),0 7px 18px rgb(20 32 27/7%)}.mode-switch button:first-child.active{color:#526bc2}.mode-switch button:last-child.active{color:var(--green-dark)}.mode-switch button:focus-visible{outline:2px solid #6f86f9;outline-offset:2px}.local-board{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:16px;margin-top:38px}.local-path,.local-preview{min-height:472px;border:1px solid #dfe4e1;border-radius:28px;background:hsla(0,0%,100%,.94);box-shadow:0 24px 64px rgb(30 48 39/7%)}.local-path{display:grid;align-content:center;gap:2px;padding:28px}.path-step{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #ecefed}.path-step:last-child{border-bottom:0}.path-step>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid #dfe4e1;border-radius:50%;color:#777c79;background:#fafbfa;font-size:10px;font-weight:700}.path-step strong{display:block;color:#222523;font-size:13px;line-height:1.35}.path-step small{display:block;margin-top:5px;color:#858a87;font-size:10px;line-height:1.45}.path-status{padding:6px 8px;border:1px solid transparent;border-radius:999px;font-size:9px;font-style:normal;font-weight:760;letter-spacing:.055em}.local-board .local-badge,.local-board .path-status{display:none}.local-board[data-mode=cloud] .path-status.mode-cloud,.local-board[data-mode=local] .path-status.mode-local{display:block}.local-board[data-mode=local] .path-status.mode-local{color:#087b60;border-color:#cdece2;background:#edf9f5}.local-board[data-mode=cloud] .path-status.mode-cloud{color:#526bc2;border-color:#dbe1fb;background:#f0f3ff}.local-board[data-mode=cloud] .local-badge.mode-cloud,.local-board[data-mode=local] .local-badge.mode-local{display:inline-flex}.local-preview{position:relative;overflow:hidden;padding:28px;background:radial-gradient(circle at 84% 16%,rgba(111,134,249,.1),transparent 34%),radial-gradient(circle at 16% 88%,rgba(74,224,126,.1),transparent 36%),#fff}.local-preview-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:17px;border-bottom:1px solid #e8ece9}.local-preview-head strong{color:#202321;font-size:14px}.local-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #cdece2;border-radius:999px;color:#087b60;background:#edf9f5;font-size:9px;font-weight:720;letter-spacing:.08em}.local-badge.mode-cloud{color:#526bc2;border-color:#dbe1fb;background:#f0f3ff}.mode-scene{display:none;padding-top:21px}.local-board[data-mode=cloud] .mode-cloud,.local-board[data-mode=local] .mode-local{display:block;animation:scene .48s var(--ease)}.local-summary{display:grid;gap:10px}.local-summary h3{margin:0 0 2px;color:#1d201e;font-size:28px;letter-spacing:-.04em}.local-result{padding:13px 15px;border:1px solid #e2e6e4;border-radius:16px;background:hsla(0,0%,100%,.82)}.local-result small{color:#6d7470;font-size:10px}.local-result strong{display:block;margin-top:6px;color:#242825;font-size:12px;line-height:1.5}.local-question{margin-top:10px;padding:11px 14px;border-radius:15px 15px 4px 15px;color:#3d423f;background:#eef1ef;font-size:10px}.local-answer{display:grid;grid-template-columns:28px 1fr;gap:10px;margin-top:11px;color:#555c58;font-size:10px;line-height:1.65}.local-answer small{color:#8b918d}.local-answer span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;color:#111;background:#6bd8ba;font-size:9px;font-weight:800}.cloud-scene{color:#686e6b}.cloud-scene h3{margin:0 0 15px;max-width:520px;color:#1d201e;font-size:28px;line-height:1.15;letter-spacing:-.04em}.cloud-scene p{max-width:520px;margin:0;font-size:12px;line-height:1.8}.cloud-points{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:21px}.cloud-points div{padding:14px;border:1px solid #e2e6e4;border-radius:15px;background:hsla(0,0%,100%,.82)}.cloud-points strong{display:block;color:#242825;font-size:12px}.cloud-points small{display:block;margin-top:5px;color:#7b817d;font-size:8px}.local-compat{max-width:900px;margin:18px 0 0;color:#808582;font-size:9px;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.feature-card{position:relative;min-height:390px;overflow:hidden;padding:30px;border:1px solid var(--line);border-radius:28px;background:#fff}.feature-card.wide{grid-column:span 7}.feature-card.narrow{grid-column:span 5}.feature-card h3{max-width:500px;margin:12px 0 10px;font-size:28px;letter-spacing:-.045em}.feature-card>p{max-width:500px;margin:0;color:#777;font-size:11px;line-height:1.7}.calendar-demo{margin-top:28px;padding:17px;border:1px solid #e3e6e4;border-radius:17px;background:#fafbfa}.calendar-row{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #e7e9e7}.calendar-row:last-child{border-bottom:0}.calendar-row>span{color:#8e8e8e;font-size:9px}.calendar-row strong{display:block;font-size:10px}.calendar-row small{color:#919191;font-size:8px}.join{padding:7px 9px;border-radius:999px;color:#fff;background:#171918;font-size:7px}.reminder{position:absolute;top:145px;right:20px;width:230px;padding:14px;border:1px solid rgba(33,44,39,.1);border-radius:15px;background:hsla(0,0%,100%,.88);box-shadow:0 18px 45px rgba(33,48,42,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:reminder 5s var(--ease) infinite}.reminder strong{display:block;font-size:9px}.reminder small{display:block;margin-top:5px;color:#898989;font-size:8px}.ask-demo{display:grid;gap:13px;margin-top:31px}.ask-question{margin-left:auto;padding:13px 15px;border-radius:16px 16px 4px 16px;color:#fff;background:#1d211f;font-size:10px}.ask-answer{padding:16px;border:1px solid #dfe4e1;border-radius:17px;background:#fafbfa;color:#676767;font-size:10px;line-height:1.65}.ask-answer strong{color:#232323}.source-ref{display:inline-flex;margin-top:11px;padding:6px 8px;border-radius:8px;color:var(--green-dark);background:var(--green-soft);font-size:7px}.template-flow{display:grid;grid-template-columns:1fr 64px 1fr;align-items:center;gap:10px;margin-top:42px}.template-box{min-height:120px;display:grid;place-items:center;align-content:center;gap:6px;border:1px solid #e0e4e1;border-radius:18px;background:#fafbfa;text-align:center}.template-box small{color:#8e8e8e;font-size:7px}.template-box strong{font-size:13px}.template-arrow{position:relative;height:1px;background:#d9ddda}.template-arrow:after{content:"";position:absolute;top:-3px;left:0;width:7px;height:7px;border-radius:50%;background:var(--green);animation:arrow 2.4s var(--ease) infinite}.future-card{color:#f6f6f6;border-color:#1d231f;background:radial-gradient(circle at 72% 70%,rgba(74,224,126,.14),transparent 34%),radial-gradient(circle at 18% 24%,rgba(111,134,249,.12),transparent 28%),#121716}.future-card .kicker{color:#b6b6b6}.future-card>p{color:#999}.model-rings{position:absolute;right:40px;bottom:22px;width:220px;height:170px}.model-rings i{position:absolute;top:50%;left:50%;border:1px solid rgba(107,216,186,.15);border-radius:50%;transform:translate(-50%,-50%)}.model-rings i:first-child{width:80px;height:80px}.model-rings i:nth-child(2){width:140px;height:120px}.model-rings i:nth-child(3){width:210px;height:165px}.model-rings strong{position:absolute;top:50%;left:50%;color:#bfbfbf;font-size:13px;transform:translate(-50%,-50%)}.pricing-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.price-card{min-height:460px;display:grid;align-content:start;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff}.price-card.free{background:radial-gradient(circle at 88% 16%,rgb(74 224 126/9%),transparent 24%),radial-gradient(circle at 7% 92%,rgb(103 154 222/7%),transparent 26%),#fff}.price-tag{color:var(--green-dark);font-size:9px;font-weight:760;letter-spacing:.12em}.price-card h3{margin:20px 0 0;font-size:29px;letter-spacing:-.045em}.price{margin-top:38px;font-size:70px;font-weight:570;line-height:1;letter-spacing:-.07em}.price span{margin-left:8px;color:#898989;font-size:10px;font-weight:560;letter-spacing:0}.price-list{display:grid;gap:13px;margin:34px 0 0;padding:0;list-style:none}.price-list li{display:flex;gap:10px;color:#5e5e5e;font-size:11px;line-height:1.55}.price-list li:before{content:"✓";color:var(--green);font-weight:800}.price-card.optional{color:#ededed;border-color:#1e2421;background:#141816}.price-card.optional .price-tag{color:#939393}.price-card.optional .price{font-size:44px;letter-spacing:-.05em}.price-card.optional .price-list li{color:#a1a1a1}.price-card.optional .price-list li:before{color:#707070}.compatibility{margin-top:18px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;color:#6d6d6d;background:#fafbfa;font-size:10px;line-height:1.72}.role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.role-card{min-height:240px;display:grid;align-content:space-between;padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff}.role-card span{color:#9e9e9e;font-size:10px}.role-card h3{margin:45px 0 10px;font-size:22px;letter-spacing:-.04em}.role-card p{margin:0;color:#797979;font-size:10px;line-height:1.65}.love-section{padding:120px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.love-layout{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px}.love-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.love-metric{min-height:150px;display:grid;place-items:center;align-content:center;gap:5px;border:1px solid var(--line);border-radius:22px;background:#fafbfa;text-align:center}.love-metric strong{font-size:34px;font-weight:580;letter-spacing:-.05em}.love-metric span{color:#838383;font-size:9px}.testimonial{margin:0;font-size:clamp(30px,4vw,50px);font-weight:540;line-height:1.22;letter-spacing:-.045em}.testimonial cite{display:block;margin-top:22px;color:#7e7e7e;font-size:10px;font-style:normal;font-weight:500;letter-spacing:0}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-layout h2{position:sticky;top:115px;margin-top:15px;font-size:56px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{position:relative;padding:25px 42px 25px 0;cursor:pointer;font-size:15px;font-weight:680;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;top:50%;right:0;color:#828282;font-size:20px;font-weight:400;transform:translateY(-50%)}details[open] summary:after{content:"−"}.faq-answer{max-width:760px;padding:0 42px 25px 0;color:#717171;font-size:12px;line-height:1.78}.final-cta{padding:50px 0 100px}.cta-card{overflow:hidden;padding:94px 30px;border-radius:34px;color:#fff;background:radial-gradient(circle at 75% 34%,rgba(74,224,126,.17),transparent 29%),radial-gradient(circle at 23% 74%,rgba(111,134,249,.16),transparent 32%),#111515;text-align:center}.cta-card h2{max-width:900px;margin:0 auto 20px}.cta-card p{max-width:700px;margin:0 auto;color:#acacac;font-size:15px;line-height:1.7}.cta-card .button{margin-top:30px;color:#171717;border-color:#fff;background:#fff;box-shadow:none}footer{padding:34px 0;border-top:1px solid var(--line)}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:25px;color:#848484;font-size:9px}.footer-links{display:flex;gap:20px}.toast{position:fixed;z-index:200;right:24px;bottom:24px;max-width:340px;padding:14px 17px;border:1px solid hsla(0,0%,100%,.11);border-radius:14px;color:#fff;background:rgba(23,25,24,.94);box-shadow:0 20px 50px rgba(0,0,0,.18);opacity:0;pointer-events:none;font-size:10px;line-height:1.55;transform:translateY(12px);transition:opacity .22s ease,transform .4s var(--ease)}.toast.show{opacity:1;transform:translateY(0)}.reveal{opacity:1;transform:none}.reveal.will-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .76s var(--ease)}.reveal.will-reveal.visible{opacity:1;transform:translateY(0)}@keyframes manual-focus{0%,25%,to{color:#8e8e8e;background:hsla(0,0%,100%,.4);transform:translateY(0)}10%{color:#2c2c2c;background:hsla(0,0%,100%,.88);transform:translateY(-3px)}}@keyframes cursor{50%{opacity:0}}@keyframes wave{to{transform:scaleY(.45)}}@keyframes transcript-in{0%,6%{opacity:.35;transform:translateY(4px)}18%,86%{opacity:1;transform:translateY(0)}to{opacity:.42}}@keyframes summary-in{0%,22%{opacity:.48;transform:translateY(5px)}42%,88%{opacity:1;transform:translateY(0)}to{opacity:.5}}@keyframes speaker-identified{0%,to{box-shadow:0 0 0 0 rgba(74,224,126,0);transform:translateY(0)}12%{box-shadow:0 0 0 4px rgba(74,224,126,.1);transform:translateY(-1px)}26%{box-shadow:0 0 0 0 rgba(74,224,126,0);transform:translateY(0)}}@keyframes ring{0%{opacity:0;transform:scale(.82)}35%{opacity:1}to{opacity:0;transform:scale(1.13)}}@keyframes scene{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes reminder{0%,12%{opacity:0;transform:translateY(-8px) scale(.98)}24%,82%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(5px) scale(.99)}}@keyframes arrow{to{left:calc(100% - 7px)}}@media (max-width:980px){.nav-links{display:none}.hero-compare{grid-template-columns:.74fr 1.26fr}.hynote-work{grid-template-columns:1fr}.source-cloud{grid-template-columns:repeat(3,1fr)}.chapter-layout,.chapter-layout.reverse,.faq-layout,.local-board,.love-layout{grid-template-columns:1fr}.chapter-layout{gap:50px}.chapter-layout.reverse .chapter-copy{order:0}.feature-card.narrow,.feature-card.wide{grid-column:span 6}.pricing-grid{grid-template-columns:1fr 1fr}.role-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{gap:35px}.faq-layout h2{position:static}}@media (max-width:680px){.shell{width:min(100% - 28px,560px)}.nav{height:64px}.nav .button-small{padding-inline:13px}.hero{padding:62px 0 58px}.hero h1{max-width:360px;margin:24px auto;font-size:clamp(47px,13.4vw,60px);line-height:1.08;white-space:normal}.hero-soft{display:block;white-space:nowrap}.hero-lead{font-size:15px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-compare{grid-template-columns:1fr;gap:14px;margin-top:58px}.compare-card{min-height:0;padding:22px;border-radius:24px}.manual-work{min-height:202px;padding:22px 0}.compare-hynote{min-height:556px}.hynote-stats strong{font-size:21px}.hynote-work,.proof-grid{grid-template-columns:1fr}.proof-item{min-height:92px}.proof-item+.proof-item{border-top:1px solid var(--line);border-left:0}.chapter,.local-section,.section{padding:92px 0}.chapter-copy h2,h2{font-size:43px}.section-head{margin-bottom:40px}.chapter-copy>p,.section-head p{font-size:14px}.source-cloud{grid-template-columns:repeat(2,1fr);gap:9px}.source-pill{min-height:82px;padding:12px;border-radius:16px}.source-icon{width:34px;height:34px;border-radius:10px}.capture-visual{width:100%;min-height:400px;border-radius:24px}.capture-apps{top:24px;right:20px;left:20px;flex-wrap:wrap;justify-content:center}.recording-orb{width:148px;height:148px}.result-visual{border-radius:24px}.result-body{grid-template-columns:1fr}.raw-pane{border-right:0;border-bottom:1px solid var(--line)}.outcome-pane,.raw-pane{padding:22px}.local-path,.local-preview{min-height:auto;border-radius:22px;padding:22px}.path-step{grid-template-columns:38px 1fr}.path-status{grid-column:2;justify-self:start}.cloud-points,.feature-grid{grid-template-columns:1fr}.feature-card.narrow,.feature-card.wide{grid-column:auto}.feature-card{min-height:360px;padding:24px;border-radius:22px}.reminder{top:155px;right:12px;width:205px}.template-flow{grid-template-columns:1fr}.template-arrow{width:1px;height:34px;justify-self:center}.template-arrow:after{top:0;left:-3px;animation:arrow-mobile 2.4s var(--ease) infinite}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:0;padding:28px;border-radius:22px}.role-grid{grid-template-columns:1fr}.role-card{min-height:205px}.love-section{padding:90px 0}.love-layout{gap:38px}.faq-layout h2{font-size:43px}summary{font-size:13px}.cta-card{padding:68px 22px;border-radius:24px}.footer-row{align-items:flex-start;flex-direction:column}.toast{right:14px;bottom:14px;left:14px;max-width:none}}.hero-compare{grid-template-columns:minmax(270px,.68fr) minmax(0,1.55fr);gap:14px}.compare-card{min-height:390px;padding:27px;border-radius:26px}.mac-product-id{display:inline-flex;align-items:center;gap:10px}.mac-product-id>strong{font-size:15px;letter-spacing:-.02em}.mac-window-dots{display:inline-flex;gap:4px;padding:7px 8px;border:1px solid rgb(34 50 44/9%);border-radius:999px;background:hsla(0,0%,100%,.68);box-shadow:0 6px 18px rgb(31 51 44/5%)}.mac-window-dots i{width:6px;height:6px;display:block;border-radius:50%;background:#ff5f57}.mac-window-dots i:nth-child(2){background:#febc2e}.mac-window-dots i:nth-child(3){background:#28c840}.mac-scope-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(103,154,222,.18);border-radius:999px;color:var(--green-dark);background:linear-gradient(90deg,rgb(103 154 222/8%),rgb(74 224 126/8%));font-size:8px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.mac-scope-badge svg{width:13px;height:13px;flex:none}.compare-state{display:grid;gap:7px;margin-top:36px}.compare-state small,.hynote-state small{color:#858585;font-size:9px}.compare-state strong{font-size:49px;font-weight:570;line-height:.98;letter-spacing:-.065em}.compare-state p{margin:3px 0 0;color:#868686;font-size:10px}.manual-burden{display:grid;align-content:center;margin:17px 0;border-top:1px solid rgba(56,62,58,.1)}.burden-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid rgba(56,62,58,.1)}.burden-row span{color:#8e8e8e;font-size:9px}.burden-row strong{font-size:10px;font-weight:650}.hynote-state{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px;padding-bottom:23px;border-bottom:1px solid rgba(32,68,58,.1)}.hynote-state>div{display:grid;gap:6px}.hynote-state strong{font-size:34px;font-weight:570;line-height:1.05;letter-spacing:-.05em}.accent-state strong{color:var(--green-dark)}.result-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:center;gap:6px;padding:27px 0}.flow-item{min-width:0;display:grid;gap:5px}.flow-item>span{color:var(--green-dark);font-size:8px;font-weight:760;letter-spacing:.08em}.flow-item small{color:#898989;font-size:8px}.flow-item strong{overflow-wrap:anywhere;font-size:12px;font-weight:650;line-height:1.35}.voice-people{display:flex;flex-wrap:wrap;gap:5px}.voice-people b{display:inline-flex;align-items:center;gap:4px;padding:3px 6px 3px 3px;border:1px solid rgba(103,154,222,.18);border-radius:999px;background:hsla(0,0%,100%,.6);font-size:8px;font-weight:680;animation:speaker-identified 5.6s var(--ease) infinite}.voice-people b:nth-child(2){animation-delay:1.4s}.voice-people i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand-violet);font-size:7px;font-style:normal}.voice-people b:nth-child(2) i{color:#3f3f3f;background:var(--brand-green)}.flow-arrow{color:#a9a9a9;font-size:13px;font-style:normal;text-align:center}@media (max-width:680px){.hero-compare{grid-template-columns:1fr}.compare-manual{min-height:320px}.compare-hynote{min-height:400px}.mac-product-id{gap:7px}.mac-product-id>strong{font-size:13px}.mac-window-dots{gap:3px;padding:6px 7px}.mac-window-dots i{width:5px;height:5px}.mac-scope-badge{gap:4px;padding:6px 8px;font-size:7px}.compare-state{margin-top:28px}.compare-state strong{font-size:43px}.hynote-state{margin-top:28px;padding-bottom:20px}.hynote-state strong{font-size:23px}.result-flow{grid-template-columns:1fr 12px 1fr 12px 1fr;gap:3px;padding:24px 0}.flow-item strong{font-size:10px}.voice-people{gap:3px}.voice-people b{gap:3px;padding:2px 4px 2px 2px;font-size:7px}.voice-people i{width:14px;height:14px;font-size:6px}.flow-arrow{font-size:10px}.compare-foot span{max-width:220px;line-height:1.5}}@keyframes arrow-mobile{to{top:calc(100% - 7px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal,.reveal.will-reveal,.reveal.will-reveal.visible{opacity:1;transform:none}}.product-hunt-banner{position:relative;z-index:120;border-bottom:1px solid rgb(23 25 24/7%);background:#f6f7f8}.product-hunt-link{min-height:46px;display:flex;align-items:center;justify-content:center;gap:14px;padding:4px 20px;color:#595959;font-size:12px;font-weight:650;transition:background .18s ease}.product-hunt-link:hover{background:#eef0f1}.product-hunt-link img{width:150px;height:auto}.mac-reference-page .hero h1{white-space:nowrap}.mac-reference-page .hero-soft{display:inline;margin-top:0;font-size:1em;letter-spacing:inherit}.mac-reference-page .cta-card h2,.mac-reference-page .section-head h2{white-space:pre-line}@media (max-width:680px){.mac-reference-page .hero h1{white-space:normal}.mac-reference-page .hero-soft{display:inline;white-space:normal}.product-hunt-link{min-height:58px;flex-direction:column;gap:4px;padding-block:6px;font-size:11px}.product-hunt-link img{width:132px}}.mac-reference-page .nav-links{font-size:14px}.mac-reference-page .button-small{font-size:13px}.mac-reference-page .eyebrow{font-size:12px;line-height:1.4}.mac-reference-page .hero h1{margin-block:28px 26px;font-size:clamp(64px,6.8vw,90px);line-height:1.03}.mac-reference-page .hero-lead{font-size:18px;line-height:1.7}.mac-reference-page .hero-note span{padding:9px 12px;font-size:11px;line-height:1.25}.mac-reference-page .proof-item{min-height:124px}.mac-reference-page .proof-item strong{font-size:32px}.mac-reference-page .proof-item span{font-size:12px;line-height:1.4}.mac-reference-page .section-head{margin-bottom:56px}.mac-reference-page .kicker{font-size:11px;line-height:1.4}.mac-reference-page .chapter-copy h2,.mac-reference-page h2{font-size:clamp(46px,5.1vw,66px);line-height:1.08}.mac-reference-page .chapter-copy>p,.mac-reference-page .section-head p{font-size:17px;line-height:1.7}.mac-reference-page .compare-head>strong{font-size:14px}.mac-reference-page .compare-foot span,.mac-reference-page .compare-head small,.mac-reference-page .compare-state small,.mac-reference-page .flow-item small,.mac-reference-page .flow-item>span,.mac-reference-page .hynote-state small,.mac-reference-page .mac-scope-badge{font-size:10px;line-height:1.4}.mac-reference-page .mac-product-id>strong{font-size:16px}.mac-reference-page .compare-state p{font-size:12px;line-height:1.5}.mac-reference-page .burden-row span{font-size:11px}.mac-reference-page .burden-row strong,.mac-reference-page .compare-foot strong{font-size:12px}.mac-reference-page .flow-item strong{font-size:13px;line-height:1.4}.mac-reference-page .voice-people b{font-size:9px}.mac-reference-page .voice-people i{font-size:8px}.mac-reference-page .feature-grid,.mac-reference-page .pricing-grid,.mac-reference-page .role-grid,.mac-reference-page .source-cloud{align-items:stretch}.mac-reference-page .source-pill{min-height:100px;padding:18px}.mac-reference-page .source-pill>div{min-width:0}.mac-reference-page .source-icon{width:40px;height:40px;font-size:12px}.mac-reference-page .source-pill strong{font-size:14px;line-height:1.3}.mac-reference-page .source-pill small{font-size:10px;line-height:1.4}.mac-reference-page .chapter-list{gap:20px}.mac-reference-page .chapter-list li{grid-template-columns:36px 1fr;align-items:start}.mac-reference-page .chapter-list span{width:32px;height:32px;font-size:10px}.mac-reference-page .chapter-list strong{font-size:15px;line-height:1.35}.mac-reference-page .chapter-list small{font-size:12px;line-height:1.6}.mac-reference-page .chapter-layout,.mac-reference-page .chapter-layout.reverse{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:64px}.mac-reference-page .chapter-copy{min-width:0;width:100%}.mac-reference-page .chapter-copy h2{margin-block:16px 20px;font-size:clamp(46px,4.35vw,60px);line-height:1.08;letter-spacing:-.055em}.mac-reference-page .chapter-copy>p{max-width:520px;font-size:16px;line-height:1.68}.mac-reference-page .capture-visual,.mac-reference-page .result-visual{align-self:stretch;margin-top:39px}.mac-reference-page .capture-visual{width:100%;max-width:none;justify-self:stretch}.mac-reference-page .result-body{min-height:470px}.mac-reference-page #meeting-summary .chapter-copy h2{font-size:clamp(44px,4.1vw,56px)}.mac-reference-page #meeting-summary .chapter-list{gap:14px;margin-top:24px}.mac-reference-page #meeting-summary .result-visual{align-self:start}.mac-reference-page #meeting-summary .result-body{min-height:420px}.mac-reference-page #meeting-summary .outcome-pane,.mac-reference-page #meeting-summary .raw-pane{padding:20px}.mac-reference-page #meeting-summary .outcome-pane{gap:8px}.mac-reference-page #meeting-summary .outcome-pane h3{margin:14px 0 2px;font-size:26px;line-height:1.12}.mac-reference-page #meeting-summary .outcome-card{padding:10px 12px;border-radius:14px}.mac-reference-page #meeting-summary .outcome-card small{font-size:9px}.mac-reference-page #meeting-summary .outcome-card strong{margin-top:5px;font-size:12px;line-height:1.35}.mac-reference-page #meeting-summary .raw-lines{gap:14px;margin-top:24px}.mac-reference-page #meeting-summary .raw-line{grid-template-columns:34px 1fr;font-size:12px;line-height:1.55}.mac-reference-page #meeting-summary .speaker{width:30px;height:30px;font-size:10px}.mac-reference-page .capture-apps span,.mac-reference-page .cloud-points small,.mac-reference-page .local-badge,.mac-reference-page .local-result small,.mac-reference-page .outcome-card small,.mac-reference-page .pane-label,.mac-reference-page .path-status{font-size:10px}.mac-reference-page .capture-apps span{min-width:74px;padding:9px 12px;font-size:12px;line-height:1.3}.mac-reference-page .recording-orb{width:184px;height:184px}.mac-reference-page .recording-orb strong{font-size:18px;line-height:1.25}.mac-reference-page .recording-orb small{max-width:138px;font-size:12px;line-height:1.4;text-align:center}.mac-reference-page .no-bot-label{gap:10px;padding:12px 14px;font-size:12px;line-height:1.35}.mac-reference-page .no-bot-label span{width:22px;height:22px;font-size:11px}.mac-reference-page .local-compat,.mac-reference-page .result-topbar{font-size:12px}.mac-reference-page .pane-label{font-size:11px;line-height:1.4}.mac-reference-page .outcome-pane,.mac-reference-page .raw-pane{padding:32px}.mac-reference-page .outcome-pane h3{font-size:32px;line-height:1.15}.mac-reference-page .cloud-points strong,.mac-reference-page .local-result strong,.mac-reference-page .outcome-card strong,.mac-reference-page .path-step strong,.mac-reference-page .raw-line{font-size:13px;line-height:1.45}.mac-reference-page .raw-line{font-size:13px;line-height:1.6}.mac-reference-page .speaker{font-size:11px}.mac-reference-page .outcome-card small{font-size:11px;line-height:1.35}.mac-reference-page .outcome-card strong{font-size:14px}.mac-reference-page .path-step small{font-size:10px;line-height:1.45}.mac-reference-page .cloud-scene p,.mac-reference-page .local-answer,.mac-reference-page .local-question,.mac-reference-page .mode-switch button{font-size:12px;line-height:1.5}.mac-reference-page .feature-card{display:flex;flex-direction:column;align-items:stretch;padding:32px}.mac-reference-page .feature-card h3{min-height:2.3em;margin-block:14px 12px;font-size:28px;line-height:1.15}.mac-reference-page .feature-card>p{min-height:4.8em;font-size:14px;line-height:1.6}.mac-reference-page .calendar-row small,.mac-reference-page .calendar-row>span,.mac-reference-page .reminder small,.mac-reference-page .source-ref,.mac-reference-page .template-box small{font-size:10px;line-height:1.4}.mac-reference-page .calendar-row strong,.mac-reference-page .reminder strong{font-size:12px;line-height:1.35}.mac-reference-page .join{font-size:9px}.mac-reference-page .ask-answer,.mac-reference-page .ask-question{font-size:12px;line-height:1.6}.mac-reference-page .model-rings strong,.mac-reference-page .template-box strong{font-size:14px}.mac-reference-page .price-tag{font-size:11px}.mac-reference-page .price-card h3{font-size:30px;line-height:1.2}.mac-reference-page .price span{font-size:12px}.mac-reference-page .price{min-height:88px}.mac-reference-page .price-list li{font-size:13px;line-height:1.55}.mac-reference-page .compatibility{font-size:12px;line-height:1.65}.mac-reference-page .role-card{min-height:250px;padding:28px}.mac-reference-page .role-card span{font-size:11px}.mac-reference-page .role-card h3{min-height:2.36em;margin:0 0 12px;font-size:24px;line-height:1.18}.mac-reference-page .role-card p{min-height:4.8em;font-size:13px;line-height:1.6}.mac-reference-page .love-metric span{font-size:11px}.mac-reference-page .testimonial cite{font-size:12px}.mac-reference-page .faq-layout{align-items:start}.mac-reference-page .faq-layout h2{font-size:52px;line-height:1.08}.mac-reference-page summary{font-size:16px;line-height:1.45}.mac-reference-page .faq-answer{font-size:14px;line-height:1.7}.mac-reference-page .cta-card p{font-size:16px}.mac-reference-page .footer-row{font-size:11px;line-height:1.5}@media (max-width:980px){.mac-reference-page .chapter-layout,.mac-reference-page .chapter-layout.reverse{grid-template-columns:1fr;gap:48px}.mac-reference-page .capture-visual,.mac-reference-page .result-visual{margin-top:0}.mac-reference-page .capture-visual{justify-self:center}}@media (max-width:680px){.mac-reference-page .nav .button-small{font-size:12px}.mac-reference-page .hero h1{max-width:none;font-size:clamp(30px,9.2vw,38px);line-height:1.07;white-space:nowrap}.mac-reference-page .hero-soft{white-space:inherit}.mac-reference-page .hero-lead{font-size:16px}.mac-reference-page .hero-note span{font-size:10px}.mac-reference-page .chapter-copy h2,.mac-reference-page .faq-layout h2,.mac-reference-page h2{font-size:clamp(38px,10.5vw,46px)}.mac-reference-page .chapter-copy>p,.mac-reference-page .section-head p{font-size:15px}.mac-reference-page .source-pill{min-height:88px;padding:13px}.mac-reference-page .source-icon{width:34px;height:34px;font-size:11px}.mac-reference-page .source-pill strong{font-size:13px}.mac-reference-page .capture-visual,.mac-reference-page .result-visual{margin-top:0}.mac-reference-page .capture-visual{justify-self:stretch}.mac-reference-page .capture-apps span{min-width:0;padding:8px 10px;font-size:10px}.mac-reference-page .recording-orb{width:160px;height:160px}.mac-reference-page .recording-orb strong{font-size:16px}.mac-reference-page .no-bot-label,.mac-reference-page .recording-orb small{font-size:11px}.mac-reference-page .feature-card{padding:24px}.mac-reference-page .feature-card h3{min-height:0;font-size:25px}.mac-reference-page .feature-card>p{min-height:0;font-size:14px}.mac-reference-page .role-card{min-height:215px;padding:24px}.mac-reference-page .role-card h3,.mac-reference-page .role-card p{min-height:0}.mac-reference-page summary{font-size:15px}.mac-reference-page .faq-answer{font-size:13px}.mac-reference-page .flow-item small,.mac-reference-page .flow-item>span{font-size:9px}.mac-reference-page .flow-item strong{font-size:11px}}