@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");.om-home{--orange:#f60;--orange-2:#ff801a;--orange-dk:#e55a00;--blue:#007aff;--blue-dk:#0a84ff;--green:#34c759;--red:#ff3b30;--yellow:#ffd60a;--purple:#af52de;--pink:#ff6482;--teal:#30b0c7;--bg:#f7f6f4;--surface:#fff;--surface-2:#f2f1ee;--border:#e7e4de;--ink:#15110d;--ink-2:#6b645c;--ink-3:#9a938a;--d-bg:#0a0a0c;--d-surface:#15151a;--d-surface-2:#1e1e25;--d-border:hsla(0,0%,100%,.09);--d-ink:#f5f5f7;--d-ink-2:#a7a3ad;--d-ink-3:#6e6a75;--font:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",sans-serif;--mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;--maxw:1200px;--ease:cubic-bezier(0.4,0,0.2,1);--accent:var(--orange);font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:17px;line-height:1.5;overflow-x:hidden}.om-home *,.om-home :after,.om-home :before{box-sizing:border-box}.om-home a{color:inherit;text-decoration:none}.om-home img,.om-home svg{display:block}.om-home ::selection{background:var(--orange);color:#fff}.om-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.om-home .section{padding:clamp(72px,11vw,140px) 0}.om-home .section-sm{padding:clamp(48px,7vw,88px) 0}.om-home .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--orange)}.om-home .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}.om-home .center{text-align:center}.om-home .muted{color:var(--ink-2)}.om-home h1,.om-home h2,.om-home h3{margin:0;letter-spacing:-.03em;line-height:1.04;font-weight:700}.om-home h1{font-size:clamp(40px,6.4vw,80px)}.om-home h2{font-size:clamp(32px,4.4vw,56px);letter-spacing:-.028em}.om-home h3{font-size:clamp(22px,2.4vw,30px);letter-spacing:-.02em;line-height:1.15}.om-home .lead{font-size:clamp(17px,1.5vw,21px);line-height:1.55;color:var(--ink-2)}.om-home .balance{text-wrap:balance}.om-home .pretty{text-wrap:pretty}.om-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-size:16px;font-weight:600;letter-spacing:-.01em;padding:14px 22px;border-radius:13px;border:1px solid transparent;cursor:pointer;transition:transform .12s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease);white-space:nowrap}.om-home .btn:active{transform:scale(.97)}.om-home .btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 24px rgba(255,102,0,.32)}.om-home .btn-primary:hover{background:var(--orange-dk)}.om-home .btn-ghost{background:transparent;color:var(--ink);border-color:var(--border)}.om-home .btn-ghost:hover{background:var(--surface-2)}.om-home .btn-ghost-d{background:hsla(0,0%,100%,.06);color:var(--d-ink);border-color:var(--d-border)}.om-home .btn-ghost-d:hover{background:hsla(0,0%,100%,.12)}.om-home .appstore-slot{display:inline-flex;align-items:center}.om-home .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 0;transition:padding .3s var(--ease)}.om-home .nav .bar{display:flex;align-items:center;gap:18px;max-width:var(--maxw);margin:0 auto;padding:9px 9px 9px 18px;height:60px;border:1px solid transparent;border-radius:17px;transition:background .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.om-home .nav.scrolled{padding:9px 0}.om-home .nav.scrolled .bar{background:rgba(13,13,16,.72);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px);border-color:var(--d-border);box-shadow:0 10px 34px rgba(0,0,0,.3)}@media (max-width:1248px){.om-home .nav .bar{margin:0 16px}}.om-home .brand{display:flex;align-items:center;gap:11px;color:#fff}.om-home .brand .mark{width:34px;height:34px;display:block}.om-home .brand .mark svg{width:100%;height:100%}.om-home .brand .word{font-size:19px;font-weight:700;letter-spacing:-.025em}.om-home .nav-links{display:flex;gap:4px;margin:0 auto}.om-home .nav-links a{position:relative;color:rgba(245,245,247,.72);font-size:15px;font-weight:500;padding:9px 14px;border-radius:10px;transition:color .15s,background .15s}.om-home .nav-links a:hover{color:#fff;background:hsla(0,0%,100%,.06)}.om-home .nav-links a.active{color:#fff}.om-home .nav-links a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:2px;background:var(--orange)}.om-home .nav-cta{display:flex;align-items:center;gap:10px}.om-home .nav-cta .navdl{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;font-size:15px;font-weight:600;letter-spacing:-.01em;padding:10px 17px;border-radius:12px;box-shadow:0 6px 18px rgba(255,102,0,.3);transition:transform .12s var(--ease),background .15s;cursor:pointer}.om-home .nav-cta .navdl:hover{background:var(--orange-dk);transform:translateY(-1px)}.om-home .nav-cta .navdl svg{width:17px;height:17px}.om-home .nav-burger{display:none;width:42px;height:42px;border:1px solid var(--d-border);border-radius:11px;background:hsla(0,0%,100%,.05);cursor:pointer;align-items:center;justify-content:center;padding:0}.om-home .nav-burger span{position:relative;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .25s var(--ease),opacity .2s}.om-home .nav-burger span:after,.om-home .nav-burger span:before{content:"";position:absolute;left:0;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .25s var(--ease)}.om-home .nav-burger span:before{top:-6px}.om-home .nav-burger span:after{top:6px}.om-home .nav.menu-open .nav-burger span{background:transparent}.om-home .nav.menu-open .nav-burger span:before{transform:translateY(6px) rotate(45deg)}.om-home .nav.menu-open .nav-burger span:after{transform:translateY(-6px) rotate(-45deg)}.om-home .nav-sheet{max-width:var(--maxw);margin:8px 16px 0;border-radius:17px;overflow:hidden;background:rgba(13,13,16,.92);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px);border:1px solid var(--d-border);box-shadow:0 18px 44px rgba(0,0,0,.4);max-height:0;opacity:0;transform:translateY(-8px);pointer-events:none;transition:max-height .32s var(--ease),opacity .25s var(--ease),transform .25s var(--ease)}.om-home .nav.menu-open .nav-sheet{max-height:420px;opacity:1;transform:none;pointer-events:auto}.om-home .nav-sheet a{display:flex;align-items:center;justify-content:space-between;padding:15px 22px;color:var(--d-ink);font-size:16px;font-weight:500;border-bottom:1px solid var(--d-border)}.om-home .nav-sheet a:hover{background:hsla(0,0%,100%,.05)}.om-home .nav-sheet a svg{width:16px;height:16px;opacity:.4}.om-home .nav-sheet .sheet-dl{margin:14px 22px 18px;border:0;justify-content:center;gap:9px;background:var(--orange);color:#fff;border-radius:13px;font-weight:600;box-shadow:0 6px 18px rgba(255,102,0,.3)}.om-home .nav-sheet .sheet-dl svg{opacity:1}.om-home .hero{position:relative;background:var(--d-bg);color:var(--d-ink);overflow:hidden;padding-top:140px;padding-bottom:clamp(60px,8vw,110px)}.om-home .bloom{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.55;z-index:0;transform:translateZ(0)}.om-home .bloom.b1{width:620px;height:620px;background:radial-gradient(circle,rgba(255,102,0,.55),transparent 65%);top:-180px;right:-120px}.om-home .bloom.b2{width:560px;height:560px;background:radial-gradient(circle,rgba(175,82,222,.42),transparent 65%);top:120px;left:-180px}.om-home .bloom.b3{width:520px;height:520px;background:radial-gradient(circle,rgba(0,122,255,.3),transparent 65%);bottom:-220px;left:30%}.om-home .hero-grain{position:absolute;inset:0;opacity:.5;z-index:0;pointer-events:none;background-image:radial-gradient(hsla(0,0%,100%,.04) 1px,transparent 0);background-size:3px 3px}.om-home .hero .wrap{position:relative;z-index:2}.om-home .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.om-home .hero h1{color:#fff}.om-home .hero h1 .grad{background:linear-gradient(100deg,var(--orange) 0,var(--orange-2) 45%,#ffb36b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.om-home .hero-sub{margin-top:22px;max-width:520px;color:var(--d-ink-2);font-size:clamp(17px,1.4vw,20px);line-height:1.55}.om-home .hero-cta{gap:14px;margin-top:34px}.om-home .hero-cta,.om-home .hero-meta{display:flex;align-items:center;flex-wrap:wrap}.om-home .hero-meta{gap:18px;margin-top:26px;color:var(--d-ink-2);font-size:14px}.om-home .hero-meta .pip{display:inline-flex;align-items:center;gap:7px}.om-home .hero-meta .pip svg{width:15px;height:15px}.om-home .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 14px 7px 10px;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid var(--d-border);font-size:13px;font-weight:600;color:var(--d-ink);letter-spacing:.01em;margin-bottom:26px}.om-home .hero-eyebrow .tag{background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.02em}.om-home .hero-stage{position:relative;display:flex;justify-content:center;align-items:center;min-height:560px}.om-home .chip{position:absolute;z-index:4;background:rgba(21,21,26,.72);border:1px solid var(--d-border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:12px 15px;box-shadow:0 18px 40px rgba(0,0,0,.4);display:flex;align-items:center;gap:11px}.om-home .chip .ic{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none}.om-home .chip .k{font-size:11px;color:var(--d-ink-2);font-weight:600;letter-spacing:.02em}.om-home .chip .v{font-size:17px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.om-home .chip .v small{font-size:12px;font-weight:600;color:var(--green);margin-left:5px}.om-home .chip.c1{top:34px;left:-6px}.om-home .chip.c2{bottom:118px;right:-18px}.om-home .om-phone{position:relative;flex:none;background:linear-gradient(165deg,#2a2a30,#0c0c0f);border-radius:13.5%/6.2%;padding:11px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.12),0 40px 80px rgba(0,0,0,.5),0 8px 24px rgba(0,0,0,.4);transform:translateZ(0)}.om-home .om-phone-screen{position:relative;width:100%;aspect-ratio:390/844;border-radius:11.4%/5.3%;overflow:hidden;background:#000;isolation:isolate;contain:paint}.om-home .om-phone-island{position:absolute;top:2.6%;left:50%;transform:translateX(-50%);z-index:20;width:30%;height:3.4%;min-height:22px;background:#000;border-radius:999px}.om-home .om-phone-stage{position:absolute;top:0;left:0;width:390px;height:844px;transform-origin:top left;will-change:transform;backface-visibility:hidden}.om-home .om-phone-stage>*{animation:omScreenIn .5s var(--ease) both}@keyframes omScreenIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.om-home .om-phone-stage>*{animation:none}}.om-home .trust{background:var(--d-bg);color:var(--d-ink);border-top:1px solid var(--d-border)}.om-home .trust .wrap{display:flex;flex-direction:column;align-items:center;gap:26px;padding:54px 28px}.om-home .trust .lbl{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--d-ink-3)}.om-home .trust .logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 38px}.om-home .trust .logos .item{display:flex;align-items:center;gap:9px;color:var(--d-ink-2);font-size:16px;font-weight:600;opacity:.92}.om-home .trust .logos .item svg{width:22px;height:22px}.om-home .shead{max-width:760px;margin:0 auto 56px}.om-home .shead.left{margin-left:0}.om-home .shead h2{margin-top:14px}.om-home .shead p{margin-top:18px}.om-home .tour{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,90px);align-items:center;margin-bottom:clamp(72px,10vw,128px)}.om-home .tour:last-child{margin-bottom:0}.om-home .tour.flip .tour-media{order:2}.om-home .tour-media{display:flex;justify-content:center;position:relative}.om-home .tour-copy .ficon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.om-home .tour-copy h3{margin-bottom:14px}.om-home .tour-copy .lead{margin-bottom:22px}.om-home .flist{display:flex;flex-direction:column;gap:13px;margin-top:6px}.om-home .flist .fi{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;color:var(--ink);line-height:1.4}.om-home .flist .fi .ck{width:22px;height:22px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;margin-top:1px}.om-home .flist .fi .ck svg{width:13px;height:13px}.om-home .pedestal{position:relative;display:flex;justify-content:center;padding:6px}.om-home .gallery{background:var(--d-bg);color:var(--d-ink);overflow:hidden;position:relative}.om-home .gallery .bloom{opacity:.4}.om-home .grail{display:flex;gap:26px;padding:8px 28px 16px;justify-content:center;flex-wrap:wrap}.om-home .grail::-webkit-scrollbar{height:0}.om-home .grail .gitem{flex:none;text-align:center;width:264px}.om-home .grail .gitem .cap{margin-top:18px;font-size:14px;color:var(--d-ink-2);font-weight:500}.om-home .grail .gitem .cap b{color:var(--d-ink);font-weight:600;display:block;font-size:15px}@media (max-width:1180px){.om-home .grail{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-left:max(28px,calc((100vw - 1124px) / 2))}.om-home .grail .gitem{scroll-snap-align:center}}.om-home .scanmac{background:var(--surface-2);position:relative;overflow:hidden}.om-home .macwin{max-width:1000px;margin:0 auto;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 50px 100px rgba(20,15,8,.26),0 12px 30px rgba(20,15,8,.12);border:1px solid #e2dccf}.om-home .macwin .titlebar{height:40px;display:flex;align-items:center;gap:10px;padding:0 15px;background:#ece8e0;border-bottom:1px solid #dfd9cc}.om-home .macwin .lights{display:flex;gap:8px}.om-home .macwin .lights i{width:12px;height:12px;border-radius:50%;display:block}.om-home .macwin .tbtitle{font-size:13px;color:#8a8273;font-weight:600;margin:0 auto;letter-spacing:-.01em}.om-home .scanapp{display:grid;grid-template-columns:188px 1fr;height:480px;background:#f4f1ea;font-size:13px;color:#17160f}.om-home .scan-side{background:#ede9e0;border-right:1px solid #e0dbcf;padding:14px 10px;display:flex;flex-direction:column;gap:2px}.om-home .scan-site{display:flex;align-items:center;gap:8px;padding:8px 8px 12px;margin-bottom:4px}.om-home .scan-site .dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(52,199,89,.18)}.om-home .scan-site b{font-size:13.5px;font-weight:700;letter-spacing:-.01em}.om-home .scan-nav{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;color:#5f5a4e;font-weight:600;font-size:13px}.om-home .scan-nav svg{width:16px;height:16px;flex:none}.om-home .scan-nav.on{background:#fff;color:var(--ink);box-shadow:0 1px 2px rgba(0,0,0,.06)}.om-home .scan-nav .ct{margin-left:auto;font-size:11px;font-weight:700;color:#fff;background:var(--orange);border-radius:999px;padding:1px 7px}.om-home .scan-main{display:flex;flex-direction:column;min-width:0;background:#f8f6f1}.om-home .scan-toolbar{height:46px;display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid #e6e1d6;background:#f4f1ea}.om-home .scan-toolbar .h{font-size:15px;font-weight:700;letter-spacing:-.02em}.om-home .scan-chips{display:flex;gap:6px;margin-left:auto}.om-home .scan-chip{font-size:11px;font-weight:600;color:#5f5a4e;background:#fff;border:1px solid #e2dccf;border-radius:999px;padding:4px 10px}.om-home .scan-chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}.om-home .scan-row,.om-home .scan-thead{display:grid;grid-template-columns:30px 1fr 92px 70px 70px;align-items:center;gap:10px;padding:0 16px}.om-home .scan-thead{height:30px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9a9078;border-bottom:1px solid #e6e1d6}.om-home .scan-rows{overflow:hidden;flex:1}.om-home .scan-row{height:52px;border-bottom:1px solid #ebe6db}.om-home .scan-row.sel{background:#fff6ec}.om-home .scan-row .st{width:8px;height:8px;border-radius:50%;background:var(--green)}.om-home .scan-url{min-width:0}.om-home .scan-url .t{font-size:12.5px;font-weight:600;letter-spacing:-.01em}.om-home .scan-url .t,.om-home .scan-url .u{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.om-home .scan-url .u{font-size:11px;color:#9a9078;font-family:var(--mono);margin-top:2px}.om-home .scan-topic{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:5px;justify-self:start}.om-home .scan-q{font-size:12px;font-weight:800;padding:3px 0;border-radius:6px;text-align:center;font-variant-numeric:tabular-nums}.om-home .scan-pred{font-size:12px;font-weight:700;color:#5f5a4e;font-variant-numeric:tabular-nums;text-align:right}.om-home .scan-pred b{color:var(--green)}.om-home .scan-subs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.om-home .scan-sub{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:24px}.om-home .scan-sub .si{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.om-home .scan-sub h4{font-size:18px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.om-home .scan-sub p{font-size:14.5px;color:var(--ink-2);margin:0;line-height:1.5}.om-home .platnote{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink-3);padding:8px 0}.om-home .platnote svg{width:18px;height:18px}@media (max-width:860px){.om-home .scanapp{grid-template-columns:1fr;height:auto}.om-home .scan-side{display:none}.om-home .scan-rows{max-height:360px}.om-home .scan-subs{grid-template-columns:1fr;gap:14px}.om-home .scan-row,.om-home .scan-thead{grid-template-columns:24px 1fr 60px 54px}.om-home .scan-topic{display:none}}.om-home .statband{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.om-home .statband .st .n{font-size:clamp(34px,4.4vw,52px);font-weight:700;letter-spacing:-.03em;color:var(--ink);font-variant-numeric:tabular-nums}.om-home .statband .st .n .u{color:var(--orange)}.om-home .statband .st .l{font-size:15px;color:var(--ink-2);margin-top:8px;line-height:1.4}.om-home .pricing{background:var(--bg)}.om-home .pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px;align-items:stretch}.om-home .pcard{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:30px;display:flex;flex-direction:column;position:relative}.om-home .pcard.feat{border-color:var(--orange);box-shadow:0 18px 50px rgba(255,102,0,.16)}.om-home .pcard .ptag{position:absolute;top:-12px;left:30px;background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px;letter-spacing:.02em}.om-home .pcard .pname{font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-2)}.om-home .pcard .pprice{font-size:46px;font-weight:700;letter-spacing:-.03em;margin-top:16px;font-variant-numeric:tabular-nums}.om-home .pcard .pprice span{font-size:16px;font-weight:500;color:var(--ink-2);letter-spacing:0}.om-home .pcard .pdesc{color:var(--ink-2);font-size:15px;margin-top:8px;min-height:42px}.om-home .pcard .pcredits{margin-top:14px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,rgba(175,82,222,.1),rgba(0,122,255,.08));font-size:14px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:8px}.om-home .pcard ul{list-style:none;margin:20px 0 26px;padding:0;display:flex;flex-direction:column;gap:12px}.om-home .pcard li{display:flex;gap:10px;font-size:15px;color:var(--ink);align-items:flex-start;line-height:1.4}.om-home .pcard li svg{width:18px;height:18px;flex:none;margin-top:2px}.om-home .pcard .btn{margin-top:auto;width:100%}.om-home .price-note{text-align:center;margin-top:28px;font-size:13px;color:var(--ink-3);max-width:640px;margin-left:auto;margin-right:auto}.om-home .faq{max-width:820px;margin:0 auto}.om-home .faq-item{border-bottom:1px solid var(--border)}.om-home .faq-q{width:100%;text-align:left;background:none;border:0;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 4px;font-size:19px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.om-home .faq-q .pm{width:26px;height:26px;flex:none;position:relative;transition:transform .25s var(--ease)}.om-home .faq-q .pm:after,.om-home .faq-q .pm:before{content:"";position:absolute;background:var(--ink-2);border-radius:2px}.om-home .faq-q .pm:before{top:50%;left:4px;right:4px;height:2px;transform:translateY(-50%)}.om-home .faq-q .pm:after{left:50%;top:4px;bottom:4px;width:2px;transform:translateX(-50%);transition:opacity .2s,transform .25s var(--ease)}.om-home .faq-item.open .pm:after{opacity:0;transform:translateX(-50%) rotate(90deg)}.om-home .faq-a{max-height:0;overflow:hidden;transition:max-height .32s var(--ease)}.om-home .faq-a .inner{padding:0 4px 24px;color:var(--ink-2);font-size:16px;line-height:1.6;max-width:680px}.om-home .finalcta{position:relative;background:var(--d-bg);color:var(--d-ink);overflow:hidden;text-align:center}.om-home .finalcta .wrap{position:relative;z-index:2}.om-home .finalcta h2{color:#fff}.om-home .finalcta .lead{color:var(--d-ink-2);max-width:560px;margin:20px auto 0}.om-home .finalcta .hero-cta{justify-content:center}.om-home .qrbox{display:inline-flex;align-items:center;gap:16px;margin-top:40px;padding:16px;background:hsla(0,0%,100%,.05);border:1px solid var(--d-border);border-radius:20px}.om-home .qrbox .qr{width:104px;height:104px;border-radius:12px;background:#fff;padding:8px}.om-home .qrbox .qr svg{width:100%;height:100%}.om-home .qrbox .qrt{text-align:left}.om-home .qrbox .qrt b{font-size:16px;font-weight:600}.om-home .qrbox .qrt p{font-size:13px;color:var(--d-ink-2);margin:5px 0 0;max-width:180px;line-height:1.4}.om-home .footer{background:#060608;color:var(--d-ink-2);padding:64px 0 40px;border-top:1px solid var(--d-border)}.om-home .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.om-home .footer .brand{margin-bottom:16px}.om-home .footer .fdesc{font-size:14px;line-height:1.5;max-width:280px;color:var(--d-ink-3)}.om-home .footer h5{color:var(--d-ink);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 16px}.om-home .footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.om-home .footer ul a{font-size:14px;color:var(--d-ink-2);transition:color .15s}.om-home .footer ul a:hover{color:#fff}.om-home .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:54px;padding-top:26px;border-top:1px solid var(--d-border);font-size:13px;color:var(--d-ink-3);flex-wrap:wrap}.om-home .reveal{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){@keyframes omIn{0%{opacity:0}to{opacity:1}}.om-home .reveal.anim-in{animation:omIn .7s var(--ease) forwards}.om-home .reveal.d1.anim-in{animation-delay:.07s}.om-home .reveal.d2.anim-in{animation-delay:.14s}.om-home .reveal.d3.anim-in{animation-delay:.2s}.om-home .reveal.d4.anim-in{animation-delay:.26s}}@media (max-width:980px){.om-home .hero-grid{grid-template-columns:1fr;gap:30px;text-align:center}.om-home .hero-sub{margin-left:auto;margin-right:auto}.om-home .hero-cta,.om-home .hero-meta{justify-content:center}.om-home .hero-stage{min-height:auto;margin-top:14px}.om-home .tour{grid-template-columns:1fr;gap:36px}.om-home .tour.flip .tour-media{order:0}.om-home .tour-copy{text-align:left}.om-home .tour-copy .ficon{margin-left:0}.om-home .pgrid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.om-home .footer-grid{grid-template-columns:1fr 1fr}.om-home .statband{grid-template-columns:repeat(2,1fr);gap:32px 24px}.om-home .nav-links{display:none}.om-home .nav-burger{display:flex}}@media (max-width:620px){.om-home .wrap{padding:0 20px}.om-home .chip{display:none}.om-home .chip.c1,.om-home .chip.c2{display:flex}.om-home .footer-grid{grid-template-columns:1fr}.om-home .statband{grid-template-columns:1fr 1fr}.om-home .nav-cta .navdl span.dltext{display:none}.om-home .nav-cta .navdl{padding:10px 12px}}@media (min-width:981px){.om-home .nav-sheet{display:none}}