.mo-landing{--brand:#03423c;--brand-700:#052e2a;--brand-bright:#00786f;--brand-bright-100:#dff1ef;--brand-100:#e6eeed;--brand-50:#f1f6f5;--blue:#0675ef;--blue-100:#e4f0fe;--green:#00d540;--green-700:#00a832;--green-100:#e0faea;--gold:#cc8e06;--gold-100:#fbf1d9;--ink:#0a2b28;--ink-2:#5a6c6a;--ink-3:#8a9997;--surface:#f5f5f5;--surface-2:#fafaf8;--border:#e4e9e7;--border-strong:#c9d2d0;--white:#fff;--radius:0;--radius-lg:0;--radius-pill:0;--shadow-sm:0 1px 2px #03423c0f;--shadow-md:0 6px 18px #03423c14, 0 1px 2px #03423c0f;--shadow-lg:0 24px 60px #03423c24, 0 2px 6px #03423c0f;--ease:cubic-bezier(.2, .7, .2, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--white);color:var(--ink);line-height:1.55}.mo-landing img,.mo-landing svg{max-width:100%;display:block}.mo-landing a{color:var(--brand);transition:color .2s var(--ease);text-decoration:none}.mo-landing a:hover{color:var(--brand-bright)}.mo-landing .wrap{max-width:1120px;margin:0 auto;padding:0 24px}.mo-landing section{padding:88px 0}.mo-landing section.tight{padding:56px 0}.mo-landing section.surface{background:var(--surface-2)}.mo-landing h1,.mo-landing h2,.mo-landing h3{color:var(--ink);letter-spacing:-.02em;margin:0;font-family:inherit}.mo-landing h1{letter-spacing:-.03em;font-size:clamp(36px,4.6vw,56px);font-weight:800;line-height:1.05}.mo-landing h2{font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.15}.mo-landing h3{font-size:18px;font-weight:600}.mo-landing p{margin:0}.mo-landing .lead{color:var(--ink-2);max-width:640px;font-size:18px}.mo-landing .muted{color:var(--ink-2)}.mo-landing .center{text-align:center}.mo-landing .eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);background:var(--brand-100);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.mo-landing .eyebrow:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px}.mo-landing .btn{border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--ink);background:var(--white);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.mo-landing .btn:hover{box-shadow:var(--shadow-sm);color:var(--ink);transform:translateY(-1px)}.mo-landing .btn-solid{background:var(--brand-bright);color:var(--white);border-color:var(--brand-bright)}.mo-landing .btn-solid:hover{background:var(--brand);color:var(--white);border-color:var(--brand);box-shadow:var(--shadow-md)}.mo-landing .btn-lg{padding:12px 22px;font-size:15px}.mo-landing .btn-ghost{color:var(--brand);background:0 0;border-color:#0000}.mo-landing .btn-ghost:hover{background:var(--brand-50);color:var(--brand)}.mo-landing .pill{border-radius:var(--radius-pill);background:var(--surface);color:var(--ink-2);border:1px solid var(--border);align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.mo-landing .pill.green{background:var(--green-100);color:var(--green-700);border-color:#0000}.mo-landing .pill.blue{background:var(--blue-100);color:var(--blue);border-color:#0000}.mo-landing .pill.gold{background:var(--gold-100);color:var(--gold);border-color:#0000}.mo-landing .pill.brand{background:var(--brand-100);color:var(--brand);border-color:#0000}.mo-landing .pill .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.mo-landing .card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);padding:28px}.mo-landing .card.hover:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.mo-landing .row{flex-wrap:wrap;gap:24px;display:flex}.mo-landing .col{flex:1;min-width:240px}.mo-landing header{z-index:50;transition:background .25s var(--ease), border-color .25s var(--ease), backdrop-filter .25s var(--ease);background:0 0;border-bottom:1px solid #0000;position:sticky;top:0}.mo-landing header.scrolled{-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom-color:var(--border);background:#ffffffd9}.mo-landing .nav{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.mo-landing .logo{color:var(--brand)}.mo-landing .logo img,.mo-landing .logo svg{width:auto;height:48px}.mo-landing .navlinks{align-items:center;gap:26px;display:flex}@media (max-width:1220px){.mo-landing .navlinks{gap:16px}}.mo-landing .navlinks a{color:var(--ink);font-size:14px;font-weight:500}.mo-landing .navlinks a.btn-solid{color:var(--white)}.mo-landing .mobile-menu-trigger{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--white);width:34px;height:34px;color:var(--ink);cursor:pointer;justify-content:center;align-items:center;padding:0;display:none}.mo-landing .mobile-menu-trigger:hover{background:var(--brand-50)}@media (max-width:720px){.mo-landing .mobile-menu-trigger{display:inline-flex}}@keyframes mobileMenuFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileMenuSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mo-landing .mobile-menu-overlay{z-index:60;animation:mobileMenuFadeIn .15s var(--ease);background:#0a2b2866;justify-content:flex-end;display:flex;position:fixed;inset:0}.mo-landing .mobile-menu-panel{background:var(--white);width:84vw;max-width:340px;height:100%;box-shadow:var(--shadow-lg);animation:mobileMenuSlideIn .2s var(--ease);flex-direction:column;padding:20px;display:flex;overflow-y:auto}.mo-landing .mobile-menu-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mo-landing .mobile-menu-title{color:var(--ink);font-weight:700}.mo-landing .mobile-menu-head button{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--white);width:36px;height:36px;color:var(--ink);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.mo-landing .mobile-menu-head button:hover{background:var(--brand-50)}.mo-landing .mobile-menu-links{flex-direction:column;gap:2px;margin-bottom:24px;display:flex}.mo-landing .mobile-menu-links a{border-bottom:1px solid var(--border);color:var(--ink);padding:12px 4px;font-size:15px;font-weight:500}.mo-landing .mobile-menu-cta{flex-direction:column;gap:10px;margin-top:auto;display:flex}.mo-landing .mobile-menu-cta .btn{justify-content:center;width:100%}.mo-landing .navlinks a:not(.btn):hover{color:var(--brand-bright)}.mo-landing .hero{background:radial-gradient(800px 380px at 0% 0%, #00d5400f, transparent 60%), radial-gradient(700px 360px at 100% 100%, #0675ef0d, transparent 60%), linear-gradient(180deg, var(--surface-2), var(--white));margin-top:-76px;padding-top:110px;padding-bottom:88px;position:relative;overflow:hidden}.mo-landing .hero .wrap{position:relative}.mo-landing .hero h1 strong{color:var(--brand)}.mo-landing .hero .hero-lead{color:var(--ink-2);max-width:540px;margin-top:18px;font-size:20px;line-height:1.5}.mo-landing .hero .cta-row{flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px;display:flex}.mo-landing .hero .trust-row{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.mo-landing .hero .note{color:var(--ink-3);margin-top:12px;font-size:13px}.mo-landing .hero-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:56px;display:grid}@media (max-width:880px){.mo-landing .hero-grid{grid-template-columns:1fr;gap:40px}}.mo-landing .logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 48px;max-width:920px;margin:24px auto 0;display:flex}.mo-landing .logo-slot{letter-spacing:.14em;width:180px;height:64px;color:var(--ink-3);filter:grayscale();opacity:.75;transition:filter .25s var(--ease), opacity .25s var(--ease);flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}@media (max-width:780px){.mo-landing .logos{max-width:460px}}@media (max-width:460px){.mo-landing .logos{max-width:220px}.mo-landing .logo-slot{width:180px}}.mo-landing .logo-slot:hover{filter:grayscale(0%);opacity:1}.mo-landing .logo-slot img{object-fit:contain;width:auto;max-width:200px;height:auto;max-height:56px}.mo-landing .metric{border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--border);height:100%;padding:32px}.mo-landing .metric h3.big{color:var(--brand);letter-spacing:-.02em;margin-bottom:8px;font-size:32px;font-weight:800}.mo-landing .metric.accent{background:linear-gradient(180deg, var(--brand) 0%, var(--brand-700) 100%);color:var(--white);border-color:#0000}.mo-landing .metric.accent h3.big,.mo-landing .metric.accent p{color:var(--white)}.mo-landing .metric.accent a{color:var(--green);font-weight:600}.mo-landing .feat-row{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;display:grid}.mo-landing .feat{border-radius:var(--radius);background:var(--white);border:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.mo-landing .feat svg{color:var(--brand);flex-shrink:0}@media (max-width:800px){.mo-landing .feat-row{grid-template-columns:repeat(2,1fr)}}.mo-landing .step{border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--border);height:100%;transition:transform .3s var(--ease), box-shadow .3s var(--ease);padding:100px 30px 32px;position:relative;overflow:visible}.mo-landing .step:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.mo-landing .step .num{background:var(--brand-100);width:32px;height:32px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-size:13px;font-weight:700;display:inline-flex}.mo-landing .step .icon-box{pointer-events:none;width:140px;height:140px;transition:transform .4s var(--ease);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.mo-landing .step .icon-box:before{content:"";filter:blur(14px);background:radial-gradient(circle,#00d5401a 0%,#0675ef0d 45%,#0000 70%);position:absolute;inset:18%}.mo-landing .step .icon-box svg{filter:drop-shadow(0 4px 10px #03423c1a);width:100%;height:100%;display:block;position:relative}.mo-landing .step:hover .icon-box{transform:translate(-50%)translateY(-8px)scale(1.04)}.mo-landing .control-note{border-radius:var(--radius);background:var(--brand-50);border-left:3px solid var(--brand);color:var(--ink);margin-top:22px;padding:18px 22px;font-size:15px}.mo-landing .case-grid{grid-template-columns:1.05fr 1fr;align-items:stretch;gap:48px;display:grid}@media (max-width:880px){.mo-landing .case-grid{grid-template-columns:1fr}}.mo-landing .quote{border-radius:var(--radius);background:var(--white);border:1px solid var(--border);margin-top:22px;padding:22px 24px;position:relative}.mo-landing .quote:before{content:"“";background:var(--brand);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-family:Georgia,serif;font-size:28px;line-height:1;display:flex;position:absolute;top:-14px;left:18px}.mo-landing .quote p{color:var(--ink);margin-bottom:12px;font-size:17px;line-height:1.55}.mo-landing .quote .author{color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;display:flex}.mo-landing .check-list{margin:22px 0 0;padding:0;list-style:none}.mo-landing .check-list li{color:var(--ink);align-items:flex-start;gap:10px;padding:8px 0;font-size:15px;display:flex}.mo-landing .check-list li:before{content:"";background:var(--green);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px;position:relative}.mo-landing .case-img{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--brand-50) 0%, var(--green-100) 100%);border:1px solid var(--border);min-height:320px;position:relative;overflow:hidden}.mo-landing .case-img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.mo-landing .list-card{border-radius:var(--radius);background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .25s var(--ease), box-shadow .25s var(--ease);padding:22px}.mo-landing .list-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.mo-landing .list-card h3{align-items:center;gap:10px;margin-bottom:14px;font-size:15px;display:flex}.mo-landing .list-card h3 .tag{border-radius:50%;width:10px;height:10px}.mo-landing .list-card.a h3 .tag{background:var(--blue)}.mo-landing .list-card.b h3 .tag{background:var(--green)}.mo-landing .list-card.c h3 .tag{background:var(--gold)}.mo-landing .list-card.d h3 .tag{background:var(--brand-bright)}.mo-landing .list-card .footer-note{border-top:1px solid var(--border);color:var(--ink-2);justify-content:space-between;margin-top:12px;padding-top:12px;font-size:13px;display:flex}.mo-landing .list-card .footer-note strong{color:var(--ink)}.mo-landing .doc-frame{border:1px solid var(--border);background:var(--white);cursor:zoom-in;width:100%;height:220px;font:inherit;text-align:left;appearance:none;padding:0;transition:box-shadow .15s,border-color .15s;display:block;position:relative;overflow:hidden}.mo-landing .doc-frame:hover{border-color:var(--brand);box-shadow:var(--shadow-md)}.mo-landing .doc-frame:after{content:"";background:linear-gradient(to bottom, transparent, var(--white));pointer-events:none;height:70px;position:absolute;inset:auto 0 0}.mo-landing .doc-img{width:100%;height:auto;display:block}.mo-landing .doc-expand{z-index:2;background:var(--brand);color:var(--white);text-align:center;box-shadow:var(--shadow-sm);padding:6px 10px;font-size:11px;font-weight:700;position:absolute;inset:auto 8px 8px}.mo-landing .seg-card{border-radius:var(--radius);background:var(--white);border:1px solid var(--border);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);padding:24px}.mo-landing .seg-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.mo-landing .seg-card .img{background:var(--surface);border-radius:10px;height:160px;margin-bottom:16px;position:relative;overflow:hidden}.mo-landing .seg-card .img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease);display:block}.mo-landing .seg-card:hover .img img{transform:scale(1.05)}.mo-landing .ia-section{background:linear-gradient(180deg, var(--brand) 0%, var(--brand-700) 100%);color:var(--white);border-radius:var(--radius-lg);margin:88px 0;padding:64px 56px;position:relative;overflow:hidden}.mo-landing .ia-section:before{content:"";pointer-events:none;background:radial-gradient(360px 220px at 12% 0,#00d54024,#0000 70%),radial-gradient(360px 220px at 100% 100%,#0675ef1f,#0000 70%);position:absolute;inset:0}.mo-landing .ia-section .eyebrow{color:var(--white);background:#ffffff1f}.mo-landing .ia-section .eyebrow:before{background:var(--green)}.mo-landing .ia-section h2,.mo-landing .ia-section h3{color:var(--white)}.mo-landing .ia-section .lead{color:#ffffffd9}.mo-landing .ia-section .ia-card{border-radius:var(--radius);transition:transform .25s var(--ease), background .25s var(--ease);background:#ffffff0f;border:1px solid #ffffff24;padding:24px}.mo-landing .ia-section .ia-card:hover{background:#ffffff1a;transform:translateY(-3px)}.mo-landing .ia-section .ia-card p{color:#ffffffc7;margin-top:6px;font-size:14px}.mo-landing .ia-section .ia-note{border-radius:var(--radius);color:#ffffffe0;background:#ffffff14;border:1px solid #ffffff24;margin-top:22px;padding:16px 22px;font-size:14px}.mo-landing .ia-section .ia-note strong{color:var(--green)}.mo-landing .why-card .num{background:var(--green-100);width:40px;height:40px;color:var(--green-700);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.mo-landing .faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:box-shadow .2s var(--ease), border-color .2s var(--ease);margin-top:12px;overflow:hidden}.mo-landing .faq-item[open]{border-color:var(--brand);box-shadow:var(--shadow-sm)}.mo-landing .faq-item>summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;font-size:16px;font-weight:600;list-style:none;display:flex}.mo-landing .faq-item>summary::-webkit-details-marker{display:none}.mo-landing .faq-item>summary:after{content:"";background:var(--brand-100);width:26px;height:26px;color:var(--brand);transition:transform .25s var(--ease), background .25s var(--ease);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2303423C' stroke-width='2.5' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:inline-flex}.mo-landing .faq-item[open]>summary:after{background-color:var(--brand);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'><line x1='5' y1='12' x2='19' y2='12'/></svg>")}.mo-landing .faq-item>.faq-body{color:var(--ink-2);padding:0 24px 22px;font-size:15px}.mo-landing .plans{grid-template-columns:repeat(4,1fr);align-items:start;gap:20px;max-width:1240px;margin:0 auto;display:grid}@media (max-width:1180px){.mo-landing .plans{grid-template-columns:repeat(2,1fr);max-width:720px}}@media (max-width:640px){.mo-landing .plans{grid-template-columns:1fr;max-width:460px}}.mo-landing .plan{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;position:relative}.mo-landing .plan.featured{border-color:var(--brand);background:linear-gradient(180deg, var(--brand-50), var(--white));box-shadow:var(--shadow-md)}.mo-landing .plan .ribbon{border-radius:var(--radius-pill);background:var(--green);color:var(--white);letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:32px}.mo-landing .plan .price{color:var(--ink);letter-spacing:-.02em;margin-top:8px;font-size:40px;font-weight:800}.mo-landing .plan .price span{color:var(--ink-2);font-size:16px;font-weight:500}.mo-landing .plan .roi{color:var(--ink-2);margin-top:8px;font-size:14px}.mo-landing .plan .roi strong{color:var(--brand)}.mo-landing .plan ul{margin:22px 0 0;padding:0;list-style:none}.mo-landing .plan ul li{align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;display:flex}.mo-landing .plan ul li:before{content:"";background:var(--green);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px}.mo-landing .plan .btn{justify-content:center;width:100%;margin-top:22px;display:flex}.mo-landing .cta-final{background:radial-gradient(500px 280px at 0% 0%, #00d5401a, transparent 70%), radial-gradient(500px 280px at 100% 100%, #0675ef14, transparent 70%), linear-gradient(180deg, var(--brand) 0%, var(--brand-700) 100%);color:var(--white);border-radius:var(--radius-lg);text-align:center;margin:88px 0;padding:64px 32px;position:relative;overflow:hidden}.mo-landing .cta-final h2{color:var(--white);max-width:720px;margin:0 auto}.mo-landing .cta-final p{color:#ffffffd9;max-width:560px;margin:14px auto 0;font-size:17px}.mo-landing .cta-final .btn-solid{background:var(--white);color:var(--brand);border-color:var(--white)}.mo-landing .cta-final .btn-solid:hover{background:var(--green);color:var(--white);border-color:var(--green)}.mo-landing .cta-final .micro{color:#ffffffa6;margin-top:14px;font-size:13px}.mo-landing footer{border-top:1px solid var(--border);padding:32px 0}.mo-landing .footer-row{color:var(--ink-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;font-size:13px;display:flex}.mo-landing .footer-row a{color:var(--ink-2)}.mo-landing .footer-row a:hover{color:var(--brand-bright)}.mo-landing .footer-row .logo img,.mo-landing .footer-row .logo svg{height:28px}.mo-landing .footer-legal{border-top:1px solid var(--border);color:var(--ink-3);margin-top:16px;padding-top:16px;font-size:12px}.mo-landing .hide-mobile{display:inline-flex}@media (max-width:950px){.mo-landing .hide-tablet{display:none}}@media (max-width:720px){.mo-landing section{padding:64px 0}.mo-landing .ia-section,.mo-landing .cta-final{margin:48px 0;padding:48px 24px}.mo-landing .hide-mobile{display:none}.mo-landing .navlinks{gap:8px}.mo-landing .navlinks .btn{padding:9px 12px;font-size:13px}}.mo-landing .video-frame{border:1px solid var(--border);max-width:880px;box-shadow:var(--shadow-lg);aspect-ratio:16/9;background:#000;margin:0 auto;position:relative;overflow:hidden}.mo-landing .video-frame video{object-fit:contain;filter:blur(12px)brightness(.65)saturate(1.1);width:100%;height:100%;transition:filter .55s var(--ease), transform .55s var(--ease);background:#000;display:block;transform:scale(1.06)}.mo-landing .video-frame.playing video{filter:none;transform:none}.mo-landing .video-overlay{cursor:pointer;color:var(--white);transition:opacity .45s var(--ease);background:linear-gradient(#03423c26,#00000073);border:none;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:0;display:flex;position:absolute;inset:0}.mo-landing .video-frame.playing .video-overlay{opacity:0;pointer-events:none}.mo-landing .video-play{background:var(--brand-bright);width:96px;height:96px;color:var(--white);transition:transform .25s var(--ease), background .25s var(--ease);justify-content:center;align-items:center;padding-left:4px;display:flex;box-shadow:0 24px 60px #00000080,0 0 0 10px #ffffff24}.mo-landing .video-overlay:hover .video-play{background:var(--brand);transform:scale(1.08)}.mo-landing .video-play-label{letter-spacing:.18em;text-transform:uppercase;color:#ffffffe6;text-shadow:0 2px 8px #0006;font-size:12px;font-weight:700}.mo-landing .section-cta{text-align:center;margin-top:48px}.mo-landing .case-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;align-self:start;gap:18px;padding:26px;display:flex}.mo-landing .cc-top{justify-content:space-between;align-items:center;display:flex}.mo-landing .cc-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-size:11px;font-weight:700}.mo-landing .cc-compare{border:1px solid var(--border)}.mo-landing .cc-line{color:var(--ink-2);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:14px;display:flex}.mo-landing .cc-line+.cc-line{border-top:1px solid var(--border)}.mo-landing .cc-line em{color:var(--ink-3);font-size:12px;font-style:normal}.mo-landing .cc-was{font-variant-numeric:tabular-nums;color:var(--ink-3);text-decoration:line-through}.mo-landing .cc-line.best{background:var(--brand-50)}.mo-landing .cc-line.best>span:first-child{color:var(--ink);font-weight:600}.mo-landing .cc-now{font-variant-numeric:tabular-nums;color:var(--brand);font-size:16px;font-weight:800}.mo-landing .cc-saving{background:linear-gradient(135deg, var(--brand), var(--brand-700));justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.mo-landing .cc-saving-label{color:#ffffffd9;font-size:13px;font-weight:600}.mo-landing .cc-saving-pct{color:var(--green);font-size:11px;font-weight:700}.mo-landing .cc-saving-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--green);font-size:30px;font-weight:800}.mo-landing .cc-split-title{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:8px;font-size:11px;font-weight:700}.mo-landing .cc-srow{border-bottom:1px dashed var(--border);grid-template-columns:12px 1fr auto auto;align-items:center;gap:10px;padding:9px 0;font-size:14px;display:grid}.mo-landing .cc-srow:last-child{border-bottom:none}.mo-landing .cc-tag{width:10px;height:10px}.mo-landing .cc-tag.a{background:var(--blue)}.mo-landing .cc-tag.b{background:var(--green)}.mo-landing .cc-tag.c{background:var(--gold)}.mo-landing .cc-tag.d{background:var(--brand-bright)}.mo-landing .cc-sname{color:var(--ink);font-weight:600}.mo-landing .cc-sqty{color:var(--ink-3);font-size:12px}.mo-landing .cc-sval{font-variant-numeric:tabular-nums;color:var(--ink);font-weight:600}.mo-landing .cc-foot{color:var(--ink-3);font-size:11px}.mo-landing .case-pdf{margin-top:24px}.mo-landing .case-pdf-frame{border:1px solid var(--border);width:100%;max-height:460px;box-shadow:var(--shadow-md);background:var(--white);cursor:zoom-in;font:inherit;text-align:left;appearance:none;padding:0;transition:box-shadow .15s,border-color .15s;display:block;position:relative;overflow:hidden}.mo-landing .case-pdf-frame:hover{border-color:var(--brand);box-shadow:var(--shadow-lg,0 10px 30px #0000001f)}.mo-landing .case-pdf-frame:after{content:"";background:linear-gradient(to bottom, transparent, var(--white));pointer-events:none;height:120px;position:absolute;inset:auto 0 0}.mo-landing .case-pdf-img{width:100%;height:auto;display:block}.mo-landing .case-pdf-expand{z-index:2;background:var(--brand);width:fit-content;color:var(--white);letter-spacing:.02em;box-shadow:var(--shadow-md);margin:0 auto;padding:8px 16px;font-size:12px;font-weight:700;position:absolute;inset:auto 0 16px}.mo-landing .case-pdf-cap{color:var(--ink-3);margin-top:10px;font-size:12px}.mo-landing *,.mo-landing :before,.mo-landing :after{border-radius:0!important}
.hero-scene-module__rEfF2a__scene{--blue:#0675ef;--green:#00d540;--green-700:#00a832;--green-100:#e0faea;--gold:#cc8e06;--brand:#03423c;--ink:#0a2b28;--ink-2:#5a6c6a;--ink-3:#8a9997;--paper-border:#e4e9e7;perspective:1400px;perspective-origin:50% 38%;width:100%;max-width:540px;height:560px;margin:0 auto;position:relative}.hero-scene-module__rEfF2a__stage{transform-style:preserve-3d;transform:rotateX(var(--ry,0deg)) rotateY(var(--rx,0deg));will-change:transform;position:absolute;inset:0}.hero-scene-module__rEfF2a__particles{pointer-events:none;position:absolute;inset:-40px;transform:translateZ(-220px)}.hero-scene-module__rEfF2a__particle{opacity:0;width:5px;height:5px;animation:11s ease-in-out infinite hero-scene-module__rEfF2a__float;position:absolute}.hero-scene-module__rEfF2a__pBlue{background:var(--blue);box-shadow:0 0 14px #0675ef99}.hero-scene-module__rEfF2a__pGreen{background:var(--green);box-shadow:0 0 14px #00d54099}.hero-scene-module__rEfF2a__pGold{background:var(--gold);box-shadow:0 0 14px #cc8e0699}.hero-scene-module__rEfF2a__pSm{width:3px;height:3px}.hero-scene-module__rEfF2a__pLg{width:8px;height:8px}@keyframes hero-scene-module__rEfF2a__float{0%,to{opacity:0;transform:translate(0,0)scale(.6)}20%{opacity:.8}50%{opacity:1;transform:translate3d(var(--mx,30px), var(--my,-50px), var(--mz,80px)) scale(1)}80%{opacity:.5}}.hero-scene-module__rEfF2a__deco{pointer-events:none;opacity:.35;position:absolute;inset:0;overflow:visible;transform:translateZ(-40px)}.hero-scene-module__rEfF2a__deco path{stroke-dasharray:8 10;animation:10s linear infinite hero-scene-module__rEfF2a__dash}@keyframes hero-scene-module__rEfF2a__dash{to{stroke-dashoffset:-200px}}.hero-scene-module__rEfF2a__p3d{width:220px;height:290px;transform-style:preserve-3d;opacity:0;background:linear-gradient(#fff 0%,#fbfbfa 100%);padding:22px 18px 18px;font-size:13px;position:absolute;box-shadow:0 32px 56px -22px #03423c52,0 12px 24px -12px #03423c2e,inset 0 1px #ffffffe6}.hero-scene-module__rEfF2a__p3d:before{content:"";height:7px;position:absolute;top:0;left:0;right:0}.hero-scene-module__rEfF2a__p3d:after{content:"";background:linear-gradient(135deg,#0000 50%,#03423c12 50%);width:22px;height:22px;position:absolute;top:18px;right:18px}.hero-scene-module__rEfF2a__pa:before{background:var(--blue)}.hero-scene-module__rEfF2a__pb:before{background:var(--green)}.hero-scene-module__rEfF2a__pc:before{background:var(--gold)}.hero-scene-module__rEfF2a__pf:before{background:linear-gradient(90deg, var(--blue), var(--green), var(--gold));height:8px}.hero-scene-module__rEfF2a__head{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2);border-bottom:1px solid var(--paper-border);margin-bottom:4px;padding-bottom:10px;font-size:10px;font-weight:700}.hero-scene-module__rEfF2a__row{border-bottom:1px dashed var(--paper-border);color:var(--ink);padding:8px 0;font-size:12.5px}.hero-scene-module__rEfF2a__row:last-child{border-bottom:none}.hero-scene-module__rEfF2a__ra{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__rowA}.hero-scene-module__rEfF2a__rb{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__rowB}.hero-scene-module__rEfF2a__rc{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__rowC}@keyframes hero-scene-module__rEfF2a__rowA{0%,28%{box-shadow:none;color:var(--ink);background:0 0;padding-left:0;padding-right:0;transform:scale(1)}30%{transform:scale(1.06)}33%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024;padding-left:8px;padding-right:8px;transform:scale(1)}52%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024}58%,to{box-shadow:none;color:var(--ink-3);background:0 0}}@keyframes hero-scene-module__rEfF2a__rowB{0%,35%{box-shadow:none;color:var(--ink);background:0 0;padding-left:0;padding-right:0;transform:scale(1)}37%{transform:scale(1.06)}40%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024;padding-left:8px;padding-right:8px;transform:scale(1)}52%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024}58%,to{box-shadow:none;color:var(--ink-3);background:0 0}}@keyframes hero-scene-module__rEfF2a__rowC{0%,42%{box-shadow:none;color:var(--ink);background:0 0;padding-left:0;padding-right:0;transform:scale(1)}44%{transform:scale(1.06)}47%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024;padding-left:8px;padding-right:8px;transform:scale(1)}52%{box-shadow:0 0 0 2px var(--green) inset;color:var(--green-700);background:#00d54024}58%,to{box-shadow:none;color:var(--ink-3);background:0 0}}.hero-scene-module__rEfF2a__posA{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__enterA;top:90px;left:4%}.hero-scene-module__rEfF2a__posB{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__enterB;top:120px;left:28%}.hero-scene-module__rEfF2a__posC{animation:18s ease-in-out infinite hero-scene-module__rEfF2a__enterC;top:90px;left:52%}.hero-scene-module__rEfF2a__posF{width:270px;height:380px;margin-left:-135px;animation:18s ease-in-out infinite hero-scene-module__rEfF2a__enterF;top:40px;left:50%}@keyframes hero-scene-module__rEfF2a__enterA{0%{opacity:0;transform:translate3d(-40px,60px,-120px)rotate(-22deg)}8%{opacity:1;transform:translateZ(-60px)rotate(-10deg)}52%{opacity:1;transform:translateZ(-60px)rotate(-10deg)}62%{opacity:.8;transform:translate3d(-40px,50px,-220px)rotate(-16deg)scale(.85)}to{opacity:.8;transform:translate3d(-40px,50px,-220px)rotate(-16deg)scale(.85)}}@keyframes hero-scene-module__rEfF2a__enterB{0%,8%{opacity:0;transform:translate3d(0,60px,-120px)rotate(-10deg)}16%{opacity:1;transform:translateZ(-30px)rotate(-2deg)}52%{opacity:1;transform:translateZ(-30px)rotate(-2deg)}62%{opacity:.8;transform:translate3d(0,50px,-220px)rotate(-5deg)scale(.85)}to{opacity:.8;transform:translate3d(0,50px,-220px)rotate(-5deg)scale(.85)}}@keyframes hero-scene-module__rEfF2a__enterC{0%,16%{opacity:0;transform:translate3d(40px,60px,-120px)rotate(0)}24%{opacity:1;transform:translate(0,0)rotate(8deg)}52%{opacity:1;transform:translate(0,0)rotate(8deg)}62%{opacity:.8;transform:translate3d(40px,50px,-220px)rotate(12deg)scale(.85)}to{opacity:.8;transform:translate3d(40px,50px,-220px)rotate(12deg)scale(.85)}}@keyframes hero-scene-module__rEfF2a__enterF{0%,60%{opacity:0;transform:translate3d(0,60px,60px)scale(.85)}68%{opacity:1;transform:translateZ(120px)scale(1)}to{opacity:1;transform:translateZ(120px)scale(1)}}.hero-scene-module__rEfF2a__chip{border:1px solid var(--paper-border);white-space:nowrap;color:var(--ink);opacity:0;transform-style:preserve-3d;background:#fff;align-items:center;gap:8px;padding:9px 13px;font-size:12px;font-weight:600;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 18px 36px -10px #03423c73,0 6px 14px -6px #03423c33}.hero-scene-module__rEfF2a__chip:before{content:"";width:8px;height:8px}.hero-scene-module__rEfF2a__ca:before{background:var(--blue)}.hero-scene-module__rEfF2a__cb:before{background:var(--green)}.hero-scene-module__rEfF2a__cc:before{background:var(--gold)}.hero-scene-module__rEfF2a__ca{animation:18s cubic-bezier(.22,.7,.25,1) infinite hero-scene-module__rEfF2a__chipA}.hero-scene-module__rEfF2a__cb{animation:18s cubic-bezier(.22,.7,.25,1) infinite hero-scene-module__rEfF2a__chipB}.hero-scene-module__rEfF2a__cc{animation:18s cubic-bezier(.22,.7,.25,1) infinite hero-scene-module__rEfF2a__chipC}@keyframes hero-scene-module__rEfF2a__chipA{0%,32%{opacity:0;transform:translate(-50%,-50%)translate3d(-170px,40px,-50px)scale(.6)}36%{opacity:1;transform:translate(-50%,-50%)translate3d(-190px,-50px,110px)scale(1)rotate(-4deg)}55%{opacity:1;transform:translate(-50%,-50%)translate3d(-190px,-90px,160px)rotate(-2deg)}63%{opacity:1;transform:translate(-50%,-50%)translate3d(-80px,-30px,130px)rotate(-1deg)}68%{opacity:1;transform:translate(-50%,-50%)translate3d(-80px,0,110px)}72%{opacity:0;transform:translate(-50%,-50%)translate3d(-80px,10px,100px)scale(.8)}to{opacity:0}}@keyframes hero-scene-module__rEfF2a__chipB{0%,39%{opacity:0;transform:translate(-50%,-50%)translate3d(-20px,60px,-30px)scale(.6)}43%{opacity:1;transform:translate(-50%,-50%)translate3d(0,-60px,110px)scale(1)rotate(2deg)}55%{opacity:1;transform:translate(-50%,-50%)translate3d(0,-100px,160px)rotate(4deg)}63%{opacity:1;transform:translate(-50%,-50%)translate3d(0,-20px,130px)rotate(0)}68%{opacity:1;transform:translate(-50%,-50%)translate3d(0,20px,110px)}72%{opacity:0;transform:translate(-50%,-50%)translate3d(0,30px,100px)scale(.8)}to{opacity:0}}@keyframes hero-scene-module__rEfF2a__chipC{0%,46%{opacity:0;transform:translate(-50%,-50%)translate3d(150px,80px,-50px)scale(.6)}50%{opacity:1;transform:translate(-50%,-50%)translate3d(180px,-60px,110px)scale(1)rotate(5deg)}58%{opacity:1;transform:translate(-50%,-50%)translate3d(180px,-100px,160px)rotate(6deg)}63%{opacity:1;transform:translate(-50%,-50%)translate3d(80px,-20px,130px)rotate(2deg)}68%{opacity:1;transform:translate(-50%,-50%)translate3d(80px,30px,110px)}72%{opacity:0;transform:translate(-50%,-50%)translate3d(80px,40px,100px)scale(.8)}to{opacity:0}}.hero-scene-module__rEfF2a__pfHead{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);border-bottom:1px solid var(--paper-border);justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:10px;font-size:10px;font-weight:700;display:flex}.hero-scene-module__rEfF2a__pfEco{background:var(--green-100);color:var(--green-700);letter-spacing:.04em;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.hero-scene-module__rEfF2a__pfEco:before{content:"";background:var(--green);width:6px;height:6px}.hero-scene-module__rEfF2a__pfItem{border-bottom:1px dashed var(--paper-border);color:var(--ink);opacity:0;justify-content:space-between;align-items:center;padding:10px 0;font-size:12.5px;display:flex}.hero-scene-module__rEfF2a__pfItem .hero-scene-module__rEfF2a__label{align-items:center;gap:8px;display:flex}.hero-scene-module__rEfF2a__pfItem .hero-scene-module__rEfF2a__label:before{content:"";width:9px;height:9px}.hero-scene-module__rEfF2a__fa .hero-scene-module__rEfF2a__label:before{background:var(--blue)}.hero-scene-module__rEfF2a__fb .hero-scene-module__rEfF2a__label:before{background:var(--green)}.hero-scene-module__rEfF2a__fc .hero-scene-module__rEfF2a__label:before{background:var(--gold)}.hero-scene-module__rEfF2a__pfItem .hero-scene-module__rEfF2a__price{color:var(--green-700);font-variant-numeric:tabular-nums;font-weight:700}.hero-scene-module__rEfF2a__fa{animation:18s ease-out infinite hero-scene-module__rEfF2a__pfi}.hero-scene-module__rEfF2a__fb{animation:18s ease-out .15s infinite hero-scene-module__rEfF2a__pfi}.hero-scene-module__rEfF2a__fc{animation:18s ease-out .3s infinite hero-scene-module__rEfF2a__pfi}@keyframes hero-scene-module__rEfF2a__pfi{0%,67%{opacity:0;transform:translateY(14px)scale(.95)}71%{opacity:1;transform:translateY(0)scale(1)}to{opacity:1;transform:translateY(0)}}.hero-scene-module__rEfF2a__pfSavings{border-top:1px solid var(--paper-border);opacity:0;margin-top:12px;padding-top:14px;animation:18s ease-out infinite hero-scene-module__rEfF2a__pfs}@keyframes hero-scene-module__rEfF2a__pfs{0%,74%{opacity:0;transform:translateY(12px)}80%{opacity:1;transform:translateY(0)}to{opacity:1}}.hero-scene-module__rEfF2a__pfRow{color:var(--ink-3);justify-content:space-between;align-items:baseline;font-size:11px;display:flex}.hero-scene-module__rEfF2a__pfRow .hero-scene-module__rEfF2a__before{font-variant-numeric:tabular-nums;text-decoration:line-through}.hero-scene-module__rEfF2a__pfTotal{color:var(--brand);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:6px;font-size:32px;font-weight:800;line-height:1}.hero-scene-module__rEfF2a__pfEcon{background:var(--green);color:#fff;letter-spacing:.02em;align-items:center;gap:6px;margin-top:12px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 8px 20px -6px #00d54099}.hero-scene-module__rEfF2a__pfEcon:before{content:"↓";font-weight:900}@media (max-width:880px){.hero-scene-module__rEfF2a__scene{max-width:460px;height:500px}}@media (max-width:540px){.hero-scene-module__rEfF2a__scene{transform-origin:top;height:460px;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){.hero-scene-module__rEfF2a__p3d,.hero-scene-module__rEfF2a__chip,.hero-scene-module__rEfF2a__pfItem,.hero-scene-module__rEfF2a__pfSavings{opacity:1!important;animation:none!important;transform:none!important}.hero-scene-module__rEfF2a__particle,.hero-scene-module__rEfF2a__deco path{opacity:0!important;animation:none!important}.hero-scene-module__rEfF2a__posA,.hero-scene-module__rEfF2a__posB,.hero-scene-module__rEfF2a__posC,.hero-scene-module__rEfF2a__chip{display:none}.hero-scene-module__rEfF2a__posF{margin-left:0!important;position:relative!important;top:0!important;left:0!important}.hero-scene-module__rEfF2a__stage{transform:none!important}.hero-scene-module__rEfF2a__scene{height:auto}}
