:root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif;--font-display: "Fraunces", "Iowan Old Style", "Palatino", Georgia, serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{height:100%}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;color:#f4f6ff;background:#050711;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:#a78bfa73;color:#f4f6ff}.topbar{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#05071185;border-bottom:1px solid rgba(255,255,255,.12)}.topbarInner{max-width:1180px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbarRight{display:flex;align-items:center;gap:12px}.deviceToggle{display:inline-flex;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;gap:4px}.deviceToggle button{border:0;background:transparent;color:#f4f6ffb8;padding:8px 10px;border-radius:999px;font-size:13px;cursor:pointer}.deviceToggle button.active{background:#ffffff1f;color:#f4f6ffeb}.brand{display:flex;align-items:center;gap:12px;min-width:200px}.menuButton{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;cursor:pointer}.menuButton span{display:block;height:2px;border-radius:2px;background:#f4f6ffe6}.drawerOverlay{position:fixed;inset:0;z-index:100;background:#03040a99;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .28s ease}.drawerOverlay.open{opacity:1;pointer-events:auto}.drawer{position:absolute;top:0;right:0;bottom:0;width:min(320px,86vw);display:flex;flex-direction:column;background:#090b16fa;border-left:1px solid rgba(255,255,255,.12);box-shadow:-30px 0 80px #0000008c;transform:translate(100%);transition:transform .32s cubic-bezier(.22,1,.36,1);padding:18px 20px calc(18px + env(safe-area-inset-bottom));overflow-y:auto}.drawerOverlay.open .drawer{transform:translate(0)}.drawerHead{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.drawerHead .brand{min-width:unset}.drawerClose{width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;color:#f4f6ffd9;font-size:22px;line-height:1;cursor:pointer}.drawerLinks{display:flex;flex-direction:column;padding:14px 0;flex:1}.drawerLinks a{padding:13px 10px;border-radius:12px;color:#f4f6ffd9;font-size:16px;opacity:0;transform:translate(14px);transition:opacity .36s ease,transform .36s cubic-bezier(.22,1,.36,1),background .2s ease}.drawerOverlay.open .drawerLinks a{opacity:1;transform:translate(0)}.drawerLinks a:active,.drawerLinks a:hover{background:#a78bfa1f}.drawerFoot{display:flex;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.drawerFoot a{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#f4f6ffbf;font-size:13px}@media(prefers-reduced-motion:reduce){.drawerOverlay,.drawer,.drawerLinks a{transition:none}}.brandLogo{width:40px;height:40px;border-radius:12px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);padding:6px}.brandName{font-weight:850;letter-spacing:-.2px}.nav{display:flex;gap:16px;color:#f4f6ffc7;font-size:14px}.navMenu{position:relative}.navMenu summary{list-style:none;min-width:180px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f4f6ffe6;font-size:14px;cursor:pointer;text-align:center}.navMenu summary::-webkit-details-marker{display:none}.navMenu[open] summary{border-color:#a78bfacc;box-shadow:0 0 0 3px #a78bfa33}.navMenuList{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;padding:10px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#090b16f5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:grid;gap:6px;z-index:40}.navMenuList a{padding:8px 10px;border-radius:10px;color:#f4f6ffdb;transition:background .2s ease,color .2s ease}.navMenuList a:hover{background:#ffffff14;color:#f4f6ff}.cta{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f4f6ff;font-size:14px}.hero{padding-top:84px;min-height:100vh;display:flex;align-items:center}@keyframes heroRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes heroDeviceIn{0%{opacity:0;transform:translateY(34px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.heroLeft>*{opacity:0;animation:heroRise .76s cubic-bezier(.22,1,.36,1) forwards}.heroLeft>*:nth-child(1){animation-delay:80ms}.heroLeft>*:nth-child(2){animation-delay:.16s}.heroLeft>*:nth-child(3){animation-delay:.26s}.heroLeft>*:nth-child(4){animation-delay:.36s}.heroLeft>*:nth-child(5){animation-delay:.46s}.heroRight{opacity:0;animation:heroDeviceIn .9s cubic-bezier(.22,1,.36,1) .3s forwards}@media(prefers-reduced-motion:reduce){.heroLeft>*,.heroRight{opacity:1;animation:none}}.heroInner{max-width:1180px;width:100%;margin:0 auto;padding:56px 22px;display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.heroBrandRow{display:flex;align-items:center;gap:16px;margin-top:16px}.heroLogoBig{width:78px;height:78px;border-radius:22px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);padding:10px}.heroDevices{position:relative;width:560px;height:860px}.heroDevicesSingle{display:flex;align-items:center;justify-content:center}.heroDevicesSingle .heroIpad,.heroDevicesSingle .heroIphone{position:static;transform:none;opacity:1}.heroIpad{position:absolute;left:0;top:0;transform:scale(.92);transform-origin:top left;opacity:.92}.heroIphone{position:absolute;right:0;bottom:0}.heroPill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f4f6ffc7;font-size:13px;letter-spacing:.5px}.heroTitle{margin:18px 0 0;font-family:var(--font-display);font-weight:560;font-size:58px;line-height:1.08;letter-spacing:-.5px}.heroTitle em{font-style:italic;background:linear-gradient(120deg,#c4b0fc,#f2c57c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.heroSubtitle{margin:14px 0 0;font-size:18px;line-height:1.5;color:#f4f6ffbd;max-width:620px}.heroActions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.primary,.secondary{border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:12px 14px;font-weight:700;cursor:pointer}.primary{background:linear-gradient(135deg,#a78bfae6,#f2c57cbf);color:#050711}.secondary{background:#ffffff0f;color:#f4f6ff}.heroMeta{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap;color:#f4f6ffad;font-size:14px}.heroMeta span{padding:8px 10px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}.heroStoreNote{margin-top:18px;display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:#f4f6ffd9;font-size:13.5px;letter-spacing:.2px}.heroStoreIcon{width:16px;height:16px;flex:none;opacity:.9}.scene{display:block;padding:0;position:relative;scroll-margin-top:88px}.sceneInner{max-width:1180px;width:100%;margin:0 auto;padding:96px 22px;display:grid;grid-template-columns:1fr 460px;gap:48px;align-items:center}.sceneInner.flip{grid-template-columns:460px 1fr}.sceneInner.flip .sceneLeft{order:2}.sceneInner.flip .sceneRight{order:1;justify-self:start}.sceneInner.single{grid-template-columns:1fr}.eyebrow{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f4f6ffb8;font-size:12px;letter-spacing:2px;text-transform:uppercase}.sceneTitle{margin:14px 0 0;font-family:var(--font-display);font-weight:560;font-size:44px;line-height:1.12;letter-spacing:-.4px}.sceneSubtitle{margin:12px 0 0;font-size:18px;line-height:1.55;color:#f4f6ffbd;max-width:720px}.sceneLeft,.sceneRight{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.sceneRight{transition-delay:.12s}.sceneLeft.in,.sceneRight.in{opacity:1;transform:translateY(0)}.sceneLeft .eyebrow,.sceneLeft .sceneTitle,.sceneLeft .sceneSubtitle,.sceneLeft .bulletGrid,.sceneLeft .faqGrid{opacity:0;transform:translateY(18px);transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1)}.sceneLeft.in .eyebrow{opacity:1;transform:none;transition-delay:60ms}.sceneLeft.in .sceneTitle{opacity:1;transform:none;transition-delay:.14s}.sceneLeft.in .sceneSubtitle{opacity:1;transform:none;transition-delay:.22s}.sceneLeft.in .bulletGrid,.sceneLeft.in .faqGrid{opacity:1;transform:none;transition-delay:.32s}@media(prefers-reduced-motion:reduce){.sceneLeft,.sceneRight,.sceneLeft .eyebrow,.sceneLeft .sceneTitle,.sceneLeft .sceneSubtitle,.sceneLeft .bulletGrid,.sceneLeft .faqGrid{opacity:1;transform:none;transition:none}}.bulletGrid{margin-top:16px;max-width:720px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.bulletCard{padding:14px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);display:flex;gap:10px;align-items:flex-start;transition:background .26s ease,border-color .26s ease,transform .26s ease}.bulletCard:hover{background:#ffffff17;border-color:#a78bfa66;transform:translateY(-2px)}.dot{width:8px;height:8px;border-radius:999px;margin-top:7px;flex:0 0 auto}.bulletText{color:#f4f6ffbd;font-size:15px;line-height:1.35}.phoneOuter{width:390px;height:800px;padding:18px;border-radius:42px;position:relative;margin-left:0}.phoneTop{position:absolute;left:18px;right:18px;top:16px;height:30px;display:flex;align-items:center;justify-content:center;gap:10px;color:#f4f6ffb8;font-size:12px;letter-spacing:.8px;text-transform:uppercase}.notch{width:92px;height:20px;border-radius:12px;background:#00000059;border:1px solid rgba(255,255,255,.14)}.phoneLabel{margin-left:6px}.phoneInner{position:absolute;inset:60px 18px 18px;border-radius:28px;overflow:hidden;background:#00000059;border:1px solid rgba(255,255,255,.14)}.phoneImg{width:100%;height:100%;object-fit:cover}.phoneGallery{width:100%;height:100%;position:relative}.phoneVideo{display:block;background:#17141f}.phoneGalleryImg{position:absolute;inset:0;will-change:opacity;transition:opacity var(--fade-ms, .9s) ease-in-out}.phoneGalleryImg.base{opacity:1}.phoneGalleryImg.overlay{opacity:0}.phoneGalleryImg.overlay.fading{opacity:1}.phonePlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center;padding:22px;border-radius:22px;background:radial-gradient(500px 300px at 30% 20%,rgba(167,139,250,.18),transparent 60%),radial-gradient(500px 300px at 70% 60%,rgba(242,197,124,.14),transparent 60%),#ffffff0a;border:1px solid rgba(255,255,255,.14)}.phonePlaceholderTitle{font-weight:850;letter-spacing:-.2px}.phonePlaceholderBody{color:#f4f6ffbd;font-size:14px;line-height:1.35}.tabletOuter{width:520px;height:740px;padding:18px;border-radius:34px;position:relative}.tabletTop{position:absolute;left:18px;right:18px;top:14px;height:30px;display:flex;align-items:center;justify-content:center;gap:10px;color:#f4f6ffb8;font-size:12px;letter-spacing:.8px;text-transform:uppercase}.tabletCam{width:56px;height:10px;border-radius:999px;background:#00000059;border:1px solid rgba(255,255,255,.14)}.tabletLabel{margin-left:6px}.tabletInner{position:absolute;inset:56px 18px 18px;border-radius:22px;overflow:hidden;background:#00000059;border:1px solid rgba(255,255,255,.14)}@keyframes tapPulse{0%{transform:translate(-50%,-50%) scale(.55);opacity:0}15%{opacity:.9}to{transform:translate(-50%,-50%) scale(1.55);opacity:0}}.tapPulse{position:absolute;left:50%;top:50%;width:44px;height:44px;border-radius:999px;border:2px solid rgba(242,197,124,.85);animation:tapPulse .9s ease-out 1 forwards}.tapDot{position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:999px;background:#f2c57cf2;transform:translate(-50%,-50%);box-shadow:0 0 22px #f2c57c59}.footer{padding:34px 0;border-top:1px solid rgba(255,255,255,.12);background:#05071159}.footerInner{max-width:1180px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.footerLinks{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.footerLinks a{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#f4f6ffbd;font-size:14px;transition:background .22s ease,border-color .22s ease,color .22s ease}.footerLinks a:hover{background:#ffffff1a;border-color:#a78bfa73;color:#f4f6ff}.faq{padding:46px 0}.faqGrid{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:960px}.faqItem{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px;transition:background .26s ease,border-color .26s ease}.faqItem:hover{background:#ffffff14}.faqItem[open]{border-color:#a78bfa73;background:#a78bfa12}.faqItem[open] p{animation:heroRise .42s cubic-bezier(.22,1,.36,1)}.faqItem summary{cursor:pointer;font-weight:750;color:#f4f6ffe0;list-style:none}.faqItem summary::-webkit-details-marker{display:none}.faqItem p{margin:10px 0 0;color:#f4f6ffbd;line-height:1.45}.footerBrand{display:flex;align-items:center;gap:12px}.muted{color:#f4f6ffb8}@media(max-width:980px){.nav{display:flex}.heroInner,.sceneInner{grid-template-columns:1fr}.sceneRight,.sceneInner.flip .sceneRight{display:flex;justify-content:center;justify-self:stretch}.heroDevices{width:100%;height:860px}.sceneInner{padding:64px 22px}.sceneInner.flip{grid-template-columns:1fr}.sceneInner.flip .sceneLeft{order:1}.sceneInner.flip .sceneRight{order:2}.faqGrid{grid-template-columns:1fr}}@media(max-width:720px){.desktopNav{display:none}.menuButton{display:flex}.topbarInner{padding:10px 16px;flex-direction:row;align-items:center;gap:12px}.brand{min-width:unset}.brandLogo{width:34px;height:34px}.brandName{font-size:15px}.scene{scroll-margin-top:68px}.heroInner{padding:44px 20px 32px;gap:28px}.heroTitle{font-size:36px;line-height:1.12}.heroSubtitle{font-size:16px}.heroDevices{height:auto}.phoneOuter{width:min(320px,86vw);height:auto;aspect-ratio:39 / 80}.tabletOuter{width:min(420px,90vw);height:auto;aspect-ratio:52 / 74}.sceneInner{padding:72px 20px;gap:34px}.scene+.scene .sceneInner{border-top:1px solid rgba(255,255,255,.06)}.sceneRight{justify-content:center}.sceneTitle{font-size:32px}.sceneSubtitle{font-size:16px}.bulletGrid{grid-template-columns:1fr}.bulletCard{padding:13px 14px}.heroMeta span{font-size:12px}}@media(max-width:520px){.heroDevices{height:640px}.phoneOuter{width:min(280px,88vw);height:auto;aspect-ratio:39 / 80;padding:14px}.phoneInner{inset:52px 14px 14px}.tabletOuter{width:min(320px,92vw);height:auto;aspect-ratio:52 / 74}.sceneTitle{font-size:30px}.heroTitle{font-size:32px}}
