:root {
  --ink: #111116;
  --ink-soft: #575765;
  --paper: #f7f6f2;
  --paper-deep: #eeece6;
  --line: rgba(17, 17, 22, .11);
  --violet: #655cf0;
  --violet-deep: #5146dc;
  --blue: #63aef8;
  --green: #7ed9b2;
  --night: #08080b;
  --white: #fff;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, summary { font: inherit; }
img, svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--violet-deep); border-radius: 10px; text-decoration: none; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 82px; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; background: rgba(247, 246, 242, .82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 1px rgba(17, 17, 22, .08); }
.nav-wrap { width: var(--page); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 760; letter-spacing: -.03em; text-decoration: none; }
.wordmark-icon { position: relative; width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, #7982ff, #5747d7); border-radius: 11px; box-shadow: inset 0 1px rgba(255,255,255,.34), 0 8px 22px rgba(77, 64, 207, .22); }
.wordmark-icon::after { content: ""; position: absolute; width: 28px; height: 28px; right: -13px; top: -12px; border: 5px solid rgba(255,255,255,.16); border-radius: 50%; }
.wordmark-icon span { position: relative; z-index: 1; font-size: 15px; font-weight: 820; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: #3e3e49; font-size: 13px; font-weight: 590; text-decoration: none; }
.site-nav > a:not(.nav-download):hover { color: var(--violet-deep); }
.site-nav .nav-download { padding: 10px 17px; color: #fff; background: var(--ink); border-radius: 999px; box-shadow: 0 8px 20px rgba(17,17,22,.16); }
.site-nav .nav-download:hover { background: var(--violet-deep); transform: translateY(-1px); }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 1.5px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

.hero { position: relative; min-height: 980px; padding: 160px 0 0; overflow: hidden; background: radial-gradient(circle at 51% 15%, rgba(255,255,255,.9), transparent 37%), linear-gradient(180deg, #f8f7f4 0%, #efede8 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--paper)); pointer-events: none; }
.ambient { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .65; }
.ambient-one { width: 460px; height: 460px; left: -280px; top: 210px; background: radial-gradient(circle, rgba(108,95,246,.18), transparent 67%); }
.ambient-two { width: 440px; height: 440px; right: -270px; top: 70px; background: radial-gradient(circle, rgba(88,179,245,.19), transparent 67%); }
.hero-copy { position: relative; z-index: 2; width: min(780px, calc(100vw - 40px)); margin: 0 auto 70px; text-align: center; }
.eyebrow, .section-kicker { color: var(--violet-deep); font-size: 11px; font-weight: 770; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(81,70,220,.16); background: rgba(255,255,255,.55); border-radius: 999px; }
.eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: #52c895; box-shadow: 0 0 0 4px rgba(82,200,149,.12); }
.hero h1 { margin: 26px 0 25px; font-size: clamp(66px, 8vw, 106px); line-height: .9; letter-spacing: -.07em; font-weight: 670; }
.hero h1 em { color: var(--violet-deep); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero-lede { width: min(620px, 100%); margin: auto; color: var(--ink-soft); font-size: 19px; line-height: 1.6; letter-spacing: -.015em; }
.hero-actions { display: flex; justify-content: center; gap: 11px; margin-top: 32px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 720; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 14px 32px rgba(17,17,22,.19); }
.button-primary:hover { background: var(--violet-deep); box-shadow: 0 17px 36px rgba(81,70,220,.26); }
.button-quiet { background: rgba(255,255,255,.7); border: 1px solid rgba(17,17,22,.1); }
.button-quiet:hover { background: #fff; box-shadow: 0 10px 25px rgba(17,17,22,.08); }
.download-meta { margin: 14px 0 0; color: #85838e; font-size: 11px; }

.product-stage { position: relative; z-index: 3; width: min(1060px, calc(100vw - 48px)); height: 560px; margin: auto; perspective: 1400px; }
.stage-orbit { position: absolute; border: 1px solid rgba(91,76,222,.12); border-radius: 50%; transform: rotate(-9deg); }
.orbit-one { width: 950px; height: 320px; left: 55px; top: 105px; }
.orbit-two { width: 780px; height: 255px; left: 145px; top: 145px; border-color: rgba(91,76,222,.07); }
.app-window { position: absolute; width: 820px; height: 540px; left: 50%; top: 0; transform: translateX(-50%) rotateX(1.5deg); overflow: hidden; border: 1px solid rgba(255,255,255,.65); background: rgba(249,249,250,.93); border-radius: 19px; box-shadow: 0 50px 110px rgba(50,45,85,.19), 0 14px 36px rgba(28,25,48,.13), inset 0 1px rgba(255,255,255,.9); backdrop-filter: blur(25px); }
.window-bar { position: relative; height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid rgba(24,24,30,.08); background: rgba(244,244,246,.86); }
.traffic { width: 10px; height: 10px; border-radius: 50%; }
.traffic.red { background: #ff5e57; } .traffic.yellow { background: #febc2e; } .traffic.green { background: #28c840; }
.window-title { position: absolute; left: 50%; transform: translateX(-50%); color: #6c6c75; font-size: 11px; font-weight: 570; }
.app-body { display: grid; grid-template-columns: 188px 1fr; height: calc(100% - 42px); }
.app-sidebar { position: relative; display: flex; flex-direction: column; padding: 23px 13px 15px; border-right: 1px solid rgba(24,24,30,.08); background: rgba(235,236,241,.73); }
.app-brand { display: flex; align-items: center; gap: 10px; padding: 0 8px 24px; }
.app-brand > span, .mini-app-icon { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #7480fb, #5847dc); border-radius: 10px; font-size: 13px; font-weight: 800; box-shadow: 0 6px 15px rgba(82,70,211,.25); }
.app-brand strong, .app-brand small { display: block; }
.app-brand strong { font-size: 13px; letter-spacing: -.015em; }.app-brand small { margin-top: 2px; color: #888792; font-size: 9px; }
.app-nav { display: grid; gap: 4px; }
.app-nav div { display: flex; align-items: center; gap: 9px; padding: 9px 10px; color: #777681; border-radius: 9px; font-size: 11px; font-weight: 580; }
.app-nav div span { width: 18px; text-align: center; }
.app-nav .selected { color: #5c50df; background: rgba(91,77,225,.11); font-weight: 680; }
.local-status { margin-top: auto; display: flex; align-items: center; gap: 7px; padding: 8px 9px; color: #85848d; font-size: 9px; }
.local-status i { width: 7px; height: 7px; background: #43c97f; border-radius: 50%; box-shadow: 0 0 0 3px rgba(67,201,127,.12); }
.app-content { min-width: 0; background: radial-gradient(circle at 100% 0, rgba(91,78,226,.07), transparent 38%), #fafafa; }
.app-heading { height: 77px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-bottom: 1px solid rgba(24,24,30,.08); }
.app-heading strong { font-size: 19px; letter-spacing: -.035em; }.app-heading span { margin-top: 3px; color: #777681; font-size: 10px; }
.app-scroll { padding: 18px 28px; }
.speech-banner { position: relative; overflow: hidden; min-height: 118px; padding: 22px; color: #fff; background: linear-gradient(135deg, #4d60e8, #7456db 70%, #9666d6); border-radius: 17px; box-shadow: 0 15px 30px rgba(73,70,190,.19); }
.speech-banner small, .speech-banner strong, .speech-banner > span { position: relative; z-index: 2; display: block; }
.speech-banner small { margin-bottom: 6px; opacity: .68; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.speech-banner strong { font-size: 17px; line-height: 1.05; letter-spacing: -.025em; }
.speech-banner > span { width: 390px; margin-top: 7px; opacity: .74; font-size: 9px; line-height: 1.4; }
.sound-rings { position: absolute; width: 170px; height: 170px; right: -28px; top: -60px; }
.sound-rings i { position: absolute; inset: 0; border: 27px solid rgba(255,255,255,.06); border-radius: 50%; }
.sound-rings i:nth-child(2) { inset: 27px; border-width: 19px; }.sound-rings i:nth-child(3) { inset: 55px; border-width: 10px; }
.setting-card { margin-top: 12px; padding: 17px; border: 1px solid rgba(24,24,30,.09); background: rgba(255,255,255,.83); border-radius: 13px; box-shadow: 0 8px 22px rgba(30,28,45,.035); }
.card-title { display: flex; align-items: center; justify-content: space-between; }
.card-title > div { display: flex; align-items: center; gap: 8px; }.card-title b { width: 23px; height: 23px; display: grid; place-items: center; color: #5c50df; background: rgba(91,77,225,.11); border-radius: 7px; font-size: 8px; }.card-title strong { font-size: 12px; }.card-title em { color: #5c50df; background: rgba(91,77,225,.09); border-radius: 999px; padding: 4px 7px; font-size: 8px; font-style: normal; font-weight: 700; }
.setting-card > p { margin: 5px 0 10px 31px; color: #87858f; font-size: 9px; }
.model-row { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 8px 10px; border: 1px solid rgba(91,77,225,.32); background: rgba(91,77,225,.07); border-radius: 10px; }
.radio { width: 12px; height: 12px; border: 3.5px solid #6559e9; background: #fff; border-radius: 50%; }.model-row strong, .model-row small { display: block; }.model-row strong { font-size: 9px; }.model-row small { margin-top: 2px; color: #898792; font-size: 8px; }.model-row i { margin-left: auto; color: #40af76; font-size: 8px; font-style: normal; font-weight: 700; }
.lower-card { padding-bottom: 12px; }.compact-row { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 10px; border-top: 1px solid rgba(24,24,30,.07); color: #777681; font-size: 9px; }.compact-row strong { color: #27272e; }
.floating-pill { position: absolute; z-index: 4; display: flex; align-items: center; padding: 11px 15px; border: 1px solid rgba(255,255,255,.78); background: rgba(255,255,255,.8); border-radius: 999px; box-shadow: 0 17px 35px rgba(35,31,62,.14); backdrop-filter: blur(16px); color: #45434f; font-size: 11px; font-weight: 680; }
.pill-private { left: 12px; top: 156px; gap: 8px; }.pill-private span { color: #43c97f; font-size: 13px; }.pill-shortcut { right: 5px; top: 300px; gap: 5px; }.pill-shortcut kbd { min-width: 25px; padding: 4px 6px; background: rgba(240,239,243,.9); border: 1px solid rgba(20,20,25,.09); border-radius: 6px; box-shadow: 0 2px rgba(20,20,25,.09); text-align: center; font: 650 9px var(--sans); }.pill-shortcut span { margin-left: 3px; color: #84828d; font-weight: 560; }
.trust-strip { position: relative; z-index: 4; width: var(--page); margin: -5px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0 10px; border-top: 1px solid var(--line); }
.trust-strip div { padding-left: 28px; border-left: 1px solid var(--line); }.trust-strip div:first-child { padding-left: 0; border-left: 0; }.trust-strip strong, .trust-strip span { display: block; }.trust-strip strong { font-size: 12px; }.trust-strip span { margin-top: 4px; color: #86848e; font-size: 10px; }

.section-pad { width: var(--page); margin: auto; padding: 130px 0; }
.intro { padding-top: 145px; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-top: 19px; }
.intro-grid h2, .steps-heading h2, .privacy h2, .model-copy h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(48px, 5.6vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 660; }
.intro-grid h2 span, .steps-heading h2 span, .privacy h2 span, .model-copy h2 span, .faq h2 span, .final-cta h2 span { color: var(--violet-deep); font-family: var(--serif); font-weight: 400; }
.intro-grid > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 14px; margin-top: 64px; }
.feature-card { min-height: 365px; display: flex; flex-direction: column; padding: 29px; border: 1px solid rgba(17,17,22,.09); background: rgba(255,255,255,.53); border-radius: 25px; box-shadow: inset 0 1px rgba(255,255,255,.8); }
.feature-card h3 { margin: 10px 0 9px; font-size: 22px; letter-spacing: -.035em; }.feature-card p { margin: 0; color: #6c6a74; font-size: 13px; line-height: 1.6; }.feature-number { color: #96949c; font: 12px var(--serif); }
.feature-icon { height: 175px; display: flex; align-items: center; justify-content: center; margin-bottom: auto; }
.waveform-icon { gap: 7px; }.waveform-icon i { width: 8px; height: 38px; background: linear-gradient(#5d55e7, #8a77ef); border-radius: 999px; box-shadow: 0 7px 16px rgba(90,75,220,.16); }.waveform-icon i:nth-child(2), .waveform-icon i:nth-child(6) { height: 68px; }.waveform-icon i:nth-child(3), .waveform-icon i:nth-child(5) { height: 104px; }.waveform-icon i:nth-child(4) { height: 137px; }
.lock-icon svg { width: 122px; height: 122px; overflow: visible; filter: drop-shadow(0 22px 20px rgba(79,65,210,.2)); }
.voice-icon { position: relative; }.voice-icon span { position: absolute; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; font: 26px var(--serif); box-shadow: 0 18px 32px rgba(48,45,78,.12); }.voice-icon span:nth-child(1) { transform: translate(-45px, 6px) rotate(-8deg); color: #fff; background: #6057e7; }.voice-icon span:nth-child(2) { z-index: 2; transform: translate(20px, -27px) rotate(7deg); background: #fff; }.voice-icon span:nth-child(3) { transform: translate(52px, 39px) rotate(12deg); color: #313039; background: #bfe9db; }

.steps { padding-top: 100px; }
.steps-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-top: 19px; }
.steps-heading > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 65px 0 0; padding: 0; list-style: none; counter-reset: step; }
.steps-list li { position: relative; min-height: 370px; padding: 25px; overflow: hidden; border-top: 1px solid var(--line); }
.step-count { color: #8d8b94; font: 13px var(--serif); }
.step-visual { height: 180px; display: flex; align-items: center; justify-content: center; }
.download-visual { flex-direction: column; gap: 20px; }.download-visual .mini-app-icon { width: 69px; height: 69px; border-radius: 19px; font-size: 23px; box-shadow: 0 18px 34px rgba(82,70,211,.22); }.download-line { width: 120px; height: 5px; overflow: hidden; background: #dedce3; border-radius: 999px; }.download-line i { display: block; width: 78%; height: 100%; background: var(--violet); border-radius: inherit; }
.shortcut-visual { gap: 9px; }.shortcut-visual kbd { min-width: 66px; height: 62px; display: grid; place-items: center; background: linear-gradient(180deg,#fff,#eeedf0); border: 1px solid #d6d4db; border-radius: 14px; box-shadow: 0 6px 0 #d7d5da, 0 13px 23px rgba(30,27,45,.12); font: 700 17px var(--sans); }.shortcut-visual kbd:last-child { min-width: 112px; }.shortcut-visual span { color: #95939b; }
.speak-visual { gap: 7px; }.speak-visual span { width: 7px; height: 42px; background: var(--violet); border-radius: 999px; }.speak-visual span:nth-child(2), .speak-visual span:nth-child(4) { height: 78px; opacity: .82; }.speak-visual span:nth-child(3) { height: 112px; background: linear-gradient(var(--violet), #967de9); }.speak-visual span:nth-child(5) { height: 28px; opacity: .65; }
.steps-list h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.03em; }.steps-list p { margin: 0; color: #6c6a74; font-size: 13px; line-height: 1.6; }

.privacy { width: 100%; padding: 80px 0; background: var(--paper); }
.privacy-panel { width: var(--page); min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin: auto; overflow: hidden; color: #f6f4fb; background: radial-gradient(circle at 84% 50%, rgba(102,93,239,.3), transparent 33%), linear-gradient(135deg, #0d0d13, #171521 65%, #101016); border-radius: 34px; box-shadow: 0 36px 80px rgba(31,26,58,.14); }
.privacy-copy { padding: 72px; }.section-kicker.light { color: #a8a0ff; }.privacy h2 { margin-top: 20px; font-size: clamp(48px, 5vw, 70px); }.privacy h2 span, .final-cta h2 span { color: #a8a0ff; }.privacy-copy > p { width: min(450px, 100%); margin: 27px 0; color: #aaa7b4; font-size: 15px; line-height: 1.75; }.privacy-copy > a { display: inline-flex; gap: 8px; color: #fff; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.privacy-visual { position: relative; height: 100%; min-height: 550px; }
.core-lock { position: absolute; z-index: 3; left: 50%; top: 50%; width: 128px; height: 128px; display: grid; place-items: center; transform: translate(-50%,-50%); background: linear-gradient(145deg,#746df1,#4f43d4); border: 1px solid rgba(255,255,255,.28); border-radius: 38px; box-shadow: 0 0 0 18px rgba(112,99,239,.07), 0 30px 70px rgba(64,47,198,.45), inset 0 1px rgba(255,255,255,.3); }.core-lock span { position: relative; width: 41px; height: 38px; background: #fff; border-radius: 10px; }.core-lock span::before { content: ""; position: absolute; width: 25px; height: 25px; left: 8px; top: -17px; border: 6px solid #fff; border-bottom: 0; border-radius: 18px 18px 0 0; }.core-lock span::after { content: ""; position: absolute; width: 5px; height: 13px; left: 18px; top: 12px; background: #5c50de; border-radius: 999px; }
.privacy-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(154,143,244,.17); border-radius: 50%; transform: translate(-50%,-50%) rotate(-16deg); }.ring-a { width: 350px; height: 350px; }.ring-b { width: 510px; height: 510px; opacity: .55; }
.privacy-chip { position: absolute; z-index: 4; padding: 9px 13px; color: #c4c0ce; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; backdrop-filter: blur(12px); font-size: 10px; font-weight: 650; }.chip-one { left: 12%; top: 29%; }.chip-two { right: 9%; top: 36%; }.chip-three { right: 14%; bottom: 23%; }

.model-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.model-copy { position: sticky; top: 140px; }.model-copy h2 { margin-top: 19px; font-size: clamp(42px, 4vw, 61px); }
.model-cards { display: grid; gap: 15px; }.model-cards article { min-height: 300px; padding: 38px; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 26px; }.model-label { display: inline-flex; padding: 6px 9px; color: #2c805d; background: rgba(76,192,141,.12); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.model-label.violet { color: var(--violet-deep); background: rgba(92,80,222,.1); }.model-cards h3 { margin: 26px 0 11px; font-size: 28px; letter-spacing: -.04em; }.model-cards p { max-width: 510px; margin: 0; color: #6d6b75; font-size: 14px; line-height: 1.65; }.model-cards dl { display: flex; gap: 50px; margin: 48px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }.model-cards dl div { display: grid; gap: 5px; }.model-cards dt { color: #96949c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.model-cards dd { margin: 0; font-size: 12px; font-weight: 700; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; border-top: 1px solid var(--line); }
.faq-heading { position: sticky; top: 140px; }.faq h2 { margin-top: 19px; font-size: clamp(46px, 4.8vw, 68px); }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 27px 45px 27px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 680; letter-spacing: -.02em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 25px; color: var(--violet-deep); font: 25px/1 var(--serif); transition: transform .2s; }.faq-list details[open] summary::after { transform: rotate(45deg); }.faq-list p { max-width: 650px; margin: -10px 45px 28px 0; color: #6c6a74; font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; width: 100%; min-height: 630px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: #fff; background: var(--night); text-align: center; }
.cta-glow { position: absolute; width: 700px; height: 700px; top: -390px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(99,86,236,.45), transparent 68%); }
.cta-icon { position: relative; width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 29px; color: #fff; background: linear-gradient(145deg,#7779f4,#5043d2); border: 1px solid rgba(255,255,255,.23); border-radius: 20px; box-shadow: 0 20px 45px rgba(77,62,211,.36), inset 0 1px rgba(255,255,255,.25); font-size: 23px; font-weight: 800; }
.final-cta .section-kicker, .final-cta h2, .final-cta p, .final-cta a, .final-cta .cta-meta { position: relative; }.final-cta h2 { margin-top: 18px; font-size: clamp(55px, 6vw, 84px); }.final-cta > p { margin: 23px 0 26px; color: #9e9ca8; font-size: 16px; }.button-light { color: #15141b; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.28); }.button-light:hover { background: #efedff; }.cta-meta { margin-top: 15px; color: #74727d; font-size: 10px; }

.site-footer { padding: 55px max(24px, calc((100vw - 1180px) / 2)) 25px; color: #aaa8b1; background: var(--night); border-top: 1px solid rgba(255,255,255,.08); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 45px; }.footer-wordmark { color: #fff; }.footer-main > p { margin: 0; text-align: center; font-size: 12px; }.footer-main nav { display: flex; justify-content: flex-end; gap: 24px; }.footer-main nav a { color: #aaa8b1; font-size: 11px; text-decoration: none; }.footer-main nav a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

.legal-page { min-height: 100vh; background: var(--paper); }.legal-page .site-header { position: relative; border-bottom: 1px solid var(--line); }.legal-main { width: min(760px, calc(100vw - 40px)); margin: auto; padding: 90px 0 130px; }.legal-main .section-kicker { margin-bottom: 20px; }.legal-main h1 { margin: 0 0 28px; font-size: clamp(48px, 7vw, 72px); line-height: .95; letter-spacing: -.055em; }.legal-main .legal-lede { color: var(--ink-soft); font-size: 18px; line-height: 1.7; }.legal-main h2 { margin: 50px 0 13px; font-size: 24px; letter-spacing: -.03em; }.legal-main p, .legal-main li { color: #5f5d67; font-size: 15px; line-height: 1.75; }.legal-main a { color: var(--violet-deep); text-underline-offset: 3px; }.legal-main .button { color: #fff; margin-top: 25px; }.legal-note { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); color: #8d8b94 !important; font-size: 12px !important; }

.legal-main code { overflow-wrap: anywhere; font-size: .84em; }
.feature-number, .model-cards dt { color: #6f6d77; }
.model-label { color: #176a49; }
.cta-meta { color: #9a98a3; }
.wordmark-icon { background: transparent; box-shadow: 0 8px 22px rgba(40, 74, 190, .22); }
.wordmark-icon::after { content: none; }
.wordmark-icon img, .app-brand > img, .mini-app-icon, .cta-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.app-brand > img { width: 33px; height: 33px; flex: 0 0 auto; border-radius: 10px; box-shadow: 0 6px 15px rgba(37, 83, 205, .24); }
.mini-app-icon { padding: 0; background: transparent; }
.cta-icon { padding: 0; overflow: visible; background: transparent; border: 0; box-shadow: none; }
.cta-icon img { box-shadow: 0 20px 45px rgba(42, 80, 210, .36); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: #66646e; font-size: 12px; }
.breadcrumb a { color: var(--violet-deep); font-weight: 650; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.legal-note { color: #65636d !important; }
.error-main { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 80px 20px; text-align: center; }
.error-card { width: min(620px, 100%); }
.error-code { display: block; margin-bottom: 16px; color: var(--violet-deep); font: 500 19px var(--serif); }
.error-card h1 { margin: 0 0 18px; font-size: clamp(52px, 8vw, 82px); line-height: .95; letter-spacing: -.055em; }
.error-card p { margin: 0 auto 28px; max-width: 500px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.error-actions { display: flex; justify-content: center; gap: 10px; }

@media (max-width: 900px) {
  :root { --page: min(100% - 36px, 760px); }
  .hero { min-height: 900px; }.hero h1 { font-size: clamp(58px, 12vw, 82px); }.product-stage { width: calc(100vw - 20px); height: 470px; }.app-window { width: 720px; height: 475px; transform: translateX(-50%) scale(.9); transform-origin: top center; }.pill-private { left: 2px; }.pill-shortcut { right: 0; }
  .trust-strip { margin-top: -40px; }
  .intro-grid, .steps-heading { grid-template-columns: 1fr; gap: 25px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-large { grid-column: 1 / 3; }.steps-list { gap: 5px; }
  .privacy-panel { grid-template-columns: 1fr; }.privacy-copy { padding: 60px 55px 0; }.privacy-visual { min-height: 460px; }
  .model-section, .faq { grid-template-columns: 1fr; gap: 55px; }.model-copy, .faq-heading { position: static; }
}

@media (max-width: 680px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { height: 70px; }.site-header.menu-open { position: fixed; background: rgba(247,246,242,.97); }.nav-toggle { display: block; }.site-header.menu-open .nav-toggle > span:nth-last-child(2) { transform: translateY(3.25px) rotate(45deg); }.site-header.menu-open .nav-toggle > span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 16px 23px; background: rgba(247,246,242,.97); border-bottom: 1px solid var(--line); box-shadow: 0 20px 45px rgba(35,32,55,.11); }.site-header.menu-open .site-nav { display: flex; }.site-nav a { padding: 14px 10px; font-size: 15px; }.site-nav .nav-download { margin-top: 7px; text-align: center; }
  .hero { min-height: 805px; padding-top: 126px; }.hero-copy { margin-bottom: 45px; }.hero h1 { margin-top: 23px; font-size: clamp(53px, 16vw, 72px); }.hero-lede { font-size: 16px; line-height: 1.55; }.hero-actions { flex-direction: column; align-items: stretch; width: min(330px, 100%); margin: 28px auto 0; }.button { min-height: 52px; }.product-stage { width: 100vw; height: 348px; }.app-window { width: 720px; height: 475px; transform: translateX(-50%) scale(.66); }.floating-pill { display: none; }.trust-strip { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 22px 0; margin-top: -8px; padding-top: 24px; }.trust-strip div:nth-child(3) { padding-left: 0; border-left: 0; }
  .section-pad { padding: 90px 0; }.intro { padding-top: 110px; }.intro-grid h2, .steps-heading h2, .privacy h2, .model-copy h2, .faq h2, .final-cta h2 { font-size: 49px; }.intro-grid > p, .steps-heading > p { font-size: 15px; }.feature-grid { grid-template-columns: 1fr; }.feature-large { grid-column: auto; }.feature-card { min-height: 335px; }.steps-list { grid-template-columns: 1fr; }.steps-list li { min-height: 330px; }
  .privacy { padding: 50px 0; }.privacy-panel { width: calc(100vw - 24px); border-radius: 25px; }.privacy-copy { padding: 48px 28px 0; }.privacy-visual { min-height: 380px; }.ring-b { width: 390px; height: 390px; }.ring-a { width: 280px; height: 280px; }.core-lock { width: 104px; height: 104px; border-radius: 30px; }.privacy-chip { font-size: 8px; }.chip-one { left: 3%; }.chip-two { right: 2%; }.chip-three { right: 5%; }
  .model-cards article { padding: 28px; }.model-cards dl { gap: 30px; }.faq { gap: 45px; }
  .final-cta { width: 100%; min-height: 570px; padding-left: 20px; padding-right: 20px; }.footer-main { grid-template-columns: 1fr; gap: 25px; text-align: left; }.footer-main > p { text-align: left; }.footer-main nav { justify-content: flex-start; }.footer-bottom { gap: 20px; }
  .legal-main { padding-top: 65px; }.legal-main h1 { font-size: 52px; }
  .error-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (prefers-color-scheme: dark) {
  .legal-page { background: var(--paper); }
}
