.moso-landing{--orange:#F36F23;--orange-hover:#d95d1a;--orange-press:#c2500f;--orange-light:#FFF0E2;--orange-tint:#FFF7ED;--cream:#FFF9EE;--white:#FFFFFF;--ink:#161412;--ink-soft:#2B2926;--body:#54504A;--muted:#8A857D;--line:#F0EDE7;--line-strong:#E4E0D7;--dark:#1A1813;--dark-soft:#232019;--radius-sm:8px;--radius:12px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 1px 2px rgba(30,22,12,.04);--shadow:0 12px 40px -20px rgba(30,22,12,.12);--shadow-lg:0 40px 90px -50px rgba(30,22,12,.30);--ring:0 0 0 4px rgba(243,111,35,.12);--maxw:1300px;--ease:cubic-bezier(.4,0,.2,1);--accent:var(--orange);--accent-hover:var(--orange-hover)}.moso-landing,.moso-landing *{box-sizing:border-box}.moso-landing{scroll-behavior:smooth;margin:0;font-family:var(--font-mkt-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.6;color:var(--body);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.moso-landing .display,.moso-landing h1,.moso-landing h2,.moso-landing h3,.moso-landing h4{font-family:var(--font-mkt-head),sans-serif;color:var(--ink);margin:0;letter-spacing:-.025em;line-height:1.1;font-weight:700;text-wrap:balance}.moso-landing p{margin:0}.moso-landing a{color:inherit;text-decoration:none}.moso-landing img{display:block;max-width:100%}.moso-landing button{font-family:inherit;cursor:pointer}.moso-landing .wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(24px,4vw,56px)}.moso-landing .eyebrow{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--orange)}.moso-landing .eyebrow:before{content:"";width:26px;height:2px;background:var(--orange);border-radius:2px}.moso-landing .eyebrow.on-dark{color:#F8B27E}.moso-landing .eyebrow.on-dark:before{background:#F8B27E}.moso-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:15px;letter-spacing:.01em;padding:14px 24px;border-radius:10px;border:1px solid transparent;transition:all .18s var(--ease);white-space:nowrap}.moso-landing .btn svg{width:18px;height:18px}.moso-landing .btn-primary{background:var(--accent);color:#fff;box-shadow:none}.moso-landing .btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 22px -10px rgba(243,111,35,.5)}.moso-landing .btn-ghost{background:var(--white);color:var(--ink);border-color:var(--line-strong)}.moso-landing .btn-ghost:hover{border-color:var(--ink);background:#fff}.moso-landing .btn-ghost.on-dark{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.22)}.moso-landing .btn-ghost.on-dark:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.4)}.moso-landing .btn-lg{padding:17px 30px;font-size:16px}.moso-landing .nav{position:sticky;top:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease),backdrop-filter .25s var(--ease)}.moso-landing .nav.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(16px) saturate(160%);border-bottom-color:var(--line);box-shadow:0 2px 20px -14px rgba(30,22,12,.4)}.moso-landing .nav-inner{max-width:100%;margin:0 auto;padding:0 clamp(24px,5vw,90px);height:74px;display:flex;align-items:center;gap:36px}.moso-landing .nav-logo{height:34px;width:auto}.moso-landing .nav-links{display:flex;align-items:center;gap:30px;margin-left:8px}.moso-landing .nav-links a{font-family:var(--font-mkt-head),sans-serif;font-weight:600;font-size:14.5px;color:var(--ink-soft);transition:color .15s var(--ease)}.moso-landing .nav-links a:hover{color:var(--orange)}.moso-landing .nav-cta{margin-left:auto;display:flex;align-items:center;gap:14px}.moso-landing .nav-cta .btn-primary{padding:9px 20px;border-radius:9px;font-size:14px}.moso-landing .nav-signin{font-family:var(--font-mkt-head),sans-serif;font-weight:600;font-size:14.5px;color:var(--ink)}.moso-landing .nav-signin:hover{color:var(--orange)}.moso-landing .nav-burger{display:none;background:none;border:none;padding:8px}.moso-landing .hero{position:relative;padding:56px 0;min-height:calc(100vh - 74px);display:flex;align-items:center;background:radial-gradient(1100px 520px at 82% -8%,var(--orange-tint) 0,rgba(255,247,237,0) 60%),linear-gradient(180deg,var(--cream) 0,#fff 92%);overflow:hidden}.moso-landing .hero>.wrap{width:100%;max-width:100%;padding:0 clamp(24px,5vw,90px)}.moso-landing .hero-grid{display:grid;grid-template-columns:1.02fr 1.18fr;gap:56px;align-items:center}.moso-landing .hero h1{font-size:clamp(40px,5.2vw,62px);margin:22px 0 0}.moso-landing .hero h1 .accent{color:var(--orange)}.moso-landing .hero-sub{font-size:19px;line-height:1.55;color:var(--body);margin:24px 0 0;max-width:30em}.moso-landing .hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.moso-landing .hero-note{display:flex;align-items:center;gap:18px;margin-top:26px;font-size:14px;color:var(--muted)}.moso-landing .hero-note span{display:inline-flex;align-items:center;gap:7px}.moso-landing .hero-note svg{width:16px;height:16px;color:var(--orange)}.moso-landing.hero-centered .hero-grid{grid-template-columns:1fr;text-align:center;gap:44px}.moso-landing.hero-centered .hero-text{max-width:760px;margin:0 auto}.moso-landing.hero-centered .hero-sub{margin-left:auto;margin-right:auto}.moso-landing.hero-centered .hero-actions,.moso-landing.hero-centered .hero-note{justify-content:center}.moso-landing.hero-centered .hero-visual{max-width:980px;margin:0 auto}.moso-landing .mock{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.moso-landing .mock-bar{display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid var(--line);background:#fff}.moso-landing .mock-dots{display:flex;gap:7px}.moso-landing .mock-dots i{width:11px;height:11px;border-radius:50%;background:var(--line-strong)}.moso-landing .mock-url{margin-left:12px;flex:1;max-width:340px;height:26px;border-radius:7px;background:var(--cream);border:1px solid var(--line);display:flex;align-items:center;padding:0 12px;font-size:11.5px;color:var(--muted);font-family:var(--font-mkt-body),sans-serif}.moso-landing .mock-url svg{width:12px;height:12px;margin-right:6px;color:var(--orange)}.moso-landing .app{display:grid;grid-template-columns:188px 1fr;background:var(--cream);font-family:var(--font-mkt-body),sans-serif;min-height:360px}.moso-landing .app-top{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:12px 18px;background:#fff;border-bottom:1px solid var(--line)}.moso-landing .app-logo{height:22px}.moso-landing .app-search{flex:1;max-width:280px;height:32px;border-radius:8px;background:var(--cream);border:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 11px;font-size:12px;color:var(--muted)}.moso-landing .app-search svg{width:13px;height:13px}.moso-landing .app-user{margin-left:auto;display:flex;align-items:center;gap:9px}.moso-landing .app-ava{width:30px;height:30px;border-radius:50%;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:11px;font-family:var(--font-mkt-head)}.moso-landing .app-user b{font-size:12px;color:var(--ink);font-family:var(--font-mkt-head);font-weight:700;display:block;line-height:1.2}.moso-landing .app-user small{font-size:10.5px;color:var(--muted)}.moso-landing .app-side{padding:16px 12px;border-right:1px solid var(--line);background:#fff}.moso-landing .app-side .sec{font-size:9.5px;letter-spacing:.12em;color:var(--muted);font-family:var(--font-mkt-head);font-weight:700;margin:0 0 8px 8px}.moso-landing .nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;margin-bottom:2px;font-size:13px;color:var(--ink-soft);font-weight:700}.moso-landing .nav-item svg{width:16px;height:16px;color:var(--muted)}.moso-landing .nav-item.active{background:var(--orange-light);color:var(--orange)}.moso-landing .nav-item.active svg{color:var(--orange)}.moso-landing .nav-item .badge{margin-left:auto;background:var(--orange);color:#fff;font-size:10px;font-weight:900;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.moso-landing .app-main{padding:20px 22px}.moso-landing .app-h{font-family:var(--font-mkt-head);font-weight:800;font-size:22px;color:var(--ink);letter-spacing:-.02em}.moso-landing .app-subh{font-size:12.5px;color:var(--muted);margin-top:3px}.moso-landing .app-head-row{display:flex;align-items:flex-start}.moso-landing .app-head-row .pill{margin-left:auto;align-self:center;background:var(--orange);color:#fff;font-family:var(--font-mkt-head);font-weight:700;font-size:11.5px;padding:8px 13px;border-radius:9px;display:inline-flex;align-items:center;gap:6px}.moso-landing .app-head-row .pill svg{width:13px;height:13px}.moso-landing .card{background:#fff;border:1px solid var(--line);border-radius:13px;margin-top:16px;overflow:hidden}.moso-landing .card-h{display:flex;align-items:baseline;justify-content:space-between;padding:14px 16px 10px}.moso-landing .card-h b{font-family:var(--font-mkt-head);font-weight:800;font-size:14px;color:var(--ink)}.moso-landing .card-h .link{font-size:11px;color:var(--orange);font-weight:700;font-family:var(--font-mkt-head)}.moso-landing .task{display:flex;align-items:center;gap:11px;padding:10px 16px;border-top:1px solid var(--line)}.moso-landing .task .ic{width:26px;height:26px;border-radius:50%;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.moso-landing .task .ic svg{width:14px;height:14px;color:var(--orange)}.moso-landing .task .tt{font-size:12.5px;font-weight:700;color:var(--ink);font-family:var(--font-mkt-body)}.moso-landing .task .ts{font-size:11px;color:var(--muted)}.moso-landing .task .due{margin-left:auto;font-size:11px;font-weight:700;font-family:var(--font-mkt-head)}.moso-landing .due.over{color:#DC2626}.moso-landing .due.today{color:var(--orange)}.moso-landing .float{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:13px 15px;display:flex;align-items:center;gap:11px;font-family:var(--font-mkt-body)}.moso-landing .float .fic{width:38px;height:38px;border-radius:10px;background:var(--orange-light);display:flex;align-items:center;justify-content:center}.moso-landing .float .fic svg{width:20px;height:20px;color:var(--orange)}.moso-landing .float b{font-family:var(--font-mkt-head);font-weight:800;font-size:19px;color:var(--ink);display:block;line-height:1}.moso-landing .float small{font-size:11.5px;color:var(--muted)}.moso-landing .hero-visual{position:relative;padding:38px 28px 0 0}.moso-landing .hero-photo{position:absolute;top:0;right:0;width:74%;height:56%;min-height:250px;border-radius:22px;overflow:hidden;z-index:0;box-shadow:var(--shadow-lg);background:var(--orange-tint)}.moso-landing .hero-visual .mock{position:relative;z-index:2;width:90%;margin-top:58px}.moso-landing .hero-visual .float-1{z-index:3}.moso-landing .hero-visual .float-2{z-index:3;top:12px;right:8px}.moso-landing .float-1{bottom:-26px;left:-34px}.moso-landing .float-2{top:30px;right:-30px}.moso-landing .stats{background:var(--dark);color:#fff;padding:30px 0}.moso-landing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.moso-landing .stat{text-align:center}.moso-landing .stat b{font-family:var(--font-mkt-head);font-weight:800;font-size:44px;color:#fff;letter-spacing:-.03em;display:block;line-height:1}.moso-landing .stat b .u{color:var(--orange)}.moso-landing .stat span{font-size:14px;color:#B8B1A4;margin-top:8px;display:block}.moso-landing .stat+.stat{border-left:1px solid rgba(255,255,255,.1)}.moso-landing section{position:relative}.moso-landing .section{padding:132px 0}.moso-landing .section.cream{background:var(--cream)}.moso-landing .section-head{max-width:720px;margin:0 0 72px}.moso-landing .section-head.center{margin-left:auto;margin-right:auto;text-align:center}.moso-landing .section-head h2{font-size:clamp(30px,3.6vw,46px);margin:22px 0 0}.moso-landing .section-head p{font-size:18px;margin-top:20px;color:var(--body);line-height:1.6}.moso-landing .bento{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.moso-landing .feat{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.moso-landing .feat:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--line-strong)}.moso-landing .feat .fi{width:48px;height:48px;border-radius:12px;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.moso-landing .feat .fi svg{width:24px;height:24px}.moso-landing .feat h3{font-size:19px;font-weight:700}.moso-landing .feat p{margin-top:9px;font-size:14.5px;line-height:1.55}.moso-landing .feat .tag{display:inline-block;margin-top:14px;font-family:var(--font-mkt-head);font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--orange)}.moso-landing .feat.span-3{grid-column:span 3}.moso-landing .feat.span-2{grid-column:span 2}.moso-landing .feat.span-6{grid-column:span 6;display:grid;grid-template-columns:1fr 1.1fr;gap:36px;align-items:center;padding:0;overflow:hidden}.moso-landing .feat.span-6 .copy{padding:40px 8px 40px 40px}.moso-landing .feat.span-6 .copy h3{font-size:26px}.moso-landing .feat.span-6 .copy p{font-size:16px}.moso-landing .feat-mini-mock{align-self:stretch;background:var(--cream);border-left:1px solid var(--line);padding:26px;display:flex;align-items:center}.moso-landing .pipe{width:100%;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.moso-landing .pipe-row{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr;gap:8px;padding:12px 16px;align-items:center;border-top:1px solid var(--line);font-family:var(--font-mkt-body)}.moso-landing .pipe-row.head{border-top:none;font-family:var(--font-mkt-head);font-weight:700;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--cream)}.moso-landing .pipe-row .addr{font-size:12.5px;font-weight:700;color:var(--ink)}.moso-landing .pipe-row .city{font-size:10.5px;color:var(--muted)}.moso-landing .pipe-row .price{font-family:var(--font-mkt-head);font-weight:800;font-size:13px;color:var(--ink)}.moso-landing .stage{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;font-family:var(--font-mkt-head);padding:4px 9px;border-radius:20px}.moso-landing .stage:before{content:"";width:7px;height:7px;border-radius:50%}.moso-landing .stage.uc{background:#FFF0E2;color:#c2500f}.moso-landing .stage.uc:before{background:var(--orange)}.moso-landing .stage.act{background:#E0EDFF;color:#1d4ed8}.moso-landing .stage.act:before{background:#3B82F6}.moso-landing .stage.cl{background:#DCFCE7;color:#15803d}.moso-landing .stage.cl:before{background:#22C55E}.moso-landing .showcase-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}.moso-landing .showcase-grid.flip .showcase-text{order:2}.moso-landing .feature-list{margin-top:28px;display:flex;flex-direction:column;gap:18px}.moso-landing .fl-item{display:flex;gap:14px;align-items:flex-start}.moso-landing .fl-item .chk{width:26px;height:26px;border-radius:8px;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.moso-landing .fl-item .chk svg{width:15px;height:15px}.moso-landing .fl-item b{font-family:var(--font-mkt-head);font-weight:700;font-size:16px;color:var(--ink);display:block}.moso-landing .fl-item p{font-size:14.5px;margin-top:2px}.moso-landing .tx-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:18px}.moso-landing .tx-stat{border:1px solid var(--line);border-radius:11px;padding:13px 14px}.moso-landing .tx-stat .d{width:9px;height:9px;border-radius:50%;margin-bottom:9px}.moso-landing .tx-stat b{font-family:var(--font-mkt-head);font-weight:800;font-size:26px;color:var(--ink);display:block;line-height:1}.moso-landing .tx-stat span{font-size:11px;color:var(--muted);margin-top:4px;display:block}.moso-landing .logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.moso-landing .logo-cell{height:92px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s var(--ease);font-family:var(--font-mkt-head);font-weight:700;font-size:16px;color:var(--ink-soft)}.moso-landing .logo-cell:hover{border-color:var(--orange);color:var(--orange);box-shadow:var(--shadow-sm)}.moso-landing .human{background:var(--dark);color:#fff;overflow:hidden}.moso-landing .human-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}.moso-landing .human-copy{padding:96px 64px 96px 0}.moso-landing .human-copy h2{color:#fff;font-size:clamp(30px,3.4vw,42px)}.moso-landing .human-copy p{color:#C9C2B6;font-size:18px;margin-top:20px}.moso-landing .human-photo{position:relative;min-height:540px;background:#26221B}.moso-landing .human-photo image-slot{position:absolute;inset:0;width:100%;height:100%;background:#EDE7DC}.moso-landing .quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.moso-landing .quote{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px;display:flex;flex-direction:column}.moso-landing .quote .stars{color:var(--orange);display:flex;gap:2px;margin-bottom:16px}.moso-landing .quote .stars svg{width:17px;height:17px}.moso-landing .quote p{font-size:16.5px;line-height:1.55;color:var(--ink-soft);flex:1}.moso-landing .quote .who{display:flex;align-items:center;gap:13px;margin-top:22px}.moso-landing .quote .who image-slot{width:46px;height:46px;border-radius:50%;flex-shrink:0}.moso-landing .quote .who b{font-family:var(--font-mkt-head);font-weight:700;font-size:14.5px;color:var(--ink);display:block}.moso-landing .quote .who small{font-size:13px;color:var(--muted)}.moso-landing .faq{max-width:820px;margin:0 auto}.moso-landing .faq-item{border-bottom:1px solid var(--line)}.moso-landing .faq-q{width:100%;background:none;border:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 4px;font-family:var(--font-mkt-head);font-weight:700;font-size:19px;color:var(--ink)}.moso-landing .faq-q .pm{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line-strong);display:flex;align-items:center;justify-content:center;transition:all .2s var(--ease)}.moso-landing .faq-q .pm svg{width:15px;height:15px;color:var(--ink);transition:transform .25s var(--ease)}.moso-landing .faq-item.open .faq-q .pm{background:var(--orange);border-color:var(--orange)}.moso-landing .faq-item.open .faq-q .pm svg{color:#fff;transform:rotate(45deg)}.moso-landing .faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.moso-landing .faq-a p{padding:0 4px 26px;font-size:16px;line-height:1.6;max-width:90%}.moso-landing .cta{background:radial-gradient(700px 360px at 18% 10%,rgba(255,255,255,.16),transparent 60%),linear-gradient(120deg,var(--orange) 0,#E85D14 55%,#d24f0c 100%);color:#fff;border-radius:var(--radius-xl);padding:72px 64px;text-align:center;position:relative;overflow:hidden}.moso-landing .cta h2{color:#fff;font-size:clamp(32px,4vw,50px)}.moso-landing .cta p{color:rgba(255,255,255,.9);font-size:19px;margin:20px auto 0;max-width:30em}.moso-landing .cta-actions{display:flex;gap:14px;justify-content:center;margin-top:36px;flex-wrap:wrap}.moso-landing .cta .btn-primary{background:#fff;color:var(--orange);box-shadow:0 10px 30px -10px rgba(0,0,0,.3)}.moso-landing .cta .btn-primary:hover{background:#fff;color:var(--orange-hover)}.moso-landing .cta-ring{display:none}.moso-landing .footer{background:var(--dark);color:#C9C2B6;padding:72px 0 36px}.moso-landing .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.moso-landing .footer-logo{height:30px;margin-bottom:18px}.moso-landing .footer-blurb{font-size:14.5px;line-height:1.6;max-width:26em;color:#9C958A}.moso-landing .footer h5{font-family:var(--font-mkt-head);font-weight:700;font-size:13px;letter-spacing:.04em;color:#fff;margin:0 0 16px}.moso-landing .footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.moso-landing .footer ul a{font-size:14px;color:#9C958A;transition:color .15s}.moso-landing .footer ul a:hover{color:var(--orange)}.moso-landing .footer-bottom{margin-top:56px;padding-top:26px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:#7E776C}.moso-landing .footer-bottom .legal{display:flex;gap:24px}.moso-landing .footer-bottom a:hover{color:var(--orange)}.moso-landing .contact-section{padding:96px 0 110px;background:var(--white)}.moso-landing .contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:88px;align-items:start}.moso-landing .contact-eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--orange)}.moso-landing .contact-eyebrow:before{content:"";width:34px;height:2px;background:var(--orange)}.moso-landing .contact-left h1{font-size:clamp(42px,5vw,62px);margin-top:26px;line-height:1.02}.moso-landing .contact-left h1 .accent{color:var(--orange);display:block}.moso-landing .contact-info{margin-top:52px;display:flex;flex-direction:column;gap:0}.moso-landing .ci-row{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:baseline;padding:16px 0;border-top:1px solid var(--line)}.moso-landing .ci-row:first-child{border-top:none}.moso-landing .ci-row .ci-label{font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.moso-landing .ci-row .ci-val{font-size:17px;color:var(--ink-soft);font-weight:400}.moso-landing .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:30px 28px}.moso-landing .field{display:flex;flex-direction:column;gap:12px}.moso-landing .field.full{grid-column:1/-1}.moso-landing .field label{font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.moso-landing .field input,.moso-landing .field select,.moso-landing .field textarea{font-family:var(--font-mkt-body),sans-serif;font-size:17px;color:var(--ink);border:none;border-bottom:1.5px solid var(--line-strong);background:transparent;padding:8px 2px;outline:none;transition:border-color .18s var(--ease);border-radius:0}.moso-landing .field input::-moz-placeholder,.moso-landing .field textarea::-moz-placeholder{color:var(--muted)}.moso-landing .field input::placeholder,.moso-landing .field textarea::placeholder{color:var(--muted)}.moso-landing .field input:focus,.moso-landing .field select:focus,.moso-landing .field textarea:focus{border-bottom-color:var(--orange)}.moso-landing .field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238A857D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;padding-right:26px}.moso-landing .field textarea{resize:vertical;min-height:92px;line-height:1.5}.moso-landing .btn-send{grid-column:1/-1;width:100%;border:none;background:var(--orange);color:#fff;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:15px;letter-spacing:.12em;text-transform:uppercase;padding:20px;border-radius:4px;margin-top:6px;transition:background .18s var(--ease),transform .18s var(--ease)}.moso-landing .btn-send:hover{background:var(--orange-hover)}.moso-landing .btn-send:active{transform:translateY(1px)}.moso-landing .form-success{grid-column:1/-1;display:none;align-items:center;gap:10px;color:#15803d;font-weight:700;font-family:var(--font-mkt-head);font-size:14px}.moso-landing .form-success svg{width:18px;height:18px}.moso-landing .contact-form.sent .form-success{display:flex}@media (max-width:900px){.moso-landing .contact-grid{grid-template-columns:1fr;gap:56px}.moso-landing .contact-section{padding:64px 0 80px}.moso-landing .contact-form{gap:26px 20px}}@media (max-width:560px){.moso-landing .contact-form{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){.moso-landing .float{animation:mosoFloaty 5.5s ease-in-out infinite}.moso-landing .float-2{animation-duration:6.8s;animation-delay:-2.2s}@keyframes mosoFloaty{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.moso-landing .cta-ring.a{animation:mosoRingspin 44s linear infinite}.moso-landing .cta-ring.b{animation:mosoRingspin 32s linear infinite reverse}@keyframes mosoRingspin{to{transform:rotate(1turn)}}.moso-landing .ba-arrow svg{animation:mosoNudge 1.8s ease-in-out infinite}@keyframes mosoNudge{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}}.moso-landing .nav-links a{position:relative}.moso-landing .nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background:var(--orange);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .24s var(--ease)}.moso-landing .nav-links a:hover:after{transform:scaleX(1)}.moso-landing .btn-primary{position:relative}.moso-landing .btn-primary:after{content:none}.moso-landing .auth{min-height:100vh;display:grid;grid-template-columns:1.04fr 1fr}.moso-landing .auth-brand{background:var(--dark);color:#fff;padding:48px clamp(40px,5vw,84px) 56px;display:flex;flex-direction:column;position:relative;overflow:hidden}.moso-landing .auth-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(620px 420px at 110% -10%,rgba(243,111,35,.18),transparent 60%);pointer-events:none}.moso-landing .auth-brand>*{position:relative}.moso-landing .auth-brand .brand-logo{height:30px;width:auto}.moso-landing .auth-brand .ab-body{margin-top:auto;max-width:440px}.moso-landing .auth-brand h2{color:#fff;font-size:clamp(28px,2.8vw,38px);line-height:1.12}.moso-landing .auth-brand .ab-lead{color:#C9C2B6;font-size:17px;margin-top:18px;line-height:1.6}.moso-landing .auth-steps{list-style:none;padding:0;margin:34px 0 0;display:flex;flex-direction:column;gap:20px}.moso-landing .auth-steps li{display:flex;gap:15px;align-items:flex-start}.moso-landing .auth-steps .n{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.22);color:#F8B27E;display:flex;align-items:center;justify-content:center;font-family:var(--font-mkt-head);font-weight:700;font-size:13px;flex-shrink:0}.moso-landing .auth-steps b{color:#fff;font-family:var(--font-mkt-head);font-weight:700;font-size:15.5px;display:block}.moso-landing .auth-steps span{color:#9C958A;font-size:14px}.moso-landing .auth-foot{color:#7E776C;font-size:13px;margin-top:44px}.moso-landing .auth-panel{display:flex;align-items:center;justify-content:center;padding:48px clamp(24px,4vw,64px);background:#fff}.moso-landing .auth-card{width:100%;max-width:416px}.moso-landing .auth-back{font-family:var(--font-mkt-head);font-weight:600;font-size:13px;color:var(--muted);display:inline-flex;gap:7px;align-items:center;margin-bottom:30px;transition:color .15s}.moso-landing .auth-back:hover{color:var(--orange)}.moso-landing .auth-back svg{width:15px;height:15px}.moso-landing .auth-card .mark{height:30px;width:auto;margin-bottom:26px}.moso-landing .auth-card h1{font-size:clamp(28px,3vw,34px)}.moso-landing .auth-sub{color:var(--body);margin-top:12px;font-size:16px}.moso-landing .auth-form{margin-top:30px;display:flex;flex-direction:column;gap:18px}.moso-landing .auth-2col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.moso-landing .auth-field{display:flex;flex-direction:column;gap:8px}.moso-landing .auth-field label{font-family:var(--font-mkt-head);font-weight:700;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.moso-landing .auth-field input,.moso-landing .auth-field select{font-family:var(--font-mkt-body);font-size:16px;color:var(--ink);border:1px solid var(--line-strong);border-radius:10px;padding:13px 14px;background:#fff;outline:none;transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.moso-landing .auth-field input::-moz-placeholder{color:var(--muted)}.moso-landing .auth-field input::placeholder{color:var(--muted)}.moso-landing .auth-field input:focus,.moso-landing .auth-field select:focus{border-color:var(--orange);box-shadow:var(--ring)}.moso-landing .auth-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238A857D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}.moso-landing .auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px}.moso-landing .auth-check{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--body);cursor:pointer}.moso-landing .auth-check input{width:16px;height:16px;accent-color:var(--orange)}.moso-landing .auth-link{color:var(--orange);font-weight:700;font-family:var(--font-mkt-head);font-size:13px}.moso-landing .auth-link:hover{color:var(--orange-hover)}.moso-landing .auth-card .btn-primary{width:100%;padding:15px;font-size:15px;margin-top:4px}.moso-landing .auth-alt{margin-top:26px;text-align:center;font-size:14.5px;color:var(--body)}.moso-landing .auth-alt a{color:var(--orange);font-weight:700;font-family:var(--font-mkt-head)}.moso-landing .auth-terms{margin-top:18px;font-size:12.5px;color:var(--muted);line-height:1.5;text-align:center}.moso-landing .auth-terms a{color:var(--body);text-decoration:underline}.moso-landing .auth-divider{display:flex;align-items:center;gap:14px;margin:24px 0;color:var(--muted);font-size:13px}.moso-landing .auth-divider:after,.moso-landing .auth-divider:before{content:"";flex:1;height:1px;background:var(--line)}.moso-landing .btn-social{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line-strong);background:#fff;border-radius:10px;padding:13px;font-family:var(--font-mkt-head);font-weight:700;font-size:14.5px;color:var(--ink);transition:border-color .15s,background .15s}.moso-landing .btn-social:hover{border-color:var(--ink)}.moso-landing .btn-social svg{width:18px;height:18px}@media (max-width:860px){.moso-landing .auth{grid-template-columns:1fr}.moso-landing .auth-brand{display:none}.moso-landing .auth-panel{min-height:100vh}}.moso-landing.reveal-ready .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.moso-landing.reveal-ready .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.moso-landing.reveal-ready .reveal{opacity:1;transform:none;transition:none}}.moso-landing .ca-chip{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:12px;color:var(--orange);background:var(--orange-light);padding:6px 12px;border-radius:20px;letter-spacing:.01em}.moso-landing .ca-chip svg{width:14px;height:14px}.moso-landing .nav-ca{margin-left:-22px}.moso-landing .watch{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-mkt-head),sans-serif;font-weight:700;font-size:15px;color:var(--ink)}.moso-landing .watch .play{width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;transition:all .18s var(--ease)}.moso-landing .watch .play svg{width:15px;height:15px;color:var(--orange);margin-left:2px}.moso-landing .watch:hover .play{border-color:var(--orange);transform:scale(1.05);box-shadow:var(--shadow-sm)}.moso-landing .social{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.moso-landing .social-inner{display:grid;grid-template-columns:repeat(4,1fr);padding:0}.moso-landing .social-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 24px;text-align:center;position:relative}.moso-landing .social-item+.social-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:52px;background:var(--line)}.moso-landing .social-item b{font-family:var(--font-mkt-head);font-weight:700;font-size:clamp(34px,3.4vw,48px);color:var(--ink);letter-spacing:-.035em;line-height:1}.moso-landing .social-item b .u{color:var(--orange);font-size:.5em;font-weight:800;vertical-align:super;margin-left:1px}.moso-landing .social-item span{font-size:14px;color:var(--muted);margin-top:14px;letter-spacing:.005em}.moso-landing .social-item.tag b{color:var(--orange)}.moso-landing .problem{background:var(--cream)}.moso-landing .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.moso-landing .problem-body p{font-size:18px;line-height:1.65;color:var(--body);margin-top:18px}.moso-landing .problem-body p strong{color:var(--ink);font-weight:700}.moso-landing .ba{display:flex;flex-direction:column;gap:18px}.moso-landing .ba-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;position:relative}.moso-landing .ba-card .ba-label{position:absolute;top:-11px;left:22px;font-family:var(--font-mkt-head);font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:3px 12px;border-radius:20px}.moso-landing .ba-card.before .ba-label{background:#FEE2E2;color:#b91c1c}.moso-landing .ba-card.after .ba-label{background:#DCFCE7;color:#15803d}.moso-landing .ba-tabs{display:flex;flex-wrap:wrap;gap:10px}.moso-landing .ba-tab{display:inline-flex;align-items:center;gap:7px;background:var(--cream);border:1px solid var(--line-strong);border-radius:9px;padding:9px 13px;font-size:13px;font-weight:700;color:var(--ink-soft);font-family:var(--font-mkt-body)}.moso-landing .ba-tab svg{width:15px;height:15px;color:var(--muted)}.moso-landing .ba-tab.x{opacity:.55;text-decoration:line-through;text-decoration-color:#DC2626;text-decoration-thickness:1.5px}.moso-landing .ba-arrow{display:flex;align-items:center;justify-content:center;color:var(--orange)}.moso-landing .ba-arrow svg{width:26px;height:26px}.moso-landing .ba-card.after{display:flex;align-items:center;gap:16px;border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-tint)}.moso-landing .ba-hub{width:52px;height:52px;border-radius:13px;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.moso-landing .ba-hub svg{width:26px;height:26px;color:#fff}.moso-landing .ba-card.after b{font-family:var(--font-mkt-head);font-weight:800;font-size:18px;color:var(--ink);display:block}.moso-landing .ba-card.after span{font-size:14px;color:var(--body)}.moso-landing .compliance{background:var(--dark);color:#fff;overflow:hidden;position:relative}.moso-landing .compliance:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 400px at 85% -5%,rgba(243,111,35,.16),transparent 60%);pointer-events:none}.moso-landing .compliance .section-head{position:relative}.moso-landing .compliance .section-head h2{color:#fff}.moso-landing .compliance .section-head p{color:#C9C2B6}.moso-landing .comp-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.moso-landing .comp-card{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:30px 28px;transition:border-color .22s var(--ease)}.moso-landing .comp-card:hover{border-color:rgba(243,111,35,.45)}.moso-landing .comp-card .ci{width:34px;height:34px;color:var(--orange);display:flex;align-items:center;justify-content:flex-start;margin-bottom:22px}.moso-landing .comp-card .ci svg{width:28px;height:28px}.moso-landing .comp-card h3{color:#fff;font-size:18px;font-weight:700;line-height:1.2}.moso-landing .comp-card p{color:#B8B1A4;font-size:14px;line-height:1.55;margin-top:10px}.moso-landing .comp-card .forms{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.moso-landing .comp-card .forms span{font-family:var(--font-mkt-head);font-weight:700;font-size:10.5px;letter-spacing:.03em;color:#F8B27E;background:rgba(243,111,35,.12);border:1px solid rgba(243,111,35,.22);padding:3px 8px;border-radius:6px}.moso-landing .disclaimer{position:relative;margin-top:32px;display:flex;align-items:flex-start;gap:12px;font-size:13px;line-height:1.55;color:#8E877C;max-width:760px}.moso-landing .disclaimer svg{width:17px;height:17px;color:#8E877C;flex-shrink:0;margin-top:2px}.moso-landing .disclaimer b{color:#C9C2B6;font-weight:700}.moso-landing .fblocks{display:flex;flex-direction:column;gap:96px}.moso-landing .fblock{display:grid;grid-template-columns:1fr 1.12fr;gap:60px;align-items:center}.moso-landing .fblock.flip .fblock-text{order:2}.moso-landing .fblock-text .num{font-family:var(--font-mkt-head);font-weight:800;font-size:14px;color:var(--orange);display:inline-flex;align-items:center;gap:9px}.moso-landing .fblock-text .num:before{content:"";width:28px;height:2px;background:var(--orange)}.moso-landing .fblock-text h3{font-size:clamp(24px,2.7vw,32px);margin-top:16px}.moso-landing .fblock-text p{font-size:17px;line-height:1.6;margin-top:16px;max-width:32em}.moso-landing .fblock-text .mini-feats{display:flex;flex-direction:column;gap:12px;margin-top:22px}.moso-landing .fblock-text .mini-feats div{display:flex;gap:11px;align-items:center;font-size:15px;color:var(--ink-soft);font-weight:700;font-family:var(--font-mkt-body)}.moso-landing .fblock-text .mini-feats svg{width:18px;height:18px;color:var(--orange);flex-shrink:0}.moso-landing .fblock-visual .mock{box-shadow:var(--shadow)}.moso-landing .surface{background:var(--cream);padding:22px}.moso-landing .srow{background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px 15px;display:flex;align-items:center;gap:12px;margin-bottom:10px}.moso-landing .srow:last-child{margin-bottom:0}.moso-landing .srow .si{width:34px;height:34px;border-radius:9px;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.moso-landing .srow .si svg{width:17px;height:17px}.moso-landing .srow .st{font-family:var(--font-mkt-body);font-size:13.5px;font-weight:700;color:var(--ink)}.moso-landing .srow .ss{font-size:12px;color:var(--muted)}.moso-landing .srow .sr{margin-left:auto;font-family:var(--font-mkt-head);font-weight:800;font-size:13px}.moso-landing .srow .chipy{margin-left:auto;font-family:var(--font-mkt-head);font-weight:700;font-size:10.5px;padding:4px 9px;border-radius:20px}.moso-landing .bar{height:7px;border-radius:4px;background:var(--line);overflow:hidden}.moso-landing .bar>i{display:block;height:100%;background:var(--orange);border-radius:4px}.moso-landing .split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.moso-landing .split-col{border:1px solid var(--line);border-radius:var(--radius-lg);padding:38px;background:#fff}.moso-landing .split-col.broker{background:var(--dark);border-color:var(--dark);color:#fff}.moso-landing .split-col .sc-tag{font-family:var(--font-mkt-head);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.moso-landing .split-col.broker .sc-tag{color:#F8B27E}.moso-landing .split-col.agent .sc-tag{color:var(--orange)}.moso-landing .split-col h3{font-size:26px;margin-top:14px}.moso-landing .split-col.broker h3{color:#fff}.moso-landing .split-col ul{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:15px}.moso-landing .split-col li{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;line-height:1.5}.moso-landing .split-col li svg{width:20px;height:20px;flex-shrink:0;margin-top:1px}.moso-landing .split-col.agent li{color:var(--body)}.moso-landing .split-col.agent li svg{color:var(--orange)}.moso-landing .split-col.broker li{color:#C9C2B6}.moso-landing .split-col.broker li svg{color:#F8B27E}.moso-landing .sec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 40px}.moso-landing .sec-item{display:flex;gap:16px;align-items:flex-start;padding:4px 0;background:transparent}.moso-landing .sec-item .se{width:30px;height:30px;color:var(--orange);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.moso-landing .sec-item .se svg{width:24px;height:24px}.moso-landing .sec-item b{font-family:var(--font-mkt-head);font-weight:700;font-size:15.5px;color:var(--ink);display:block}.moso-landing .sec-item p{font-size:13.5px;margin-top:4px;line-height:1.5}.moso-landing .price-toggle{display:inline-flex;align-items:center;gap:4px;background:var(--cream);border:1px solid var(--line);border-radius:30px;padding:4px;margin:26px auto 0}.moso-landing .price-toggle button{border:none;background:none;font-family:var(--font-mkt-head);font-weight:700;font-size:14px;color:var(--muted);padding:9px 20px;border-radius:24px;transition:all .18s var(--ease)}.moso-landing .price-toggle button.on{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.moso-landing .price-toggle .save{font-family:var(--font-mkt-head);font-weight:700;font-size:11px;color:var(--orange);background:var(--orange-light);padding:3px 8px;border-radius:12px;margin-left:4px}.moso-landing .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.moso-landing .price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:34px 30px;display:flex;flex-direction:column}.moso-landing .price-card.pop{border-color:var(--orange);box-shadow:0 24px 60px -30px rgba(243,111,35,.5);position:relative}.moso-landing .price-card.pop .pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-family:var(--font-mkt-head);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:20px;white-space:nowrap}.moso-landing .price-card .pc-name{font-family:var(--font-mkt-head);font-weight:800;font-size:20px;color:var(--ink)}.moso-landing .price-card .pc-who{font-size:13.5px;color:var(--muted);margin-top:4px}.moso-landing .price-card .pc-price{display:flex;align-items:baseline;gap:4px;margin:24px 0 4px}.moso-landing .price-card .pc-price b{font-family:var(--font-mkt-head);font-weight:800;font-size:46px;color:var(--ink);letter-spacing:-.03em;line-height:1}.moso-landing .price-card .pc-price span{font-size:15px;color:var(--muted)}.moso-landing .price-card .pc-bill{font-size:12.5px;color:var(--muted);min-height:18px}.moso-landing .price-card .btn{width:100%;margin:24px 0}.moso-landing .price-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}.moso-landing .price-card li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;color:var(--body);line-height:1.45}.moso-landing .price-card li svg{width:18px;height:18px;color:var(--orange);flex-shrink:0;margin-top:1px}.moso-landing .price-card li b{color:var(--ink);font-weight:700}.moso-landing .price-note{text-align:center;margin-top:24px;font-size:14px;color:var(--muted)}.moso-landing .casestudy{background:var(--dark);color:#fff;border-radius:var(--radius-xl);padding:52px 56px;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center;margin-bottom:26px;overflow:hidden;position:relative}.moso-landing .casestudy .cs-quote{font-family:var(--font-mkt-head);font-weight:700;font-size:clamp(22px,2.4vw,28px);line-height:1.35;color:#fff;letter-spacing:-.01em}.moso-landing .casestudy .cs-quote .hl{color:#F8B27E}.moso-landing .casestudy .cs-who{display:flex;align-items:center;gap:13px;margin-top:24px}.moso-landing .casestudy .cs-who image-slot{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:#2E2A22}.moso-landing .casestudy .cs-who b{font-family:var(--font-mkt-head);font-weight:700;font-size:15px;color:#fff;display:block}.moso-landing .casestudy .cs-who small{font-size:13px;color:#B8B1A4}.moso-landing .cs-metrics{display:flex;flex-direction:column;gap:18px}.moso-landing .cs-metric{border-left:3px solid var(--orange);padding-left:16px}.moso-landing .cs-metric b{font-family:var(--font-mkt-head);font-weight:800;font-size:36px;color:#fff;display:block;line-height:1;letter-spacing:-.02em}.moso-landing .cs-metric span{font-size:13.5px;color:#B8B1A4;margin-top:6px;display:block}@media (max-width:980px){.moso-landing .hero-grid{grid-template-columns:1fr;gap:48px}.moso-landing .hero-text{max-width:640px}.moso-landing .hero-visual{padding:0}.moso-landing .hero-photo{display:none}.moso-landing .hero-visual .mock{width:100%;margin-top:0}.moso-landing .float-1{left:8px}.moso-landing .float-2{right:8px}.moso-landing .human-grid,.moso-landing .showcase-grid{grid-template-columns:1fr}.moso-landing .showcase-grid.flip .showcase-text{order:0}.moso-landing .human-copy{padding:64px 32px}.moso-landing .human-photo{min-height:380px}.moso-landing .feat.span-2,.moso-landing .feat.span-3{grid-column:span 3}.moso-landing .stats-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}.moso-landing .stat:nth-child(3){border-left:none}.moso-landing .quotes{grid-template-columns:1fr}.moso-landing .logo-grid{grid-template-columns:repeat(3,1fr)}.moso-landing .problem-grid{grid-template-columns:1fr;gap:44px}.moso-landing .comp-cards{grid-template-columns:repeat(2,1fr)}.moso-landing .fblock{grid-template-columns:1fr;gap:40px}.moso-landing .fblock.flip .fblock-text{order:0}.moso-landing .sec-grid,.moso-landing .split{grid-template-columns:1fr}.moso-landing .price-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.moso-landing .price-card.pop{order:-1}.moso-landing .casestudy{grid-template-columns:1fr;gap:32px;padding:40px 32px}.moso-landing .cs-metrics{flex-direction:row;flex-wrap:wrap;gap:24px}}@media (max-width:720px){.moso-landing .nav-inner,.moso-landing .wrap{padding:0 20px}.moso-landing .nav-ca,.moso-landing .nav-links,.moso-landing .nav-signin{display:none}.moso-landing .nav-burger{display:block}.moso-landing .section{padding:68px 0}.moso-landing .feat.span-6{grid-template-columns:1fr}.moso-landing .feat.span-6 .copy{padding:32px 28px 0}.moso-landing .feat-mini-mock{border-left:none;border-top:1px solid var(--line)}.moso-landing .feat.span-2,.moso-landing .feat.span-3,.moso-landing .feat.span-6{grid-column:span 6}.moso-landing .bento{grid-template-columns:1fr}.moso-landing .cta{padding:52px 28px}.moso-landing .human-copy{padding:52px 22px}.moso-landing .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.moso-landing .footer-bottom{flex-direction:column;align-items:flex-start}.moso-landing .hero h1{font-size:38px}.moso-landing .social-inner{grid-template-columns:1fr 1fr}.moso-landing .social-item{padding:34px 18px}.moso-landing .social-item:before{display:none}.moso-landing .social-item:nth-child(2n):before{display:block}.moso-landing .social-item:nth-child(3),.moso-landing .social-item:nth-child(4){border-top:1px solid var(--line)}.moso-landing .comp-cards{grid-template-columns:1fr}.moso-landing .fblocks{gap:64px}}.moso-landing .nav-mobile{display:none;flex-direction:column;gap:4px;padding:14px clamp(24px,5vw,90px) 20px;background:rgba(255,249,238,.98);backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--line);box-shadow:0 12px 24px -18px rgba(30,22,12,.4)}.moso-landing .nav-mobile a{font-family:var(--font-mkt-head),sans-serif;font-weight:600;font-size:16px;color:var(--ink-soft);padding:12px 4px;border-bottom:1px solid var(--line)}.moso-landing .nav-mobile a:last-child{border-bottom:none}.moso-landing .nav-mobile .btn-primary{margin-top:10px;color:#fff}@media (max-width:720px){.moso-landing .nav-mobile{display:flex}}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_7ef434{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_7ef434{--font-mkt-head:"Montserrat","Montserrat Fallback"}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cce080f35d014443-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39969fcf98a3026e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f97d1853053d8931-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/7ff6869a1704182a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato Fallback;src:local("Arial");ascent-override:101.03%;descent-override:21.80%;line-gap-override:0.00%;size-adjust:97.69%}.__className_2b503c{font-family:Lato,Lato Fallback;font-style:normal}.__variable_2b503c{--font-mkt-body:"Lato","Lato Fallback"}