:root {
  --ink: #17152a;
  --muted: #68647b;
  --line: #e5e1ef;
  --paper: #fbfaff;
  --lavender: #6a5de2;
  --lavender-dark: #4b3fc1;
  --lavender-soft: #eeeaff;
  --mint: #3ba987;
  --night: #19162d;
  --white: #fff;
  --shadow: 0 24px 80px rgba(51, 42, 112, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--night); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 48px)); height: 82px; margin: auto; }
.logo { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 15px; font-weight: 780; letter-spacing: -.3px; }
.logo-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #8176ef, #5145cb); box-shadow: 0 7px 20px rgba(88, 74, 205, .23); }
.logo-mark svg { width: 20px; height: 20px; }
.logo-mark path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-header nav { display: flex; align-items: center; gap: 34px; color: var(--muted); font-size: 13px; font-weight: 600; }
.site-header nav a:hover, footer nav a:hover { color: var(--lavender); }
.site-header nav .nav-pricing { padding: 7px 11px; border-radius: 9px; color: var(--lavender-dark); background: var(--lavender-soft); font-weight: 800; }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-size: 13px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 0 16px; border-color: var(--line); background: rgba(255,255,255,.68); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--lavender), var(--lavender-dark)); box-shadow: 0 14px 28px rgba(78, 64, 194, .24); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(78, 64, 194, .32); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.62); }
.button-light { color: var(--night); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.button-unavailable, .button-unavailable:hover { color: #918c9e; border-color: var(--line); background: #efedf3; box-shadow: none; cursor: not-allowed; transform: none; }

.hero { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; min-height: 690px; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 56px 0 90px; }
.hero::before { position: absolute; z-index: -1; width: 480px; height: 480px; left: -300px; top: 20px; border-radius: 50%; background: rgba(143, 127, 240, .09); filter: blur(2px); content: ""; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--lavender); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 570px; margin: 21px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 5.4vw, 82px); font-weight: 500; line-height: .97; letter-spacing: -3.5px; }
.hero h1 em { color: var(--lavender); font-weight: inherit; }
.hero-lede { max-width: 535px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; color: var(--muted); font-size: 11px; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 16px; height: 16px; }
.trust-row path { fill: none; stroke: var(--mint); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; min-height: 520px; }
.visual-glow { position: absolute; inset: -8% -15% -15% 7%; border-radius: 50%; background: radial-gradient(circle, rgba(119, 102, 230, .24), rgba(119, 102, 230, 0) 66%); }
.browser-shell { position: absolute; top: 50px; right: 10px; width: 84%; overflow: hidden; border: 1px solid rgba(49,42,97,.15); border-radius: 22px; background: #dcd8e8; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.browser-top { display: flex; align-items: center; height: 36px; gap: 6px; padding: 0 12px; color: #767184; background: #f3f1f8; font-size: 9px; }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #c4bfce; }
.browser-top span { margin-left: 9px; }
.video-stage { position: relative; height: 390px; overflow: hidden; background: linear-gradient(135deg, #342e48, #5f5572 53%, #27243a); }
.video-stage::before { position: absolute; inset: 0; background: radial-gradient(circle at 72% 20%, rgba(255,222,183,.28), transparent 34%), linear-gradient(90deg, rgba(11,9,20,.4), transparent 60%); content: ""; }
.video-person { position: absolute; right: 10%; bottom: -14%; width: 42%; height: 82%; border-radius: 50% 50% 20% 20%; background: linear-gradient(160deg, #c8a890 0 34%, #373146 35%); opacity: .8; }
.video-person span { position: absolute; width: 43%; height: 28%; left: 28%; top: -10%; border-radius: 50%; background: #caa88e; }
.video-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 10px 14px; border-radius: 8px; color: #fff; background: rgba(10,8,17,.7); font-size: 12px; text-align: center; backdrop-filter: blur(8px); }
.app-shot { position: absolute; z-index: 3; top: 0; right: -20px; width: 272px; margin: 0; overflow: hidden; border: 1px solid rgba(50,43,98,.18); border-radius: 19px; background: #fff; box-shadow: 0 30px 75px rgba(27,22,64,.25); }
.app-shot img { width: 100%; height: auto; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(64,54,130,.12); border-radius: 13px; background: rgba(255,255,255,.91); box-shadow: 0 14px 35px rgba(32,26,75,.15); backdrop-filter: blur(12px); }
.floating-card strong { display: block; font-size: 10px; }.floating-card small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.privacy-card { left: 8%; bottom: 62px; }.privacy-card > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; color: var(--mint); background: #e7f8f2; font-size: 12px; font-weight: 900; }
.speed-card { right: 3px; bottom: 30px; flex-direction: column; align-items: flex-start; }.speed-card strong { color: var(--lavender); font-size: 13px; }

.proof-strip { padding: 26px 24px; border-block: 1px solid var(--line); text-align: center; background: rgba(255,255,255,.5); }
.proof-strip p { margin: 0 0 18px; color: #8a8698; font-size: 10px; font-weight: 750; letter-spacing: 1.4px; text-transform: uppercase; }
.proof-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(28px, 5vw, 72px); color: #575368; font-size: 14px; font-weight: 750; }

.section { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 118px 0; }
.section-heading { max-width: 680px; margin: 0 auto 56px; text-align: center; }.section-heading .eyebrow { justify-content: center; }
.section h2 { margin: 17px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.2vw, 58px); font-weight: 500; line-height: 1.05; letter-spacing: -2px; }
.section-heading > p { margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.7; }
.route-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-grid::before { position: absolute; top: 82px; right: 24%; left: 24%; z-index: -1; border-top: 1px dashed #c9c2eb; content: ""; }
.route-card { position: relative; min-height: 340px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: 0 10px 40px rgba(48,40,97,.05); }
.route-featured { border-color: #d5cff8; background: linear-gradient(160deg, #fff, #f0edff); transform: translateY(-12px); box-shadow: 0 22px 55px rgba(78,65,174,.13); }
.step { position: absolute; top: 27px; right: 28px; color: #b6b1c3; font: italic 17px Georgia, serif; }
.route-icon { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 20px; color: var(--lavender); background: var(--lavender-soft); font-size: 16px; font-weight: 850; }
.companion-icon i { width: 25px; height: 30px; border: 2px solid currentColor; border-radius: 5px; box-shadow: inset 0 -6px 0 rgba(106,93,226,.14); }.cloud-icon { font-size: 27px; }
.route-card h3 { margin: 29px 0 12px; font-size: 18px; letter-spacing: -.4px; }.route-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.route-card small { position: absolute; bottom: 28px; color: var(--lavender); font-size: 10px; font-weight: 800; }
.route-note { margin: 30px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.demo-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; width: 100%; max-width: none; padding: 112px max(48px, calc((100% - 1120px) / 2)); color: #fff; background: var(--night); }
.eyebrow-light { color: #a9a0ff; }.demo-copy { max-width: 490px; }.demo-copy p { color: #b9b5c9; font-size: 15px; line-height: 1.75; }.demo-copy ul, .price-features ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }.demo-copy li { color: #d8d5e3; font-size: 12px; }.demo-copy li span, .price-features li span { margin-right: 9px; color: #86e0c2; font-weight: 900; }
.demo-media { justify-self: end; width: min(580px, 100%); }.demo-media video { width: 100%; max-height: 580px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #111; box-shadow: 0 30px 70px rgba(0,0,0,.35); }.demo-media p { margin: 11px 5px 0; color: #8f899f; font-size: 10px; text-align: right; }

.privacy { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }.privacy-visual { position: relative; display: grid; min-height: 440px; place-items: center; }.orbit { position: absolute; border: 1px dashed #ccc6e7; border-radius: 50%; }.orbit-one { width: 310px; height: 310px; }.orbit-two { width: 430px; height: 430px; }.shield { position: relative; z-index: 2; display: grid; width: 150px; height: 150px; place-items: center; border-radius: 44px; color: var(--lavender); background: linear-gradient(145deg, #fff, var(--lavender-soft)); box-shadow: var(--shadow); transform: rotate(-3deg); }.shield svg { width: 75px; }.shield path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.data-pill { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #fff; box-shadow: 0 9px 30px rgba(39,32,81,.1); font-size: 10px; font-weight: 750; }.pill-a { top: 58px; left: 10%; }.pill-b { top: 32%; right: 2%; }.pill-c { bottom: 42px; left: 19%; }
.privacy-copy h2 { max-width: 510px; }.privacy-list { display: grid; gap: 2px; margin-top: 31px; }.privacy-list article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid var(--line); }.privacy-list article > span { color: #aaa4ba; font: italic 13px Georgia, serif; }.privacy-list h3 { margin: 0 0 5px; font-size: 13px; }.privacy-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.text-link { display: inline-flex; gap: 8px; margin-top: 24px; color: var(--lavender); font-size: 12px; font-weight: 800; }

.library-showcase { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 90px; padding-inline: 70px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #f0edff, #fff); box-shadow: 0 20px 70px rgba(60,48,130,.08); }.library-copy p { max-width: 540px; color: var(--muted); font-size: 14px; line-height: 1.75; }.library-stats { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 31px; }.library-stats span { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 9px; font-weight: 650; }.library-stats strong { color: var(--lavender); font: 500 24px Georgia, serif; }.library-shot { position: relative; width: min(315px, 100%); aspect-ratio: 1 / 1.12; margin: -55px auto; overflow: hidden; border: 1px solid rgba(53,44,110,.16); border-radius: 20px; background: #151722; box-shadow: var(--shadow); }.library-shot::after { position: absolute; inset: auto 0 0; height: 18%; background: linear-gradient(transparent, rgba(21,23,34,.96)); content: ""; }.library-shot img { width: 100%; height: auto; }

.pricing { padding-bottom: 90px; }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }.plan-card { display: flex; min-width: 0; padding: 30px; flex-direction: column; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.82); box-shadow: 0 12px 42px rgba(48,40,97,.07); }.trial-card { border-color: #d3cdf7; background: linear-gradient(155deg, #fff, #f2efff); }.pro-card { color: #fff; border-color: transparent; background: linear-gradient(150deg, #7164e4, #4437b6); box-shadow: 0 22px 60px rgba(69,55,177,.23); }.price-badge { color: var(--lavender); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }.pro-card .price-badge { color: #d9d4ff; }.plan-price { display: flex; align-items: baseline; gap: 8px; margin: 20px 0 8px; }.plan-price strong { font: 500 45px Georgia, serif; letter-spacing: -2px; }.plan-price span { color: var(--muted); font-size: 11px; }.pro-card .plan-price span { color: #d9d4ff; }.plan-card > p { min-height: 52px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.pro-card > p { color: #e0dcff; }.plan-card > ul { display: grid; gap: 11px; margin: 25px 0 28px; padding: 0; list-style: none; }.plan-card li { color: var(--muted); font-size: 10.5px; line-height: 1.35; }.plan-card li span { display: inline-block; width: 18px; color: var(--mint); font-weight: 900; }.plan-card li.not-included { color: #aaa5b4; }.plan-card li.not-included span { color: #aaa5b4; }.pro-card li { color: #f1efff; }.pro-card li span { color: #94e4ca; }.plan-card > .button { width: 100%; margin-top: auto; }.pro-card > .button { color: var(--lavender-dark); background: #fff; box-shadow: none; }.pricing-fine { max-width: 700px; margin: 24px auto 0; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }

.download-hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 670px; width: min(1120px, calc(100% - 48px)); margin: auto; padding: 70px 0 105px; }.download-copy h1 { max-width: 620px; margin: 20px 0 24px; font: 500 clamp(54px, 5.6vw, 80px)/.98 Georgia, serif; letter-spacing: -3.5px; }.download-copy > p { max-width: 555px; color: var(--muted); font-size: 16px; line-height: 1.72; }.detected-platform { display: flex; align-items: center; gap: 9px; width: max-content; margin-top: 24px; padding: 8px 12px; border: 1px solid #d8d2f5; border-radius: 99px; color: var(--lavender-dark); background: var(--lavender-soft); font-size: 11px; }.detected-platform span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(59,169,135,.12); }.download-entitlement { display: block; max-width: 530px; margin-top: 17px; color: #827d90; font-size: 10px; line-height: 1.55; }.download-visual { position: relative; display: grid; min-height: 480px; place-items: center; }.download-visual::before { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(113,100,228,.22), transparent 68%); content: ""; }.desktop-window { position: relative; z-index: 1; width: min(430px, 92%); overflow: hidden; border: 1px solid #d8d4e7; border-radius: 22px; background: #f7f6fb; box-shadow: var(--shadow); transform: rotate(1.5deg); }.desktop-title { display: flex; align-items: center; gap: 7px; height: 43px; padding: 0 14px; border-bottom: 1px solid #e3e0eb; color: #726d80; background: #fff; font-size: 10px; }.desktop-title i { width: 8px; height: 8px; border-radius: 50%; background: #d1cdd8; }.desktop-title span { margin-left: 8px; font-weight: 700; }.desktop-body { display: flex; padding: 38px; flex-direction: column; align-items: center; }.companion-mark { display: grid; width: 58px; height: 58px; margin-bottom: 14px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, #8176ef, #5145cb); font: 800 24px Georgia, serif; }.desktop-body > strong { font-size: 17px; }.ready-chip { margin: 14px 0 26px; padding: 8px 11px; border-radius: 9px; color: #16785f; background: #e5f5ef; font-size: 10px; font-weight: 750; }.desktop-control { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 13px; border: 1px solid #dedbe6; border-radius: 10px; background: #fff; }.desktop-control small { color: var(--muted); }.desktop-control span { font-size: 11px; font-weight: 700; }.desktop-button { width: 100%; margin-top: 12px; padding: 12px; border-radius: 10px; color: #fff; background: var(--lavender); font-size: 11px; font-weight: 800; text-align: center; }.download-options { padding-top: 95px; }.os-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.os-card { display: flex; min-height: 350px; padding: 29px; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 40px rgba(48,40,97,.06); }.os-symbol { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; color: var(--lavender); background: var(--lavender-soft); font: 600 25px Georgia, serif; }.windows-symbol { font-family: system-ui, sans-serif; }.os-card h3 { margin: 25px 0 8px; font-size: 19px; }.os-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.os-card .button { width: 100%; margin-top: auto; font-size: 11px; }.cloud-os { background: linear-gradient(155deg, #fff, #f5f3fb); }.download-steps { padding: 95px max(48px, calc((100% - 1120px) / 2)); color: #fff; background: var(--night); }.download-steps .section-heading h2 { color: #fff; }.setup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }.setup-grid article { border-top: 1px solid #3c3850; padding-top: 22px; }.setup-grid article > span { color: #a9a0ff; font: italic 14px Georgia, serif; }.setup-grid h3 { margin: 15px 0 8px; font-size: 16px; }.setup-grid p { margin: 0; color: #b9b5c9; font-size: 11px; line-height: 1.65; }

.final-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 85px max(48px, calc((100% - 1120px) / 2)); color: #fff; background: linear-gradient(125deg, #5447c9, #7568e4); }.final-cta h2 { margin: 17px 0 0; font: 500 clamp(42px, 5vw, 67px)/1 Georgia, serif; letter-spacing: -2px; }.cta-action { text-align: right; }.cta-action .button { min-width: 205px; }.cta-action p { margin: 12px 0 0; color: #d6d1ff; font-size: 9px; }
footer { display: grid; grid-template-columns: 1.1fr 1.4fr 1fr auto; align-items: center; gap: 30px; padding: 38px max(48px, calc((100% - 1180px) / 2)); border-top: 1px solid #2b2840; color: #aaa6b7; background: var(--night); font-size: 10px; }.footer-logo { color: #fff; }.footer-logo .logo-mark { width: 29px; height: 29px; }.footer-logo .logo-mark svg { width: 17px; }.footer-logo .logo-mark path { stroke-width: 1.9; }.footer-logo + p { margin: 0; }.footer-logo ~ nav { display: flex; gap: 22px; }.footer-logo ~ small { text-align: right; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.js .reveal[data-delay="1"] { transition-delay: .12s; }.js .reveal[data-delay="2"] { transition-delay: .24s; }.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { position: relative; z-index: 5; }.hero-visual { width: min(680px, 100%); margin: 65px auto 0; }.hero h1 { max-width: 680px; }
  .route-grid { grid-template-columns: 1fr; max-width: 650px; margin: auto; }.route-grid::before { display: none; }.route-card { min-height: 280px; }.route-featured { transform: none; }
  .demo-section, .privacy, .library-showcase, .download-hero { grid-template-columns: 1fr; }.demo-section { gap: 58px; }.demo-media { justify-self: start; }.privacy { gap: 35px; }.privacy-copy { max-width: 660px; }.privacy-visual { order: 2; }.library-showcase { gap: 65px; padding-inline: 45px; }.library-shot { margin: 0 auto -70px; }.pricing-grid, .os-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }.plan-card > p { min-height: 0; }.download-hero { padding-top: 60px; }.download-visual { min-height: 420px; }.setup-grid { gap: 24px; }
  footer { grid-template-columns: 1fr 1fr; }footer nav, footer small { justify-self: end; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section { width: min(100% - 28px, 1120px); }.site-header { height: 70px; }.site-header > .button { display: none; }
  .hero { min-height: 0; padding: 54px 0 60px; }.hero h1 { font-size: 51px; letter-spacing: -2.6px; }.hero-lede { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.trust-row { gap: 10px 16px; }
  .hero-visual { min-height: 430px; margin-top: 48px; }.browser-shell { top: 35px; left: 0; width: 92%; }.video-stage { height: 310px; }.app-shot { right: 0; width: 205px; }.privacy-card { left: 0; bottom: 20px; }.speed-card { display: none; }
  .proof-strip div { gap: 18px 28px; font-size: 12px; }.section { padding-block: 80px; }.section h2 { font-size: 40px; letter-spacing: -1.5px; }.section-heading { margin-bottom: 38px; }
  .demo-section { width: 100%; padding: 80px 20px; }.privacy { gap: 10px; }.privacy-visual { min-height: 350px; transform: scale(.84); }.orbit-two { width: 390px; height: 390px; }.library-showcase { width: calc(100% - 28px); padding: 58px 24px 0; }.library-shot { width: 250px; margin-bottom: -45px; }
  .download-hero { width: calc(100% - 28px); padding-bottom: 75px; }.download-copy h1 { font-size: 49px; letter-spacing: -2.5px; }.download-copy .hero-actions { align-items: stretch; flex-direction: column; }.download-copy .button { width: 100%; }.download-visual { min-height: 350px; }.desktop-body { padding: 27px; }.download-options { width: calc(100% - 28px); }.download-steps { padding: 75px 20px; }.setup-grid { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 70px 20px; }.cta-action { width: 100%; text-align: left; }.cta-action .button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 36px 20px; }footer nav, footer small { justify-self: start; }.footer-logo + p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.js .reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; }
}

/* Legal pages */
.legal-shell { width: min(760px, calc(100% - 36px)); margin: 70px auto 110px; }.legal-shell h1 { margin: 44px 0 10px; font: 500 clamp(42px, 6vw, 62px)/1 Georgia, serif; letter-spacing: -2px; }.legal-shell > p { color: var(--muted); line-height: 1.7; }.legal-shell article { margin-top: 48px; }.legal-shell h2 { margin-top: 38px; font: 500 26px Georgia, serif; }.legal-shell h3 { margin-top: 25px; font-size: 15px; }.legal-shell li, .legal-shell article p { color: var(--muted); font-size: 13px; line-height: 1.75; }.legal-shell a:not(.logo) { color: var(--lavender); text-decoration: underline; }
