.ls-page img{display:block;max-width:100%}.btn--dark{background:var(--dark);color:#fff}.mock-document{position:relative;z-index:1;padding:22px;border-radius:20px;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 22px 55px rgba(0,0,0,.22)}.mock-document-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.mock-logo{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--green);color:#04150b;font-weight:950;font-size:22px}.mock-lines{flex:1}.mock-line{height:8px;margin:7px 0;border-radius:99px;background:#dce5df}.mock-line.short{width:62%}.mock-checks{display:grid;gap:12px}.mock-check{display:flex;align-items:center;gap:11px;min-height:42px;padding:10px 12px;border-radius:12px;background:#f2f8f4;font-size:13px;font-weight:800}.mock-check span{width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;background:#d9f8e7;color:var(--green-3)}.ls-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.25,1)}.ls-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ls-reveal{opacity:1;transform:none}}.ls-page .ls-reveal{opacity:1!important;transform:none!important}